@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-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 63px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;margin-bottom: 30px;
}

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

.price-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #FFD23C;
  color: #E3462C;
  font-size: 18px;
  padding: 10px 16px;
  font-family: "Inter", sans-serif;
}

.puppy-bloodlines {
  height: 739px;
  background-color: #FAD046;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.bloodline-content h2 {
  font-size: 55px;
  font-family: 'Outfit', sans-serif;font-weight: 700;
  color: #E3462C;
  text-align: center;margin-bottom: 30px;margin-top: 130px;
}

/*rhefuirhfuihreuhnugfrtnguhrtuhrtughhgbbgrhbgrbtugburbgubbtrubgurtbghurtgbthbghrbhtbghbthrgbthubghrtngu*/



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

.carousel-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;margin-bottom: 30px;
}

.carousel-container {
  width: 860px;
  overflow: hidden;
  height: auto;
}


.carousel-track img {
  width: 860px; /* ⬅️ match container width */
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  flex-shrink: 0;
}

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

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background-color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
  color: #E3462C;  font-size: 36px;
  width: 68px;
  height: 68px;
}




.arrow.left {
  left: -80px; /* Move further outside */
}

.arrow.right {
  right: -80px; /* Move further outside */
}


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


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

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

.types-of-dogs-section {
  position: relative; /* nables absolute positioning for child elements */
  background-color: white;
  height: 693px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}


.dog-types-boxes {
  display: flex;
  gap: 120px;
}

.dog-box {
  width: 502px;
  height: auto;
	 display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'Montserrat', sans-serif;
}


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

.dog-box-title {
  font-size: 52px;
  font-weight: 800;
  color: #E3462C;
  margin-bottom: 24px;margin-top: 0px;
  text-align: center;
  font-family: 'Outfit', sans-serif;font-weight: 700;
}



.dog-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.dog-box-desc {
  background-color: #199DAC; /* similar to your blue */
  color: white;
  padding: 18px 20px;
  font-size: 17.3px;
  line-height: 1.6;
  height: 154px; text-align: center;
  box-sizing: border-box;
}

.pawprint-icon {
  position: absolute;
  bottom: 80px;
  right: 100px;
  width: 120px;
  height: auto;
  z-index: 9999; /* ensures it's on top */
}


.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: 47px;
  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;
  }
	
		.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;
  }
}
	
	.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;
}



/* ========== RESPONSIVE STYLES (MOBILE) ========== */
@media screen and (max-width: 992px) {

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

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

  .puppy-hero-text h1 {
    font-size: 42px;
  }

  .hero-underline {
    margin: 15px auto;
  }

  .puppy-hero-text p {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .puppy-hero-image {
    width: 100%;
    height: 300px;
  }

  .puppy-hero-image img {
    height: 100%;
  }

  .price-label {
    font-size: 16px;
    padding: 6px 10px;
  }

  .puppy-bloodlines {
    height: auto;
    padding: 40px 20px; 
  }

  .bloodline-content h2 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .carousel-container,
  .carousel-track img {
    width: 100%;
  }

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

  .carousel-frame {
    flex-direction: column;
    gap: 0;
    position: relative;
  }

   

  .carousel-dots {
  display: none;
  }

 

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

  .dog-types-boxes {
    flex-direction: column;
    gap: 60px;
  }

  .dog-box {
    width: 100%;
  }

  .dog-box-title {
    font-size: 40px;font-family: 'Outfit', sans-serif;font-weight: 700;
  }

  .dog-box-desc {
    font-size: 18px;
    height: auto;
  }

	
  .pawprint-icon {
    width: 60px;
    right: 20px;
    bottom: 20px;
  }

  .footer-cta h2 {
    font-size: 30px;
  }

  .footer-reach-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
	
	.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
  }

  .arrow.left,
  .arrow.right {margin-top: -1px;
    position: static;
    transform: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width: 992px) {
  .carousel-frame .arrow {
    display: none;
  }
}