/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://premiumdoggies.com/
Description: Medicle Template
Version: 1.0.0

*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html, body {
  overflow-x: hidden;
}

.callToActionSection {
  padding: 0 0 30px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  text-align: left
}

.callToActionSection a {
  color: #FFF;
  font-weight: bold
}

.callToActionSection a::after,
.callToActionSection a::before,
.callToActionSection a:active,
.callToActionSection a:hover {
  color: #CCC
}


body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}



/* CUSTOMISED CLASSES by shivling giri starts */

#dorpdownScroll {
  height: 400px;
  overflow: auto
}

.breedImages {
  max-width: 100px
}


/* CUSTOMISED CLASSES by shivling giri finished */


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}


h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
  display: block;
  position: absolute;
}

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}


a:focus,
a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

@media (max-width: 480px) {

  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 0;
  padding: 0;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #223a66;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-kolkata {
  background: url("../images/bg/slider-bg-10.jpeg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-pune {
  background: url("../images/bg/slider-bg-29.jpg") no-repeat 50% 50%;
  background-size: cover;
}


.bg-1 {
  background: url("../images/bg/slider-bg-2.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.bg-2 {
  background: url("../images/bg/slider-bg-5.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.bg-3 {
  background: url("../images/bg/slider-bg-6.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-4 {
  background: url("../images/bg/slider-bg-7.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-5 {
  background: url("../images/bg/slider-bg-8.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-6 {
  background: url("../images/bg/slider-bg-9.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-7 {
  background: url("../images/bg/slider-bg-10.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-8 {
  background: url("../images/bg/slider-bg-10.jpeg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-9 {
  background: url("../images/bg/slider-bg-11.jpeg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-10 {
  background: url("../images/bg/slider-bg-12.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-11 {
  background: url("../images/bg/slider-bg-13.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-12 {
  background: url("../images/bg/slider-bg-14.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-13 {
  background: url("../images/bg/slider-bg-16.webp") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-14 {
  background: url("../images/bg/slider-bg-17.webp") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-15 {
  background: url("../images/bg/slider-bg-18.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-16 {
  background: url("../images/bg/slider-bg-33.webp") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-17 {
  background: url("../images/bg/slider-bg-23.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-18 {
  background: url("../images/bg/slider-bg-24.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-19 {
  background: url("../images/bg/slider-bg-33.webp") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-20 {
  background: url("../images/bg/slider-bg-28.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-21 {
  background: url("../images/bg/slider-bg-29.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}

.bg-22 {
  background: url("../images/bg/slider-bg-30.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}


.bg-23 {
  background: url("../images/bg/slider-bg-31.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 350px;
}






.banner {
  position: relative;
  overflow: hidden;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat center center;
  background-size: cover;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(34, 58, 102, 0.7), rgba(34, 58, 102, 0.4));
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner .block {
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.banner .block h1 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.banner .block p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Glassmorphism Search Bar */
.search-container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 15px 15px 15px 40px;
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.search-container:focus-within {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.search-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
  margin-right: 20px;
}

.search-group:last-of-type {
  border-right: none;
}

.search-group label {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-weight: 600;
}

.search-field {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.search-field option {
  background: #223a66;
  color: #fff;
}

.search-btn {
  background: #e12454;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.search-btn:hover {
  background: #c1123f;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(225, 36, 84, 0.4);
}

@media (max-width: 991px) {
  .search-container {
    flex-direction: column;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
  }

  .search-group {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    padding-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }

  .banner .block h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner .block h1 {
    font-size: 36px;
  }

  .banner .block p {
    font-size: 16px;
  }
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency a {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 30px 0px 30px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: white;
}

.padding-bottom {
  padding: 0px 0px 40px 0px;
}

.img-size {
  width: 270px;
  height: 270px;
}

.boxstylecontent {
  box-sizing: border-box;
  border: #000;
  padding: 5px;
}



.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
  font-size: 18px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}


.thumbnail {
  width: 300px;
  /* Thumbnail size */
  cursor: pointer;
  transition: transform 0.2s;
}

.thumbnail.full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}


.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 15px 11px;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group>.btn-group:not(:last-child)>.btn,
.doctors .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group>.btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.image {
  width: 2000px;
  height: 400px;
}

.style {
  border: 5px solid #223a66;
  padding: 3px;
  margin: 5px;
}

.img-shape {
  border-radius: 50%;
}

.style-2 {
  border: 4px solid #223a66;
  padding: 3px;
  margin: 5px;
}

.cta {
  /* background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%; */
  background-size: cover;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.cta:before {
  border-radius: 25px;
  border: 2px solid #223a66;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80%;
  background: rgba(34, 58, 102, 0.95);
  font-size: x-large;

}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../gallery/gallery-01.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/about-us/puppies-03.jpg") no-repeat 50%, 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media>.pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
  margin-top: 75px;
}

.footer-btm {
  margin-top: 75px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;

}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  /* padding-top: ; */
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #e12454;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

.tblbreed tr:nth-child(even) {
  background-color: #fafafa;
}

.tblbreed {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.tblbreed td,
.tblbreed th {
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  font-size: 15px;
}

.tblbreed th {
  background-color: #223a66;
  color: white;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* .box{
  width: 320px;
  margin: 100px auto;
} */

.box-style {
  border: 2px solid #223a66;
  width: 100%;
  padding: 5px;

}

.img {
  height: 250px;
}

.head {
  text-align: center;
  background-color: #223a66;
  color: white;
  font-size: x-large;
  padding: 2%;

}

h1 {
  text-align: center;
  color: #333;
}

.structure {
  background-color: #f8f9fa;
  margin: 0;
  padding: 40px 20px;
  color: #000;

}


.h-style {
  text-align: center;
  color: #223a66;
  margin-bottom: 30px;
}

.puppies-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.puppy-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.puppy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border-color: rgba(225, 36, 84, 0.1);
}

.puppy-card img,
.puppy-card video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.puppy-info {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.puppy-info .h-style {
  background: transparent !important;
  color: #223a66 !important;
  text-align: left !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.puppy-info p {
  margin: 8px 0 !important;
  font-size: 15px !important;
  color: #555 !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}

.puppy-info p strong {
  color: #223a66;
  font-weight: 600;
}

.puppy-info .btn-contact {
  margin-top: auto;
  display: block;
  background: #e12454;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid #e12454;
}

.puppy-info .btn-contact:hover {
  background: transparent;
  color: #e12454 !important;
}


.video {
  width: 500px;
  height: 350px;
}


.box .heading {
  background: #223a66;
}

.box {
  /* width: 320px;
  margin: 100px auto; */
  background: white;
  border-radius: 22px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
}

.box .heading {
  background: #223a66;
  border-radius: 25px 25px 0px 0px;
  padding: 10px;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: larger;
}

.faqs {
  padding: 0px 20px 20px;

}

::webkit-details-marker {
  float: right;
  margin-top: 3px;
}

.text {
  font-weight: lighter;
}

details {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 25px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}




details summary {
  outline: none;
}



/* .section_faq{
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_faq h1{
  font-size: 3rem;
}

.section_faq ul{
  margin: 3rem auto;
  width: 75%;
  max-width: 900px;
}

.section_faq ul li{
  list-style: none;
  margin-bottom: 8px;
}

.section_faq .question{
  margin-bottom: 1px;
  padding: 20px;
  width: 100%;
  background-color: #223a66;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.section_faq .icon{
  margin-left: 1rem;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease-in-out;
}

.section_faq .answer{
  max-height: 0;
  background-color: #223a66;
  overflow: hidden;
  font-size: 20px;
  transition: max-height 0.25s cubic-bezier(0.5,0,0.1,1);
}

.section_faq .answer span{
  display: inline-block;
  padding: 1.2rem;
}
.section_faq .question.open + .answer{
  max-height: 1200px;
}

.section_faq .question.open <.icon{
  transform: rotate(45deg);
} */
/*# sourceMappingURL=maps/style.css.map */


/* INTERNAL CSS EXTRACTED */
@media (max-width: 768px) {
  .blog-content-body {
    padding: 30px 20px !important;
  }

  .blog-content-body h1 {
    font-size: 1.8rem !important;
  }
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08) !important;
  z-index: 10;
}

.blog-card:hover .blog-thumbnail {
  transform: scale(1.05) !important;
}

.blog-card:hover .blog-title a {
  color: #e83e8c !important;
}

.premium-blog-btn:hover {
  color: #d63384 !important;
}

.premium-blog-btn:hover i {
  transform: translateX(5px);
}

/* Responsive and Hover Effects */
@media (max-width: 991px) {
  .contact-info-panel {
    width: 100% !important;
    padding: 50px 30px !important;
  }

  .contact-form-panel {
    width: 100% !important;
    padding: 50px 30px !important;
  }
}

.premium-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(234, 88, 12, 0.35) !important;
  color: #ffffff !important;
}

.social-links a:hover {
  background: #f59e0b !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(245, 158, 11, 0.3);
  color: #ffffff !important;
}

.info-item:hover {
  transform: translateX(5px);
}

.info-item:hover .info-icon {
  background: #f59e0b !important;
  color: #ffffff !important;
  box-shadow: 0 8px 15px rgba(245, 158, 11, 0.3);
}

.grooming-section {
  background: #ffffff;
  padding: 100px 0;
}

.spa-card {
  background: #f8faff;
  border-radius: 50% 50% 0 0;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #e1e7f0;
  transition: all 0.3s ease;
}

.spa-card:hover {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: #223a66;
}

.grooming-hero-wrapper {
  position: relative;
  padding: 40px;
}

.grooming-hero-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background: #223a66;
  z-index: 0;
  border-radius: 20px;
}

.grooming-hero-img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.daycare-header {
  background: #f4f9f4;
  padding: 100px 0;
  border-bottom: 5px solid #28a745;
}

.activity-card {
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  border-left: 5px solid #28a745;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.daycare-hero-img {
  border-radius: 30px 0 30px 0;
  box-shadow: -20px 20px 0 #28a745;
}

.tagline {
  color: #28a745;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hostelling-hero {
  padding: 150px 0;
  color: #fff;
}

.hostelling-feature {
  background: #fffafa;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(102, 58, 58, 0.05);
  transition: transform 0.3s ease;
}

.hostelling-feature:hover {
  transform: translateY(-5px);
}

.hostelling-icon {
  font-size: 50px;
  color: #e12454;
  margin-bottom: 20px;
}

.gallery-item img {
  border-radius: 15px;
  margin-bottom: 30px;
}







.filter-btn {
  background: #f4f4f4;
  border: none;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #333;
}

.filter-btn.active,
.filter-btn:hover {
  background: #e12454;
  color: white !important;
}

.gallery-item {
  transition: all 0.4s ease;
  animation: fadeIn 0.5s;
}

.gallery-item.hide {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .gallery-filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer {
  background: linear-gradient(135deg, #0f1e3d 0%, #1a2e5a 50%, #0f1e3d 100%);
  padding: 70px 0 0;
  color: #b0bec5;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e12454, #223a66, #e12454);
}

.footer .widget h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer .divider {
  height: 2px;
  width: 40px;
  background: #e12454;
  border-radius: 2px;
}

.footer p {
  color: #8898a8;
  font-size: 14px;
  line-height: 1.8;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #8898a8;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #e12454;
  padding-left: 6px;
}

.footer-menu li a i {
  font-size: 12px;
  color: #e12454;
  transition: transform 0.3s ease;
}

.footer-menu li a:hover i {
  transform: translateX(3px);
}

.footer-socials .list-inline-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #b0bec5;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.footer-socials .list-inline-item a:hover {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
  transform: translateY(-3px);
}

.footer-contact-block .icon i {
  color: #e12454;
  font-size: 20px;
}

.footer-contact-block .icon span {
  color: #8898a8;
  font-size: 13px;
  font-weight: 500;
}

.footer-contact-block h4 a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  transition: color 0.3s;
  text-decoration: none;
}

.footer-contact-block h4 a:hover {
  color: #e12454;
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 10px;
}

.footer-btm .copyright {
  color: #8898a8;
  font-size: 14px;
}

.backtop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #e12454;
  color: #fff !important;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(225, 36, 84, 0.4);
  text-decoration: none;
}

.backtop:hover {
  background: #fff;
  color: #e12454 !important;
  transform: translateY(-4px);
}

.footer .logo img {
  max-height: 60px;
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 20px;
  background-color: #4dc247;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10000;
  margin-bottom: 20px;

}

.my-float {
  margin-top: 16px;

}

/* Floating call button */
.call-button {
  position: fixed;
  right: 20px;
  /* bottom-left */
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 0, 8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease;
  -webkit-tap-highlight-color: transparent;
  margin-left: 50px;
}

.call-button:hover,
.call-button:focus {
  transform: scale(1.06);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.30);
}

.call-button svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: #fff;
}

/* INLINE CSS EXTRACTED */
.custom-style-a3a4d328 {
  background-color: #f9f9f9;
  border-top: 4px solid #e12454;
}

.custom-style-efd322bb {
  padding: 60px 0 80px 0;
  background: #f8fafc;
}

.custom-style-84861fce {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.custom-style-4c18998f {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #f8fafc;
}

@media (max-width: 768px) {
  .custom-style-4c18998f {
    height: 300px;
  }
}

.custom-style-4c18998f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-blog-card:hover .custom-style-4c18998f img {
  transform: scale(1.04);
}

.custom-style-13ed8cdd {
  padding: 40px 50px;
}

.custom-style-1c76d6f5 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 15px;
  line-height: 1.3;
}

.custom-style-24367a7a {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 20px;
}

.custom-style-5ef667cd {
  color: #e83e8c;
}

.custom-style-83c210d3 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 30px;
  letter-spacing: 0.2px;
}

.custom-style-931e3842 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 35px;
  margin-bottom: 15px;
}

.custom-style-733c5036 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 20px;
}

.custom-style-1a300717 {
  background: rgba(232, 62, 140, 0.05);
  border-left: 4px solid #e83e8c;
  padding: 25px;
  margin: 35px 0;
  border-radius: 0 12px 12px 0;
}

.custom-style-3911424c {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  color: #334155;
  margin: 0;
  line-height: 1.6;
}

.custom-style-84e2d10c {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 20px;
  margin-top: 30px;
}

.custom-style-5b17c4fa {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 20px;
}

.custom-style-5b0557f9 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f8fafc;
  position: relative;
}

.custom-style-c555765b {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #e83e8c;
}

.custom-style-3115624e {
  display: flex;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}

.custom-style-a9b29230 {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.custom-style-fce62cf2 {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-style-024a561b {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}

.custom-style-fdd13308 {
  font-size: 0.85rem;
  color: #94a3b8;
}

.custom-style-44366c90 {
  display: flex;
  transition: transform 0.3s ease;
}

.custom-style-a2930f5e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.65));
}

.custom-style-83d7eabc {
  position: relative;
  z-index: 1;
}

.custom-style-3fd78c81 {
  font-size: 3.5rem;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.custom-style-5803273c {
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.custom-style-d8c8e47f {
  padding: 80px 0;
  background: #f8fafc;
}

.custom-style-b30201f3 {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-style-85828ef4 {
  height: 200px;
  overflow: hidden;
}

.custom-style-349a3865 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-style-ae3838d5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.custom-style-ea8299e5 {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f1f5f9;
  padding-top: 15px;
}

.custom-style-92ec9364 {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
}

.custom-style-a7ef11fb {
  transition: transform 0.3s;
}

.custom-style-4e7801c3 {
  padding: 100px 0;
  background-color: #f8fafc;
}

.custom-style-4f5a6966 {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.custom-style-e6c00645 {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
  padding: 60px;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.custom-style-25e327a9 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.custom-style-d394eebb {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}

.custom-style-3700d181 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.custom-style-b0f74f75 {
  color: #cbd5e1;
  margin-bottom: 45px;
  font-size: 1.1rem;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.custom-style-14f83a9b {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.custom-style-ba3844ab {
  min-width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.5rem;
  color: #f59e0b;
  transition: all 0.3s ease;
}

.custom-style-e50680dd {
  color: #ffffff;
  font-size: 1.15rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.custom-style-e7fb29b1 {
  color: #cbd5e1;
  margin: 0;
  line-height: 1.5;
}

.custom-style-5171d5b7 {
  color: #cbd5e1;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.custom-style-3759f13f {
  color: #94a3b8;
  font-size: 0.9rem;
}

.custom-style-20952406 {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.custom-style-41628679 {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 1.05rem;
}

.custom-style-9a1cfaca {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 15px;
}

.custom-style-0c6a9efe {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.custom-style-b18ef0e3 {
  padding: 60px;
  width: 60%;
  background: #ffffff;
}

.custom-style-9459c07f {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.custom-style-511e73e2 {
  color: #64748b;
  margin-bottom: 40px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.custom-style-e5fbb040 {
  border-radius: 12px;
  border-left: 5px solid #22c55e;
  background-color: #f0fdf4;
  color: #166534;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.custom-style-677750ae {
  border-radius: 12px;
  border-left: 5px solid #ef4444;
  background-color: #fef2f2;
  color: #b91c1c;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.custom-style-7740df5e {
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.custom-style-64f0bc38 {
  padding: 15px 20px;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  font-size: 1rem;
  transition: all 0.3s;
  height: auto;
}

.custom-style-83302957 {
  padding: 15px 20px;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  font-size: 1rem;
  transition: all 0.3s;
  resize: none;
}

.custom-style-1a054051 {
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.15rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: 0.5px;
}

.custom-style-4ad3ee12 {
  border: 1px solid #990000;
  padding-left: 20px;
  margin: 0 0 10px 0;
}

.custom-style-610601bf {
  margin-left: 10px
}

.custom-style-5547f18a {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #000;
}

.custom-style-6482813f {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.custom-style-4c4d1b15 {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.custom-style-2c1f954d {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.custom-style-249bf020 {
  font-size: 22px;
}

.custom-style-c5830670 {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}

.custom-style-8588e44d {
  width: 100%;
}

.custom-style-b5927153 {
  color: #fff;
}

.custom-style-fda9a7e4 {
  color: #e12454;
}

/* Breeder Listing Card Styles */
.breed-listing-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(196, 114, 114, 0.575);
  margin-bottom: 65px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #212529;
  display: flex;
  flex-direction: column;
  height: calc(100% - 65px);
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
}


.breed-listing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 40px 80px rgba(231, 134, 6, 0.705);

  border-color: rgba(225, 36, 84, 0.15);
}

.breed-img-container {
  height: 220px;
  overflow: hidden;
}

.breed-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.breed-listing-card:hover .breed-img-container img {
  transform: scale(1.1);
}

.breed-info {
  padding: 25px;
}

.breed-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #223a66;
}

.breed-info p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn-view {
  display: inline-block;
  color: #e12454;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-view i {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s ease;
}

.breed-listing-card:hover .btn-view i {
  margin-left: 10px;
}

/* Page Title Backgrounds */
.bg-ahmedabad {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/slider-bg-29.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-bangalore {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/slider-bg-32.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-mumbai {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/dba.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-kolkata {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/dbk.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-pune {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/slider-bg-31.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-chennai {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/dbc/dog-puppy-chennai.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-goa {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/dbg/dog-breeder-goa.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-hyderabad {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/h-02.jpeg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-jaipur {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/jaipur-premium-doggies.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-vizag {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg/vizag-premium-doggies.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.breed-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
/* ==========================================================================
   Premium FAQ & "People Also Ask" Section Redesign
   ========================================================================== */

/* Main Container - Removing the 'rigid box' feel */
.box {
  background: #ffffff;
  /* padding: 40px 0; */
  margin-top: 20px;
}

.box .heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #223a66;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.box .heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #e12454;
  border-radius: 2px;
}

/* Base Accordion (Visible FAQs) */
.faqs {
  max-width: 900px;
  margin: 0 auto;
}

.faqs details {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 5px 20px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.faqs details:hover {
  border-color: #e12454;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.faqs summary {
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #223a66;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
}

.faqs summary::-webkit-details-marker {
  display: none;
}

.faqs summary::after {
  content: '\ee0e';
  /* icofont-rounded-down */
  font-family: 'IcoFont';
  font-size: 1.4rem;
  color: #e12454;
  transition: transform 0.3s ease;
}

.faqs details[open] summary::after {
  transform: rotate(180deg);
}

.faqs .text {
  padding: 0 0 20px 0;
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
  margin: 0;
}

/* People Also Ask Section - Centered & Premium */
.paa-section {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.paa-main {
  width: 100%;
  max-width: 900px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.paa-main>summary {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  padding: 14px 35px !important;
  border-radius: 50px;
  color: #e12454 !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: fit-content;
  border: 1px solid #eee !important;
}

.paa-main>summary:hover {
  background: #e12454;
  color: #fff !important;
  box-shadow: 0 8px 25px rgba(225, 36, 84, 0.2);
  transform: translateY(-2px);
}

.paa-main>summary i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: inherit !important;
}

.paa-main[open]>summary {
  background: #e12454;
  color: #fff !important;
  border-radius: 12px 12px 0 0;
  width: 100%;
  max-width: 100%;
}

.paa-main[open]>summary i {
  transform: rotate(180deg);
}

.paa-content {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 10px 25px 25px 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  animation: fadeInDown 0.4s ease-out;
}

.paa-content details {
  border: none;
  border-bottom: 1px solid #f5f5f5;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.paa-content details:last-child {
  border-bottom: none;
}

.paa-content details:hover {
  transform: none;
  box-shadow: none;
}

.paa-content summary {
  font-size: 1rem;
  color: #444;
}

.paa-content summary::after {
  font-size: 1.1rem;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service Card Redesign */
.service-card-new {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
}

.service-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: #e12454;
}

.service-card-new .content h4 {
  color: #223a66;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-card-new .content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

.service-card-new .img-block {
  margin-top: auto;
  overflow: hidden;
  border-radius: 8px;
}

.service-card-new .img-block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card-new:hover .img-block img {
  transform: scale(1.05);
}

/* --- Playful & Organic Theme Styles --- */
:root {
  --pd-sage: #b3cbb9;
  --pd-peach: #ffccb6;
  --pd-cream: #faf3e0;
  --pd-terracotta: #e67e5f;
  --pd-soft-green: #dcedc1;
}

.bg-organic-cream {
  background-color: var(--pd-cream);
}

.bg-organic-sage {
  background-color: var(--pd-sage);
}

.bg-organic-peach {
  background-color: var(--pd-peach);
}

.text-organic-dark {
  color: #4a4a4a;
}

.section-padding-organic {
  padding: 100px 0;
}

/* Wavy Divider */
.wavy-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.wavy-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}

.wavy-divider .shape-fill {
  fill: #FFFFFF;
}

/* Blob Image Frame */
.blob-frame {
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blob-frame:hover {
  border-radius: 58% 42% 38% 62% / 62% 38% 62% 38%;
}

.organic-card {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  border: none;
  box-shadow: 0 15px 45px rgba(230, 126, 95, 0.08);
  transition: transform 0.3s ease;
}

.organic-card:hover {
  transform: scale(1.02);
}

/* --- Modern Pet Hub (Light Edition) Styles --- */
:root {
  --pd-modern-navy: #223a66;
  --pd-glass-white: rgba(255, 255, 255, 0.7);
  --pd-soft-gray: #f8fbff;
  --pd-red-accent: #e12454;
}

.bg-modern-soft {
  background-color: var(--pd-soft-gray);
}

.glass-card-light {
  background: var(--pd-glass-white);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.modern-stat-card {
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #edf2f7;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.modern-stat-card:hover {
  transform: translateY(-5px);
  border-color: var(--pd-red-accent);
}

.modern-stat-card .number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--pd-modern-navy);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.modern-stat-card .label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--pd-red-accent);
  font-weight: 700;
}

.hero-modern {
  background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
  padding: 120px 0;
}

/* --- The Visual Storyteller Styles --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400;1,700&display=swap');

.font-serif {
  font-family: 'Playfair Display', serif;
}

.text-italic {
  font-style: italic;
}

.narrative-hero {
  height: 85vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.narrative-hero .overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.narrative-title {
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1.1;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.narrative-section {
  padding: 100px 0;
}

.narrative-block h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 30px;
  color: #223a66;
}

.narrative-block p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.narrative-img-wrap {
  position: relative;
  padding: 20px;
}

.narrative-img {
  box-shadow: 30px 30px 0px #f4f9fc;
  transition: transform 0.4s ease;
}

.narrative-block:hover .narrative-img {
  transform: scale(1.02);
}

.quote-large {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #223a66;
  font-style: italic;
  border-left: 5px solid #e12454;
  padding-left: 30px;
  margin: 40px 0;
}

/* --- Final Hybrid Design Styles --- */
.service-row-hybrid {
  margin-bottom: 40px;
  align-items: center;
}

.service-img-hybrid {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
  max-width: 90%;
  margin: 0 auto;
}

.service-row-hybrid:hover .service-img-hybrid {
  transform: scale(1.03);
}

.service-content-hybrid {
  padding: 20px 40px;
}

.service-content-hybrid h3 {
  font-size: 1.8rem !important;
  margin-bottom: 15px !important;
}

.service-content-hybrid p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

/* Staggered Testimonials (Up-Down) */
.testimonial-grid-staggered {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 60px;
}

.testimonial-item-staggered {
  padding: 15px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

/* The 'Up-Down' effect */
.testimonial-item-staggered:nth-child(even) {
  transform: translateY(50px);
}

.testimonial-card-frame {
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card-frame:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.btn-reviews {
  padding: 15px 40px;
  border: 2px solid #e12454;
  color: #e12454;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  background: transparent;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-reviews:hover {
  background: #e12454;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .testimonial-item-staggered {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .testimonial-item-staggered:nth-child(even) {
    transform: translateY(30px);
  }
}

@media (max-width: 767px) {
  .testimonial-item-staggered {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonial-item-staggered:nth-child(even) {
    transform: translateY(0);
  }
}

/* --- Gallery Wall & Frame Styles --- */
.gallery-wall-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 60px 0;
}

.gallery-frame-canvas {
  background: #fff;
  border: 12px solid #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  margin: 10px;
}

.gallery-frame-canvas:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.frame-text {
  padding: 30px;
  max-width: 380px;
}

.frame-img {
  padding: 0;
  line-height: 0;
}

.frame-img img {
  width: 100%;
  height: auto;
  display: block;
}

.center-frame {
  z-index: 10;
  transform: scale(1.1);
  border-width: 15px;
  max-width: 450px;
}

.center-frame:hover {
  transform: scale(1.15) rotate(0deg);
}

.offset-up {
  transform: translateY(-30px);
}

.offset-down {
  transform: translateY(30px);
}

@media (max-width: 991px) {
  .gallery-frame-canvas {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    margin-bottom: 30px;
  }

  .center-frame {
    transform: none !important;
  }
}

/* --- Organic Floating Reviews Page --- */
.reviews-page-wrapper {
  background-color: #f4efe9;
  padding: 80px 0;
  min-height: 100vh;
}

.organic-review-card {
  background: #fff;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  transition: transform 0.3s ease;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.organic-review-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.card-type-1 {
  border-radius: 50px 0 50px 0;
}

.card-type-2 {
  border-radius: 50% 50% 50% 0;
}

.card-type-3 {
  border-radius: 30px;
}

.card-type-3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 40px;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.card-type-rounded {
  border-radius: 40px;
}

.review-author-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.review-author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.review-headline-organic {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  line-height: 1.2;
  color: #223a66;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.tag-label {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f7ff;
  color: #223a66;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* --- Minimizing Review Card Sizes --- */
.organic-review-card {
  padding: 20px !important;
  margin-bottom: 25px !important;
}

.review-headline-organic {
  font-size: 1.2rem !important;
  margin-bottom: 10px !important;
}

.review-text-organic {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
}

.review-author-img {
  width: 45px !important;
  height: 45px !important;
}

.review-author-wrap h5 {
  font-size: 1rem !important;
}

/* --- REVIEWS PAGE: Accurate Sky Blue Floating Gallery --- */
.reviews-page-wrapper {
  background-color: #e3f2fd !important;
  padding: 100px 0;
  min-height: 100vh;
}

.card-floating-organic {
  background: #fff;
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
  padding: 35px;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-floating-organic:hover {
  transform: translateY(-12px) rotate(1deg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.shape-pill {
  border-radius: 100px !important;
  padding: 25px 60px !important;
}

.shape-interrupted {
  border-radius: 40px !important;
  margin-top: 50px !important;
  padding-top: 55px !important;
  text-align: center;
}

.shape-speech {
  border-radius: 30px !important;
}

.shape-speech::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 40px;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.shape-modern-offset {
  border-radius: 60px 10px 60px 10px !important;
}

.floating-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #e3f2fd;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.quote-icon-floating {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 3.5rem;
  color: rgba(34, 58, 102, 0.07);
  font-family: serif;
}

.review-headline-accurate {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #223a66;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- REVIEWS PAGE: Mosaic Gallery (Adobe Style) --- */
.mosaic-grid-container {
  padding: 60px 0;
}

.card-mosaic {
  background: #fff;
  border-radius: 25px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
  transition: all 0.3s ease;
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-mosaic:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
}

.mosaic-author-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.card-mosaic-horiz {
  flex-direction: row !important;
  align-items: center;
  text-align: left;
}

.card-mosaic-horiz .mosaic-author-img {
  margin-right: 20px;
}

.card-mosaic-vert {
  text-align: center;
  align-items: center;
}

.card-mosaic-vert .mosaic-author-img {
  margin: 0 auto 15px;
}

.card-mosaic-large {
  padding: 40px;
  border-radius: 40px;
}

.card-mosaic-large .mosaic-author-img {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.mosaic-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #223a66;
  margin-bottom: 5px;
}

.mosaic-stars {
  color: #f1c40f;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.mosaic-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ========================================================================= */
/* Modern Home Redesign 2024 */
/* ========================================================================= */

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #223a66;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #e12454;
}

/* Hero Search Refinement (Pill Design) */
.banner .block {
  background: rgba(0, 0, 0, 0.6);
  /* Darker for better contrast */
  padding: 60px 40px;
  border-radius: 40px;
  /* Highly rounded corners as per image */
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  max-width: 950px;
  margin: 0 auto;
}

.search-pill-container {
  /* pill container handled by bootstrap bg-transparent p-lg-4 p-0 */
  display: flex;
  align-items: center;
}

.search-group label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.search-field {
  background: transparent !important;
  border: none !important;
  border-radius: 12px !important;
  height: 45px !important;
  font-size: 14px !important;
  color: #fff !important;
}

#mainSearchBtn {
  border-radius: 50px !important;
}

.circle-search-btn {
  background: #e12454 !important;
  color: #fff !important;
  width: 90px;
  height: 90px;
  border-radius: 50% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none !important;
  box-shadow: 0 10px 20px rgba(225, 36, 84, 0.4) !important;
  transition: all 0.3s ease;
  padding: 0 !important;
  line-height: 1 !important;
}

.circle-search-btn:hover {
  transform: scale(1.05);
  background: #c91b46 !important;
}

.circle-search-btn i {
  font-size: 24px;
  margin-bottom: 5px;
}

.circle-search-btn span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* How it Works */
.work-process-item {
  padding: 40px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border-bottom: 4px solid transparent;
}

.work-process-item:hover {
  transform: translateY(-10px);
  border-color: #e12454;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.work-process-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #f4f9fc;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 25px;
  color: #e12454;
  font-size: 35px;
}

/* Modern Breed Cards */
.breed-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.breed-card:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.breed-card-img {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.breed-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.breed-card:hover .breed-card-img img {
  transform: scale(1.1);
}

.breed-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e12454;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.breed-card-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.breed-card-content h4 {
  margin-bottom: 15px;
  color: #223a66;
}

.breed-card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Interactive Benefits Info Grid */
.benefit-info-card {
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  margin-bottom: 30px;
  border-left: 5px solid #e12454;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.benefit-info-card:hover {
  background: #fcfcfc;
  transform: translateX(10px);
}

.benefit-info-card h4 {
  color: #223a66;
  margin-bottom: 10px;
}

/* FAQ Accordion */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px 25px;
  background: #fff;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #223a66;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
  color: #e12454;
}

.faq-question i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-out;
}

.faq-item.active .faq-answer {
  padding: 10px 25px 25px;
  max-height: 800px;
}

.faq-item.active .faq-question {
  background: #f8f9fa;
  color: #e12454;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

/* Home Refinement & Dog Cluster */
.pink-bg {
  background-color: #fff0f3 !important;
}

.avatar-cluster {
  position: relative;
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-item {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.avatar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Positioning based on the provided trainer design */
.avatar-1 {
  width: 180px;
  height: 180px;
  z-index: 5;
}

/* Center */
.avatar-2 {
  width: 100px;
  height: 100px;
  top: 20px;
  left: 15%;
  z-index: 4;
}

.avatar-3 {
  width: 120px;
  height: 120px;
  top: -10px;
  right: 20%;
  z-index: 4;
}

.avatar-4 {
  width: 90px;
  height: 90px;
  bottom: 30px;
  left: 20%;
  z-index: 4;
}

.avatar-5 {
  width: 140px;
  height: 140px;
  bottom: 0;
  right: 15%;
  z-index: 4;
}

.avatar-6 {
  width: 80px;
  height: 80px;
  top: 150px;
  left: 5%;
  z-index: 3;
}

.avatar-7 {
  width: 70px;
  height: 70px;
  top: 200px;
  right: 5%;
  z-index: 3;
}

/* Line clamp for consistent breed card text */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner .block {
    background: none !important;
    padding: 20px 0 !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .search-pill-container {
    flex-direction: row;
  }

  .circle-search-btn {
    width: 100%;
    height: 60px;
    border-radius: 10px !important;
    margin-top: 20px;
  }

  .fixed-btm-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
}

/* Hero Tagline */
.hero-tagline {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* CIRCULAR PROCESS LAYOUT */
.circular-process-wrapper {
  position: relative;
  width: 600px;
  /* Reduced from 750px */
  height: 600px;
  margin: 30px auto;
}

/* The connecting ring */
.circular-process-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  border: 12px solid #eaeaea;
  /* Base ring color */
  border-radius: 50%;
  z-index: 1;
}

.modern-input:focus {
  background: #fff !important;
  border-color: #e12454 !important;
  box-shadow: 0 0 15px rgba(225, 36, 84, 0.1) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.pink-bg-about .decorative-paw {
  position: absolute;
  color: rgba(225, 36, 84, 0.05);
  font-size: 100px;
  z-index: 0;
}

.paw-1 {
  top: 10%;
  left: 3%;
  transform: rotate(-15deg);
}

.paw-2 {
  bottom: 10%;
  left: 45%;
  transform: rotate(20deg);
  opacity: 0.03;
}

.paw-3 {
  top: 30%;
  right: 5%;
  transform: rotate(45deg);
  font-size: 120px;
}

.pet-cluster-wrapper:hover .pet-grid-item {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .pink-bg-about {
    padding: 80px 0 !important;
  }

  .pet-cluster-wrapper {
    height: auto !important;
    margin-bottom: 50px;
  }

  .pet-grid-item {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin-bottom: 20px;
  }

  .scallop-frame {
    max-width: 300px;
    margin: 0 auto;
  }
}

.cp-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  /* Reduced from 280 */
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
  overflow: hidden;
  background: #fff;
}

.cp-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-step {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 280px;
  /* Reduced to fit better */
  transition: transform 0.3s ease;
}

.cp-icon {
  width: 80px;
  height: 80px;
  /* Reduced from 100 */
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  border: 8px solid;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.cp-text {
  background: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-left: -20px;
  /* Overlap icon */
  padding-left: 30px;
  z-index: 1;
  width: 100%;
}

.cp-text.text-left-side {
  margin-left: 0;
  margin-right: -20px;
  padding-left: 15px;
  padding-right: 30px;
  text-align: right;
  order: -1;
}

.cp-step h4 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #223a66;
  font-weight: 700;
  text-transform: uppercase;
}

.cp-step p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  color: #666;
}

:root {
  --cream-bg: #fdf8ef;
  --coral-primary: #f56d58;
  --coral-hover: #e05c4a;
  --text-dark: #333333;
  --text-muted: #666666;
  --blob-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

body {
  background-color: var(--cream-bg);
  font-family: 'Outfit', sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.playful-font {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
}

.btn-coral {
  background-color: var(--coral-primary);
  color: white !important;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 15px rgba(245, 109, 88, 0.3);
}

.btn-coral:hover {
  background-color: var(--coral-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 109, 88, 0.4);
}

/* Organic Blobs */
.blob-shape {
  border-radius: var(--blob-radius);
  transition: all 0.5s ease;
}

.blob-1 {
  background-color: #e9e2d0;
  width: 450px;
  height: 450px;
}

.blob-2 {
  background-color: var(--coral-primary);
  width: 140px;
  height: 140px;
  transform: rotate(15deg);
}

/* Dotted Paths */
.dotted-path {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
}

/* Hero Layout */
.hero-section {
  padding: 100px 0 150px;
  position: relative;
}

.hero-title {
  font-size: 4.5rem;
  line-height: 1.1;
  color: #2d2d2d;
}

.hero-img-main {
  width: 380px;
  height: 380px;
  object-fit: cover;
  border-radius: var(--blob-radius);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-img-sub {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
  position: absolute;
  bottom: -20px;
  right: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Service Cards */
.service-card-modern {
  background: white;
  border-radius: 30px;
  padding-bottom: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
  position: relative;
  padding: 20px;
}

.card-img-blob {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 60% 40% 40% 60% / 60% 60% 40% 40%;
}

/* How It Works */
.step-icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--text-dark);
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Feature Blobs */
.feature-blob-item {
  background: white;
  padding: 40px 30px;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
  border-bottom: 5px solid var(--coral-primary);
  transition: transform 0.3s ease;
}

.feature-blob-item:hover {
  transform: translateY(-8px);
}

/* Organic FAQ */
.organic-faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.organic-faq-item {
  background: white;
  border-radius: 25px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.organic-faq-item.active {
  box-shadow: 0 12px 30px rgba(245, 109, 88, 0.1);
  border-color: var(--coral-primary);
}

.organic-faq-btn {
  padding: 25px 30px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.25rem;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.organic-faq-btn i {
  color: var(--coral-primary);
  transition: transform 0.3s ease;
}

.organic-faq-item.active .organic-faq-btn i {
  transform: rotate(180deg);
}

.organic-faq-content {
  padding: 0 30px 25px;
  display: none;
  color: var(--text-muted);
  line-height: 1.7;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
  }

  .blob-1 {
    width: 300px;
    height: 300px;
  }

  .hero-img-main {
    width: 250px;
    height: 250px;
  }
}

/* 1. Top (Explore Breeds) */
.cp-step-1 {
  top: -45px;
  /* Pulled up to make room for text above line */
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  text-align: center;
  width: 220px;
}

.cp-step-1:hover {
  transform: translateX(-50%) scale(1.05);
}

.cp-step-1 .cp-text {
  margin: 0 0 -25px 0;
  /* Overlap icon from above */
  padding: 15px 15px 30px;
}

/* 2. Top-Right */
.cp-step-2 {
  top: 188px;
  left: 455px;
  transform: translateY(-50%);
}

.cp-step-2:hover {
  transform: translateY(-50%) scale(1.05);
}

/* 3. Bottom-Right */
.cp-step-3 {
  top: 412px;
  left: 455px;
  transform: translateY(-50%);
}

.cp-step-3:hover {
  transform: translateY(-50%) scale(1.05);
}

/* 4. Bottom */
.cp-step-4 {
  top: 485px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  text-align: center;
  width: 220px;
}

.cp-step-4:hover {
  transform: translateX(-50%) scale(1.05);
}

.cp-step-4 .cp-text {
  margin: -20px 0 0 0;
  padding: 30px 15px 15px;
}

/* 5. Bottom-Left */
.cp-step-5 {
  top: 412px;
  right: 455px;
  transform: translateY(-50%);
}

.cp-step-5:hover {
  transform: translateY(-50%) scale(1.05);
}

/* 6. Top-Left */
.cp-step-6 {
  top: 188px;
  right: 455px;
  transform: translateY(-50%);
}

.cp-step-6:hover {
  transform: translateY(-50%) scale(1.05);
}

/* Colors like the image */
.color-1 {
  border-color: #d63333 !important;
  color: #d63333 !important;
}

/* Red */
.color-2 {
  border-color: #f1c40f !important;
  color: #f1c40f !important;
}

/* Yellow */
.color-3 {
  border-color: #c0392b !important;
  color: #c0392b !important;
}

/* Dark Red */
.color-4 {
  border-color: #95a5a6 !important;
  color: #95a5a6 !important;
}

/* Gray */
.color-5 {
  border-color: #e74c3c !important;
  color: #e74c3c !important;
}

/* Light Red */
.color-6 {
  border-color: #f39c12 !important;
  color: #f39c12 !important;
}

/* Orange */

/* Responsive Circular Layout for Mobile */
@media (max-width: 767px) {
  /* General Button Overrides for Mobile */
  .btn-main,
  .btn-main-2,
  .btn-round-full {
    padding: 10px 20px !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
  }

  .circular-process-wrapper {
    width: 100%;
    max-width: 350px;
    height: 350px;
    margin: 60px auto;
    position: relative;
    display: block;
  }

  .circular-process-wrapper::before {
    display: block;
    width: 280px;
    height: 280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cp-center {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
  }

  .cp-step {
    width: 160px;
    /* Narrower for mobile circle */
    position: absolute;
    flex-direction: row;
    display: flex;
    align-items: center;
  }

  .cp-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    border-width: 4px;
  }

  .cp-text {
    padding: 8px 10px;
    border-radius: 8px;
    margin-left: -12px;
    padding-left: 20px;
    width: 100%;
  }

  .cp-step h4 {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .cp-step p {
    font-size: 8.5px;
    line-height: 1.2;
  }

  /* Repositioning steps for 350px circle */
  .cp-step-1 {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    width: 140px;
    text-align: center;
  }

  .cp-step-1 .cp-text {
    margin: 0 0 -15px 0;
    padding: 10px 10px 20px;
    text-align: center;
  }

  .cp-step-2 {
    top: 110px;
    left: 250px;
    transform: translateY(-50%);
  }

  .cp-step-3 {
    top: 240px;
    left: 250px;
    transform: translateY(-50%);
  }

  .cp-step-4 {
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    width: 140px;
    text-align: center;
  }

  .cp-step-4 .cp-text {
    margin: -15px 0 0 0;
    padding: 20px 10px 10px;
    text-align: center;
  }

  .cp-step-5 {
    top: 240px;
    right: 250px;
    transform: translateY(-50%);
  }

  .cp-text.text-left-side {
    margin-right: -12px;
    padding-right: 20px;
  }

  .cp-step-6 {
    top: 110px;
    right: 250px;
    transform: translateY(-50%);
  }

  /* Personal Care Section Mobile Refinement */
  .about-mobile-title {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
  }

  .about-mobile-text {
    font-size: 9px !important;
    line-height: 1.3 !important;
  }

  /* Special override for the home page Services button */
  .about-mobile-btn {
    font-size: 7px !important;
    padding: 4px 8px !important;
    margin-left: -8px !important;
    background: #e12454 !important;
    color: #fff !important;
  }

  .about-mobile-btn i {
    font-size: 9px !important;
    padding-left: 4px !important;
  }
}

/* Responsive Mobile Layout */
@media (max-width: 991px) {
  .circular-process-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 40px auto;
  }

  .circular-process-wrapper::before {
    display: none;
  }

  .cp-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
  }

  .cp-step {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100%;
    max-width: 350px;
    flex-direction: row !important;
    text-align: left !important;
  }

  .cp-step:hover {
    transform: scale(1.02) !important;
  }

  .cp-text {
    margin: 0 0 0 -20px !important;
    padding: 15px 20px 15px 35px !important;
    text-align: left !important;
    order: 1 !important;
  }
}

/* STRAIGHT ALTERNATING TIMELINE LAYOUT */
.benefits-section-new {
  position: relative;
  overflow: hidden;
  background: #fdfdfd;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .benefits-section-new {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.benefit-card-new {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.benefit-card-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.benefits-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/home/home-14.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: blur(10px);
  opacity: 0.15;
  z-index: 1;
}

.benefits-timeline-container {
  position: relative;
  width: 100%;
  margin: 50px 0 50px;
  padding: 220px 0;
  /* Space for UP and DOWN nodes */
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background: #223a66;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 5px;
  opacity: 0.2;
}

.timeline-nodes-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 2;
}

.tl-node {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
}

.tl-dot {
  width: 25px;
  height: 25px;
  background: #a4ce38;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  flex-shrink: 0;
}

.tl-content {
  position: absolute;
  width: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* node-above means content is placed above the dot */
.node-above .tl-content {
  bottom: 30px;
  /* Shift upwards from the central dot */
  flex-direction: column-reverse;
  /* icon sits at bottom closest to dot */
}

/* node-below means content is placed below the dot */
.node-below .tl-content {
  top: 30px;
  /* Shift downwards from the central dot */
}

.tl-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.node-below .tl-icon {
  margin-bottom: 20px;
}

.node-above .tl-icon {
  margin-top: 20px;
}

.tl-node:hover .tl-icon {
  transform: scale(1.1);
}

.tl-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #223a66;
  margin-bottom: 12px;
}

.tl-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: rgba(255, 255, 255, 0.85);
  /* Readability */
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 0;
}

/* WHY CHOOSE US HEXAGONAL REDESIGN */
.why-choose-hex-section {
  padding: 100px 0;
  background: #ffffff;
  /* Cleaner white background */
  overflow: hidden;
}

.hex-title-side h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  color: #223a66;
  margin: 0;
  text-transform: uppercase;
}

.hex-title-side .choose-text {
  font-size: 65px;
  display: block;
  color: #e12454;
  margin: 5px 0;
}

.hex-title-side .us-text {
  font-size: 55px;
  color: #223a66;
  display: flex;
  align-items: baseline;
}

.hex-title-side .q-mark {
  color: #e12454;
  font-size: 80px;
  margin-left: 10px;
}

.hex-cluster {
  position: relative;
  height: 550px;
  width: 600px;
  margin: 0 auto;
}

.hex-item {
  position: absolute;
  width: 200px;
  height: 230px;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* Subtle fallback */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Elegant Borders and Colors */
.hex-item::before {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: currentColor;
  opacity: 0.1;
  /* Very light background tint */
  z-index: -1;
}

.hex-item {
  border: 3px solid currentColor;
  /* Faked with outline or just icon/text color */
}

.hex-item:hover {
  transform: translateY(-10px) scale(1.05);
  z-index: 20;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.hex-item i {
  font-size: 36px;
  margin-bottom: 12px;
}

.hex-item h5 {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #223a66;
}

.hex-item p {
  font-size: 11px;
  margin: 0;
  line-height: 1.4;
  color: #666;
}

/* Staggered Cluster Layout for 6 Hexagons (Vertical meshing) */
/* Column 1 */
.hex-1 {
  top: 30px;
  left: 0;
  color: #e12454;
}

.hex-2 {
  top: 210px;
  left: 0;
  color: #223a66;
}

/* Column 2 (Staggered) */
.hex-3 {
  top: 120px;
  left: 165px;
  color: #8bc34a;
}

.hex-4 {
  top: 300px;
  left: 165px;
  color: #f1c40f;
}

/* Column 3 */
.hex-5 {
  top: 30px;
  left: 330px;
  color: #9b59b6;
}

.hex-6 {
  top: 210px;
  left: 330px;
  color: #1abc9c;
}

@media (max-width: 1199px) {
  .hex-cluster {
    transform: scale(0.85);
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .hex-cluster {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    transform: none;
    margin: 50px 0 0;
  }

  .hex-item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    max-width: 180px;
    height: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .hex-cluster {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hex-item {
    height: 160px;
    padding: 10px;
  }

  .hex-item i {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .hex-item h5 {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .hex-item p {
    font-size: 8px;
    line-height: 1.2;
  }
}


/* HOME REVIEWS SECTION */
.home-reviews-section {
  padding: 80px 0;
  background: #ffffff;
}

.home-review-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.home-review-card:hover {
  transform: translateY(-5px);
}

.home-review-card p {
  font-size: 15px;
  font-style: italic;
  color: #555;
  line-height: 1.6;
}

.home-review-card .author-info h5 {
  font-size: 18px;
  color: #223a66;
  margin-bottom: 0;
}

/* Responsive Spacing & Layout Optimization */
@media (max-width: 767px) {
  .pet-modern-section {
    padding: 60px 0 !important;
  }

  .scallop-frame {
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
  }

  .premium-section-title {
    font-size: 26px !important;
  }

  .cat-section-divider {
    margin-top: 40px !important;
    padding-top: 40px !important;
  }

  /* Why Choose Us Mobile Optimization */
  .hex-card {
    padding: 25px 15px !important;
    margin-bottom: 20px !important;
  }

  .hex-card h4 {
    font-size: 18px !important;
  }
}

/* ========================================================================= */
/* Modern Breed Listing Cards (Premium Design) */
/* ========================================================================= */

.breed-listing-card-modern {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-decoration: none !important;
  margin-bottom: 30px;
}

.breed-listing-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.breed-img-wrapper {
  position: relative;
  padding: 20px;
  background: #f8fbfc;
  text-align: center;
}

.breed-img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.breed-listing-card-modern:hover .breed-img-wrapper img {
  transform: scale(1.05);
}

.breed-badge-premium {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e12454;
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(225, 36, 84, 0.3);
  z-index: 10;
}

.breed-details-content {
  padding: 25px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.breed-details-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #223a66;
  margin-bottom: 15px;
}

.breed-details-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.btn-view-details-premium {
  background: #e12454;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 15px;
  /* Added spacing */
  text-align: center;
}

.breed-price-listing {
  font-size: 18px;
  font-weight: 800;
  color: #e12454;
  margin-bottom: 10px;
  display: block;
}

.btn-view-details-premium:hover {
  background: #c1123d;
  box-shadow: 0 8px 15px rgba(225, 36, 84, 0.2);
}

/* ========================================================================= */
/* High-Fidelity Paw-Themed Pet Section (Home Page Only) */
/* ========================================================================= */

.pet-modern-section {
  background-color: #fff0f3 !important;
  /* Perfect light pink bg */
  padding: 80px 0;
  /* Reduced from 100px */
  position: relative;
  width: 100%;
}

.pet-grid-item {
  text-align: center;
  margin-bottom: 50px;
}

.scallop-frame {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  /* Reduced from 25px */
  position: relative;
  background: #fff;
  padding: 8px;
  /* Distinct wavy circular mask */
  -webkit-clip-path: url(#scallop-path);
  clip-path: url(#scallop-path);
  transition: transform 0.3s ease;
}

.pet-grid-item:hover .scallop-frame {
  transform: translateY(-10px) scale(1.05);
}

.scallop-img-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: url(#scallop-path);
  clip-path: url(#scallop-path);
}

.pet-title-link {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #223a66;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
}

.pet-title-link:hover {
  color: #e12454;
}

/* Static Decorative Paws */
.static-paw {
  position: absolute;
  color: #e12454;
  opacity: 0.6;
  pointer-events: none;
}

.paw-cat-left {
  bottom: 20%;
  left: 25%;
  font-size: 40px;
  transform: rotate(-20deg);
}

.paw-cat-right {
  top: 60%;
  right: 25%;
  font-size: 80px;
  transform: rotate(15deg);
}

/* Titles */
.premium-section-title {
  font-size: 32px;
  /* Slightly reduced */
  font-weight: 900;
  text-transform: uppercase;
  color: #223a66;
  margin-bottom: 20px;
}

.cat-section-divider {
  margin-top: 50px;
  /* Reduced from 80px */
  position: relative;
}

/* Mobile responsive for dog listings */
@media (max-width: 768px) {
  .puppies-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 0 5px;
  }

  .puppy-card {
    margin: 0 0 10px 0 !important;
    border-radius: 12px !important;
  }

  .puppy-card img,
  .puppy-card video {
    height: 150px !important;
  }

  .puppy-info {
    padding: 12px !important;
  }

  .puppy-info .h-style {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }

  .puppy-info p {
    font-size: 12px !important;
    margin: 4px 0 !important;
    flex-wrap: wrap;
  }

  .puppy-info .btn-contact {
    padding: 8px !important;
    font-size: 12px !important;
  }

  .structure {
    padding: 20px 10px !important;
  }
}

/* --- GLOBAL MOBILE UX POLISH (Refined by Antigravity) --- */
@media (max-width: 767px) {

  /* Global Spacing Refinement */
  .section,
  section {
    padding: 45px 0 !important;
  }

  .section-title {
    margin-bottom: 35px !important;
  }

  /* Unified Typography */
  .section-title h2,
  .premium-section-title,
  .title-color {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
  }

  .section-title p,
  p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Counter Stats Polish */
  .counter-stat {
    margin-bottom: 25px !important;
  }

  .counter-stat span {
    font-size: 26px !important;
    font-weight: 800 !important;
  }

  .counter-stat p {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-top: 5px !important;
  }

  /* Reviews Section Polish */
  .home-review-card {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .home-review-card p {
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }

  .author-info h5 {
    font-size: 14px !important;
  }

  /* Button Refinement */
  .btn-main,
  .btn-main-2,
  .btn-round-full {
    padding: 10px 20px !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
  }

  /* Divider Refinement */
  .divider {
    width: 50px !important;
    height: 3px !important;
    margin-bottom: 20px !important;
  }

  /* Section Header Reset */
  .section-header h2 {
    font-size: 24px !important;
  }
}

/* --- PREMIUM HEADER STANDARDIZATION --- */
.bg-organic-cream {
  background-color: #fffbf2 !important;
  /* Premium warm cream */
}

.bg-pastel-pink {
  background-color: #fff2f6 !important;
  /* Premium soft pink */
}

.bg-pastel-blue {
  background-color: #f2f7ff !important;
  /* Premium soft blue */
}

.bg-pastel-green {
  background-color: #f2fff7 !important;
  /* Premium soft green */
}

.bg-pastel-purple {
  background-color: #f8f2ff !important;
  /* Premium soft purple */
}

.bg-pastel-orange {
  background-color: #fff8f2 !important;
  /* Premium soft orange */
}

.text-color-2 {
  color: #e12454 !important;
}

.font-serif {
  font-family: "Exo", sans-serif !important;
}

.wavy-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 10;
}

.wavy-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.wavy-divider .shape-fill {
  fill: #ffffff;
}

/* Modern Wavy Layout Design scoped to Hero Section */
.hero-wavy-section {
  position: relative;
  background-color: #ffffff;
  /* Clean simple background */
  overflow: hidden;
  /* Contains the waves */
  min-height: 85vh;
  display: flex;
  align-items: center;
}

/* Abstract Wave Top-Left to Center */
.wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  fill: #ffe0e6;
  /* Theme soft pink matching brand */
  z-index: 0;
}

/* The Right Side Circle connecting visually to the wave */
.right-circle {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background-color: #ffe0e6;
  /* Same color as the wave */
  border-radius: 50%;
  z-index: 0;
}

/* Scattered Paws Background Pattern */
.paw-bg {
  position: absolute;
  color: #f2f2f2;
  /* Very subtle light gray paws scattered */
  z-index: 0;
}

.paw-bg-1 {
  font-size: 6rem;
  top: 10%;
  right: 15%;
  transform: rotate(15deg);
}

.paw-bg-2 {
  font-size: 4rem;
  top: 40%;
  left: 45%;
  transform: rotate(-25deg);
}

.paw-bg-3 {
  font-size: 8rem;
  bottom: 5%;
  left: 5%;
  transform: rotate(45deg);
  opacity: 0.6;
}

.paw-bg-4 {
  font-size: 5rem;
  bottom: 25%;
  right: 35%;
  transform: rotate(-10deg);
}

/* Typography & Layout Constraints */
.hero-content-wrapper {
  position: relative;
  z-index: 2;
  /* Content above background shapes */
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-heading {
  font-weight: 900;
  font-size: 4rem;
  color: #222222;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.hero-paragraph {
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 90%;
}

/* Buttons from Theme */
.btn-group-custom {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.btn-outline-custom {
  border: 2px solid #222222;
  background: transparent;
  color: #222222;
  border-radius: 30px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}

.btn-outline-custom:hover {
  background: #222222;
  color: #fff;
}

.btn-solid-custom {
  background-color: #e12454;
  /* Theme Primary Color */
  border: 2px solid #e12454;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(225, 36, 84, 0.3);
  transition: all 0.3s;
}

.btn-solid-custom:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

/* Highlights */
.highlight-features {
  display: flex;
  gap: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #222222;
  font-size: 0.95rem;
  line-height: 1.3;
}

.feature-dot {
  width: 15px;
  height: 15px;
  background-color: #e12454;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: -25px;
  /* Pull text in organically */
}

.feature-text-right {
  margin-left: 35px;
}

/* The Real Dog Cutout Image using Border Radius to look naturally cropped */
.dog-cutout-img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  /* Ensures real dog picture fills the circle properly */
  object-position: center;
  border-radius: 50%;
  /* Cuts the square image into a perfect circle */
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  /* Soft drop shadow for floating effect */
  border: 15px solid #ffffff;
  /* Gives it a slight sticker/frame look */
  position: relative;
  z-index: 3;
}

/* Adjusting for mobile stack */
@media (max-width: 991px) {
  .wave-svg {
    width: 100%;
    opacity: 0.7;
  }

  .right-circle {
    display: none;
  }

  .dog-cutout-img {
    width: 300px;
    height: 300px;
    margin-top: 40px;
  }
}

/* Hero Section Mobile Optimization */
@media (max-width: 767px) {
  .hero-wavy-section {
    padding-top: 60px;
    min-height: auto;
  }

  .hero-heading {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }

  .hero-paragraph {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }

  .btn-group-custom {
    flex-direction: column;
    gap: 15px;
  }

  .btn-outline-custom,
  .btn-solid-custom {
    width: 100%;
    text-align: center;
  }

  .highlight-features {
    flex-direction: column;
    gap: 15px !important;
  }

  .feature-item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(225, 36, 84, 0.08);
    justify-content: space-between;
    border: 1px solid #ffe0e6;
  }

  .feature-dot {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-text-right {
    margin-left: 0;
  }
}

/* Key Services Mobile Optimization */
@media (max-width: 767px) {
  .how-it-works-section {
    padding: 40px 0 !important;
  }

  .how-it-works-section h2 {
    font-size: 1.8rem !important;
    margin-bottom: 15px !important;
  }

  .how-it-works-section p.text-muted.mb-5 {
    margin-bottom: 30px !important;
    font-size: 1rem !important;
  }

  .service-step-box {
    width: 60px !important;
    height: 60px !important;
    font-size: 1.5rem !important;
    margin-bottom: 15px !important;
  }

  .service-step-title {
    font-size: 1rem !important;
  }

  .service-step-desc {
    font-size: 0.85rem !important;
  }
}


@media (max-width: 767px) {
  .page-title {
    padding: 60px 0 !important;
  }

  .wavy-divider svg {
    height: 40px;
  }
}

.feature-text-lineheight {
  line-height: 1.7;
}

/* --- Service Page Design Tokens --- */
:root {
  --coral-primary: #f56d58;
  --coral-dark: #e05c48;
  --coral-light: #ffefed;
  --bg-organic: #fffcfb;
  --text-dark: #2d2d2d;
  --text-muted: #6c757d;
  --font-main: 'Outfit', sans-serif;
  --font-heading: 'Fredoka', sans-serif;
}

/* --- Dog Walker Page High-Fidelity Organic Design --- */
.dogs-walker-body {
  background-color: #fff0f1 !important;
  /* Global Soft Pink Background */
  font-family: 'Outfit', sans-serif;
  color: #2d2d2d;
  overflow-x: hidden;
}

.dogs-walker-body section {
  background-color: transparent !important;
  /* Ensure global background shows */
}

.dogs-walker-body .hero-organic {
  position: relative;
  padding: 100px 0 160px;
  overflow: hidden;
}

/* Dotted Paths Decor */
.dogs-walker-body .dotted-path {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.dogs-walker-body .path-1 {
  top: 5%;
  left: 10%;
  width: 300px;
  height: 150px;
}

.dogs-walker-body .path-2 {
  bottom: 10%;
  right: 15%;
  width: 250px;
  height: 100px;
}

.dogs-walker-body .organic-title {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  /* Reduced Size */
  font-weight: 400;
  line-height: 1.2;
  color: #2d2d2d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.dogs-walker-body .organic-subtitle {
  font-size: 1.1rem;
  /* Reduced Size */
  color: #f56d58;
  margin-bottom: 25px;
  font-weight: 700;
}

.dogs-walker-body .hero-para-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}

.dogs-walker-body .btn-organic-solid {
  background-color: #f56d58;
  color: #fff;
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(245, 109, 88, 0.2);
}

.dogs-walker-body .btn-organic-solid:hover {
  background-color: #2d2d2d;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.dogs-walker-body .organic-socials {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.dogs-walker-body .organic-socials a {
  color: #2d2d2d;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.dogs-walker-body .organic-socials a:hover {
  color: #f56d58;
}

/* Blob Image Containers */
.dogs-walker-body .blob-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dogs-walker-body .blob-large {
  width: 80%;
  height: 80%;
  background-color: #e5e1d8;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
  position: absolute;
  top: 5%;
  right: 5%;
  overflow: hidden;
  z-index: 1;
}

.dogs-walker-body .blob-small {
  width: 45%;
  height: 45%;
  background-color: #f56d58;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  position: absolute;
  bottom: 15%;
  left: 10%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(245, 109, 88, 0.3);
}

.dogs-walker-body .blob-img-inner {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: inherit;
}

.dogs-walker-body .blob-img-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

/* Floating Info Card */
.dogs-walker-body .floating-info-card-wrapper {
  position: relative;
  z-index: 10;
  margin-top: -80px;
}

.dogs-walker-body .floating-card {
  background: #fff;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.dogs-walker-body .floating-card h3 {
  font-family: 'Fredoka', sans-serif;
  font-size: 2rem;
  color: #2d2d2d;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.dogs-walker-body .floating-card p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
}

/* How It Works Section */
.dogs-walker-body .section-how-it-works {
  padding: 100px 0;
  text-align: center;
}

.dogs-walker-body .section-title-organic {
  font-family: 'Fredoka', sans-serif;
  font-size: 3.5rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.dogs-walker-body .step-organic {
  margin-bottom: 40px;
}

.dogs-walker-body .step-icon-black {
  width: 80px;
  height: 80px;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 25px;
}

.dogs-walker-body .step-organic h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.4rem;
  color: #f56d58;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.dogs-walker-body .step-organic p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0 15px;
}

/* New Arch Price Cards */
.dogs-walker-body .arch-price-card {
  background: #fff;
  border: 3px solid #f56d58;
  border-radius: 200px 200px 40px 40px;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.dogs-walker-body .arch-price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(245, 109, 88, 0.15);
}

.dogs-walker-body .arch-card-header {
  background-color: #fef4f2;
  padding: 40px 20px 20px;
  position: relative;
}

.dogs-walker-body .arch-card-header h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.8rem;
  color: #f56d58;
  text-transform: uppercase;
  margin: 0;
}

.dogs-walker-body .arch-card-img-container {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #f56d58;
}

.dogs-walker-body .arch-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dogs-walker-body .arch-card-body {
  padding: 30px 25px;
}

.dogs-walker-body .dotted-price-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.dogs-walker-body .dotted-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.dogs-walker-body .dotted-label {
  flex-grow: 1;
  display: flex;
  align-items: baseline;
  color: #555;
}

.dogs-walker-body .dotted-label::after {
  content: '';
  flex-grow: 1;
  border-bottom: 2px dotted #e5e1d8;
  margin: 0 10px;
}

.dogs-walker-body .dotted-price {
  font-weight: 800;
  color: #2d2d2d;
  white-space: nowrap;
}

.dogs-walker-body .arch-card-footer {
  padding: 0 25px 40px;
}

.dogs-walker-body .btn-arch-call {
  background-color: #f56d58;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.dogs-walker-body .btn-arch-call:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.dogs-walker-body .arch-paw-icon {
  position: absolute;
  color: #f56d58;
  opacity: 0.2;
  font-size: 1.5rem;
}

.dogs-walker-body .paw-tl {
  top: 20px;
  left: 20px;
}

.dogs-walker-body .paw-tr {
  top: 20px;
  right: 20px;
}

.dogs-walker-body .paw-bl {
  bottom: 20px;
  left: 20px;
}

.dogs-walker-body .paw-br {
  bottom: 20px;
  right: 20px;
}

/* Unique Organic CTA Section */
.dogs-walker-body .section-looking {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.dogs-walker-body .organic-cta-container {
  background: #fff;
  border-radius: 80px;
  padding: 80px;
  position: relative;
  z-index: 2;
  box-shadow: 0 40px 100px rgba(245, 109, 88, 0.08);
}

.dogs-walker-body .cta-blob-img-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
}

.dogs-walker-body .cta-blob-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  /* Fluid Shape */
  border: 15px solid #fff;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.dogs-walker-body .cta-paws-decor {
  position: absolute;
  font-size: 3rem;
  color: #f56d58;
  opacity: 0.1;
  z-index: -1;
}

.dogs-walker-body .cta-paw-1 {
  top: -20px;
  left: -20px;
  transform: rotate(-15deg);
}

.dogs-walker-body .cta-paw-2 {
  bottom: -20px;
  right: -20px;
  transform: rotate(15deg);
}

.dogs-walker-body .looking-content {
  padding-left: 40px;
}

.dogs-walker-body .btn-premium-cta {
  background: linear-gradient(135deg, #f56d58 0%, #ff8a7a 100%);
  color: #fff;
  padding: 22px 50px;
  border-radius: 60px;
  font-weight: 800;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(245, 109, 88, 0.3);
  border: none;
  cursor: pointer;
}

.dogs-walker-body .btn-premium-cta:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 25px 50px rgba(245, 109, 88, 0.4);
  color: #fff;
}

.dogs-walker-body .looking-contact-simple {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

.dogs-walker-body .contact-item-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #2d2d2d;
}

.dogs-walker-body .contact-item-box i {
  color: #f56d58;
  font-size: 1.3rem;
}

/* Form Styles Removal Fix */
.dogs-walker-body .form-control-custom,
.dogs-walker-body .textarea-custom {
  display: none;
}

/* Removed since form is gone */

/* Mobile Adjustments */
@media (max-width: 991px) {
  .dogs-walker-body .organic-cta-container {
    padding: 40px 20px;
    border-radius: 40px;
  }

  .dogs-walker-body .cta-blob-img-wrapper {
    height: 300px;
    margin-bottom: 40px;
  }

  .dogs-walker-body .looking-content {
    padding-left: 0;
    text-align: center;
  }

  .dogs-walker-body .looking-contact-simple {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .dogs-walker-body .organic-title {
    font-size: 3.5rem;
    text-align: center;
  }

  .dogs-walker-body .blob-wrapper {
    height: 450px;
    margin-top: 50px;
  }

  .dogs-walker-body .looking-content {
    padding: 40px 20px;
    text-align: center;
  }
}

/*/*/
* --- Dog Transport Page: Clean Port of Original Design --- */ .dogs-transport-body {
  overflow-x: hidden;
  background-color: #fff;
}

.dogs-transport-body .hero-wavy-section {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.dogs-transport-body .wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  fill: #ffe0e6;
  z-index: 0;
}

.dogs-transport-body .right-circle {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background-color: #ffe0e6;
  border-radius: 50%;
  z-index: 0;
}

.dogs-transport-body .paw-bg {
  position: absolute;
  color: #f2f2f2;
  z-index: 0;
  pointer-events: none;
}

.dogs-transport-body .paw-bg-1 {
  font-size: 6rem;
  top: 10%;
  right: 15%;
  transform: rotate(15deg);
}

.dogs-transport-body .paw-bg-2 {
  font-size: 4rem;
  top: 40%;
  left: 45%;
  transform: rotate(-25deg);
}

.dogs-transport-body .paw-bg-3 {
  font-size: 8rem;
  bottom: 5%;
  left: 5%;
  transform: rotate(45deg);
  opacity: 0.6;
}

.dogs-transport-body .paw-bg-4 {
  font-size: 5rem;
  bottom: 25%;
  right: 35%;
  transform: rotate(-10deg);
}

.dogs-transport-body .hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dogs-transport-body .hero-heading-main {
  font-weight: 900;
  font-size: 3rem;
  color: #222222;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.dogs-transport-body .hero-paragraph {
  font-size: 1.1rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 90%;
}

.dogs-transport-body .btn-group-custom {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.dogs-transport-body .btn-outline-custom {
  border: 2px solid #222222;
  background: transparent;
  color: #222222;
  border-radius: 30px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.dogs-transport-body .btn-outline-custom:hover {
  background: #222222;
  color: #fff;
}

.dogs-transport-body .btn-solid-custom {
  background-color: #e12454;
  border: 2px solid #e12454;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(225, 36, 84, 0.3);
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.dogs-transport-body .btn-solid-custom:hover {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}

.dogs-transport-body .highlight-features {
  display: flex;
  gap: 40px;
}

.dogs-transport-body .feature-item-transport {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #222222;
  font-size: 0.95rem;
  line-height: 1.3;
}

.dogs-transport-body .feature-dot {
  width: 15px;
  height: 15px;
  background-color: #e12454;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: -25px;
}

.dogs-transport-body .feature-text-right {
  margin-left: 35px;
}

.dogs-transport-body .dog-cutout-img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  border: 15px solid #ffffff;
  position: relative;
  z-index: 3;
}

/* Service Process Section */
.dogs-transport-body .transport-process-section {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.dogs-transport-body .transport-process-title {
  font-weight: 900;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 20px;
}

.dogs-transport-body .transport-process-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.dogs-transport-body .connecting-line {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #ffe0e6;
  z-index: 0;
}

.dogs-transport-body .service-step-box {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 3px solid #e12454;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #e12454;
  box-shadow: 0 10px 20px rgba(225, 36, 84, 0.1);
  transition: transform 0.3s;
  position: relative;
  z-index: 1;
}

.dogs-transport-body .service-step-box:hover {
  transform: scale(1.1);
}

.dogs-transport-body .service-step-title {
  font-weight: 800;
  color: #222;
  font-size: 1.1rem;
}

.dogs-transport-body .service-step-desc {
  font-size: 0.9rem;
  color: #6c757d;
}

.dogs-transport-body .transport-bonus-text {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
  color: #555;
  line-height: 1.8;
}

/* Enquiry Section */
.dogs-transport-body .enquiry-wavy-section {
  position: relative;
  background-color: #fdfdfd;
  padding: 100px 0;
  overflow: hidden;
}

.dogs-transport-body .enquiry-wave-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  fill: #ffe0e6;
  z-index: 0;
  transform: scaleX(-1) scaleY(-1);
}

.dogs-transport-body .types-section-title {
  font-size: 2.5rem;
  color: #222;
  max-width: 90%;
  font-weight: 900;
}

.dogs-transport-body .types-divider {
  width: 60px;
  height: 4px;
  background: #e12454;
}

.dogs-transport-body .types-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}

.dogs-transport-body .types-intro {
  font-size: 1.05rem;
  font-weight: 700;
  color: #212529;
}

.dogs-transport-body .types-list {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
}

.dogs-transport-body .types-check-icon {
  color: #e12454;
  font-size: 1.2rem;
}

.dogs-transport-body .transport-form-card {
  background: #fff;
  padding: 3rem;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border: 2px solid #ffe0e6;
  position: relative;
  z-index: 2;
}

.dogs-transport-body .transport-form-title {
  font-weight: 800;
  color: #222;
}

.dogs-transport-body .transport-input {
  border-radius: 12px;
  height: 50px;
  background: #f9f9f9;
  border: none;
  padding-left: 20px;
  width: 100%;
}

.dogs-transport-body .transport-textarea {
  border-radius: 12px;
  background: #f9f9f9;
  border: none;
  padding: 20px;
  width: 100%;
}

.dogs-transport-body .transport-label {
  color: #222;
  font-size: 0.9rem;
  font-weight: bold;
}

/* FAQ & Network Section */
.dogs-transport-body .transport-faq-section {
  padding: 100px 0;
  background-color: #f7f9fa;
  border-top: 1px solid #f0f0f0;
}

.dogs-transport-body .transport-network-title {
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.dogs-transport-body .transport-network-subtitle {
  line-height: 1.8;
  font-size: 1.1rem;
  color: #6c757d;
}

.dogs-transport-body .transport-map-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

.dogs-transport-body .transport-map-placeholder {
  background-color: #fff4f6;
  border-radius: 12px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #fff;
}

.dogs-transport-body .transport-map-icon {
  font-size: 3rem;
  color: #e12454;
  display: block;
  margin-bottom: 20px;
}

.dogs-transport-body .transport-map-heading {
  font-weight: 800;
  color: #222;
  margin-bottom: 15px;
}

.dogs-transport-body .transport-map-text {
  color: #444;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.dogs-transport-body .transport-network-list-title {
  color: #222;
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 30px;
}

.dogs-transport-body .transport-tag {
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 700;
  display: inline-block;
  margin: 5px;
}

.dogs-transport-body .tag-mumbai {
  background: #ffe0e6;
  color: #e12454;
}

.dogs-transport-body .tag-delhi {
  background: #e6f0ff;
  color: #0056b3;
}

.dogs-transport-body .tag-bangalore {
  background: #e6ffed;
  color: #008a2e;
}

.dogs-transport-body .tag-pune {
  background: #fff0e6;
  color: #b35900;
}

.dogs-transport-body .tag-hyderabad {
  background: #f0e6ff;
  color: #5900b3;
}

.dogs-transport-body .tag-ahmedabad {
  background: #fffae6;
  color: #b38f00;
}

.dogs-transport-body .transport-faq-title {
  font-weight: 800;
  color: #222;
  font-size: 2.2rem;
}

.dogs-transport-body .faq-list-item {
  border-radius: 15px;
  background: #fff;
  text-decoration: none;
  border-left: 5px solid transparent;
  transition: all 0.3s ease;
  display: block;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
}

.dogs-transport-body .faq-list-item:hover {
  border-left: 5px solid #e12454;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.dogs-transport-body .faq-item-question {
  font-weight: 800;
  color: #222;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.dogs-transport-body .faq-item-arrow {
  font-size: 1.5rem;
  background: #fff4f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #dc3545;
}

.dogs-transport-body .faq-list-item:hover .faq-item-arrow {
  background: #e12454;
  color: #fff;
}

.dogs-transport-body .faq-item-preview {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 90%;
  color: #6c757d;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .dogs-transport-body .service-step-box {
    width: 65px;
    height: 65px;
    font-size: 1.5rem;
  }

  .dogs-transport-body .service-step-title {
    font-size: 0.95rem;
  }

  .dogs-transport-body .service-step-desc {
    font-size: 0.8rem;
  }

  .dogs-transport-body .transport-process-title {
    font-size: 2rem;
  }

  .dogs-transport-body .transport-bonus-text {
    font-size: 1rem;
  }
}

/* --- Transport FAQ Detail Page --- */
.transport-detail-body {
  background-color: #f8f9fa;
  font-family: 'Outfit', sans-serif;
  color: #333;
}

.transport-detail-body .page-header-wavy {
  background: linear-gradient(135deg, #f56d58 0%, #ff8a7a 100%);
  padding: 100px 0 140px;
  position: relative;
  color: #fff;
  text-align: center;
}

.transport-detail-body .header-label {
  letter-spacing: 2px;
  font-weight: 700;
  opacity: 0.9;
  font-size: 0.85rem;
}

.transport-detail-body .header-title {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 0;
}

.transport-detail-body .header-wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  fill: #f8f9fa;
}

.transport-detail-body .content-section {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.transport-detail-body .answer-content {
  background: #fff;
  padding: 60px;
  border-radius: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
}

.transport-detail-body .comparison-intro {
  font-size: 1.1rem;
  line-height: 1.8;
}

.transport-detail-body .transport-method-card {
  border-radius: 30px;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #eee;
}

.transport-detail-body .transport-method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.transport-detail-body .method-icon-box {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.transport-detail-body .bg-air {
  background-color: #4a90e2;
}

.transport-detail-body .bg-train {
  background-color: #f5a623;
}

.transport-detail-body .bg-road {
  background-color: #7ed321;
}

.transport-detail-body .method-icon {
  font-size: 2rem;
}

.transport-detail-body .method-title {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.transport-detail-body .method-list li {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
}

.transport-detail-body .expert-advice-box {
  background-color: #fff4f1;
  border-left: 5px solid #f56d58;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.transport-detail-body .expert-title {
  color: #f56d58;
  font-weight: 800;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.transport-detail-body .related-faqs {
  padding: 80px 0;
}

.transport-detail-body .related-faqs-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.2rem;
}

.transport-detail-body .related-list-group {
  border-radius: 20px;
  overflow: hidden;
}

.transport-detail-body .related-list-item {
  transition: all 0.3s;
  background: #fff;
}

.transport-detail-body .related-list-item:hover {
  background: #fef4f2;
  padding-left: 3rem !important;
}

.transport-detail-body .related-question {
  font-size: 1.1rem;
  font-weight: 600;
}

.transport-detail-body .back-to-transport-btn {
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .transport-detail-body .answer-content {
    padding: 30px 20px;
  }

  .transport-detail-body .page-header-wavy {
    padding: 80px 0 100px;
  }
}

/* --- SERVICE PAGE CONSOLIDATED STYLES --- */

/* --- Dynamic Theme System --- */
--theme-color: #e12454;
--theme-pastel: rgba(225, 36, 84, 0.1);
--theme-dark: #b01d42;
}

.page-theme-blue {
  --theme-color: #223a66;
  --theme-pastel: rgba(34, 58, 102, 0.1);
  --theme-dark: #152440;
}


/* Global Utilities for this page */
.text-theme {
  color: var(--theme-color) !important;
}

.bg-theme {
  background-color: var(--theme-color) !important;
}

.btn-theme {
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-theme:hover {
  background-color: var(--theme-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* --- Step Badge Styling --- */
.step-badge {
  display: inline-block;
  padding: 4px 16px;
  background: var(--theme-pastel);
  color: var(--theme-color);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hover-translate-y:hover {
  transform: translateY(-10px);
}




.transition-all {
  transition: all 0.3s ease;
}


/* --- Redundant Orbit/Matrix blocks removed for optimization --- */

/* --- Duplicate sections removed for optimization --- */

/* --- Vaccination Table & Adaptation Box --- */
.vax-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.vax-table thead th {
  background: #223a66;
  color: #fff;
  padding: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.vax-table tbody td {
  padding: 18px 20px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #555;
}

.vax-table tr:last-child td {
  border-bottom: none;
}

.vax-table tr:hover td {
  background: #fcfcfc;
}

.city-adaptation-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  border-top: 5px solid var(--theme-color);
  height: 100%;
}

.city-adaptation-box ul {
  list-style: none;
  padding: 0;
}

.city-adaptation-box li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.6;
}

.city-adaptation-box li::before {
  content: '\ee9c';
  /* icofont-check */
  font-family: IcoFont;
  position: absolute;
  left: 0;
  color: var(--theme-color);
  font-weight: bold;
}

/* --- Animations --- */
@keyframes rotate-dashed {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-soft {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(225, 36, 84, 0.4);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(225, 36, 84, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(225, 36, 84, 0);
  }
}


/* --- SERPENTINE WAVE PROCESS (MATCHING NEW IMAGE) --- */
.serpentine-wrapper {
  position: relative;
  padding: 100px 0;
  width: 100%;
}

.serpentine-dashed-path {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='1000' height='100' viewBox='0 0 1000 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50C125 50 125 10 250 10C375 10 375 90 500 90C625 90 625 10 750 10C875 10 875 50 1000 50' stroke='%23333' stroke-width='2' stroke-dasharray='10 10'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 1000px 100px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.2;
}

.serpentine-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.serpentine-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}

.step-node-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.step-node {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #223a66;
  z-index: 5;
}

.wave-accent {
  position: absolute;
  width: 120px;
  height: 60px;
  z-index: 4;
}

.wave-accent.top {
  top: 0;
  border-radius: 120px 120px 0 0;
}

.wave-accent.bottom {
  bottom: 0;
  border-radius: 0 0 120px 120px;
}

.wave-accent.pink {
  background: rgba(225, 36, 84, 0.1);
  border-top: 4px solid #e12454;
}

.wave-accent.blue {
  background: rgba(34, 58, 102, 0.1);
  border-bottom: 4px solid #223a66;
}

.step-up .wave-accent.top {
  border-top: 4px solid #e12454;
}

.step-down .wave-accent.bottom {
  border-bottom: 4px solid #223a66;
}

.step-content-top,
.step-content-bottom {
  height: 120px;
  width: 100%;
}

.step-content-top h4,
.step-content-bottom h4 {
  font-size: 1.1rem;
  color: #223a66;
  margin-bottom: 5px;
}

.step-content-top p,
.step-content-bottom p {
  font-size: 0.85rem;
  line-height: 1.4;
}

.empty {
  visibility: hidden;
}

/* Responsive Stack */
@media (max-width: 991px) {
  .serpentine-container {
    flex-direction: column;
    gap: 40px;
  }

  .serpentine-dashed-path {
    display: none;
  }

  .serpentine-step {
    flex-direction: row;
    text-align: left;
    gap: 20px;
  }

  .step-content-top,
  .step-content-bottom {
    height: auto;
    visibility: visible;
  }

  .empty {
    display: none;
  }

  .step-node-wrapper {
    margin: 0;
  }
}

/* --- DOG WALKER SPECIFIC STYLES --- */

.dogs-walker-body {
  background-color: #fff;
  overflow-x: hidden;
}

/* 1. Organic Hero */
.hero-organic {
  padding: 140px 0 120px;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
  overflow: hidden;
}

.organic-title {
  font-size: 3.8rem;
  font-weight: 800;
  color: #223a66;
  line-height: 1.1;
  margin-bottom: 25px;
}

.organic-subtitle {
  font-size: 1.6rem;
  color: #e12454;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 3px solid #e12454;
}

.hero-para-text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 90%;
}

.btn-organic-solid {
  background: #e12454;
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(225, 36, 84, 0.3);
  display: inline-block;
  text-decoration: none;
}

.btn-organic-solid:hover {
  background: #223a66;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(34, 58, 102, 0.3);
}

/* Dotted Paths */
.dotted-path {
  position: absolute;
  z-index: 0;
  opacity: 0.15;
}

.path-1 {
  width: 400px;
  top: 10%;
  right: 10%;
}

/* Blob Layout */
.blob-wrapper {
  position: relative;
  height: 550px;
  width: 100%;
}

.blob-large {
  position: absolute;
  width: 500px;
  height: 500px;
  background: #f8f9fa;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  overflow: hidden;
  top: 0;
  left: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  animation: blob-morph 15s ease-in-out infinite alternate;
}

.blob-small {
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 0;
  right: 0;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  overflow: hidden;
  border: 12px solid #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
  animation: blob-morph 12s ease-in-out infinite alternate-reverse;
}

.blob-img-large,
.blob-img-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes blob-morph {
  0% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }

  100% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
}

/* 3. Feature Wheel (Dog Walker) */
.feature-wheel-section {
  padding: 120px 0;
  position: relative;
  background: #fff;
}

.wheel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 80px;
}

.wheel-item {
  display: flex;
  align-items: center;
  width: 300px;
  margin-bottom: 60px;
  transition: all 0.3s ease;
}

.wheel-item:hover {
  transform: translateY(-5px);
}

.wheel-side-left .wheel-item {
  flex-direction: row-reverse;
  text-align: right;
}

.wheel-icon-box {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #e12454;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  margin: 0 25px;
  flex-shrink: 0;
  border: 2px solid #f8f9fa;
}

.wheel-text h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #223a66;
  font-weight: 700;
}

.wheel-text p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}

.wheel-center {
  width: 380px;
  height: 380px;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  z-index: 5;
  margin: 0 40px;
}

.wheel-center-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #f8f9fa;
}

.wheel-center-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 4. Journey Section */
.journey-section {
  padding: 100px 0;
  background: #fdfbfb;
}

.journey-subtitle {
  display: block;
  text-align: center;
  color: #e12454;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.journey-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #223a66;
  margin-bottom: 80px;
}

.journey-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.journey-line {
  position: absolute;
  top: 45px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: #eee;
  z-index: 0;
}

.journey-step {
  position: relative;
  z-index: 1;
  width: 200px;
  text-align: center;
}

.journey-number-box {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #e12454;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  margin: 0 auto 30px;
  border: 5px solid #fdfbfb;
  transition: all 0.3s ease;
}

.journey-step:hover .journey-number-box {
  background: #e12454;
  color: #fff;
  transform: translateY(-5px);
}

.journey-step h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #223a66;
  font-weight: 700;
}

.journey-step p {
  font-size: 0.95rem;
  color: #777;
  line-height: 1.6;
}

/* 5. Pricing Walker */
.pricing-section-walker {
  padding: 120px 0;
  background: #fff;
}

.pricing-card-premium {
  background: #fff;
  border-radius: 40px;
  padding: 60px 45px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  height: 100%;
}

.pricing-card-premium:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

.card-featured {
  border: 2px solid #e12454;
}

.plan-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #e12454;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-name {
  font-size: 1.8rem;
  font-weight: 800;
  color: #223a66;
  margin-bottom: 25px;
}

.price-container {
  margin-bottom: 35px;
}

.price-symbol {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e12454;
  vertical-align: top;
  margin-right: 2px;
}

.price-amount {
  font-size: 4rem;
  font-weight: 900;
  color: #223a66;
  letter-spacing: -2px;
}

.price-period {
  font-size: 1.1rem;
  color: #999;
}

.plan-features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
  text-align: left;
}

.plan-features-list li {
  margin-bottom: 18px;
  color: #555;
  display: flex;
  align-items: center;
}

.plan-features-list li i {
  color: #28a745;
  font-size: 20px;
  margin-right: 12px;
}

.btn-premium-pricing {
  display: inline-block;
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  background: #f8f9fa;
  color: #223a66;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pricing-card-premium:hover .btn-premium-pricing,
.card-featured .btn-premium-pricing {
  background: #e12454;
  color: #fff;
}

/* 6. Booking Hub */
.booking-hub-section {
  padding: 100px 0;
  background: #fff;
}

.booking-hub-inner {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.12);
}

.booking-content-side {
  background: #223a66;
  color: #fff;
  padding: 80px 60px;
  height: 100%;
  position: relative;
}

.hub-subtitle {
  color: #e12454;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.hub-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hub-text {
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 40px;
}

.hub-contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.hub-contact-info i {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #e12454;
}

.hub-dog-decor {
  margin-top: 50px;
}

.hub-dog-decor img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.booking-form-side {
  padding: 80px 60px;
}

.form-label-walker {
  font-weight: 700;
  color: #223a66;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.form-control-walker {
  width: 100%;
  padding: 15px 25px;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.form-control-walker:focus {
  background: #fff;
  border-color: #e12454;
  outline: none;
  box-shadow: 0 10px 20px rgba(225, 36, 84, 0.05);
}

.btn-send-enquiry {
  background: #e12454;
  color: #fff;
  padding: 18px 50px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(225, 36, 84, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-send-enquiry:hover {
  background: #223a66;
  transform: scale(1.05);
}

/* 7. FAQ (Organic & Dynamic) */
.faq-container,
.faq-accordion {
  margin-top: 40px;
}

.faq-item,
.faq-card {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.faq-question,
.faq-header {
  width: 100%;
  padding: 25px 35px;
  text-align: left;
  background: none;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: #223a66;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-header h4,
.faq-header h5 {
  margin-bottom: 0;
  font-weight: 700;
  color: #223a66;
}

.faq-question i,
.faq-header .chevron-icon {
  transition: transform 0.3s ease;
  color: #999;
  font-size: 1.4rem;
}

.faq-item.active .faq-question i,
.faq-card.active .faq-header .chevron-icon {
  transform: rotate(180deg);
  color: var(--theme-color, #e12454);
}

.faq-answer,
.faq-body {
  padding: 0 35px 25px;
  display: none;
  color: #666;
  line-height: 1.7;
  font-size: 1.05rem;
}

.faq-card.active,
.faq-item.active {
  border-color: var(--theme-color, #e12454);
}

/* Responsive Walker */
@media (max-width: 991px) {
  .hero-organic {
    text-align: center;
    padding-top: 100px;
  }

  .hero-para-text {
    margin-left: auto;
    margin-right: auto;
  }

  .blob-wrapper {
    height: 400px;
    margin-top: 50px;
  }

  .blob-large {
    width: 350px;
    height: 350px;
  }

  .blob-small {
    width: 200px;
    height: 200px;
  }

  .wheel-container {
    flex-direction: column;
  }

  .wheel-center {
    margin: 40px 0;
    width: 300px;
    height: 300px;
  }

  .wheel-side-left .wheel-item {
    flex-direction: row;
    text-align: left;
  }

  .wheel-item {
    width: 100%;
  }

  .wheel-icon-box {
    margin: 0 20px 0 0 !important;
  }

  .journey-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .journey-line {
    display: none;
  }

  .journey-step {
    width: 100%;
    margin-bottom: 50px;
  }

  .booking-content-side,
  .booking-form-side {
    padding: 60px 30px;
  }

  .organic-title {
    font-size: 2.8rem;
  }
}

/* --- GLOBAL THEME BACKGROUNDS FOR BREED PAGES --- */
.page-wrapper {
  transition: background-color 0.4s ease;
}

/* Theme: Blue/Purple */
.page-theme-blue {
  background-color: #f0f3ff !important;
  /* Very light blue/purple */
}

.page-theme-blue .section,
.page-theme-blue .page-title,
.page-theme-blue .listings-section,
.page-theme-blue .about-page,
.page-theme-blue .care-guide-section,
.page-theme-blue .vax-schedule-section,
.page-theme-blue .serpentine-process-section {
  background-color: transparent !important;
}

/* Theme: Pink/Lavender */
.page-theme-pink {
  background-color: #fdf5ff !important;
  /* Very light lavender/pink */
}

.page-theme-pink .section,
.page-theme-pink .page-title,
.page-theme-pink .listings-section,
.page-theme-pink .about-page,
.page-theme-pink .care-guide-section,
.page-theme-pink .vax-schedule-section,
.page-theme-pink .serpentine-process-section {
  background-color: transparent !important;
}

/* Exception: Why Choose Us (Pet Orbit) */
.pet-orbit-section {
  background-color: #ffffff !important;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.03);
}

/* --- PET ORBIT (WHY CHOOSE US) --- */
.pet-orbit-section {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  background-color: #ffffff;
}

.orbit-watermark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
  filter: grayscale(100%);
}

.pet-orbit-section .container {
  position: relative;
  z-index: 2;
}



.orbit-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-center {
  width: 350px;
  height: 350px;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  z-index: 10;
  overflow: hidden;
}

.orbit-center img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #f8f9fa;
}

.orbit-item {
  position: absolute;
  width: 280px;
  display: flex;
  align-items: center;
  z-index: 5;
  transition: all 0.3s ease;
}

.orbit-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #e12454;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.orbit-text {
  padding: 0 20px;
}

.orbit-text h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #223a66;
}

.orbit-text p {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
  color: #666;
}

/* Position points around the circle */
.item-1 {
  top: 0;
  left: 0;
  text-align: right;
  flex-direction: row-reverse;
}

.item-2 {
  top: 40%;
  left: -100px;
  text-align: right;
  flex-direction: row-reverse;
}

.item-3 {
  bottom: 0;
  left: 0;
  text-align: right;
  flex-direction: row-reverse;
}

.item-4 {
  top: 0;
  right: 0;
  text-align: left;
}

.item-5 {
  top: 40%;
  right: -100px;
  text-align: left;
}

.item-6 {
  bottom: 0;
  right: 0;
  text-align: left;
}

/* --- CARE MATRIX (COMPREHENSIVE CARE GUIDE) --- */
.care-matrix-container {
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  min-height: 500px;
}

.care-matrix-sidebar {
  width: 300px;
  background: #f8f9fa;
  padding: 40px 0;
  border-right: 1px solid #eee;
}

.care-matrix-nav .nav-link {
  padding: 20px 40px;
  border-radius: 0;
  color: #666;
  font-weight: 600;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.care-matrix-nav .nav-link i {
  font-size: 20px;
  margin-right: 15px;
  width: 25px;
}

.care-matrix-nav .nav-link.active {
  background: #fff;
  color: #e12454;
  border-left-color: #e12454;
}

.care-matrix-content {
  flex: 1;
  padding: 60px;
}

.care-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.care-list-item {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}

.care-list-item i {
  color: #223a66;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 2px;
}

/* --- MOBILE RESPONSIVENESS UPDATES --- */
@media (max-width: 991px) {
  .breed-enquiry-image {
    display: none !important;
  }

  .orbit-container {
    height: auto;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .orbit-center {
    width: 280px;
    height: 280px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .orbit-item {
    position: static;
    width: 100%;
    text-align: left !important;
    flex-direction: row !important;
  }

  .orbit-text {
    padding: 0 0 0 20px;
  }

  .care-matrix-container {
    flex-direction: column;
  }

  /* Mobile Dropdown Styling */
  .care-matrix-sidebar {
    width: 100%;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #eee;
    background: #fff;
  }

  .care-guide-select {
    height: 55px;
    border-radius: 12px;
    border: 2px solid #eee;
    font-weight: 700;
    color: #223a66;
    padding-left: 20px;
    background-color: #f8f9fa;
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e12454' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
  }

  .care-guide-select:focus {
    border-color: #e12454;
    outline: none;
    box-shadow: 0 0 0 4px rgba(225, 36, 84, 0.1);
  }

  .care-matrix-nav {
    display: none !important;
  }

  .care-matrix-content {
    padding: 25px 15px;
  }

  /* Mobile Vaccination Card Animations */
  .vax-step-card {
    animation: slideUp 0.5s ease forwards;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .vax-step-card:nth-child(2) {
    animation-delay: 0.1s;
  }

  .vax-step-card:nth-child(3) {
    animation-delay: 0.2s;
  }

  /* Hide the old scrolling table logic for mobile */
  .table-responsive {
    display: none !important;
  }

  .table-responsive.d-lg-block {
    display: none !important;
    /* Will be overridden by Bootstrap's d-lg-block on desktop */
  }
}

@media (min-width: 992px) {
  .table-responsive.d-lg-block {
    display: block !important;
  }
}

/* --- GALLERY ENHANCEMENTS --- */
.gallery-card {
  transition: all 0.3s ease;
  border: 3px solid #fff;
  cursor: pointer;
}

.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

/* --- Premium Gallery & Lightbox Styles (Final Override) --- */
.mfp-arrow {
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  border: none !important;
  text-indent: 0 !important;
  overflow: visible !important;
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20500 !important;
  /* Boosted z-index */
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  /* Ensure clickable */
}

.mfp-arrow i {
  color: #e12454 !important;
  font-size: 32px !important;
  font-weight: bold !important;
  display: block !important;
  pointer-events: none !important;
  /* Let clicks pass to button */
}

/* Aggressively hide all Magnific default arrow graphics */
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  display: none !important;
}

.mfp-icon {
  color: #e12454 !important;
  font-size: 32px !important;
  font-family: Arial, sans-serif !important;
  font-weight: bold !important;
  pointer-events: none !important;
}

.mfp-arrow-left .mfp-icon::after {
  content: "<" !important;
}

.mfp-arrow-right .mfp-icon::after {
  content: ">" !important;
}

.mfp-arrow-left {
  left: 30px !important;
}

.mfp-arrow-right {
  right: 30px !important;
}

.mfp-close {
  background: #fff !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  top: 30px !important;
  right: 30px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  font-size: 34px !important;
  color: #000 !important;
  /* Black X */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  z-index: 20101 !important;
  cursor: pointer !important;
}



.gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: .3s;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

/* Lightbox Image Size Constraints */
.mfp-img {
  max-height: 85vh !important;
  max-width: 90vw !important;
  width: auto !important;
  height: auto !important;
  padding: 40px 0 !important;
}

.gallery-overlay i {
  color: #fff;
  font-size: 32px;
}

/* Lightbox Mobile Visibility Fixes */
.mfp-bg {
  z-index: 99998 !important;
}

.mfp-wrap {
  z-index: 99999 !important;
}

.mfp-container {
  padding: 0 10px !important;
}

.mfp-content {
  vertical-align: middle !important;
}

.mfp-img {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .mfp-img {
    padding: 20px 0 !important;
    max-width: 100% !important;
  }
}

/* Magnific Popup Loading Spinner */
.mfp-preloader {
  width: 30px !important;
  height: 30px !important;
  background-color: #e12454 !important;
  opacity: 0.8;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-animation: mfp-s-pulsate 1.2s infinite ease-in-out;
  animation: mfp-s-pulsate 1.2s infinite ease-in-out;
}

@-webkit-keyframes mfp-s-pulsate {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes mfp-s-pulsate {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* ==========================================================================
   CATS PAGE STYLES (Moved from internal CSS)
   ========================================================================== */

.cats-page-theme .page-title { 
    padding: 60px 0 80px !important; 
    background-color: #fdf5f6; 
    position: relative; 
    overflow: hidden; 
}
.cats-page-theme .wavy-divider { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    overflow: hidden; 
    line-height: 0; 
}
.cats-page-theme .wavy-divider svg { 
    display: block; 
    width: calc(100% + 1.3px); 
    height: 70px; 
}
.cats-page-theme .wavy-divider .shape-fill { 
    fill: #FFFFFF; 
}
.cats-page-theme .puppy-card { 
    transition: all 0.3s ease; 
}
.cats-page-theme .puppy-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important; 
}
.cats-page-theme .breed-card-img { 
    object-fit: cover; 
    height: 220px; 
    border-bottom: 3px solid #e12454; 
}
.cats-page-theme .filter-sidebar { 
    position: sticky; 
    top: 100px; 
}

/* eCommerce Mobile Filter Styling - SYNCED WITH DOG PAGE */
@media (max-width: 991.98px) {
    .mobile-filter-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        max-width: 90%;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        overflow-y: auto;
        transition: 0.3s ease-in-out;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        padding: 20px;
        margin-bottom: 0 !important;
        display: block !important;
    }
    .mobile-filter-sidebar.open {
        right: 0;
    }
    .mobile-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 1040;
        display: none;
    }
    .mobile-filter-overlay.open {
        display: block;
    }
    .cats-page-theme .page-title { padding: 40px 0 60px !important; }
    .cats-page-theme .section.py-5 { padding-top: 10px !important; }
    .cats-page-theme .filter-sidebar { position: static; box-shadow: none !important; padding: 0 !important; }
    .cats-page-theme .filter-submit-btn { display: block !important; margin-top: 20px; }
}

@media (min-width: 992px) {
    .cats-page-theme .filter-submit-btn { display: none; }
}