*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

section {
    width: 100%;}

body {
  font-family: 'Poppins', sans-serif;
  background: #f3f4f6;
  line-height: 1.6;
  overflow-x: hidden;
  color: #222;
}

  html {
  scroll-behavior: smooth;
}

section,main,article{
  margin-bottom: 20px;
}

section:not(:last-child){
  margin-top: 20px;
}  

h1,
h2,
h3 {
  font-family: 'Playfair Display', serif;
}


 /* HERO SECTION */
#hero {
  min-height: 20vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 20px;
  padding: 10px;
  flex-wrap: wrap;   /* allows proper adjustment on small screens */
  
}

/* ROYAL TITLE */
#hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem,6vw,4.5rem);
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
  background: linear-gradient(90deg, #000, #d4af37, #000);
  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
  animation: shine 4s linear infinite;
  white-space: nowrap; /* keep it in one line */
}

/* GOLD SHINE ANIMATION */
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* ROYAL SIDE IMAGES */
.side-img {
  height: clamp(70px, 10vw, 140px);
  max-width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;

  /* soft golden glow */
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.6));
}

/* HOVER EFFECT */
.side-img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 20px gold);
}


/* MIDDLE SECTION */
.middle {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}

/* ROYAL PARAGRAPH */
.paragraph {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 1.8;
  max-width: 850px;

  color: #333;
}

/* TEXT STYLING */
.pink {
  color: #ff4da6;
  font-weight: 600;
}

.green {
  color: #2ecc71;
  font-weight: 600;
}

.high{
  color: goldenrod;
  font-weight: 700;
  white-space: nowrap;
}

.highlight {
  color: goldenrod;
  font-weight: 700;
}

/* =========================
   DETAILS CARD SECTION
========================= */

.details {
  width: 90%;
  margin: 40px auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

  gap: 30px;
}

/* =========================
   ALL CARDS
========================= */

.details section {
  border-radius: 22px;

  overflow: hidden;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);

  transition: 0.35s ease;

  display: flex;
  flex-direction: column;
}

.details section:hover {
  transform: translateY(-10px) scale(1.02);
}

/* =========================
   CARD IMAGES
========================= */

.details section img {
  width: 100%;
  height: 240px;
  object-fit: cover;

  display: block;
}

/* =========================
   CARD CONTENT
========================= */

.card-content {
  padding: 25px;

  text-align: center;

  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* =========================
   HEADINGS
========================= */

.card-content h3 {
  font-size: 28px;

  margin-bottom: 15px;

  font-family: 'Playfair Display', serif;
}

/* =========================
   PARAGRAPHS
========================= */

.card-content p {
  font-size: 16px;

  line-height: 1.7;

  margin-bottom: 15px;
}

/* =========================
   LISTS
========================= */

.card-content ul {
  list-style: none;

  padding: 0;

  margin: 20px 0;
}

.card-content li {
  background: rgba(255,255,255,0.3);

  margin-bottom: 10px;

  padding: 12px;

  border-radius: 10px;

  font-weight: 600;

  backdrop-filter: blur(5px);
}

/* =========================
   BUTTON
========================= */

.back-top {
  display: inline-block;

  margin-top: auto;

  padding: 12px 20px;

  border-radius: 10px;

  text-decoration: none;

  font-weight: bold;

  background: rgba(255,255,255,0.25);

  color: white;

  transition: 0.3s ease;
}

.back-top:hover {
  background: white;
  color: black;

  transform: translateY(-3px);
}

/* =========================
   DIFFERENT CARD COLORS
========================= */

/* Vaccination */
#vaccination {
  background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  color: #222;
}

/* OPD */
#opd {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb);
  color: white;
}

/* Surgery */
#surgery {
  background: linear-gradient(135deg, #f6d365, #fda085);
  color: #222;
}

/* Behaviour */
#behaviour {
  background: linear-gradient(135deg, #84fab0, #8fd3f4);
  color: #222;
}

/* Pet Shop */
#petShop {
  background: linear-gradient(135deg, #fccb90, #d57eeb);
  color: white;
}

/* Training */
#training {
  background: linear-gradient(135deg, #30cfd0, #330867);
  color: white;
}

/* Grooming */
#grooming {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  color: white;
}

/* Lab */
#lab {
  background: linear-gradient(135deg, #5ee7df, #b490ca);
  color: #222;
}

/* Home */
#home {
  background: linear-gradient(135deg, #c3cfe2, #c3cfe2);
  color: #222;
}

/* Membership */
#insurance {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
}

/* Adoption */
#adoption {
  background: linear-gradient(135deg, #ffecd2, #fcb69f);
  color: #222;
}

/* Boarding */
#boarding {
  background: linear-gradient(135deg, #43e97b, #38f9d7);
  color: #222;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .details {
    width: 95%;
    grid-template-columns: 1fr;
  }

  .details section img {
    height: 220px;
  }

  .card-content h3 {
    font-size: 24px;
  }

  .card-content p {
    font-size: 15px;
  }

  .back-top {
    width: 100%;
    text-align: center;
  }
}












.footer {
  background: steelblue;

  padding: 25px;

  text-align: center;

  color: white;
}

.position {
  font-size: 1.1rem;
}




.total {
  width: 90%;
  margin: 40px auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;

  align-items: start;
}

@media (max-width: 900px) {
  .total {
    grid-template-columns: 1fr;
  }
}

.services ul,
.assist ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  padding: 0;
}

.services li,
.assist li {
  list-style: none;
  display: flex;
  direction: column;
  padding: 15px;
  border-radius: 12px;


  transition: 0.3s ease;

  font-weight: 700;
}

.services li {
  background: #b8f3b8;
  border-left: 5px solid pink;
}

.assist li {
  background: #b8e7ff;
  border-left: 5px solid gold;
}

.services li:hover,
.assist li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.services a,
.assist a {
  text-decoration: none;
  color: #111;
  display: block;
}

       
    
.buttons{
        display: flex;
        gap: 10px;
        margin-top: 10px;
        justify-content: space-evenly;
    }
    

h2{
    color: black;
    text-decoration: underline 5px solid goldenrod;
}
.buttons button{
    background-color:goldenrod;
    color:black;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    
}
.buttons button:hover {
  transform: scale(1.1);}



.contactUs a img {
  transition: transform 0.3s ease;
}

.contactUs a img:hover {
  transform: scale(1.2); /* increase size */
}

.contactUs {
  background: #f5d67a;

  padding: 30px;

  border-radius: 20px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.12);

  color: #222;
}

.contactUs h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.contact-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 15px 0;
}
.note{
  font-family: 'Playfair Display', serif;
   margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.note ul {
  padding-left: 20px;
}

.note li {
  line-height: 1.7;
  margin-bottom: 10px;
}
.contact-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  transition: 0.3s ease;
}

.contact-link img {
  width: 28px;
  transition: 0.3s ease;
}

.contact-link:hover img {
  transform: scale(1.2);
}

.contact-link:hover {
  color: #38bdf8;
}

.map-btn {
  padding: 12px 25px;
  margin-top: 15px;
  background: #38bdf8;
  border: none;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.map-btn:hover {
  background: #0ea5e9;
  transform: translateY(-2px);
}

  

.legend{
    font-size: 22PX;
    font-weight: bold;
    color: #0077B6;
    margin: 20px;
}

.AboutUs{
  flex: 1;
}

.form-box {
   background: #fff0f0;

  padding: 25px;

  border-radius: 20px;

  box-shadow: 0 8px 25px rgba(0,0,0,0.12);

  overflow: hidden;
   
}

/* Headings */
.form-box h2 {
    color: rgb(10, 10, 199);
    margin-bottom: 15px;
    font-family: cursive;
}

/* Fieldset */
.form-box fieldset {
    border: 1px solid gold;
    padding: 20px;
    border-radius: 10px;
    font-family: cursive;

}

/* Labels */
.form-box label {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
.form-box img{
    display: none;
}

/* Inputs & textarea */
.form-box input,
.form-box textarea {
  width: 100%;

  padding: 12px;

  margin-top: 6px;
  margin-bottom: 15px;

  border: 1px solid #ccc;

  border-radius: 8px;

  font-size: 16px;

  transition: 0.3s ease;
}

.form-box input:focus,
.form-box textarea:focus {
  border-color: goldenrod;

  box-shadow: 0 0 8px rgba(218,165,32,0.4);

  outline: none;
}

/* Focus effect */
.form-box input:focus,
.form-box textarea:focus {
    border-color: gold;
    box-shadow: 0 0 8px gold;
}

/* Buttons */
.buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.buttons button {
  flex: 1;

  padding: 12px;

  border: none;

  border-radius: 10px;

  background: black;
  color: gold;

  cursor: pointer;

  transition: 0.3s ease;
}

.buttons button:hover {
  transform: translateY(-3px);

  background: gold;
  color: black;
}
.whatsapp-btn {
    background: #25D366;   /* WhatsApp green */
    color: white;

    border: none;
    border-radius: 6px;

    padding: 12px;
    width: 100%;

    font-weight: bold;
    cursor: pointer;

    transition: 0.3s;
}

.whatsapp-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(37,211,102,0.5);
}
label{
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: #333;
}
.input{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: 0.3s;
}
.input:focus{
    border-color: #0077B6;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 119, 182, 0.5);
}

.connectWithUs{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    text-decoration: underline 5px solid goldenrod;
    font-family: cursive;
}

/* SOCIAL ICONS */
.socialMedia {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;

  margin: 30px 0;
}

.socialMedia img {
  width: 80px;

  transition: 0.3s ease;
}

.socialMedia img:hover {
  transform: scale(1.12);
}

#contact{
margin: 20px;
}

@media (max-width: 768px) {
  .overlay h1 {
    font-size: 28px;
  }
.header.img{
    height: 300px;
  }
  .total{
    flex-direction: column;
  }
}
  
.floating-contact {
  position: fixed;
  right: 15px;
  top: 80%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 2000;
}

.contact-btn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  color: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s ease;
}

.contact-btn:hover {
  transform: scale(1.1);
}
.map-container {
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.highlight{
  font-weight: 800;
  color: goldenrod;
}
.underline{
  font-style: italic;
  color: blue;
  font-weight: 500;
}
.pink{
  color: rgb(238, 14, 52);
}
.green{
  color: green;
}
/* GLOBAL FIX */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* HEADER IMAGE */
#header-img {
  width: 100%;
  height: auto;
}


/* TWO COLUMNS (DESKTOP) */
.AboutUs, .form-box {
  flex: 1;
  height: 95%;
}



/* FORM INPUTS */
input, textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
}

/* BUTTONS */
button {
  padding: 12px;
  font-size: 16px;
}

/* FLOATING CONTACT */
.top-contact-bar {
  position: fixed;

  top: 20%;
  right: 15px;

  transform: translateY(-50%);

  display: flex;
  flex-direction: column;

  gap: 15px;

  z-index: 1000;
}

.nav-icon img {
  width: 75px;
  height: 75px;

  border-radius: 50%;

  transition: 0.3s ease;
}

.nav-icon img:hover {
  transform: scale(1.1);
}

/* Blue glow for call */
.call-icon img {
  box-shadow:
    0 0 15px rgba(0,150,255,0.8),
    0 0 30px rgba(0,150,255,0.5);
}

/* Green glow for WhatsApp */
.whatsapp-icon img {
  box-shadow:
    0 0 15px rgba(0,255,120,0.8),
    0 0 30px rgba(0,255,120,0.5);
}




/* 📱 MOBILE FIX */
@media (max-width: 768px) {

  /* STACK EVERYTHING */
  .total {
    flex-direction: column;
  }

  /* TEXT SIZE */
  h1 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  /* SOCIAL ICONS SMALLER */
  .socialMedia img {
    width: 50px;
  }

  /* HEADER IMAGE HEIGHT CONTROL */
  #header-img {
    height: auto;
  }

  /* BUTTON FULL WIDTH */
  button {
    width: 100%;
  }

 
section, article {
  padding: 15px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
}
.timings{
  font-family: 'Playfair Display', serif;
}
.position{
  font-family: cursive;
}
.vaccinations {
  padding: 60px 10%;
  background: #f5efe6; /* almond tone */
}

.vaccination-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.vaccination-image img {
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.vaccination-content {
  flex: 1;
}

.vaccination-content h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #c9a646;
}

.vaccination-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.vaccination-content span {
  font-weight: bold;
  color: #c9a646;
}

.highlight {
  color: #d62828;
  font-weight: bold;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .vaccination-container {
    flex-direction: column;
    text-align: center;
  }
}

/* cat opd card */
.opd {
  background: #f5efe6; /* almond background */
  display: flex;
  justify-content: center;
}

.opd-card {
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  overflow: hidden;
  text-align: center;
}

/* TOP TEXT */


.opd-content h3 {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(90deg, #c9a646, #f5d27a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.opd-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

/* FEATURES */
.opd-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.feature {
  background: #f9f6f0;
display: flex;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature span {
  font-size: 1.5rem;
}

.feature b {
  color: #c9a646;
}

/* IMAGE SECTION */
.opd-image img {
  height: auto;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .opd-content h3 {
    font-size: 2rem;
     flex-direction: column;
  }

  .feature {
    justify-content: center;
  }
}

/* surgery new */
.surgeries{
  background: #f5efe6; /* almond tone */
}

.surgery-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.surgery-image img {
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.surgery-content {
  flex: 1;
}

.surgery-content h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #c9a646;
}

.surgery-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.surgery-content span {
  font-weight: bold;
  color: #c9a646;
}

.highlight {
  color: #d62828;
  font-weight: bold;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .surgery-container {
    flex-direction: column;
    text-align: center;
  }
}

/* bevioral problems & solutions */
.behaviour-card {
  background: #f5efe6; /* almond tone */
}

.behaviour-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.behaviour-image img {
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.behaviour-content {
  flex: 1;
}

.behaviour-content h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #c9a646;
}

.behaviour-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.behaviour-content span {
  font-weight: bold;
  color: #c9a646;
}

.highlight {
  color: #d62828;
  font-weight: bold;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .behaviour-content {
    flex-direction: column;
    text-align: center;
  }
}









/* training */
.training {
  background: #f5efe6; /* almond background */
  display: flex;
  justify-content: center;
}

.training-card {
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  overflow: hidden;
  text-align: center;
}

/* TOP TEXT */

.training-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #c9a646, #f5d27a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.training-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.training-list li {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-weight: 700;
}

.training-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}






.training-list p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  font-weight: 700;
}

/* FEATURES */
.training-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.feature {
  background: #f9f6f0;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature span {
  font-size: 1.5rem;
}

.feature b {
  color: #c9a646;
}

/* IMAGE SECTION */
.training-image img {
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .training-content h3 {
    font-size: 2rem;
     flex-direction: column;
  }

  .feature {
    justify-content: center;
  }
}

/* petShop */
.petshop-card {
  overflow: hidden;
  background: #fff8f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.petshop-card:hover {
  transform: translateY(-8px);
}

/* IMAGE ON TOP */
.card-image img {
  object-fit: cover;
}

/* CONTENT */
.card-content {
  text-align: center;
}

.card-content h3 {
  font-size: 22px;
  color: whitesmoke;
}

.petShop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.petShop-list li {
  background: orange;
  color: black;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.petShop-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}


.card-content p {
  font-size: 15px;
  color: white;
}

.highlight {
  font-weight: bold;
  color: white;
  background-color: #38bdf8;
 
}
.backToTop{
  border: none;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

/* grooming */

.grooming-card {
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.grooming-card:hover {
  transform: translateY(-8px);
}

/* IMAGE ON TOP */
.card-image img {
  object-fit: block;
}

/* CONTENT */
.card-content {
  text-align: center;
}

.grooming-content.h2 {
  font-size: 22px;
  color: white;
}

.grooming-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;

}

.grooming-list li {
  background: orange;
  color: black;
  font-weight: 700;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grooming-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}


.card-content p {
  font-size: 15px;
  color: black;
}

.grooming-highlight {
  font-weight: bold;
  color: #c97b00;
}



/* home visits */
.home-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.home-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.home-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.home-image img {

  object-fit: contain; /* prevents distortion */
}

/* CONTENT */
.home-content {
  text-align: center;
}

.home-content h3 {
  font-size: 22px;

}

.home-content p {
  font-size: 15px;
  color: whitesmoke;
}
/* insurance */
.insurance-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.insurance-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.insurance-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.insurance-image img {
  object-fit: contain; /* prevents distortion */
}

/* CONTENT */
.insurance-content {
  text-align: center;
}

.insurance-content h3 {
  font-size: 22px;
}

.insurance-content p {
  font-size: 15px;
  color: black;
}

/* adoption Card*/
.adoption-card {

  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.adoption-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.adoption-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.adoption-image img {
  object-fit: contain; /* no distortion */
  object-position: center;
}

/* CONTENT */
.adoption-content {
  text-align: center;
}

.adoption-content h3 {
  font-size: 22px;
}

.adoption-content p {
  font-size: 15px;
  color: whitesmoke;
}
/* lab tests */
.lab-card {
  /* width: 320px; */
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.lab-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.lab-image {
  
  overflow: hidden;
}

.lab-image img {
  
  object-fit: cover;       /* 🔥 fills space fully */
  object-position: center; /* keeps focus centered */
}

/* CONTENT */
.lab-content {
  text-align: center;
}

.lab-content h3 {
  font-size: 22px;
  
}

.lab-content p {
  font-size: 15px;
  color: black;
}

/* boarding */
.boarding-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.boarding-card:hover {
  transform: translateY(-8px);
}

/*  IMAGE */
.boarding-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.boarding-image img {
  object-fit: cover;   /* 🔥 prevents distortion */
  transition: 0.4s;
}
/* Hover zoom */
.boarding-card:hover .boarding-image img {
  transform: scale(1.08);
}

/* CONTENT */
.boarding-content {
  text-align: center;
}

.boarding-content h3 {
  font-size: 22px;
}

.boarding-content p {
  font-size: 15px;
  color:black;
}
.details section {
  background: white;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 8px 25px rgba(0,0,0,0.12);

  transition: 0.3s ease;
}

.details section:hover {
  transform: translateY(-8px);
}

.details img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.vaccination-content,
.opd-content,
.surgery-content,
.behaviour-content,
.training-content,
.card-content,
.grooming-content,
.lab-content,
.home-content,
.insurance-content,
.adoption-content,

.boarding-content {
  padding: 25px;
}
}
@media (max-width: 768px) {

  .details {
    grid-template-columns: 1fr;
  }

  .buttons {
    flex-direction: column;
  }

  .socialMedia {
    justify-content: center;
  }

  .nav-icon img {
    width: 55px;
    height: 55px;
  }

  .paragraph {
    font-size: 18px;
  }

  #hero h1 {
    font-size: 2.2rem;
  }
}
