@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
  header {
      font-size: 14px;
      background: #fff;
      padding: 15px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #f2f2f2;
      top: 0;
      z-index: 1000;
    }

    header nav a {
      margin: 0 10px;
      text-decoration: none;
      color: #e85628;
      font-weight: 600;
      font-family: "DM Sans", sans-serif;
    }

    header nav a:hover {
      color: peachpuff;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    header nav a.active {
      color: #F5B542;
      text-decoration: underline;
    }

    .center-nav {
      flex: 1;
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .btn {
      padding: 20px 30px;
      font-family: "DM Sans", sans-serif;
      font-size: 14px;
      letter-spacing: 0.5px;
      background: #e85628;
      color: white;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      padding: 16px 30px;
    }

    .reach-btn:hover {
      background-color: #FAD046;
      color: #DB5033;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background-color:white;
      color: #333;
      margin: 0;
    }



.about-banner {
  background-color: #E3462C;
  height: 188px;
  display: flex;
  align-items: center;
  padding-left: 60px;
  gap: 20px; /* space between text and image */
}

.about-banner h1 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 70px;
  font-weight: bold;
  color: white;
  margin: 0;
  text-align: left;
}

.paw-icon {
  width: 120px;
  height: auto;
}


.about-image-only {
  height: 654px;
  overflow: hidden;
}

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

.our-story-section {
  background-color: white;
  height: 540px;
  padding: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our-story-title {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 64px;
  color: #199DAC;
  text-align: center;
  margin-bottom: 30px; margin-bottom: 20px;
}

.our-story-box {
  position: relative;
  background-color: #199DAC;
  border-radius: 26px;
  width: 1002px;
  height: 329px;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 17px;
}

.paw-overlay {
  position: absolute;
  top: -70px;
  left: -50px;
  width: 160px;
  height: auto;
  z-index: 1;
}

.our-story-box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: white;
  text-align: justify;
  line-height: 1.9;
}

.our-mission {
  background-color: #FAD046;
  height: 437px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}

.mission-left,
.mission-right {
  width: 50%;
  height: 100%;
}

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

.mission-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  box-sizing: border-box;
}

.mission-right h2 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 66px;
  color: #E3462C;
  font-weight: bold;
  margin: 0; padding-bottom: 20px;
}

.underline {
  width: 120px;
  height: 6px;
  background-color: #E3462C;
  margin: 20px 0;
}

.mission-right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #1D1D1D;
  line-height: 1.8;
  margin: 0;
}


.white-spacer {
  background-color: white;
  height: 54px;
  width: 100%;
}



.our-vision {
  background-color: #FAD046;
  height: 437px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}

.vision-left,
.vision-right {
  width: 50%;
  height: 100%;
}

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

.vision-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  box-sizing: border-box;
}

.vision-right h2 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 66px;
  color: #E3462C;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
}

.vision-right .underline {
  width: 120px;
  height: 6px;
  background-color: #E3462C;
  margin: 20px 0;
}

.vision-right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #1D1D1D;
  line-height: 1.8;
  margin: 0;
}

.core-values {
  background-color: white;
  height: 486px;
  text-align: center;
}

.core-values h2 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 61px;
  color: #E3462C;
  margin-bottom: 50px; padding-bottom: 30px;
}

.card-row {
  display: flex;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;
}

.core-card {
  position: relative;
  width: 350.94px;
  height: 261px;
  background-color: #199DAC;
  border-radius: 26px;
  color: white;
  padding: 60px 20px 20px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;font-size: 18px;
  text-align: center;
  line-height: 1.7;
	
}

.card-label {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 268.18px;
  height: 65px;
  background-color: #FAD046;
  color: #E3462C;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.compassion-card {
  padding-top: 50px; /* or adjust further if needed */
}



.our-facilities {
  height: 531px;
  background-color: #E3462C;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.facilities-wrapper {
  max-width: 900px;
  text-align: left;
  padding: 20px; margin-left: 40px; 
}


.our-facilities {
  height: 543px;
  background-color: #E3462C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 40px;
}

.carousel-container {
  position: relative;
  width: 496px;
  height: 383px;
  overflow: hidden;  margin-top: 28px; margin-bottom: 12px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-track img {
  width: 496px;
  height: 383px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 12px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background-color: white;width: 60px; height: 60px;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
  color: #E3462C;
}

.arrow.left {
  left: 3px; /* Move half of the 80px arrow outside */
}

.arrow.right {
  right: 3px; /* Move half of the 80px arrow outside */
}
.facilities-wrapper {
  max-width: 600px;
  text-align: left;  margin-top: -50px;
}

.facilities-wrapper h2 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 60px;
  color: white;
  margin-bottom: 20px; 
}

.facilities-wrapper ul {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: white;
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.8;
}



.arrow:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}


.carousel-dots {
  text-align: center;
  margin-top: 12px;
}

.carousel-dots button {
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-radius: 50%;
  border: none;
  background-color: white;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.carousel-dots button.active {
  opacity: 1;
  background-color: #FAD046;
}

.carousel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}





.quote-section {
  background: #FAD046;
  height: 570px;
  display: flex;
  justify-content: flex-start; /* changed from center */
  align-items: flex-start;     /* changed from center */
  padding: 40px 20px;          /* added top padding */
}

.quote-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.quote-section {
  background: #FAD046;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.quote-title {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 54px;
  color: #E3462C;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}




.quote-box {
  background-color: white;
  width: 898px;
  height: 200px;
  border-radius: 16px;
  font-size: 40px;
  font-family: "Protest Riot", sans-serif;
  color: #199DAC;
line-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px; /* ensure text doesn't touch edges */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* optional, for a lifted look */
}


.client-card {
  position: relative;
  background-color: white;
  width: 332.85px;
  height: 287px; /* <-- Fixed height as requested */
  border-radius: 26px;
/* adjust padding to fit within 287px height */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.client-img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.star-row {
  font-size: 24px;
  color: #199DAC;
  margin-bottom: -50px;margin-top: 42px;
}

.testimonial-text {
  font-size: 15px; font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 22px;
 margin-left: 30px; margin-right: 30px;margin-top: 65px;
}

.client-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.quote-icon {
  font-size: 90px;
  color: #E3462C;
  margin-top: -20px;
}


.spikes {
  position: relative;
  background: #FAD046;
  height: 2vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -24%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 35px;
  background-size: 35px 100%;
  background-image: linear-gradient(135deg, #FAD046 25%, transparent 25%), linear-gradient(225deg, #FAD046 25%, transparent 25%);
  background-position: 0 0;
}




    .footer-cta {
    background: #f47721;
    text-align: center;
    padding-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 45px;
    }

    .footer-cta a {
      background: white;
      color: #f47721;
      padding: 12px 24px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
    }

    footer {
      background: #333;
      color: white;
      padding: 40px 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      font-size: 14px;
    }



   .footer-reach-btn {
  width: 217px;
  height: 39px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
	   letter-spacing: 1px;
  background-color: white;
  color: #E3462C;
  border-radius: 60px;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-reach-btn:hover {
  background-color: #FAD046;
  color:#E3462C;
}

  

.main-footer {
  background-color: white;
  color: #333;
  padding: 60px 40px 30px 40px;
  font-family: 'Inter', sans-serif;
}



.footer-grid {
  display: grid;
 grid-template-columns: 1.2fr 0.8fr 1fr 0.6fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.footer-col h4 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 15px;
}

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

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #333;
  text-decoration: underline;
  ;
}

.footer-col a:hover {
    text-decoration: underline;
    color: #ACACAC;
}

.logo-col img {
  margin-bottom: 2px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
}

.back-top {
  text-align: center;scroll-behavior: smooth;
}

.back-top a {
  text-decoration: none;scroll-behavior: smooth; /* removes underline */
}

.back-top a:hover {
  text-decoration: none;scroll-behavior: smooth; /* prevent underline on hover */
}

.back-top-box {
  width: 48px;
  height: 48px;
  background-color: #e85628;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px auto;
  transition: all 0.3s ease;
  border: 2px solid transparent;scroll-behavior: smooth;
}

.back-top-box:hover {
  background-color: white;
  color: #E3462C;
  border: 2px solid #E3462C;scroll-behavior: smooth;
}

.back-top span {
  font-size: 12px;
  color: black;
  text-decoration: none;scroll-behavior: smooth;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  background-color: #f9f9f9;
  color: #888;
  border-top: 1px solid #ccc;
}




.quote-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.paw-top-right {
  position: absolute;
  top: -20px;
  right: 60px;
  width: 130px; /* Adjust size as needed */
  height: auto;
  z-index: 5;
}




.client-card-row {
  display: flex;
  justify-content: center;
  gap: 85px;
  margin-top: 20px;
  flex-wrap: wrap; /* responsive fallback */
}

.client-card {
  width: 332.85px;
  height: 287px; border-radius: 26px;
  background-color: white; display: flex;
 
  margin-top: 30px;
  
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* optional, for lift effect */
}




.learn-more-btn:hover {
  background-color: #EBE3CD; color: #E3462C;
}












/* ----------------- MOBILE RESPONSIVE STYLES ----------------- */
@media screen and (max-width: 992px) {
  header {
    flex-wrap: wrap;
    padding: 15px 20px;position: relative;
  }
	
	
	.carousel-container {
  position: relative;
  width: 100%;
  max-width: 496px; /* optional max width */
  height: auto;
  overflow: hidden;
  margin-top: 28px;
  margin-bottom: 12px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-track img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

	.our-story-section h2{font-family: 'Outfit', sans-serif;font-weight: 700;font-size: 46px;}
	
	.our-story-box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: white;
  text-align: center;
  line-height: 1.8;
}
	
.core-values h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  color: #E3462C;
  margin-bottom: 48px; padding-bottom: 30px;margin-top: 1px;
}
	
	.core-card {margin-bottom: 30px;}
	
  .about-banner {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    height: auto;
    gap: 10px;
    text-align: center;
  }

  .about-banner h1 {
    font-size: 50px;font-family: 'Outfit', sans-serif;font-weight: 700;
  }

  .paw-icon {display: none;
  }

  .about-image-only {
    height: auto;
  }

  .about-image-only img {
    height: auto;
  }

  .our-story-section {
    height: auto;
    padding: 10px 23px;
    text-align: center;
  }

  .our-story-title {
    font-size: 42px; margin-bottom: 30px;
  }
	
	.our-story-box {
  position: relative;
  background-color: #199DAC;
  border-radius: 26px;
  width: 1002px;
  height: 329px;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 18px;margin-bottom: 32px;
}

  .our-story-box {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
	

	
	.facilities-wrapper h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  color: white;
  margin-bottom: 20px; margin-top: 1px; 
}

.facilities-wrapper ul {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: white;
  list-style-type: disc;
  padding-left: 20px;
  line-height: 1.8;padding-bottom: 28px;
}

	.mission-right h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  color: #E3462C;
  font-weight: bold;
  margin: 0; padding-bottom: 3px;
}
	
	.vision-right h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  color: #E3462C;
  font-weight: bold;
  margin: 0; padding-bottom: 3px;
}

  .paw-overlay {
    width: 100px;
    top: -40px;
    left: -20px;
  }

  .our-mission, .our-vision {
    flex-direction: column;
    height: auto;
  }
	.our-mission p, .our-vision p {font-size: 18px;}

  .mission-left, .mission-right, .vision-left, .vision-right {
    width: 100%;
    height: auto;
  }

  .mission-right, .vision-right {
    padding: 20px;
  }

  .mission-right h2, .vision-right h2 {
    font-size: 43px;font-family: 'Outfit', sans-serif;font-weight: 700;
  }
	
	
	
	.carousel-dots button {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 50%;
  border: none;
  background-color: white;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

  .core-values {
    height: auto;
    padding: 40px 20px;}
	
	 .core-card {
    width: 100%;
    height: auto;
    flex-direction: column;
 padding-top: 48px;
    text-align: center;
  }

  .core-values h2 {
    font-size: 43px;font-family: 'Outfit', sans-serif;font-weight: 700;}

  .card-row {
    flex-direction: column;
    align-items: center;
  }
	

  .our-facilities {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .carousel-container {
    width: 100%;
    height: auto;
  }

  .carousel-track img {
    width: 100%;
    height: auto;
  }

  .facilities-wrapper {
    margin: 0;
    padding: 20px;
  }

  .facilities-wrapper h2 {
    font-size: 44px;font-family: 'Outfit', sans-serif;font-weight: 700;
  }

  .quote-section {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
  }

  .quote-title {
    font-size: 45px;font-family: 'Outfit', sans-serif;font-weight: 700;
  }

  .client-card-row {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .client-card {
    width: 90%;
    height: auto;
  }

  .footer-cta {
    padding: 40px 20px;
  }

  .footer-reach-btn {
    font-size: 16px;
  }

  .paw-top-right {
    display: none;
  }

	
	.reach-btn {
    display: none;
  }
	
		.center-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 20px;
  width: 200px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 8px;
  z-index: 1001;
}
	
  .center-nav.active {
    display: flex;
  }
	
	
	  header .hamburger { 
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
  }




 .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .footer-col a,
  .footer-col p,
  .footer-col h4 {
    text-align: center;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

/* ----------------- HAMBURGER MENU TOGGLE ----------------- */
@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

/* Add hamburger icon style in desktop as hidden */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #e85628;
}

@media screen and (max-width: 992px) {
  .carousel-container {
    width: 100%;
    height: 383px; /* keep this height fixed */
    overflow: hidden;
    position: relative;
  }

  .carousel-track img {
    width: 100%;      /* full width of screen */
    height: 383px;    /* fixed height */
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 12px;
  }

  .arrow {
    width: 45px;
    height: 45px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .arrow.left {
    left: 5px;
  }

  .arrow.right {
    right: 5px;
  }
}



