/* Reset and Base Styles */
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body Base */
body {
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20 20px;
  width: 100%;
}
/*reels section*/
/* Container for heading + reels */
/* ===================== */
/* REELS SECTION START */
/* ===================== */

.reels-section {
  text-align: center;
  margin: 50px 0;
  font-family: sans-serif;
  padding: 0 16px;
}

.reels-section h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333;
}

.reels-section h2 img {
  width: 30px;
  height: 30px;
}

/* REELS WRAPPER */
.reels-wrapper-container {
  display: flex;
  overflow-x: auto;
  gap: 18px;
  padding: 25px 0 25px 10px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

.reels-wrapper-container::-webkit-scrollbar {
  display: none;
}

/* REEL CARD */
.reel-card {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  background: #000;
  transition: transform 0.3s ease;
  min-width: 200px;
  height: 360px;
}

.reel-card:hover {
  transform: translateY(-4px);
}

.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===================== */
/* TABLET */
/* ===================== */
@media screen and (max-width: 1024px) {
  .reel-card {
    min-width: 180px;
    height: 320px;
  }
}

/* ===================== */
/* MOBILE */
/* ===================== */
@media screen and (max-width: 768px) {
  .reels-section {
    margin: 40px 0;
  }

  .reels-section h2 {
    font-size: 22px;
  }

  .reel-card {
    min-width: 160px;
    height: 280px;
    border-radius: 14px;
  }
}

/* ===================== */
/* SMALL MOBILE */
/* ===================== */
@media screen and (max-width: 480px) {
  .reels-wrapper-container {
    justify-content: flex-start;
    padding-left: 16px;
  }

  .reel-card {
    min-width: 140px;
    height: 240px;
    border-radius: 12px;
  }

  .reels-section h2 {
    font-size: 20px;
  }
}

/* ===================== */
/* REELS SECTION END */
/* ===================== */

 /*Theme colors */
:root {
    --primary-color: #dc3e72;    
    --secondary-color: #000000;  
    --accent-color: #FF69B4;     
    --background-color: #FFFFFF; 
    --text-color: #333333;
}


/*new header*/
.header {
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* Container */
.header .container {
  max-width: 1300px;
  margin: auto;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  height: 70px;
  width: auto;
}

.logo-text {
  height: 40px;
  width: auto;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 550;
  position: relative;
  white-space: nowrap;
}

/* Underline Hover */
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background-color: #e91e63;
  transition: width 0.3s ease;
}

.nav a:hover::after {
  width: 100%;
}
.donate-btn {
  background-color: #e91e63;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.25);
  transition: all 0.3s ease;
}

.donate-btn:hover {
  background-color: #c2185b;
  transform: translateY(-1px);
}
@media (max-width: 1024px) {
  .nav {
    gap: 18px;
  }

  .logo-img {
    height: 60px;
  }

  .logo-text {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .header .container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .donate-btn {
    margin: auto;
  }
}
@media (max-width: 480px) {

  .logo-img {
    height: 50px;
  }

  .logo-text {
    height: 28px;
  }

  .nav a {
    font-size: 14px;
  }

  .donate-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}
/*header end*/
/* Hero Section new*/
.hero {
  width: 100%;
  overflow: hidden;
}

.hero-cover {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.hero {
  width: 100%;
  overflow: hidden;
}

.hero-cover {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Tablet */
@media (max-width: 992px) {
  .hero-cover {
    object-fit: cover;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero {
    padding: 0;
  border-top:0p;
  }

  .hero-cover {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


/*end banner*/

/*who are we new*/
/* ================= WHO WE ARE SECTION ================= */

.who-we-are {
  width: 100%;
  background-color: #ffffff;
  padding: 100px 20px;
}

.who-container {
  max-width: 1300px;
  /*margin: auto;*/
  display: flex;
  gap: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  background-color: #ffffff;
  min-height: 500px; /* fixed height hata diya */
}

/* TEXT COLUMN */
.who-text {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who-text h2 {
  font-size: 38px;
  color: #222;
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  font-weight: 700;
}

.who-text h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #ff4081;
  position: absolute;
  left: 0;
  bottom: -12px;
  border-radius: 2px;
}

.who-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
  text-align: justify;
}

/* IMAGE COLUMN */
.who-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.who-images img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.who-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* ================= TABLET ================= */

@media (max-width: 992px) {

  .who-we-are {
    padding: 60px 16px;
  }

  .who-container {
    flex-direction: column;
    min-height: auto;
    gap: 20px;
    padding: 20px;
  }

  .who-text {
    padding: 20px;
    text-align: center;
  }

  .who-images {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }

  .who-images img {
    width: calc(50% - 10px);
    height: 180px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 576px) {

  .who-we-are {
    padding: 50px 14px;
  }

  .who-container {
    border-radius: 16px;
    padding: 16px;
    gap: 16px;
  }

  .who-text {
    padding: 10px;
  }

  .who-text h2 {
    font-size: 26px;
  }

  .who-text p {
    font-size: 14px;
    text-align: left;
  }

  .who-images {
    flex-direction: column;
    gap: 12px;
  }

  .who-images img {
    width: 100%;
    height: 160px;
  }
}

/*who are end*/

/*core*/
.core-values-blob {
  background: linear-gradient(180deg, #ffffff, #ffeaf4);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

/* Background Paw Pattern */
.core-values-blob::before {
  content: "🐾 🐾 🐾 🐾 🐾 🐾 🐾 🐾";
  position: absolute;
  inset: 0;
  font-size: 38px;
  opacity: 0.08;
  letter-spacing: 90px;
  line-height: 130px;
  transform: rotate(-12deg);
  pointer-events: none;
}

/* Container */
.blob-container {
  max-width: 1150px;
  margin: auto;
  text-align: center;
  position: relative;
}

/* Headings */
.blob-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.blob-subtext {
  max-width: 720px;
  margin: 0 auto 60px;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

/* Highlight Brand Name */
.furr-name {
  color: #ff2f92;
  font-weight: 800;
  font-size: 1.25em;
}

/* Grid */
.blob-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 35px;
  justify-items: center;
}

/* Paw Card */
.value-blob {
  width: 100%;
  max-width: 260px;
  padding: 70px 25px 40px;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(255,79,163,0.15);
  border-radius: 50%;
  position: relative;
  transition: all 0.45s ease;
}

/* Paw Base */
/* .value-blob::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 95px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  z-index: -1;
} */


/* Hover Effect */
.value-blob:hover {
  background: linear-gradient(180deg, #ffd6ea, #ff9fc8);
  transform: translateY(-10px) scale(1.06);
  box-shadow:
    0 28px 70px rgba(255,47,146,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* Icon */
.blob-icon {
  font-size: 32px;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.value-blob:hover .blob-icon {
  transform: scale(1.2) rotate(-8deg);
}

/* Text */
.value-blob h3 {
  font-size: 19px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.value-blob p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Footer */
.blob-footer {
  margin-top: 60px;
  font-weight: 600;
  color: #111;
  font-size: 16px;
}

/* Mobile */
@media (max-width: 600px) {
  .value-blob {
    padding: 65px 20px 35px;
  }
}

/*core*/
/* purpose */
.furr-purpose-section {
  background: linear-gradient(180deg, #ffe6f0 0%, #ffffff 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

/* Cute Paw Background Decoration */
.furr-purpose-section::before {
  content: "🐾 🐾 🐾 🐾";
  position: absolute;
  font-size: 60px;
  opacity: 0.06;
  top: 40px;
  left: 5%;
  transform: rotate(-15deg);
}

.furr-purpose-section::after {
  content: "🐾 🐾 🐾";
  position: absolute;
  font-size: 60px;
  opacity: 0.06;
  bottom: 40px;
  right: 5%;
  transform: rotate(15deg);
}

.purpose-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.purpose-heading {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
}

.purpose-heading span {
  color: #ff4fa3;
}

.purpose-intro {
  font-size: 18px;
  color: #333;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.purpose-goals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.purpose-card {
  background: white;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.purpose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(255,79,163,0.18);
}

.purpose-card .icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.purpose-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.purpose-footer {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* Responsive */
@media (max-width: 992px) {
  .purpose-goals {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .purpose-heading {
    font-size: 32px;
  }

  .purpose-goals {
    grid-template-columns: 1fr;
  }
}

/* purpose end */
.rehome-cta-section{
  background: white;
  padding:70px 20px;
  text-align:center;
  position:relative;
  overflow:hidden;
}

/* Cute Paw Background */
.rehome-cta-section::before{
  content:"🐾 🐾 🐾 🐾 🐾 🐾";
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  font-size:40px;
  opacity:0.05;
  letter-spacing:40px;
}

.rehome-cta-container{
  max-width:800px;
  margin:auto;
  position:relative;
  z-index:2;
}

/* Title */
.rehome-title{
  font-size:38px;
  font-weight:800;
  color:#111;
  margin-bottom:15px;
}

/* Text */
.rehome-text{
  font-size:18px;
  color:#444;
  margin-bottom:30px;
  line-height:1.6;
}

/* Button */
.rehome-btn{
  display:inline-block;
  background:#ff4fa3;
  color:#fff;
  padding:14px 32px;
  font-size:18px;
  font-weight:600;
  border-radius:40px;
  text-decoration:none;
  transition:0.3s;
}

/* Hover Dark Pink */
.rehome-btn:hover{
  background:#e60073;
  transform:translateY(-2px);
}

/* Mobile */
@media(max-width:600px){
  .rehome-title{
    font-size:28px;
  }

  .rehome-text{
    font-size:16px;
  }
}
.success-stories-section{
  background:#fff;
  padding:80px 20px;
}

.success-container{
  max-width:1100px;
  margin:auto;
}

.success-title{
  text-align:center;
  font-size:38px;
  font-weight:800;
  color:#111;
  margin-bottom:60px;
}

/* Grid */
.success-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
}

/* Card */
.story-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #f2f2f2;
  transition:0.3s;
}

.story-card:hover{
  border-color:#ff4fa3;
  transform:translateY(-4px);
}

/* Image */
.story-image{
  width:100%;
  height:260px;
  overflow:hidden;
}

.story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s;
}

.story-card:hover img{
  transform:scale(1.05);
}

/* Content */
.story-content{
  padding:25px;
}

.story-text{
  font-size:15px;
  color:#444;
  line-height:1.7;
  margin-bottom:20px;
}

.story-meta h3{
  font-size:20px;
  color:#111;
  margin-bottom:4px;
}

.story-meta span{
  font-size:14px;
  color:#ff4fa3;
  font-weight:600;
}

/* Mobile */
@media(max-width:768px){
  .success-grid{
    grid-template-columns:1fr;
  }

  .success-title{
    font-size:30px;
  }
}
.contact-section{
  background: linear-gradient(135deg,#ffe6f2,#ffd1ea);
  padding:80px 20px;
  text-align:center;
}

.contact-container{
  max-width:800px;
  margin:auto;
}

.contact-title{
  font-size:38px;
  font-weight:800;
  color:#111;
  margin-bottom:20px;
}

.contact-text{
  font-size:17px;
  color:#444;
  margin-bottom:40px;
  line-height:1.6;
}

/* Buttons */
.contact-buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
}

.contact-btn{
  display:inline-block;
  padding:14px 32px;
  font-size:18px;
  font-weight:600;
  border-radius:40px;
  text-decoration:none;
  color:#fff;
  transition:0.3s;
}

/* Email */
.email-btn{
  background:#ff4fa3;
}

.email-btn:hover{
  background:#e60073;
  transform:translateY(-2px);
}

/* WhatsApp */
.whatsapp-btn{
  background:#25D366;
}

.whatsapp-btn:hover{
  background:#1DA84B;
  transform:translateY(-2px);
}

/* Mobile */
@media(max-width:600px){
  .contact-title{
    font-size:28px;
  }
  .contact-text{
    font-size:15px;
  }
  .contact-btn{
    font-size:16px;
    padding:12px 25px;
  }
}
.contact-btn img{
  width:24px;        /* Icon width */
  height:24px;       /* Icon height */
  margin-right:8px;  /* Space between icon and text */
  vertical-align:middle; /* Align with text */
}

/* Mobile responsiveness */
/*@media screen and (max-width: 768px) {*/
    /*.hero {*/
    /*    padding: 10px;*/
    /*}*/

    /*.hero-content {*/
    /*    padding: 0 0px;*/
    /*}*/

    /*.hero-cover {*/
    /*    width: 100%;*/
    /*    border-radius: 10px;*/
    /*}*/

    /*.header {*/
    /*    position: relative;*/
    /*}*/

/*    .container {*/
/*        padding: 0 15px;*/
/*    }*/

/*    .donation-thank-you {*/
/*        text-align: center;*/
/*    }*/

    .donation-thank-you .thank-you-img {
        display: block;
        margin: 0 auto 16px;
        max-width: 80%;
        height: auto;
    }
}



/* About Section */
.about {
    padding: 80px 0;
    background: white;
}

.about h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    /*margin-bottom: 3rem;*/
    color: #2C3E50;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thought-bubble {
    position: absolute;
    top: -20px;
    right: -20px;
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.dark-container {
     max-width: 1200px;
    /*margin: 20px auto;*/
    /* padding: 0 20px; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* padding: 0rem 18px 0px 0px; */
    /* padding: 20px; */
    /* margin: 0px 10px ; */
    background-color: #ebebeb; 
    border-bottom: var(--accent-color) 16px solid;
    border-top: var(--accent-color) 18px solid;
    border-radius: 15px;
    box-shadow: #bc5187 4px 4px 12px;

}
 .dark-container h2 {
    color: #FFFFFF;
    background: var(--accent-color);
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.about-text p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.dark-container p {
    color: #7f7f7f;
        padding: 20px;
        margin: 0px 0px 0px 0px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.stat {
    text-align: center;
    padding: 1.5rem;
    background: #F8F9FA;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.stat:hover {
    transform: translateY(-5px);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #666;
    font-weight: 500;
}

/* Help Section */
.help {
    padding: 80px 0;
    background: #F8F9FA;
}

.help h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2C3E50;
}

.help-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.help-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.help-card:hover {
    transform: translateY(-10px);
}

.card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.help-card:hover .card-image img {
    transform: scale(1.1);
}

.card-banner {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-weight: 600;
    font-size: 0.9rem;
}

.card-content {
    padding: 2rem;
}

.card-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2C3E50;
}

.card-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.card-btn {
    background: linear-gradient(135deg, var(--secondary-color), #333333);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.card-btn:hover {
    transform: translateY(-2px);
}

.all-pets-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    margin: 10px 0px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.all-pets-btn:hover {
    background: var(--accent-color);
}

.pets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.pet-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.pet-card:hover {
    transform: translateY(-10px);
}

.pet-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.pet-info {
    padding: 1.5rem;
}

.pet-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 0.5rem;
}

.pet-details {
    color: #666;
    margin-bottom: 1rem;
}

.adopt-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: transform 0.3s ease;
}

.adopt-btn:hover {
    transform: translateY(-2px);
}

/* Stories Section */
.stories {
    padding: 80px 0;
    background: #F8F9FA;
}

.stories h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2C3E50;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.story-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
}

.story-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.story-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.story-info h4 {
    color: #2C3E50;
    font-weight: 600;
}

.story-info p {
    color: #666;
    font-size: 0.9rem;
}

.story-content {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.story-pet {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #F8F9FA;
    border-radius: 15px;
}

.story-pet img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.story-pet-info{
    border-radius: 10px;
    padding: 10px;
    background-color: #f1f3f5;
}
.story-pet-info h5 {
    color: #2C3E50;
    font-weight: 600;
}

.story-pet-info p {
    color: #666;
    font-size: 0.9rem;
}

.story-pet-img {
    width: 100%;
    /* height: 200px; */
    object-fit: contain;
    border-radius: 10px;
    margin: 15px 0;
}

.story-pet-details {
    text-align: center;
    margin-top: 10px;
}

.story-pet-details h5 {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.story-pet-details p {
    color: var(--text-color);
    opacity: 0.8;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: white;
}

.faq h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2C3E50;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #E9ECEF;
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    background: #F8F9FA;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #E9ECEF;
}

.faq-question span {
    font-weight: 600;
    color: #2C3E50;
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer.active {
    padding: 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    color: #666;
    line-height: 1.6;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background: #F8F9FA;
}

.contact h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #2C3E50;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.contact-item h4 {
    color: #2C3E50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #666;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 2px solid #E9ECEF;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.contact-form button {
    background: linear-gradient(135deg, var(--secondary-color), #333333);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.contact-form button:hover {
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: var(--secondary-color);
    color: white;
    padding: 60px 0rem 20px 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section a {
    color: #BDC3C7;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #34495E;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495E;
    color: #BDC3C7;
}
 .credit-text {
            font-family: 'Inter', sans-serif;
           color: #BDC3C7;
            font-size: 0.8rem;
            margin-top: 10px;
        }

        .credit-link {
            color: #667eea; /* Neon blue color */
            text-decoration: none;
            font-weight: 600;
        }

       

        /* Credit Line Styles */
        .credit-container {
            display: flex;
    justify-content: center; 
    align-items: center;  
           
            z-index: 0;
            padding: 10px 20px;
            border-radius: 10px;
           
        }

       


/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 2rem;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.close:hover {
    color: #FF6B6B;
}

.modal h3 {
    margin-bottom: 2rem;
    color: #2C3E50;
    font-size: 1.8rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2C3E50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #E9ECEF;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.amount-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.amount-btn {
    padding: 0.75rem;
    border: 2px solid #E9ECEF;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.amount-btn:hover,
.amount-btn.active {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: white;
}

.submit-btn {
    background: linear-gradient(135deg, var(--secondary-color), #333333);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
}

/* Pet Details Modal */
.pet-details {
    max-width: 700px;
}

.pet-details-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.pet-details-image img {
    width: 100%;
    border-radius: 15px;
}

.pet-details-info h3 {
    color: #2C3E50;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.pet-details-info p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.pet-details-info .adopt-btn {
    margin-top: 1rem;
}

/* Pet Listing Section */
.list-pet {
    padding: 60px 0;
    /* background-color: var(--background-color); */
    text-align: center;
}

.list-pet-content {
    max-width: 600px;
    margin: 0 auto;
}

.list-pet h2 {
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.list-pet p {
    margin-bottom: 30px;
    color: var(--text-color);
    font-size: 1.1em;
    line-height: 1.6;
}

.list-pet-btn {
    padding: 15px 40px;
    font-size: 1.1em;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.list-pet-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Donation Thank You Section */
.donation-thank-you {
    text-align: center;
    padding: 20px;
}

.thank-you-img {
    max-width: 340px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.donation-thank-you h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.donation-thank-you h4 {
    color: #3dc3fe;
    margin-bottom: 15px;
}

.donation-thank-you p {
    color: var(--text-color);
    margin-bottom: 20px;
}

.donate-link-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donate-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
/*diff*/
/* Blog Section */
.blog-section {
    padding: 60px 0;
    background: var(--background-color);
}

.blog-section .page-title {
    text-align: center;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 32px;
}

.blog-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    align-items: start;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform .18s ease, box-shadow .18s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.blog-card .card-content {
    padding: 16px;
    flex: 1 1 auto;
}

.blog-card h2 {
    margin: 0px 10px 8px;
    color: var(--accent-color);
    font-size: 2rem;
}

.blog-card p {
    margin: 10px;
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.45;
    opacity: 0.95;
}

.read-more {
    display: inline-block;
    margin-top: 12px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .blog-grid { padding: 0 24px; }
    .blog-card img { height: 160px; }
}

@media screen and (max-width: 576px) {
    .blog-section { padding: 40px 0; }
    .blog-section .page-title { font-size: 1.4rem; margin-bottom: 20px; }
    .blog-grid { padding: 0 16px; gap: 16px; }
    .blog-card img { height: 140px; }
}


/* Blog Detail Section */
.blog-detail-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px 30px;
    background-color: var(--bg-color);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
    color: var(--text-color);
}

/* Blog Title */
.blog-detail-section h1 {
    color: var(--heading-color);
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* Publish Date */
.blog-detail-section .blog-date {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
}

/* Featured Image */
.blog-detail-section img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Blog Content */
.blog-detail-section .blog-content,
.blog-detail-section .extra-content {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Blog Video */
.blog-detail-section .blog-video {
    margin: 25px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Responsive Iframe */
.blog-detail-section .blog-video iframe {
    width: 100%;
    height: 400px;
}

/* Optional: Style links inside content */
.blog-detail-section .blog-content a,
.blog-detail-section .extra-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Optional: Headings inside content */
.blog-detail-section .blog-content h2,
.blog-detail-section .extra-content h2 {
    color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    /*.header .container {*/
    /*    flex-direction: column;*/
    /*    gap: 0.5rem;*/
    /*    padding: 0px 0px 6px 0px;*/
    /*}*/
    
    /*.nav {*/
    /*    gap: 1rem;*/
    /*    padding: 0px 0px 12px 0px;*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/
    /*}*/
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-images {
        flex-direction: column;
        gap: 1rem;
    }
    
    .pet-circle {
        width: 150px;
        height: 150px;
    }
    
    

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stats {
        grid-template-columns: 1fr;
    }
    
    .help-cards {
        grid-template-columns: 1fr;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .pet-details {
        max-width: 90%;
        padding: 1rem;
        max-height: 90vh; /* keep modal within screen height */
        overflow-y: auto; /* scroll if still too tall */
    }

    .pet-details-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pet-details-image img {
        max-height: 250px; /* shrink image */
        object-fit: cover; /* crop nicely instead of squishing */
        width: 100%;
    }
    
    .pets-grid {
        grid-template-columns: 1fr;
    }
    
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .modal-content {
        margin: 10% auto;
        width: 95%;
        padding: 1.5rem;
    }
    
    .amount-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    /*.container {*/
    /*    padding: 0 15px;*/
    /*}*/
    
    /*.hero {*/
    /*    padding: 100px 0 60px;*/
    /*}*/
    
    /*.hero-text h1 {*/
    /*    font-size: 2rem;*/
    /*}*/
    
    .about h2,
    .help h2,
    .pets h2,
    .stories h2,
    .faq h2,
    .contact h2 {
        font-size: 2rem;
    }
    
    /* .pet-details-content {
        grid-template-columns: 1fr;
    } */
    .pet-details {
        max-width: 95%;
        padding: 0.75rem;
        max-height: 90vh;
        overflow-y: auto;
    }

    .pet-details-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pet-details-image img {
        max-height: 180px; /* make image shorter */
        object-fit: cover;
        width: 100%;
        border-radius: 10px;
    }

    .pet-details-info h3 {
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .pet-details-info p {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .pet-details-info .adopt-btn {
        width: 100%;
        padding: 0.75rem;
        font-size: 1rem;
    }
}
/* last updates */
/* Align All Pets button + Filter Dropdown on one row */
.pet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 0 10px;
}

/* Style for All Pets button */
/* .all-pets-btn {
    background-color: #4CAF50; 
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.all-pets-btn:hover {
    background-color: #45A049;
} */

/* Style the filter container */
.pet-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pet-filter label {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

.pet-filter select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
    cursor: pointer;
    background-color: #fff;
    transition: border 0.2s ease;
}

.pet-filter select:focus {
    border-color: var(--accent-color);
    outline: none;
}

/* Styling for no pets / no match message */
/* .no-pets-text {
    text-align: center;
    font-size: 1.2rem;
    color: #888;
    margin: 30px 0;
    font-weight: 500;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #ccc;
} */
/* No pets / no match text styling for grid containers */
.no-pets-text {
    grid-column: 1 / -1; /* span across all columns */
    justify-self: center; /* center horizontally */
    align-self: center; /* center vertically if grid has height */
    text-align: center;

    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
    padding: 1rem 1.5rem;
    background: #f8f8f8;
    border-radius: 8px;
    max-width: 400px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.values{
    margin: 35px 0px;
}
/* filter search  */
.pet-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap; /* keeps it mobile-friendly */
}

.pet-filter label {
    margin-right: 0.5rem;
    font-weight: 600;
    color: #2C3E50;
}

.pet-filter select {
    padding: 0.4rem 0.6rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}
.pet-search {
    padding: 0.5rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    width: 250px;
    max-width: 100%;
    transition: all 0.2s ease;
}

/* Focus effect */
.pet-search:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.4);
}

/* Placeholder styling */
.pet-search::placeholder {
    color: #aaa;
    font-size: 0.95rem;
}

.no-pets-text {
    grid-column: 1 / -1; /* center across the grid */
    text-align: center;
    font-size: 1.2rem;
    color: #888;
    padding: 2rem 0;
}
