@charset "UTF-8";
html {
  scroll-behavior: smooth;
	
	html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

}
  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;
    }



/* HERO SECTION STYLING */
.puppy-hero {
  display: flex;
  height: 595px;
  background-color: #E3462C;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

.puppy-hero-text {
  flex: 1;
  padding: 60px 50px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.puppy-hero-text h1 {
  font-size: 69px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;margin-bottom: 30px;font-family: 'Outfit', sans-serif;font-weight: 700;
}

.hero-title {
  display: flex;
  align-items: center;
  gap: 37px;
  flex-wrap: wrap;
}

.hero-title .paw-icon {
  width: 123px;
  height: auto;
  object-fit: contain;
}


.hero-underline {
  width: 120px;
  height: 5px;
  background-color: white;
  margin: 25px 0;
}

.puppy-hero-text p {
  font-size: 20px;
  line-height: 1.7;
  margin: 0;
  max-width: 600px;
}

.puppy-hero-image {
  flex: 1.1;
  position: relative;
  overflow: hidden;
}

.puppy-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}



.boarding-facilities {
  background-color: #FAD046;
  padding: 60px 20px;
  text-align: center;height: 634px;
}




.boarding-title h2 {
  font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 69px;
  color: #E3462C;
  margin-bottom: 23px;margin-top: 11px;
}


.facilities-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 113px;
  flex-wrap: wrap;
}

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

.facilities-wrapper {
  max-width: 600px;
  text-align: left;
  margin-top: -50;
}



.carousel-container {
  position: relative;
	width: 580px; /* Increase size */
  aspect-ratio: 4 / 3; 
  overflow: hidden;  margin-top: 28px; margin-bottom: 12px;
}

 /*  width: 496px;
  height: 383px*/

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

.carousel-track img {

	width: 580px; /* Increase size */
  aspect-ratio: 4 / 3; 
  height: auto;
  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: 'Montserrat', sans-serif;
  font-size: 60px;
  color: white;
  margin-bottom: 20px; 
}

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

.highlight-key {
  color: #E3462C;
  font-weight: 600;
}


.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: #E3462C;
}

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

.extra-info-section {
  background-color: white;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.card-row {
  display: flex;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;padding-top: 30px;margin-top:20px; 
}

.core-card {
  position: relative;
  width: 523px;
  height: 341px;
  background-color:#E6DCC1;
  border-radius: 26px;
  color: black;
  padding: 60px 20px 20px;
  box-sizing: border-box;
  font-family: 'Outfit', sans-serif;font-size: 18px;
  text-align: left;
  line-height: 2.5;padding-left: 20px;
	
}

.card-label {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 428px;
  height: 80px;
  background-color: #199DAC;
  color: white;
 font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}




.spikes {
  position: relative;
  background:#FFFFFF;
  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, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 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-cta h2 {
  color: white;
  font-size: 43px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
  margin: 0; margin-bottom: 35px;
}

   .footer-reach-btn {
  width: 217px;
  height: 39px;margin-bottom: 18px;
  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;
}

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

.back-top a:hover {
  text-decoration: none; /* 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;
}

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

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

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






/* ----------------- MOBILE RESPONSIVE STYLES ----------------- */
@media screen and (max-width: 992px) {
  header {
    flex-wrap: wrap;
    padding: 15px 20px;position: relative;
  }
	
	
	.reach-btn {
    display: none;
  }
	
	.paw-icon {
    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;
  }


  .puppy-hero {
    flex-direction: column;
    height: auto;
  }

  .puppy-hero-text {
    padding: 40px 20px;
    text-align: center;
  }

  .puppy-hero-text h1 {
    font-size: 47px;margin-bottom: 11px;font-family: 'Outfit', sans-serif;
  }

  .hero-title {
    justify-content: center;
  }

  .hero-underline {
    margin: 19px auto;align-content: center;align-items: center; 
  }

  .puppy-hero-text p {
    font-size: 16px;
    max-width: 100%;
  }

  .puppy-hero-image {
    height: 280px;
  }

  .boarding-facilities {
    height: auto;
    padding: 40px 20px;
  }

  .boarding-title h2 {
    font-size: 47px;
  }

  .facilities-flex {
    flex-direction: column;
    gap: 40px;align-content: center;
  }

  
	.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;
}
	.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;
}
	
	
	.carousel-container {
    width: 100%;
    height: auto;
  }
	
	

  .carousel-track img {
    width: 100%;
    height: auto;
  }
	
	
@media screen and (max-width: 992px) {

  .carousel-track img {
    width: 100%;      /* full width of screen */
    height: 388px;    /* 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;
  }
}

	
	
	
	
  .facilities-wrapper ul {
    margin-top: 38px;
    font-size: 18px;
  }
	
	
	.facilities-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}

.facilities-wrapper ul {
  padding-left: 30px;
        /* horizontally center */
  text-align: left;
}

  .extra-info-section {
    flex-direction: column;
    height: auto;
    padding: 20px;margin-top: 45px;margin-bottom: 20px;
  }

 
	
	
	
	
	.card-row {
  flex-direction: column;
  gap: 80px;
  width: 100%;
  padding: 0 16px; /* adds space from screen edges */
  box-sizing: border-box;
}

.core-card {
  width: 100%;
  max-width: 992px;

  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertical centering */
  align-items: center;      /* horizontal centering */
  text-align: left;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  font-size: 18px;
  box-sizing: border-box;padding-bottom: 15px;
}
	

  .card-label {
    width: 80%;
    font-size: 29px;
    height: 60px;
  }

  .footer-cta h2 {
    font-size: 30px;
    padding: 0 10px;margin-top: 20px;
  }

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

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

  .spikes {
    height: 20px;
  }
}

	
@media screen and (max-width: 992px) {

 .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;
  }
}
	
	.footer-col ul li a {
    font-size: 14px; /* match the p tag size (from .footer-col p) */
   
  }


/* ----------------- 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;
}
