@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@200..800&display=swap");

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --color-ink: #000;
  --color-black: #000;
  --color-bg: #fefefe;
  --color-cream: #f5f8f5;
  --color-white: #ffffff;
  --color-heading: #00010c;
  --color-muted: #00010c;
  --color-text: #00010c;
  --font-heading: "DM Serif Display", Georgia, serif;
  --font-body: "Manrope", sans-serif;
  --radius: 20px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 18px;
  --header-h: 100px;
  --shadow-soft: 0 16px 50px rgba(17, 17, 17, 0.08);
  --shadow-gold: 0 10px 36px rgba(226, 33, 40, 0.22);
  --transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  --border-soft: rgba(17, 17, 17, 0.08);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--color-heading);
  background-color: var(--color-bg);
  font-family: var(--font-body);
}

img {
  max-width: 100%;
  height: auto;
}

p,
a,
li {
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
}

a {
  text-decoration: none;
}

/* =========================================
   Common Section Spacing
========================================= */

.common-section-space {
  padding: 75px 0px;
}

.no-after-before::after,
.no-after-before::before {
  display: none;
}

.min-h-auto {
  min-height: auto !important;
}

/* ================================
   Top Bar
================================ */

.sd-topbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: var(--color-white);
  background: linear-gradient(90deg, #15577b 0%, #3e759f 52%, #15577b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sd-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sd-social-links a {
  color: #000000;
  font-size: 16px;
  height: 35px;
  width: 35px;
  border: 0px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  transition: opacity 0.3s ease,
    transform 0.3s ease;
  background: #c8db8f;
}

.sd-social-links a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.sd-contact-links {
  align-items: center;
  gap: 34px;
}

.sd-contact-links a {
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
  font-weight: 600;
  transition: opacity 0.3s ease,
    transform 0.3s ease;
}

.sd-contact-links a i {
  font-size: 16px;
}

.sd-contact-links a:first-child {
  position: relative;
}

.sd-contact-links a:first-child::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff87;
  right: -17px;
}

.sd-contact-links a:last-child {
  position: relative;
}




.sd-contact-links a:last-child::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff87;
  left: -17px;
}

.sd-contact-links a:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}

.sd-contact-links i {
  margin-right: 8px;
  font-size: 12px;
}

/* ================================
   Header
================================ */

.sd-header {
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(23, 70, 96, 0.05);
}

.sd-logo img {
  width: 100%;
  max-width: 165px;
}

.sd-header .navbar {
  min-height: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* .sd-header .header-contacts .single-link {
    font-size: 14px;
    color: #17242c;
    font-weight: 600;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.sd-header .header-contacts .single-link:hover {
    color: #0d5378;
    opacity: 0.75;
    transform: translateY(-2px);
}

.sd-header .header-contacts .single-link .phn-icon {
    font-size: 12px;
    color: #0d5378;
} */

.sd-logo {
  padding: 0;
  margin: 0;
}

.sd-logo img {
  display: block;
  width: 220px;
  height: auto;
  object-fit: contain;
}

.sd-menu {
  gap: 32px;
}

.sd-menu .nav-link {
  position: relative;
  padding: 16px 10px !important;
  color: #000;
  font-weight: 700;
  transition: color 0.3s ease;
  font-size: 15px;
}

.sd-menu .nav-link:hover,
.sd-menu .nav-link.active {
  color: #3e759f;
}

.sd-book-btn {
  min-width: 146px;
  padding: 13px 22px;
  color: #000000;
  background: linear-gradient(135deg, #cbe090 0%, #bccb8b 100%);
  border: 1px solid #cbe090;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 25px rgba(62, 117, 159, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sd-book-btn i {
  margin-left: 7px;
}

.sd-book-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 32px rgba(62, 117, 159, 0.3);
}

/* =====================================
   Designed Navigation Dropdowns
===================================== */

.sd-nav-dropdown {
  position: relative;
}

.sd-nav-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 12px;
  position: absolute;
  right: -6px;
  top: 16px;
}

.sd-menu .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sd-menu .dropdown-toggle::after {
  display: none;
}

/* Mobile caret for clickable parent items (e.g. Services) */
.sd-submenu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #17242c;
  box-shadow: none;
}

.sd-submenu-toggle::after {
  display: inline-block !important;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  vertical-align: middle;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.sd-submenu-toggle[aria-expanded="true"]::after,
.sd-nav-dropdown.show>.sd-submenu-toggle::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

/* Dropdown container */

.sd-dropdown-menu {
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-active-color: #3e759f;
  min-width: 700px;
  margin-top: 9px !important;
  border: 1px solid rgba(62, 117, 159, 0.15);
  border-radius: 0px;
  animation: sdDropdownShow 0.28s ease both;
  background: #fff;
  border-top: 4px solid #216084;
  box-shadow: 0 0 5px 1px rgb(91 86 86 / 75%);
  padding: 20px;
  background: #c1d38c;
}

.sd-small-dropdown {
  min-width: 375px;
}

.sd-contact-dropdown {
  right: 0 !important;
  left: auto !important;
}

/* Small arrow above dropdown */

.sd-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 28px;
  width: 18px;
  height: 18px;
  background-color: #c1d38c;
  border-top: 1px solid rgba(62, 117, 159, 0.15);
  border-left: 1px solid rgba(62, 117, 159, 0.15);
  transform: rotate(45deg);
}

/* .sd-services-dropdown::before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
} */

.sd-contact-dropdown::before {
  right: 45px;
  left: auto;
}

/* Dropdown heading */

.sd-dropdown-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 2px 4px 13px;
}

.sd-dropdown-heading-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  background: linear-gradient(135deg, #3e759f, #185979);
  border-radius: 0px;
  font-size: 17px;
  box-shadow: 0 8px 18px rgba(62, 117, 159, 0.2);
}

.sd-dropdown-heading strong {
  display: block;
  margin-bottom: 2px;
  color: #000;
  font-size: 20px;
}

.sd-dropdown-heading small {
  display: block;
  color: #000;
  font-size: 16px;
}

.sd-dropdown-divider {
  height: 1px;
  margin-bottom: 9px;
  background: #00000024;
}

/* Dropdown items */

.dropdown-menu .row {
  row-gap: 10px;
}

.dropdown-menu .row {
  justify-content: space-between;
  gap: 14px;
}

.dropdown-menu .row .col-lg-6 {
  width: 100%;
  max-width: 320px;
}

.sd-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 67px;
  margin: 3px 0;
  padding: 6px 10px;
  color: #1b2d38;
  white-space: normal;
  border-radius: 0px;
  transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
  background: #fff;
}

.sd-dropdown-menu .dropdown-item:hover,
.sd-dropdown-menu .dropdown-item:focus {
  color: #285f84;
  background-color: #f2f8fb;
  box-shadow: inset 0 0 0 1px rgba(62, 117, 159, 0.08);
  transform: translateY(-2px);
}

.sd-small-dropdown .dropdown-item {
  margin-bottom: 15px;

}

.sd-small-dropdown .dropdown-item:last-child {
  margin-bottom: 0px;
}

.sd-dropdown-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background-color: #3e759f;
  border-radius: 0px;
  font-size: 15px;
  transition: color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.sd-dropdown-menu .dropdown-item:hover .sd-dropdown-icon {
  color: var(--color-white);
  background-color: #3e759f;
  transform: rotate(-5deg) scale(1.05);
}

.sd-dropdown-menu .dropdown-item small {
  display: block;
  color: #000;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sd-dropdown-menu .dropdown-item span strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  margin-bottom: 0px;
}

/* .sd-dropdown-menu .dropdown-item small {
  display: block;
  color: #7d8991;
  font-size: 10.5px;
  line-height: 1.4;
} */

/* Dropdown footer button */

.sd-dropdown-menu .sd-dropdown-footer {
  display: none;
}

.sd-dropdown-footer {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 11px 15px;
  color: var(--color-white);
  background: linear-gradient(135deg, #3e759f 0%, #195b7d 100%);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  transition:
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.sd-dropdown-footer:hover {
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 23px rgba(62, 117, 159, 0.24);
}

.sd-dropdown-footer i {
  transition: transform 0.25s ease;
}

.sd-dropdown-footer:hover i {
  transform: translateX(4px);
}

/* Dropdown animation */

@keyframes sdDropdownShow {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
The services menu also uses translateX to stay centered,
so it needs a separate animation.
*/

.sd-services-dropdown.show {
  animation: sdServicesDropdownShow 0.28s ease both;
}

@keyframes sdServicesDropdownShow {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* ================================
   Hero Section
================================ */

.sd-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 55px;
  background: #faf8f7;
}

.sd-hero.mobile-hero {
  background-image: url("../images/mobile-grooming-hero-bg.png");
  background-size: cover;
  background-position: center;
}

.sd-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0),
      rgb(28 101 137 / 20%));
}

.sd-hero .container {
  position: relative;
  z-index: 2;
}

.sd-hero-content {
  position: relative;
  z-index: 5;
  padding-left: 5px;
  animation: sdFadeUp 0.9s ease both;
}

.sd-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #174d6c;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px;
  font-weight: 800;
  display: none;
}

.sd-label-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  color: #175779;
  background-color: #efdff1;
  border-radius: 50%;
}

.sd-hero h1 {
  margin: 0 0 22px;
  color: #0d1a23;
  font-family: var(--font-heading);
  font-size: 55px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  font-weight: 700;
}

.sd-hero h1 span {
  color: #3e759f;
}

.sd-hero-description {
  margin: 0 0 27px;
  color: #000000;
  font-weight: 500;
}

.sd-primary-btn,
.sd-outline-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
}

.sd-primary-btn {
  color: #000000;
  background: linear-gradient(135deg, #cbe090 0%, #bccb8b 100%);
  border: 1px solid #cbe090;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sd-primary-btn i {
  margin-left: 8px;
}

.sd-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(62, 117, 159, 0.3);
}

.sd-outline-btn {
  color: #234f6b;
  background-color: var(--color-white);
  border: 2px solid #3e759f;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

.sd-outline-btn i {
  margin-left: 9px;
}

.sd-outline-btn:hover {
  color: var(--color-white);
  background-color: #3e759f;
  transform: translateY(-3px);
}

.sd-service-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #323e45;
  font-size: 14px;
  font-weight: 500;
}

.sd-service-location i {
  color: #1682bd;
  font-size: 18px;
}

/* ================================
   Hero Image Area
================================ */

.sd-hero-visual {
  position: relative;
  min-height: 560px;
  animation: sdFadeIn 1.1s ease both;
}

.sd-award-badge {
  position: absolute;
  right: 9%;
  bottom: 72px;
  z-index: 8;
  width: 166px;
  height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: radial-gradient(circle at 35% 30%, #2f7da8 0%, #0d5378 72%);
  border: 5px solid var(--color-white);
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(20, 80, 113, 0.26);
  transform: rotate(8deg);
  animation: sdBadgePulse 3s ease-in-out infinite;
}

.sd-award-badge::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px dashed rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.sd-award-badge span,
.sd-award-badge strong,
.sd-award-badge i {
  position: relative;
  z-index: 2;
}

.sd-award-badge span,
.sd-award-badge strong {
  font-size: 15px;
  letter-spacing: 1.4px;
}

.sd-award-badge i {
  margin: 10px 0;
  font-size: 39px;
}

.sd-floating-paw {
  position: absolute;
  z-index: 1;
  color: #eee9df;
  animation: sdPawFloat 4s ease-in-out infinite;
}

.sd-floating-paw-one {
  left: -2%;
  top: 150px;
  font-size: 34px;
}

.sd-floating-paw-two {
  left: -7%;
  bottom: 100px;
  font-size: 38px;
  animation-delay: 1.1s;
}

/* ================================
   Specification Strip
================================ */

.sd-specification-strip {
  position: relative;
  z-index: 10;
  margin-top: -25px;
  overflow: hidden;
  color: var(--color-white);
  background: linear-gradient(90deg, #155578 0%, #164f72 45%, #1c668a 100%);
  border-radius: 16px;
  box-shadow: 0 18px 35px rgba(25, 71, 97, 0.2);
  animation: sdFadeUp 0.95s 0.15s ease both;
}

.sd-specification-item {
  position: relative;
  min-height: 145px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 35px;
  transition: background-color 0.3s ease,
    transform 0.3s ease;
}

.sd-specification-item::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  width: 1px;
  height: calc(100% - 52px);
  background-color: rgba(255, 255, 255, 0.45);
}

.sd-specification-item.sd-last-item::after {
  display: none;
}

.sd-specification-item:hover {
  background-color: rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
}

.sd-specification-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
}

.sd-specification-content h3 {
  margin: 0 0 11px;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.sd-specification-content h3 br {
  display: none;
}

.sd-specification-content p {
  margin: 0;
  color: #fff;
}

.sd-specification-content p br {
  display: none;
}

/* ================================
   Animations
================================ */

@keyframes sdFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sdFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes sdDogFloat {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

@keyframes sdBadgePulse {

  0%,
  100% {
    transform: rotate(8deg) scale(1);
  }

  50% {
    transform: rotate(8deg) scale(1.035);
  }
}

@keyframes sdPawFloat {

  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }

  50% {
    transform: translateY(-12px) rotate(6deg);
  }
}

/* =========================================
   Grooming Services Section
========================================= */

.sd-services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%,
      rgba(62, 117, 159, 0.055),
      transparent 36%),
    var(--color-white);
}

.sd-services-section .container {
  max-width: 1220px;
}

/* Section heading */

.sd-section-heading {
  margin-bottom: 30px;
}

.sd-section-heading h1,
.sd-section-heading h2 {
  margin: 0;
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}


.sd-heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
}

.sd-heading-divider span {
  width: 70px;
  height: 2px;
  background-color: rgb(22 81 116);
}

.sd-heading-divider svg {
  width: 25px;
  height: 25px;
  fill: #185679;
}

/* Service cards */

.sd-services-grid {
  margin-top: 4px;
}

.sd-service-card {
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
  border: 1px solid rgba(25, 49, 64, 0.12);
  border-radius: 12px;
  box-shadow: 0 9px 24px rgba(37, 71, 91, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.sd-service-card:hover {
  border-color: rgba(62, 117, 159, 0.28);
  box-shadow: 0 18px 38px rgba(37, 71, 91, 0.14);
  transform: translateY(-8px);
}

.sd-service-image {
  position: relative;
  height: 184px;
  overflow: hidden;
}

.sd-service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(15, 44, 61, 0.1));
}

.sd-service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.sd-service-card:hover .sd-service-image img {
  transform: scale(1.06);
}

/* Circular service icon */

.sd-service-icon {
  position: absolute;
  top: 151px;
  left: 50%;
  z-index: 3;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  background: linear-gradient(145deg, #3383b1, #17618a);
  border: 4px solid var(--color-white);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(29, 92, 128, 0.22);
  transform: translateX(-50%);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.sd-services-grid .sd-service-card-wrapper:nth-child(2n) .sd-service-icon {
  background: linear-gradient(145deg, #ffd15f, #ebc054);
}

.sd-services-grid .sd-service-card-wrapper:nth-child(3n) .sd-service-icon {
  background: linear-gradient(145deg, #fab4d6, #e794bc);
}

.sd-services-grid .sd-service-card-wrapper:nth-child(4n) .sd-service-icon {
  background: linear-gradient(145deg, #ccdf8f, #b9cb7f);
}

.sd-service-card:hover .sd-service-icon {
  box-shadow: 0 12px 24px rgba(29, 92, 128, 0.3);
  transform: translateX(-50%) translateY(-4px) rotate(-5deg);
}

.sd-service-icon svg {
  width: 35px;
  height: 35px;
}

/* Service content */

.sd-service-content {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  text-align: center;
  padding-top: 50px;
}

.sd-service-content h3 {
  margin: 0 0 18px;
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.sd-service-content h3 br {
  display: none;
}

.sd-service-content p {
  margin: 0 0 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sd-service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #2b82bc;
  font-weight: 800;
  transition: color 0.25s ease,
    transform 0.25s ease;
  border-bottom: 2px solid #2b82bc;
}

.sd-service-link svg {
  width: 16px;
  height: 16px;
  display: none;
  transition: transform 0.25s ease;
}

.sd-service-link:hover {
  color: #164f72;
  transform: translateY(-1px);
}

.sd-service-link:hover svg {
  transform: translateX(4px);
}

/* =====================================
   Service Information Cards
===================================== */

.sd-service-info-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.sd-service-info-section .container {
  max-width: 1220px;
}

/*
Reuse:
.sd-service-card
.sd-service-content
from your service card styling.
*/

.sd-service-info-card {
  min-height: 310px;
  overflow: visible;
  padding: 28px 28px 26px;
  background: #ffffff;
  border: 1px solid rgba(32, 66, 84, 0.1);
  border-radius: 14px;
  box-shadow: 0 11px 28px rgba(35, 70, 90, 0.08);
}

/* Top area */

.sd-service-info-head {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 22px;
  flex-direction: column;
  align-items: start;
}

.sd-service-info-head h3 br {
  display: none;
}

.sd-service-info-head h3 {
  margin: 0;
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

/* Circular icons */

.sd-service-info-icon {
  flex: 0 0 auto;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 9px 20px rgba(34, 80, 105, 0.14);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sd-service-info-icon svg {
  width: 43px;
  height: 43px;
}

.sd-info-blue {
  background: linear-gradient(145deg, #5eb0df, #3287b7);
}

.sd-info-yellow {
  background: linear-gradient(145deg, #ffc95b, #f4a92b);
}

.sd-info-pink {
  background: linear-gradient(145deg, #ef8db7, #df6ea0);
}

/* Text */

.sd-service-info-content {
  min-height: 0;
  align-items: flex-start;
  padding: 0;
  text-align: left;
}

.sd-service-info-content p {
  max-width: none;
  margin: 0 0 13px;
  color: var(--color-black);
  font-size: 16px;
  line-height: 1.7;
  display: unset;
}

.sd-service-info-content p:last-child {
  margin-bottom: 0;
}

/* Hover */

.sd-service-info-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 38px rgba(35, 70, 90, 0.14);
}

.sd-service-info-card:hover .sd-service-info-icon {
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  box-shadow: 0 13px 25px rgba(34, 80, 105, 0.2);
}

/* =========================================
   Cari About Cards (Recognized / Learning / Book)
========================================= */

/* .sd-cari-cards-section {
  background: linear-gradient(180deg, #f3f7fb 0%, #edf3f8 100%);
} */

.sd-cari-card {
  overflow: visible;
  padding-top: 52px;
  text-align: center;
}

/* Floating icon above the card */
.sd-cari-icon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px rgba(29, 92, 128, 0.2);
  color: #ffffff;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.sd-cari-icon svg {
  width: 36px;
  height: 36px;
}

.sd-cari-icon-blue {
  background: linear-gradient(145deg, #5eb0df, #3287b7);
}

.sd-cari-icon-yellow {
  background: linear-gradient(145deg, #ffd15f, #ebc054);
}

.sd-cari-icon-pink {
  background: linear-gradient(145deg, #fab4d6, #e794bc);
}

.sd-cari-card:hover .sd-cari-icon {
  transform: translateX(-50%) translateY(-5px) rotate(-5deg);
  box-shadow: 0 14px 28px rgba(29, 92, 128, 0.3);
}

/* Card content */
.sd-cari-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 26px 30px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-section .container {
  width: 100%;
  max-width: 1300px;
}

.sd-cari-content h3 {
  margin: 0 0 14px;
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  width: 100%;
  text-align: center;
}

.sd-cari-content h3 br {
  display: none;
}

/* Paw divider */
.sd-cari-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  width: 100%;
  justify-content: center;
  color: #3287b7;
  font-size: 12px;
  display: none;
}

.sd-cari-divider::before,
.sd-cari-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 44px;
  background: #c9dde9;
}

/* Checklist (Card 1) */
.sd-cari-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.sd-cari-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
}

.sd-cari-checklist li:last-child {
  margin-bottom: 0;
}

.sd-check-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  position: relative;
  top: 4px;
  left: 4px;
}

.sd-check-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* Paragraph text (Cards 2 & 3) */
.sd-cari-content p {
  margin: 0 0 10px;
  color: var(--color-black);
  width: 100%;
  text-align: center;
}

/* Horizontal rule divider (Card 2) */
.sd-cari-rule {
  width: 100%;
  border: none;
  border-top: 1px solid #000000ba;
  margin: 16px 0;
}

/* Arrow link (Card 2) */
.sd-cari-arrow-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #2b82bc;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  transition: color 0.25s ease;
}

.sd-cari-arrow-link:hover {
  color: #164f72;
}

.sd-cari-arrow-circle {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1.5px solid #c3dcea;
  border-radius: 50%;
  margin-top: 1px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.sd-cari-arrow-link:hover .sd-cari-arrow-circle {
  background: #ebf4fb;
  border-color: #2b82bc;
}

.sd-cari-arrow-circle svg {
  width: 15px;
  height: 15px;
}

/* Phone link (Card 3) */
.sd-cari-phone {
  color: #2b82bc;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sd-cari-phone:hover {
  color: #164f72;
}

/* Book button override for inside card */
.sd-cari-book-btn {
  align-self: center;
}

.gallery-section .gallery-wrapper .gallery-img {
  width: 100%;
  aspect-ratio: 4/3;
}

.gallery-section .gallery-wrapper .gallery-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* =========================================
   Award Cards  
========================================= */

.sd-award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px 24px;
}

.sd-award-badge {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.sd-award-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sd-award-img {
  width: 100%;
  max-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.sd-award-img img {
  width: auto;
  max-height: 150px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.sd-award-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.sd-award-year {
  margin: 0 0 6px;
  color: #14212a;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.sd-award-category {
  margin: 0;
  color: var(--color-black);

}

.sd-award-pub {
  margin: 4px 0 0;
  color: #8aa0b0;
  font-size: 12.5px;
  line-height: 1.4;
}

.right-imageblock img {
  width: 100%;
  max-width: 100%;
}

/* =========================================
   Contact Page
========================================= */

/* Info card icon color variants */
.sd-contact-icon-blue {
  background: linear-gradient(145deg, #5eb0df, #3287b7);
}

.sd-contact-icon-orange {
  background: linear-gradient(145deg, #fbb14b, #e8942b);
}

.sd-contact-icon-pink {
  background: linear-gradient(145deg, #f87fa0, #e05b7e);
}

.sd-contact-icon-green {
  background: linear-gradient(145deg, #7dc97c, #4fab4a);
}

/* Info cards */
.sd-contact-info-card {
  padding-top: 52px;
  text-align: center;
}

.sd-contact-card-title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #14212a;
}

.sd-contact-card-detail {
  margin: 0 0 4px;
}

.sd-contact-link {
  color: #2b82bc;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  word-wrap: break-word;
}

.sd-contact-link:hover {
  color: #164f72;
}

.sd-contact-muted {
  color: #8aa0b0;
}

.sd-contact-closed {
  color: #2b82bc;
  font-weight: 600;
}

/* Sub-section headings (Send a Message / Find Us) */
.sd-contact-sub-heading {
  margin-bottom: 20px;
  text-align: center;
}

.sd-contact-form-desc {
  color: var(--color-black);
  margin: 8px 0 0;
}

/* Form card */
.sd-contact-form-card,
.sd-contact-map-card {
  padding: 32px 28px;
}

.sd-form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgb(20 20 20 / 18%);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: #14212a;
  background: #fafcff;
  outline: none;
  transition: border-color 0.2s ease,
    box-shadow 0.2s ease;
  background: #fff;
  border-radius: 0px;
}

.sd-form-input::placeholder {
  color: #222222;
}

.sd-form-input:focus {
  border-color: #3287b7;
  box-shadow: 0 0 0 3px rgba(50, 135, 183, 0.1);
  background: #fff;
}

.sd-form-textarea {
  resize: vertical;
  min-height: 130px;
}

/* Map */
.sd-map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.sd-map-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 22px 16px;
  background: #edf4fb;
  border-radius: 10px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
}

/* =========================================
   Why Choose Us

========================================= */
.sd-why-choose-wrapper {
  margin-top: 65px;
  border-top: 1px solid #16517421;
  padding-top: 39px;
}



.sd-benefits-grid {
  margin-top: 2px;
}

.sd-benefit-card {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 14px;
  text-align: center;
  background: linear-gradient(180deg,
      rgb(236 242 245 / 90%),
      rgb(238 243 247 / 90%));
  border: 1px solid rgba(62, 117, 159, 0.06);
  border-radius: 14px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.sd-benefit-card:hover {
  background-color: var(--color-white);
  border-color: rgba(62, 117, 159, 0.2);
  box-shadow: 0 14px 28px rgba(38, 76, 98, 0.1);
  transform: translateY(-7px);
}

.sd-benefit-card-wrapper:nth-child(2) .sd-benefit-card .sd-benefit-icon svg path {
  fill: #dc5e8d;
}

.sd-benefit-card-wrapper:nth-child(3) .sd-benefit-card .sd-benefit-icon svg path {
  fill: #ffb600;
}

.sd-benefit-card-wrapper:nth-child(4) .sd-benefit-card .sd-benefit-icon svg path {
  fill: #69a926;
}

.sd-benefit-card-wrapper:nth-child(5) .sd-benefit-card .sd-benefit-icon svg path {
  fill: #8e63bd;
}

.sd-benefit-card-wrapper:nth-child(6) .sd-benefit-card .sd-benefit-icon svg path {
  fill: #dc6b28;
}

.sd-benefit-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  color: #2877a7;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.sd-benefit-card:hover .sd-benefit-icon {
  color: #164f72;
  transform: scale(1.08);
}

.sd-benefit-icon svg {
  width: 57px;
  height: 57px;
}

.sd-benefit-card h3 {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

/* =========================================
   Entry Animation
========================================= */

.sd-service-card,
.sd-benefit-card {
  animation: sdSectionFadeUp 0.75s ease both;
}

.sd-services-grid>div:nth-child(2) .sd-service-card,
.sd-benefits-grid>div:nth-child(2) .sd-benefit-card {
  animation-delay: 0.08s;
}

.sd-services-grid>div:nth-child(3) .sd-service-card,
.sd-benefits-grid>div:nth-child(3) .sd-benefit-card {
  animation-delay: 0.16s;
}

.sd-services-grid>div:nth-child(4) .sd-service-card,
.sd-benefits-grid>div:nth-child(4) .sd-benefit-card {
  animation-delay: 0.24s;
}

.sd-benefits-grid>div:nth-child(5) .sd-benefit-card {
  animation-delay: 0.32s;
}

.sd-benefits-grid>div:nth-child(6) .sd-benefit-card {
  animation-delay: 0.4s;
}

@keyframes sdSectionFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================
   Testimonial Slider
===================================== */

.sd-testimonial-section {
  position: relative;
  overflow: hidden;
  background: #1b6288;
}

.sd-testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.22),
      transparent 35%,
      transparent 70%,
      rgba(22 89 125));
}

.sd-testimonial-section .container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
}

.sd-testimonial-section .carousel-item {
  min-height: 430px;
}

.sd-testimonial-section .carousel-item>.row {
  min-height: 430px;
}

/* =====================================
   Image Area
===================================== */

.sd-testimonial-visual {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-height: 390px;
  margin: 0 auto;
}

.sd-testimonial-photo-frame {
  position: absolute;
  top: 5px;
  left: 92px;
  width: 335px;
  height: 365px;
  padding: 10px;
  background-color: var(--color-white);
  border: 1px solid rgba(38, 69, 87, 0.15);
  box-shadow:
    0 16px 32px rgba(31, 64, 84, 0.17),
    0 3px 7px rgba(31, 64, 84, 0.1);
  transform: rotate(-4deg);
  transition: transform 0.5s ease;
}

.carousel-item.active .sd-testimonial-photo-frame {
  animation: sdTestimonialPhotoIn 0.8s ease both;
}

.sd-testimonial-photo-frame::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 8px;
  left: 9px;
  height: 24px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.85));
  pointer-events: none;
}

.sd-testimonial-photo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sd-testimonial-badge {
  position: absolute;
  left: 12px;
  bottom: 18px;
  z-index: 4;
  width: 165px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
  background: radial-gradient(circle at 30% 25%, #337da6, #155b80 72%);
  border: 4px solid var(--color-white);
  border-radius: 50%;
  box-shadow:
    0 13px 28px rgba(24, 81, 113, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.18);
  animation: sdTestimonialBadgeFloat 4s ease-in-out infinite;
}

.sd-testimonial-badge::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.sd-testimonial-badge span {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
}

.sd-testimonial-badge svg {
  position: relative;
  z-index: 2;
  width: 23px;
  height: 23px;
  margin-top: 9px;
  fill: rgba(255, 255, 255, 0.85);
}

.sd-testimonial-heart {
  position: absolute;
  top: 39px;
  left: 4px;
  z-index: 3;
  width: 48px;
  color: var(--color-white);
  transform: rotate(-12deg);
  animation: sdTestimonialHeart 3.5s ease-in-out infinite;
}

.sd-testimonial-heart svg {
  width: 100%;
  height: auto;
}

/* =====================================
   Content
===================================== */

.sd-testimonial-content {
  max-width: 540px;
  padding-left: 38px;
}

.sd-testimonial-heading {
  margin-bottom: 22px;
  text-align: left;
}

.sd-testimonial-heading h2 {
  margin: 0;
  color: var(--color-white);
  line-height: 1.05;
}

.sd-testimonial-title-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  display: none;
}

.sd-testimonial-title-line svg {
  width: 18px;
  height: 18px;
  fill: var(--color-white);
}

.sd-testimonial-title-line span {
  width: 42px;
  height: 2px;
  background-color: var(--color-white);
}

.sd-testimonial-quote {
  position: relative;
  margin: 0 0 15px;
  padding-left: 31px;
  padding-left: 6px;
}

.sd-quote-mark {
  position: absolute;
  top: -12px;
  left: -10px;
  color: #facc5c;
  font-family: Georgia, serif;
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  display: none !important;
}

.sd-testimonial-quote p {
  margin: 0;
  color: var(--color-white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sd-testimonial-author {
  margin: 0 0 20px 31px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
}

.carousel-item.active .sd-testimonial-content {
  animation: sdTestimonialContentIn 0.75s 0.08s ease both;
}

/* =====================================
   Indicators and Button
===================================== */

.sd-testimonial-actions {
  margin-left: 31px;
}

.sd-testimonial-indicators {
  position: static;
  justify-content: flex-start;
  gap: 17px;
  margin: 0 0 24px;
}

.sd-testimonial-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  margin: 0;
  opacity: 1;
  background-color: #b9ceda78;
  border: 0;
  border-radius: 50%;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.sd-testimonial-indicators [data-bs-target]:hover {
  background-color: #6ba1be;
  transform: scale(1.15);
}

.sd-testimonial-indicators .active {
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(62, 117, 159, 0.08);
  transform: scale(1.1);
}

.sd-review-btn {
  min-width: 200px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 11px 24px;
  color: #18242c;
  background-color: var(--color-white);
  border: 1px solid #5e9aba;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(42, 85, 108, 0.05);
  transition: color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sd-review-btn svg {
  width: 22px;
  height: 22px;
  fill: #226c98;
  transition:
    fill 0.3s ease,
    transform 0.3s ease;
}

.sd-review-btn:hover {
  color: var(--color-white);
  background-color: #3e759f;
  box-shadow: 0 12px 24px rgba(31, 101, 140, 0.22);
  transform: translateY(-3px);
}

.sd-review-btn:hover svg {
  fill: var(--color-white);
  transform: rotate(-8deg) scale(1.05);
}

/* =====================================
   Decorative Paw Prints
===================================== */

.sd-testimonial-paws {
  position: absolute;
  top: 95px;
  right: 52px;
  width: 165px;
  height: 330px;
  pointer-events: none;
}

.sd-testimonial-paws svg {
  position: absolute;
  fill: rgba(102, 160, 190, 0.09);
}

.sd-testimonial-paws svg:nth-child(1) {
  top: 0;
  right: 22px;
  width: 62px;
  transform: rotate(-14deg);
}

.sd-testimonial-paws svg:nth-child(2) {
  top: 105px;
  left: 5px;
  width: 94px;
  transform: rotate(19deg);
}

.sd-testimonial-paws svg:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 108px;
  transform: rotate(-11deg);
}

/* =====================================
   Slider Transitions
===================================== */

.sd-testimonial-section .carousel-fade .carousel-item {
  opacity: 0;
  transition:
    opacity 0.65s ease-in-out,
    transform 0.65s ease-in-out;
  transform: translateY(10px);
}

.sd-testimonial-section .carousel-fade .carousel-item.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes sdTestimonialPhotoIn {
  from {
    opacity: 0;
    transform: translateX(-26px) rotate(-8deg);
  }

  to {
    opacity: 1;
    transform: translateX(0) rotate(-4deg);
  }
}

@keyframes sdTestimonialContentIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sdTestimonialBadgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes sdTestimonialHeart {

  0%,
  100% {
    transform: rotate(-12deg) scale(1);
  }

  50% {
    transform: rotate(-7deg) scale(1.07);
  }
}

/* =====================================
   Before & After Gallery
===================================== */

.sd-before-after-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%,
      rgba(62, 117, 159, 0.035),
      transparent 34%),
    #ffffff;
}

.sd-before-after-section .container {
  max-width: 1220px;
}

/* Subtitle under common heading */

.sd-section-subtext {
  max-width: 780px;
  margin: 9px auto 0;
  color: #000;
}

/* =====================================
   Comparison Card
===================================== */

.sd-compare-card {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(22, 53, 70, 0.12);
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(30, 67, 89, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.sd-compare-card:hover {
  border-color: rgba(62, 117, 159, 0.3);
  box-shadow: 0 17px 32px rgba(30, 67, 89, 0.14);
  transform: translateY(-5px);
}

.sd-compare-wrap {
  --compare-position: 50%;

  position: relative;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background-color: #e8eef2;
  border-radius: inherit;
  isolation: isolate;
}

/* Both images */

.sd-compare-before,
.sd-compare-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.sd-compare-before {
  z-index: 1;
}

/* After reveal */

.sd-compare-after-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: var(--compare-position);
  overflow: hidden;
}

.sd-compare-after {
  width: calc(100% / (var(--compare-position) / 100%));
  min-width: 100%;
}

/*
This keeps the after image aligned with the full card
instead of shrinking with the reveal container.
*/
.sd-compare-after-wrap .sd-compare-after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw);
  max-width: none;
}

/* Better fixed-image alignment using duplicate card width */
.sd-compare-after-wrap {
  container-type: inline-size;
}

.sd-compare-after-wrap .sd-compare-after {
  width: calc(100cqw * (100 / 50));
}

/* Divider */

.sd-compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  z-index: 4;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(44, 90, 116, 0.08);
  transform: translateX(-50%);
  pointer-events: none;
}

.sd-compare-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #3e759f;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow:
    0 4px 12px rgba(27, 72, 97, 0.18),
    inset 0 0 0 1px rgba(62, 117, 159, 0.15);
  transform: translate(-50%, -50%);
}

.sd-compare-handle svg {
  width: 19px;
  height: 19px;
}

/* =====================================
   Invisible Slider Input
===================================== */

.sd-compare-range {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.sd-compare-range:focus-visible+* {
  outline: 2px solid #3e759f;
}

/* =====================================
   Button
===================================== */
.sd-before-after-btn-wrap {
  margin-top: 30px;
}

.sd-before-after-section .sd-outline-btn {
  min-width: 260px;
  gap: 14px;
}

.sd-button-paw {
  width: 21px;
  height: 21px;
  fill: #3e759f;
  transition:
    fill 0.25s ease,
    transform 0.25s ease;
}

.sd-before-after-section .sd-outline-btn:hover .sd-button-paw {
  fill: #ffffff;
  transform: rotate(-8deg) scale(1.08);
}

/* =====================================
   Animation
===================================== */

.sd-compare-card {
  animation: sdCompareFadeUp 0.7s ease both;
}

.row>div:nth-child(2) .sd-compare-card {
  animation-delay: 0.08s;
}

.row>div:nth-child(3) .sd-compare-card {
  animation-delay: 0.16s;
}

.row>div:nth-child(4) .sd-compare-card {
  animation-delay: 0.24s;
}

@keyframes sdCompareFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================
   About Section
===================================== */

.sd-about-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(236 242 245 / 90%), rgb(238 243 247 / 90%)),
    var(--color-white);
}

.sd-about-section .container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
}

/* =====================================
   About Image
===================================== */

.sd-about-image-wrap {
  position: relative;
  max-width: 490px;
  margin-right: auto;
}

.sd-about-image {
  position: relative;
  overflow: hidden;
  height: 490px;
  background-color: #eef3f5;
  border-radius: 8px;
  box-shadow:
    0 17px 35px rgba(34, 66, 84, 0.14),
    0 3px 8px rgba(34, 66, 84, 0.08);
  animation: sdAboutImageIn 0.85s ease both;
}

.sd-about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
}

.sd-about-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  transition: transform 0.65s ease;
}

.sd-about-image:hover img {
  transform: scale(1.035);
}

/* =====================================
   About Content
===================================== */

.sd-about-content {
  max-width: 100%;
  padding-left: 25px;
  animation: sdAboutContentIn 0.85s 0.08s ease both;
}

.sd-about-heading {
  text-align: left;
}

/* 
.sd-about-heading h2 {
  margin: 0;
  color: #101a21;
  font-family: "Playfair Display", serif;
  font-size: 39px;
  line-height: 1.18;
  font-weight: 800;
} */

.sd-about-heading-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
}

.sd-about-heading-line span {
  width: 70px;
  height: 2px;
  background-color: rgb(22 81 116);
}

section.sd-before-after-section .sd-section-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sd-about-heading-line svg {
  width: 25px;
  height: 25px;
  fill: #1b6288;
}

/* Text */

.sd-about-text {
  max-width: 610px;
}

.sd-about-text p {
  margin: 0 0 21px;
  color: #000000;
}

.sd-about-text .services-list li {
  margin: 0 0 12px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.58;
}

.sd-about-section .sd-about-heading {
  margin-bottom: 15px;
}

.sd-about-text .services-list li .check-icon {
  height: 20px;
  width: 20px;
  min-width: 20px;
  display: grid;
  place-items: center;
  background-color: #3e759f;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 5px;
}

.sd-about-text .sd-about-intro {
  color: #19262e;
  font-weight: 800;
}

/* Button */

.sd-about-btn {
  min-width: 270px;
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 2px;
  padding: 13px 25px;
  color: #000000;
  background: linear-gradient(135deg, #cbe090 0%, #bccb8b 100%);
  border: 1px solid #cbe090;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 11px 24px rgba(35, 103, 143, 0.19);
  transition:
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sd-about-btn svg {
  width: 23px;
  height: 23px;
  fill: var(--color-black);
  transition: transform 0.3s ease;
}

.sd-about-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 31px rgba(35, 103, 143, 0.28);
}

.sd-about-btn:hover svg {
  transform: rotate(-8deg) scale(1.08);
}

/* =====================================
   Decorative Paw Prints
===================================== */

.sd-about-paws {
  position: absolute;
  right: 70px;
  bottom: 20px;
  width: 190px;
  height: 190px;
  pointer-events: none;
}

.sd-about-paws svg {
  position: absolute;
  fill: rgba(77, 139, 172, 0.09);
}

.sd-about-paws svg:nth-child(1) {
  top: 10px;
  right: 5px;
  width: 74px;
  transform: rotate(14deg);
}

.sd-about-paws svg:nth-child(2) {
  top: 53px;
  left: 9px;
  width: 83px;
  transform: rotate(-18deg);
}

.sd-about-paws svg:nth-child(3) {
  right: 30px;
  bottom: 0;
  width: 70px;
  transform: rotate(8deg);
}

/* =====================================
   Animations
===================================== */

@keyframes sdAboutImageIn {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes sdAboutContentIn {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-single {
  position: relative;
  background-color: var(--color-white);
  box-shadow: rgba(37, 71, 91, 0.07) 0px 9px 24px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(25, 49, 64, 0.12);
  border-image: none;
  border-radius: 12px;
  transition: transform 0.35s,
    box-shadow 0.35s,
    border-color 0.35s;
  padding: 16px;
  align-items: start !important;
  flex-direction: column;
  text-align: center !important;
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-single:hover {
  box-shadow: rgba(37, 71, 91, 0.14) 0px 18px 38px;
  transform: translateY(-2px);
  border-color: rgba(62, 117, 159, 0.28);
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-wrapper .sd-mobilegrooming-included-single-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: grid;
  color: var(--color-white);
  box-shadow: rgba(29, 92, 128, 0.22) 0px 8px 18px;
  place-items: center;
  background: linear-gradient(145deg, rgb(51, 131, 177), rgb(23, 97, 138));
  border-radius: 50%;
  transition: transform 0.35s,
    box-shadow 0.35s;
  margin-inline: auto;
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-wrapper:nth-child(4n-2) .sd-mobilegrooming-included-single-icon {
  background: linear-gradient(145deg, rgb(255, 209, 95), rgb(235, 192, 84));
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-wrapper:nth-child(4n-1) .sd-mobilegrooming-included-single-icon {
  background: linear-gradient(145deg, rgb(250, 180, 214), rgb(231, 148, 188));
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-wrapper:nth-child(4n-0) .sd-mobilegrooming-included-single-icon {
  background: linear-gradient(145deg, rgb(204, 223, 143), rgb(185, 203, 127));
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-wrapper .sd-mobilegrooming-included-single-icon svg {
  width: 35px;
  height: 35px;
}

.sd-mobilegrooming-included .sd-mobilegrooming-included-single .sd-mobilegrooming-included-single-content h4 {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.58;
  margin: 0px;
  font-family: var(--font-body);
  width: 100%;
  text-align: center;
  display: block !important;
}

.sd-mobilegrooming-included-single-content {
  width: 100%;
}

.sd-mobilegrooming-included .sd-section-heading p {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  max-width: 92%;
  margin-inline: auto;
  margin-bottom: 35px !important;
}

/* mobile grooming page css ends */

/* =====================================
   CTA Section
===================================== */
.sd-footer {
  padding: 75px 0px !important;
  padding-bottom: 0px !important;
}

.sd-footer-cta-wrap {
  position: relative;
  z-index: 3;
  padding: 0 0 0;
  background-color: var(--color-white);
}

.sd-footer-cta-wrap .container {
  max-width: 1420px;
}

.sd-footer-cta {
  position: relative;
  /* min-height: 310px; */
  overflow: hidden;
  padding: 46px 72px 45px;
  background: radial-gradient(circle at 82% 35%,
      rgba(255, 255, 255, 0.08),
      transparent 25%),
    linear-gradient(115deg, #185c82 0%, #246e96 52%, #185c82 100%);
  border-radius: 62px 62px 0 0;
  box-shadow: 0 -8px 24px rgba(24, 81, 113, 0.08);
}

.sd-footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.03),
      transparent 45%,
      rgba(255, 255, 255, 0.04));
}

/* CTA image */

.sd-footer-cta-image {
  position: relative;
  z-index: 2;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.sd-footer-cta-image img {
  width: 100%;
  max-width: 650px;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -40px;
  filter: drop-shadow(0 17px 16px rgba(7, 34, 49, 0.28));
  animation: sdVanFloat 4.5s ease-in-out infinite;
  transform: scaleX(-1) !important;
}

/* CTA content */

.sd-footer-cta-content {
  position: relative;
  z-index: 3;
  padding-left: 28px;
  border-left: 1px solid #ffffff33;
}

.sd-footer-cta-heading {
  margin-bottom: 32px;
  text-align: left;
}

.sd-footer-cta-heading h2 {
  margin: 0;
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-size: 39px;
  line-height: 1.18;
  font-weight: 700;
}

.sd-footer-cta-btn {
  min-width: 480px;
  min-height: 69px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  padding: 16px 35px;
  color: #202b32;
  background-color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  font-size: 19px;
  font-weight: 800;
  box-shadow:
    0 12px 26px rgba(10, 53, 78, 0.2),
    0 0 18px rgba(255, 255, 255, 0.25);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sd-footer-cta-btn svg {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  fill: #266f99;
  transition:
    fill 0.3s ease,
    transform 0.3s ease;
}

.sd-footer-cta-btn:hover {
  color: var(--color-white);
  background-color: #123f5c;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(9, 43, 63, 0.3);
}

.sd-footer-cta-btn:hover svg {
  fill: var(--color-white);
  transform: rotate(-8deg) scale(1.08);
}

/* CTA decorative paws */

.sd-footer-cta-paws {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sd-footer-cta-paws svg {
  position: absolute;
  fill: rgba(255, 255, 255, 0.035);
}

.sd-footer-cta-paws svg:first-child {
  top: 27px;
  left: 30px;
  width: 77px;
  transform: rotate(-12deg);
}

.sd-footer-cta-paws svg:last-child {
  top: 32px;
  right: 57px;
  width: 82px;
  transform: rotate(15deg);
}

/* =====================================
   Footer
===================================== */

.sd-footer {
  position: relative;
  margin-top: 0;
  padding: 50px 0 26px;
  color: var(--color-white);
  background:
    radial-gradient(circle at 50% 0%,
      rgba(255, 255, 255, 0.035),
      transparent 35%),
    linear-gradient(105deg, #252525 0%, #191919 55%, #272727 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sd-footer .container {
  max-width: 1380px;
}

/* Common footer heading */

.sd-footer-heading {
  margin-bottom: 22px;
  text-align: left;
}

.sd-footer-heading h3 {
  margin: 0;
  color: var(--color-white);
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
}

.sd-footer-heading h3::before {
  height: 3px;
  background-color: #296d92;
  position: absolute;
  content: '';
  bottom: 15px;
  width: 18%;
}

.sd-footer-column {
  height: 100%;
}

/* About column */

.sd-footer-about {
  max-width: 335px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.sd-footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.sd-footer-socials img {
  width: 100%;
  max-width: 100%;
}

.sd-footer-socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--color-white);
  font-size: 21px;
  transition: color 0.25s ease,
    transform 0.25s ease;
}


.sd-footer .col-sm-6.col-lg-3:nth-child(2) {
  position: relative;
  left: -26px;
}

.sd-footer .col-sm-6.col-lg-3:nth-child(2)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff38;
  right: -72px;
  top: 0;
  left: -63px;
}

.sd-footer .col-sm-6.col-lg-3:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff38;
  right: -72px;
}


.sd-footer-socials a:first-child {
  width: 100%;
  max-width: 37px;
}

.sd-footer-socials a:hover {
  color: #6cb1d6;
  transform: translateY(-4px);
}

/* Quick links */

.sd-footer-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sd-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    transition: color 0.25s ease,
    transform 0.25s ease;
    font-size: 15px;
}

.sd-footer-links a i {
  color: #fff;
  font-size: 14px;
  transition: transform 0.25s ease;
  position: relative;
  top: 0px;
}

.sd-footer-links a:hover {
  color: var(--color-white);
  transform: translateX(4px);
}

.sd-footer-links a:hover i {
  transform: translateX(3px);
}

/* Contact */

.sd-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sd-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #fff;
    font-size: 15px;
}
.sd-footer-contact li i {
  position: relative;
  top: 9px;
}

.sd-footer-contact a {
  color: #fff;
  transition: color 0.25s ease;
}

.sd-footer-contact a:hover {
  color: var(--color-white);
}

.sd-footer-contact-icon {
  flex: 0 0 auto;
  width: 24px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
  color: var(--color-white);
  font-size: 18px;
}

/* Footer logo */

.sd-footer-logo-wrap {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-footer-logo-wrap img {
  width: 100%;
  max-width: 258px;
  height: auto;
  display: block;
  object-fit: contain;
  transition: opacity 0.3s ease,
    transform 0.3s ease;
  filter: 1;
  background: #fff;
  padding: 10px;
  outline: 2px solid #1c1c1c;
  outline-offset: -6px;
}

.sd-footer-logo-wrap img:hover {
  opacity: 0.86;
  transform: scale(1.025);
}

/* Copyright */
.sd-footer-bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ffffff1a;
  padding-top: 15px;
  margin-top: 15px;
}

.sd-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.sd-footer-copyright svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: rgba(255, 255, 255, 0.75);
}

.sd-footer-copyright p {
  margin: 0;
  color: #fff;
}

/* =====================================
   Animations
===================================== */

@keyframes sdVanFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* =========================================
   Testimonial Cards (testimonials.html)
========================================= */

.testimonials-page-section .sd-testimonial-card {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Quote + Stars row */
.testimonials-page-section .sd-testimonial-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.testimonials-page-section .sd-testimonial-quote {
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
  color: #2b82bc;
  font-weight: 700;
  letter-spacing: -2px;
  user-select: none;
  padding-left: 0;
  display: none;
}

/* Gold stars */
.testimonials-page-section .sd-testimonial-stars {
  display: flex;
  gap: 3px;
  color: #f5a623;
  font-size: 15px;
}

.testimonials-page-section .sd-testimonial-text {
  flex: 1;
  margin: 0 0 20px;
  color: #000;
}

.root-head .tag-block img {
  width: 100%;
  max-width: 41px;
  background: #f2f2f2;
  padding: 6px;
}

.testimonials-page-section .row {
  row-gap: 30px;
}

.root-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  border-bottom: 1px solid #00000045;
  padding-bottom: 15px;
  margin-bottom: 10px;
  justify-content: space-between;
  width: 100%;
}

/* Hairline divider */
.testimonials-page-section .sd-testimonial-divider {
  height: 1px;
  background: rgba(17, 17, 17, 0.08);
  margin-bottom: 16px;
}

/* Author row */
.testimonials-page-section .sd-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

/* Initial avatar circle */
.testimonials-page-section .sd-testimonial-avatar {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.testimonials-page-section .sd-testimonial-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.testimonials-page-section .sd-testimonial-location {
  margin: 2px 0 0;
  font-size: 12.5px;
  color: #8aa0b0;
}

/* Google Reviews button */
.testimonials-page-section .sd-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  background: #1a3f6f;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 6px 22px rgba(26, 63, 111, 0.28);
}

.testimonials-page-section .sd-google-btn:hover {
  background: #14305a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(26, 63, 111, 0.35);
}

.testimonials-page-section .sd-google-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

#contact-form>.row>.col-12:last-child .sd-primary-btn {
  background-color: red;
}

#contact-form>.row>.col-12:last-child {
  text-align: right;
}

#contact-form>.row>.col-12:last-child button i {
  display: none;
}

.error {
  background: red;
  color: #fff !important;
  display: block;
  font-size: 15px;
  padding: 0px 5px;
}


.footer-end {
  background: #286c91;
}

.footer-end p {
  text-align: center;
  margin-bottom: 0px;
  border-top: 0px solid #fff;
  margin-top: 60px;
  padding: 10px;
}

.left-troot .sd-heading-divider {
  justify-content: start !important;
}

.left-root {
  justify-content: start !important;

}

.blue-bg {
  background: #216084;
}

.blue-bg .sd-section-heading h1,
.blue-bg .sd-section-heading h2 {
  color: #fff;
}

.blue-bg .sd-heading-divider span {
  background-color: #fff;
}

.blue-bg .sd-heading-divider svg {
  fill: #fff;
}

.blue-bg p {
  color: #fff;
}

.blue-bg .sd-floating-paw-two {
  display: none;
}

.blue-bg .sd-floating-paw-one {
  display: none;
}

.left-root .sd-heading-divider {
  justify-content: start;
}

.header-slick {
  background: linear-gradient(90deg, #15577b 0%, #3e759f 52%, #15577b 100%);
  padding: 45px 0px;
  text-align: center;
}

.header-slick h1 {
  margin-bottom: 0px;
  color: #fff;
}

.header-slick .sd-section-heading {
  margin-bottom: 0px;
}

.phone-link {
  display: none;
}

.contact-section {
  padding-top: 100px;
}

.gallery-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.limit-box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

img.ser-image {
  width: 100%;
  max-width: 352px;
  margin-inline: auto;
  display: block;
}

.custom-grid {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.bg-light-block {
  background: #fff !important;
}

.error-section {
  background: #2e6991;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-section h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.footer-end p a {
  background: #ffff;
  padding: 0px 3px;
  font-weight: 500;
  color: #286c91;
  text-transform: capitalize;
  font-weight: 700;
}

.error-section p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0px;
}

.sd-footer-links li:nth-child(2) {
  display: none;
}

.policy-section h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}

.privacy_policy_main h1,
.privacy_policy_main h2,
.privacy_policy_main h3,
.privacy_policy_main h4,
.privacy_policy_main h5,
.privacy_policy_main h6 {
  background-color: #1b6288;
  color: #ffffff;
  padding: 10px 15px;
  border-left: 3px solid #c6d98e;
  font-size: 30px;
}

.privacy_policy_main ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 15px;
}

.current-page {
  color: #1e5e83 !important;
}

.sd-header {
    transition: all 0.3s ease;
}

.sd-header.sd-header-scrolled {
    background: #fff;
    position: fixed;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 12121;
}
.services-list li {
    font-weight: 600;
}


@media (min-width: 992px) {


  /* Open dropdowns on hover on desktop */

  .sd-nav-dropdown:hover>.dropdown-menu {
    display: block;
  }

  .sd-nav-dropdown:hover>.nav-link,
  .sd-nav-dropdown:hover>.dropdown-toggle {
    color: #3e759f;
  }

  .sd-nav-dropdown:hover>.dropdown-toggle::after {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .sd-nav-dropdown>.dropdown-menu {
    top: calc(100% - 8px);
  }

  .sd-submenu-toggle {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .sd-logo img {
    width: auto;
  }

  .sd-menu {
    gap: 8px;
  }

  .sd-hero-visual {
    min-height: 500px;
  }

  .sd-hero-dog {
    max-height: 500px;
  }

  .sd-specification-item {
    padding: 24px;
  }

  .sd-services-section .container {
    max-width: 1100px;
  }

  .sd-service-image {
    height: 170px;
  }

  .sd-service-icon {
    top: 137px;
  }

  .sd-service-content {
    min-height: 255px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .sd-testimonial-section .container {
    max-width: 1040px;
  }

  .sd-testimonial-photo-frame {
    left: 72px;
    width: 315px;
    height: 345px;
  }

  .sd-testimonial-content {
    padding-left: 20px;
  }

  .sd-about-section .container {
    max-width: 1080px;
  }

  .sd-about-image {
    height: 455px;
  }

  .sd-about-content {
    padding-left: 20px;
  }

  .sd-about-heading h2 {
    font-size: 36px;
  }

  .sd-footer-cta {
    padding-right: 45px;
    padding-left: 45px;
  }

  .sd-footer-cta-heading h2 {
    font-size: 34px;
  }

  .sd-footer-cta-btn {
    min-width: 430px;
    font-size: 17px;
  }
}



@media (max-width: 1260.98px) {
  .sd-header.sd-header-scrolled {
    position: relative;
}


  .error-section {
    height: 40vh !important;
  }

  .error-section h2 {
    font-size: 28px !important;
  }



  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .sd-topbar {
    display: none;
  }


  .phone-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .phone-link a {
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
    background: #3e759f;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-direction: column;
  }

  .phone-link a+a {
    color: #000;
    background: linear-gradient(135deg, #cbe090 0%, #bccb8b 100%);
  }


  .gallery-section .sd-award-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }

  .gallery-section .sd-award-card-wrapper {
    width: 100%;
    max-width: 100%;
  }


  .mob-expand-submenu i {
    left: 1px !important;
    top: 0px !important;
  }

  .mobmenur-container {
    position: absolute;
    right: 0px;
    top: 4em !important;
    background: #fcc95a;
    height: 45px;
    width: 45px;
    display: grid;
    place-items: center;
    margin-right: 4% !important;
    font-size: 10px !important;
  }

  #mobmenuright a {
    padding: 7px 10px;
    width: 100%;
    letter-spacing: 0px !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    font-family: var(--font-body) !important;
    border-bottom: 1px solid #00000036 !important;
  }

  .menu-item-872 {
    position: relative;
  }

  .mobmenu-right-panel .mob-cancel-button {
    color: #c5d78e !important;
    height: 35px;
    width: 35px;
    background: #26638a;
    font-size: 25px !important;
    display: grid !important;
    place-content: center;
  }

  .mobmenu-right-panel {
    background: linear-gradient(135deg, #cbe090 0%, #bccb8b 100%) !important;
  }

  .mob-icon-menu:before {
    margin: 0 !important;
  }

  .mobmenu r-container i {
    color: #ffffff !important;
  }

  .mobmenu-content li {
    padding: 0 !important;
  }

  ul#mobmenuright {
    margin-top: 35px !important;
  }

  .mob-menu-logo-holder {
    display: none !important;
  }

  .mob-menu-header-holder.mobmenu {
    background: transparent !important;
    display: block !important;
    position: absolute;
  }

  .mobmenu .headertext {
    display: none;
  }

  body.mob-menu-slideout-over {
    padding: 0px !important;
  }

  .mobmenu-content #mobmenuright>li>a:hover {
    background-color: transparent !important;
  }

  .mobmenu-content #mobmenuright .sub-menu {
    background-color: #95a56a !important;
  }

  .mob-expand-submenu i {
    font-size: 14px !important;
    position: relative !important;
    left: 0px !important;
  }

  .mobmenu-content br {
    display: none !important;
  }

  .mobmenu-content .menu-item-177 br {
    display: none !important;
  }

  .mob-expand-submenu {
    position: relative !important;
    right: 0px !important;
    float: right !important;
    height: 20px;
    width: 20px;
    display: grid;
    place-content: center;
    top: 1px !important;
    background: #26638a !important;
    border-radius: 50%;
    z-index: 777 !important;
    left: auto !important;
  }

  .mobmenu-content #mobmenuright li:hover {
    background-color: #abbd79 !important;
  }

  .mob-expand-submenu i {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-top: 1px !important;
  }

  .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
    /* z-index: 99999999 !important; */
    position: absolute !important;
    inset: 0 auto auto auto !important;
    height: 0px;
  }

  .mob-menu-header-holder.mobmenu {
    background: transparent !important;
    display: block !important;
  }

  .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
    position: absolute;
    right: 0px;
    top: 112px !important;
    background: #26638a;
    height: 38px;
    width: 38px;
    display: grid;
    place-items: center;
    margin-right: 3% !important;
    font-size: 10px !important;
  }

  .mobmenu-content li {
    border: 0px !important;
  }

}



@media (max-width: 1200.98px) {
  .sd-footer-cta-wrap .row{
  justify-content: center !important;
  }
  .sd-service-info-section  .sd-service-content {
    padding: 0px;
  }

  .sd-service-info-section .row .col-12 {
    align-items: unset;
    width: 100%;
    max-width: 100%;
  }

  .sd-service-info-section .row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sd-service-content p {
    -webkit-line-clamp: 1;
  }

  .sd-service-image img {
    height: 200px;
  }

  .home .sd-hero .row {
    gap: 25px;
  }

  .sd-footer-cta-content p {
    text-align: center;
  }

  .sd-footer-cta-content {
    padding-left: 0px;
    text-align: center;
  }

  .page-id-92 .sd-hero-visual img {
    max-width: 280px;
  }



  .sd-hero .col-lg-5,
  .sd-hero .col-lg-7 {
    width: 100%;
    margin-top: 0px !important;
    max-width: 100%;
  }



  .sd-hero-visual img {
    width: 100%;
    max-width: 550px;
    margin-inline: auto;
    margin-bottom: 30px;
    display: block;
  }

  .sd-hero .row {
    flex-direction: column-reverse;
    margin-top: 0px !important;
  }

  .sd-hero-visual {
    min-height: auto;
  }

  .sd-hero h1 {
    font-size: 35px;
    text-align: center;
  }

  .sd-hero-description {
    width: 100%;
    text-align: center;
    max-width: 786px;
    margin-inline: auto;
  }

  .sd-hero-buttons {
    justify-content: center;
  }

  .sd-specification-strip {
    margin-top: 35px;
  }


  .sd-specification-strip {
    margin-top: 35px;
    background: transparent;
    box-shadow: unset;
    border: 0px;
  }

  .sd-specification-item {
    min-height: auto;
    border: 0px solid #fff;
    border-radius: 11px;
    background: #19597d;
    flex-direction: column;
    padding: 15px;
  }

  .sd-specification-strip .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
    justify-content: center;
    align-items: center;
  }

  .sd-specification-strip .row .col-12 {
    all: unset;
  }

  .sd-specification-strip .row>.col-xl-4:last-child {
    grid-column: 1/3;
    margin-top: 22px;
  }

  .sd-section-heading h1,
  .sd-section-heading h2 {
    font-size: 35px;
  }

  .sd-services-grid {
    margin-top: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .sd-services-grid .col-12 {
    width: 100%;
    max-width: 100%;
  }

  .sd-service-image {
    height: auto;
  }

  .sd-service-icon {
    display: none;
  }

  .sd-benefits-grid col {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sd-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .sd-why-choose-wrapper .col {
    width: 100%;
    max-width: 100%;
  }

  .sd-about-section .row {
    flex-direction: column;
  }

  .sd-about-section .col-lg-7,
  .sd-about-section .col-lg-5 {
    width: 100%;
    max-width: 100%;
  }

  .sd-about-image {
    height: 100%;
  }

  .sd-about-image-wrap {
    max-width: 500px;
    margin-inline: auto;
  }

  .sd-about-content {
    max-width: 100%;
    text-align: center;
  }

  .sd-about-text {
    max-width: 100%;
  }

  .sd-about-section .sd-about-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sd-before-after-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sd-before-after-section .col-12 {
    width: 100%;
    max-width: 100%;
  }

  .sd-footer-cta-wrap {
    background: #2a6b90;
    padding: 0px 0px;
  }

  .sd-footer-cta .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }

  .sd-footer-cta {
    background: transparent;
    box-shadow: unset;
  }

  .sd-footer-cta::before {
    display: none;
  }

  .sd-footer-cta-content {
    border-left: 1px solid #ffffff33;
    text-align: center;
    padding-top: 40px;
    border: 0px;
  }

  .sd-footer-cta-content h2 {
    text-align: center;
  }

  .sd-footer>.container>.row>.col-lg-3:nth-child(3) {
    display: none;
  }

  .sd-footer>.container>.row>.col-sm-6 {
    width: 100%;
    max-width: 100%;
  }

  .sd-footer .col-sm-6.col-lg-3:nth-child(2) {
    left: 0px;
    order: -1;
  }

  .sd-footer-heading h3::before {

    width: 4%;
    display: none;
  }

  .sd-footer-heading h3 {
    text-align: center;
  }

  .sd-footer-contact li {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .sd-footer .col-sm-6.col-lg-3:nth-child(2) {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 30px;
  }

  .sd-footer {
    padding: 20px 0px !important;
    padding-bottom: 0px !important;
  }

  .left-root {
    justify-content: center !important;
  }

  .left-troot .sd-heading-divider {
    justify-content: center !important;
  }

  .sd-hero {
    text-align: center;
  }

  .sd-hero.mobile-hero {
    background: #f2f2f2;
  }

  .sd-mobilegrooming-included .sd-mobilegrooming-included-single {
    min-height: 150px;
  }

  .sd-about-text .services-list li {
    justify-content: center;
  }

  .sd-about-text .services-list li i {
    display: none !important;
  }

  .row-one .col-6,
  .row-one .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }

  .row-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}



@media (max-width: 991.98px) {
  .gallery-section .sd-award-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section .row .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .navbar-toggler {
    display: none !important;
  }

  .sd-testimonial-content {
    padding-left: 0px;
    text-align: center;
  }

  .sd-testimonial-heading h2 {
    text-align: center;
  }

  .sd-testimonial-heading h2 br {
    display: none;
  }

  .sd-testimonial-indicators {
    justify-content: center;
  }

  .sd-testimonial-content {
    width: 100%;
    max-width: 100%;
  }

  .sd-quote-mark {
    display: none;
  }

  .left-root {
    justify-content: center !important;
  }

  .blue-bg p {
    text-align: center;
  }

  .blue-bg .btn {
    margin-inline: auto;
    display: block;
    width: max-content;
  }

  .sd-hero-visual img {
    margin-bottom: 0px;
  }

  .sd-cari-cards-section .col-12 {
    width: 100%;
    max-width: 100%;
  }

  .sd-cari-cards-section .row {
    gap: 50px;
  }

  .sd-footer-cta-content {
    padding-left: 0px;
    text-align: center;
  }

  .sd-about-heading {
    text-align: center;
  }

  .sd-cari-cards-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .gallery-block {
    grid-template-columns: 1fr 1fr;
  }

  .sd-cari-cards-section {
    padding: 80px 0px 60px 0px;
  }

  .limit-box {
    flex-direction: column;
  }
}


@media (max-width: 655.98px) {
  .page-id-242 .footer-end p {
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 575.98px) {
  .page-id-242 .footer-end p {
    max-width: 75%;
  }

  .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
    top: 101px !important;
  }

  .sd-logo img {
    max-width: 150px;
  }

  .sd-hero {
    padding: 45px 0px;
  }

  .sd-floating-paw-one {
    display: none;
  }

  .sd-floating-paw-two {
    display: none;
  }

  .sd-hero h1 {
    line-height: 34px;

    font-size: 30px;
  }

  .sd-hero h1 {
    margin-bottom: 15px;
  }

  .sd-hero-buttons a {
    width: 100%;
    max-width: 300px;
  }

  .sd-specification-strip .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .sd-specification-strip .row>.col-xl-4:last-child {
    margin-top: 0px;
  }

  .sd-specification-strip .row .col-12 {
    width: 100%;
  }

  .common-section-space {
    padding: 40px 0px;
  }

  .sd-section-heading h1,
  .sd-section-heading h2 {
    font-size: 30px;
  }

  .sd-services-grid {
    grid-template-columns: 1fr;
  }

  .sd-service-content {
    min-height: auto;
  }

  .sd-service-content {

    padding-top: 18px;
  }

  .sd-benefits-grid {
    grid-template-columns: 1fr;
  }

  .sd-testimonial-badge {
    display: none;
  }

  .sd-testimonial-photo-frame {
    width: 100%;
    position: unset;
  }

  .sd-testimonial-photo-frame {
    left: 72px;
    width: 100%;
    height: 320px;
    position: unset;
    transform: unset !important;
  }

  .sd-testimonial-author {
    margin-left: 0px;
  }

  .sd-testimonial-quote {
    padding-left: 0px;
  }

  .sd-about-section .sd-section-heading h1,
  .sd-about-section .sd-section-heading h2 {
    text-align: center;
  }

  .sd-footer-cta-image {
    min-height: auto;

  }

  .sd-footer-cta-content {
    padding: 40px 0px 0px 0px;
  }

  .sd-footer-cta {
    padding-top: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .sd-footer {
    padding-bottom: 0px !important;
  }

  .phone-link a {
    padding: 5px 0px;

  }

  .home .sd-hero-visual img {
    position: relative;
    left: -27px;
  }

  .sd-testimonial-visual {
    min-height: auto;
  }

  .sd-mobilegrooming-included .row .col-6 {
    width: 100%;
  }

  .sd-about-section .row {}

  .row-one {
    grid-template-columns: 1fr;
  }

  .sd-contact-form-card,
  .sd-contact-map-card {
    padding: 15px;
  }

  .contact-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  #contact-form>.row>.col-12:last-child {
    text-align: left;
  }
}