:root {
  --menu-fg: #87564c;
  --sky-1: #e5eff8;
  --sky-2: #e1e7f5;
  --sky-3: #e1ebf7;
  --trees-1: #776765;
  --trees-2: #867c7e;
  --trees-3: #6d6767;
  --grass-1: #dacbba;
  --grass-2: #c6b29d;
  --grass-3: #d9c0a5;
  --fur-1: #22171f;
  --fur-2: #5b454b;
  --fur-3: #4c3436;
  --fur-4: #604d5c;
  --jacket-1: #010102;
}

html {
  font-size:  20px;
}



/* Logo styles */

.logo-header {
  padding-top: 15vh;
  padding-bottom: 5vh;
}
.logo-img-container {
  position: relative;
  background-color: transparent;
  height: 54vh;
  min-height: 270px;
  text-align: center;
    background: #e5d7ca63;
    border-radius: 199px;
    backdrop-filter: blur(10px);
    padding: 1rem;
}

.logo-img {
  display: block;
  max-height: 100%;
  width: auto;
}

.logo-text-top, .logo-text-bottom {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 7px; /* Adjust based on SVG viewBox */
  fill: currentColor; /* Visible text color */
}
.logo-text-top {
    font-size: 12px
}


/* General Styles */

.pre_slide_wrap, section#studs, section#dams, section#puppies, section#contact {
  padding: 5vh 0;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  font-family: 'Lora', serif;
  color: #1a202c;
  background-color: #ffffff;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

h2 {
  font-weight:700;
  font-size: 2.5rem !important;
}

.font-playfair {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.max-w-4xl {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-5xl {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* Logo */
.logo-img {
  height:100%;
}

/* Ensure the parent container is positioned to support the absolute pseudo-element */
.logo-img-container {
  position: relative;
  display: inline-block;
  height: 40vh;
  min-height: 270px;

}

.pre_slide_wrap, section#studs, section#puppies {
   background: var(--grass-3);
   color: var(--fur-2);
}

section#studs button, section#puppies button, section#puppies a, #applicationModal button[type="submit"] {
  background-color: var(--fur-2);
  color:var(--sky-2);
}

.pre_slide_wrap {
  background-position: center;
  background-size: cover;
}

/* Index3 specific styles */
.index3-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index3-logo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10vh;
}

.index3-logo-container .logo-img-container {
  height: 44vh;
  min-height: 200px;
}


.index3-logo-container .logo-img {
    color: var(--fur-3);
}

.index3-pre-slide-wrap {
  height: auto !important;
  min-height: auto !important;
}

/* Mobile responsive for index3 */
@media (max-width: 768px) {
  .index3-logo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  .title-badge, .title-badge .emoji {
    font-size:  0.75rem !important;
  }
  section#studs .p-8, section#dams .p-8 {
      padding: 0;
  }

  button.carousel-arrow {
      padding: 0 !important;
      margin: -9px;
  }
  #contact .translucent-box {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  
  .index3-logo-container .logo-img-container {
    height: 26vh;
    min-height: 150px;
  }
  html {
    font-size: 16px;
  }
}

/*
section#studs {
  background-color: #d6ccbf;
  color: var(--fur-2);
}
section#studs button {
  background-color: var(--fur-2);
}
  */


section#dams, section#contact {
  background: var(--fur-2);
  color:var(--sky-2);
}

.slider-arrow, .carousel-arrow {
    border-radius: 100px;
    padding: 0;
    line-height: 27px;
    font-size: 43px;
    background: transparent !important;
    color: var(--fur-2) !important;
    text-shadow: 1px 1px var(--sky-2), 2px 2px var(--sky-2), 3px 3px var(--sky-2);
}


section#dams button, section#contact button {
  background: var(--sky-2);
  color:var(--fur-2);
}

section#dams .slider-arrow {
    border-radius: 100px;
    padding: 0;
    line-height: 27px;
    font-size: 43px;
    background: transparent !important;
    color: var(--sky-2) !important;
    text-shadow: 1px 1px , 2px 2px grey, 3px 3px grey;
}




/* Translucent Box */
.translucent-box {
  background: rgba(131, 116, 114, 0.39);
  backdrop-filter: blur(10px);
}

.dark-translucent {
  background: rgb(45 36 35 / 45%);
}

/* Slider */
.slider-container {
  position: relative;
  padding: 0 3rem;
}

.slider-container .splide__track {
  overflow: hidden;
}

.slider-container .splide__slide {
  height: auto;
}

/* Add specific styles for the puppy carousel to maintain its current behavior */
.puppy-carousel .splide__track {
  overflow: visible;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.slider-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.slider-arrow.left {
  left: 0;
}

.slider-arrow.right {
  right: 0;
}

/* Carousel */
.carousel-container {
  position: relative;
  padding: 0 3rem;
  overflow: hidden;
}

.puppy-carousel {
  padding: 0.5rem 0;
}

.carousel-img {
  width: auto;
  height: 100%;
  max-height: 16rem;
  object-fit: contain;
  border-radius: 4px;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}

/* Fix the horizontal scroll issue */
.splide__track {
  overflow: hidden !important;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.carousel-arrow.left {
  left: 0;
}

.carousel-arrow.right {
  right: 0;
}

/* Media Queries */
@media (max-width: 1024px) {
  /* About section adjustments for mobile */
  section#about {
    background-size: 176vh;
    background-position: 60% 100%;
  }

  section#about > div {
    padding-bottom: 2rem;
    align-items: end;
  }
}
@media (max-width: 400px) {
  .logo-img-container {
    height: 28vh;
  }

}

@media (max-width: 768px) {
  /*
  .slider-container,
  .carousel-container {
    padding: 0 2rem;
  }
  */
  section#about.index-2 {
      margin-top: 37rem;
  }


  div#verse.index-2 {
      margin-top: 12rem;
  }

  .logo-header {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .splide__slide img {
    padding-bottom: 2rem;
  }

  .slider-slide {
    flex-direction: column;
  }

  .slider-slide img {
    width: 100%;
    height: auto;
  }

  .translucent-box {
    width: 100%;
  }

  .slider-slide > div {
    width: 100%;
  }

  .carousel-container {
    padding: 0 2rem;
  }
  #main-menu ul {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  section#verse {
    padding-top: 1rem;
  }
}

#main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 2rem;
}

#main-menu ul li {
  margin: 0 !important;
}

.title-badge {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
  margin-left: 1rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  backdrop-filter: blur(4px);
}

.title-badge .emoji {
  margin-right: 0.375rem;
  font-size: 1.25rem;
}

h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.slider-slide p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.slider-slide .text-lg {
  line-height: 1.5;
}

/* Add aspect ratio control for dam images */
section#dams .splide__slide img {
  aspect-ratio: 601/557;
  object-fit: cover;
  object-position: top center;
}

/* Puppy Available Badge Styles */
.puppy-slide-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.puppy-available-badge {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: var(--fur-2) !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.puppy-available-badge:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#verse p {
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
}

#intro h1 {
  text-align: center;
  padding-top: 15vh;
  color: rgb(91 69 75)
}

/* Add side-by-side background images for desktop */
/* @media (min-width: 768px) {
  .pre_slide_wrap {
    background-image: url('studs/gunner_new_2.jpeg'), url('studs/stud_champion_koda2.PNG');
    background-position: left top, right top;
    background-size: 50% 100%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
  }
} */


.big-bold-logo .logo-text-top, .big-bold-logo .logo-text-bottom {
  font-weight: 900;
}


.contact-box {
  display: inline-block;
  padding: 2rem;
}

/* Contact section positioning - opposite of About section */
section#contact .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Position on right for desktop */
  min-height: 100vh;
  padding: 2rem;
}

/* Mobile positioning - bottom of screen */
@media (max-width: 1024px) {
  section#contact .flex {
    justify-content: center;
    align-items: flex-end; /* Position at bottom for mobile */
    padding-bottom: 2rem;
  }
}


@media (min-width: 768px) {
  .big-bold-logo .logo-img-container {
    height: 60vh;
  }
  .big-bold-logo .logo-header {
    padding-top: 6vh;
  }
}

.half-height-screen {
  min-height: 66vh;
}

.color-scheme-2 .pre_slide_wrap {
  background-size: cover !important;
  background-position: 61% 75% !important;
}

.color-scheme-2 .pre_slide_wrap, .color-scheme-2 section#studs, .color-scheme-2 section#puppies {
  background: var(--grass-3);
  color: var(--trees-3);
}

.color-scheme-2 section#studs button, .color-scheme-2 section#puppies button, .color-scheme-2 section#puppies a {
  background-color: var(--trees-3);
  color: var(--grass-3);
}


.color-scheme-2 section#dams, .color-scheme-2 section#contact {
  background: var(--trees-3);
  color: var(--grass-3);
}

.color-scheme-2 section#dams button, .color-scheme-2 section#contact button {
  background:var(--grass-3);
  color: var(--trees-3);
}


.color-scheme-2 section#about {
  display: flex;
}


footer {
  background: var(--trees-3) !important;
}


section#contact {
  min-height: auto;
  /* background: var(--fur-2) !important; */
}

#applicationModal .translucent-box {
  background: rgb(255 235 217 / 81%);
}

#applicationModal {
  z-index: 500000000000000000;
}



button.puppy-status-badge {
    background: var(--fur-2) !important;
    color: var(--sky-2) !important;
    margin-left: 0;
}

button.puppy-status-badge[disabled] {
    opacity: 1;
    background: var(--sky-2) !important;
    color: var(--fur-2) !important;
    cursor: not-allowed;
}


button.puppy-status-badge[disabled]:hover {
    transform: translateX(-50%);
}

button.puppy-status-badge.hidden {
    display: none;
}

.puppy-slide-container {
  padding-bottom: 3rem;
}

.dob {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    font-size: 0.7rem;
    white-space: nowrap;
}


section#contact {
    background-image: url(/owners/together-hirez.jpg);
    background-size: cover;
    background-position: center 15%;
            /*background-blend-mode: soft-light; */
    z-index: 0;
    opacity: 1;
}

#contact h2, #contact p {
    color: #5d444b;
}

.py-20.px-4.text-center.max-w-4xl.mx-auto {
    background: #ddc0a6b3;
    backdrop-filter: blur(0.5rem);
}



#contact .translucent-box {
    display: inline-block;
    background: rgb(221 192 166 / 50%);
    padding: 2rem;
    margin-top: 22rem;
    margin-bottom: 12rem;
    /* margin-left: auto; */
}

#contact {
    display: flex;
    justify-content: center; /* Centers items horizontally */
}