/* ============================================================
   Yeargan Pet Cremation Services
   Faithful Bootstrap 5 recreation of original Webflow design
   Font: Sen (matches original)
   ============================================================ */

:root {
  --indian-red: #eb5757;
  --white-smoke: #f9f9f9;
  --black: #222;
  --brown: #6e2424;
  --dim-grey: #525252;
  --gold: #ffde03;
  --red: #e53935;
  --steel-blue: #1976d2;
  --medium-sea-green: #20c788;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { height: 100%; scroll-behavior: smooth; }
header, footer, nav, section, article, aside, main { display: block; margin: 0; padding: 0; }

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 { margin: .67em 0; font-size: 38px; line-height: 44px; font-weight: 700; }
h2 { margin-top: 20px; margin-bottom: 10px; font-size: 32px; font-weight: 700; line-height: 36px; }
h3 { margin-top: 20px; font-size: 24px; line-height: 30px; font-weight: 700; }
h4 { margin-top: 10px; font-size: 18px; line-height: 24px; font-weight: 700; }
p { margin-top: 0; margin-bottom: 10px; }
img { vertical-align: middle; max-width: 100%; display: inline-block; }
a { color: var(--indian-red); text-decoration: none; }
a:hover { text-decoration: none; }
ul { margin-top: 25px; margin-bottom: 25px; padding-left: 40px; }
li { margin-bottom: 25px; }
label { margin-bottom: 5px; font-weight: 400; display: block; }
blockquote {
  border-left: 5px solid var(--indian-red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

/* ============================================================
   CONTAINER
   ============================================================ */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ============================================================
   ANNOUNCEMENT BANNER
   ============================================================ */
.w-dyn-list, .w-dyn-items, .w-dyn-item { display: none !important; }

.banner-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 12px;
}

.pill {
  background-color: var(--steel-blue);
  color: var(--white-smoke);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.primary { background-color: var(--indian-red); font-size: 16px; }

/* ============================================================
   NAVBAR
   ============================================================ */
.menu-wrapper {
  z-index: 900;
  color: var(--white-smoke);
  position: sticky;
  top: 0;
  display: block !important;
  background-color: #222;
}

.navbar,
.navbar.w-nav,
nav.navbar {
  background-color: #222 !important;
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  font-size: 15px;
  display: flex;
}

.brand img { width: 255px; }

.nav-menu {
  flex: 10 auto;
  align-self: auto;
  width: auto;
  padding-top: 0;
  font-size: 14px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link-2, .nav-link-copy {
  color: var(--white-smoke) !important;
  text-align: center;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 20px;
  padding: 4px 10px 4px 20px;
  transition: all .3s;
  text-decoration: none;
  display: inline-block;
}

.nav-link-2:hover, .nav-link-copy:hover {
  background-color: var(--black);
  color: var(--indian-red) !important;
}

.nav-link-2.w--current, .nav-link-copy.w--current {
  color: var(--indian-red) !important;
}

.nav-button {
  float: right;
  cursor: pointer;
  padding: 18px;
  font-size: 24px;
  display: none;
  color: var(--white-smoke);
}

/* Mobile hamburger */
@media screen and (max-width: 991px) {
  .nav-button { display: block; }
  .nav-menu { display: none; }
  .nav-menu.open { display: flex; flex-direction: column; background-color: var(--indian-red); width: 100vw; padding: 20px 0 30px; }
  .nav-link-2, .nav-link-copy { font-size: 20px; margin: 5px 20px; }
  .brand img { width: 180px; }
}

/* ============================================================
   HERO SECTION (Home)
   ============================================================ */
.hero-section {
  background-image: linear-gradient(172deg, #222, rgba(34,34,34,0)),
    url('../assets/img/friends.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 550px;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.hero-heading-7 {
  color: var(--white-smoke);
  text-align: center;
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 200px;
  font-size: 45px;
  line-height: 1.2;
}

.hero-heading-7.anout-hero-heading {
  text-align: center;
  align-self: center;
  width: 100%;
  margin-top: -125px;
}

.pchero-paragraph {
  float: none;
  clear: none;
  color: var(--white-smoke);
  text-align: center;
  align-self: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  font-size: 18px;
}

/* About hero */
.hero-section.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34,34,34,0)),
    url('../assets/img/header-bg.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

/* Contact hero */
.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34,34,34,0)),
    url('../assets/img/team-adam.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
}

/* ============================================================
   SUPPORT SECTION (Home - 3 cards)
   ============================================================ */
.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.support-top-left { flex-direction: column; display: flex; }

.support-top-details-text { text-transform: uppercase; }

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-right { width: 45%; }

.support-wrapper { justify-content: space-between; display: flex; }

.support-column { width: 30%; min-height: 200px; }

.support-square {
  background-color: #6e2424;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square-number {
  color: var(--white-smoke);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 10%;
}

.support-square-text {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.support-square-image {
  position: absolute;
  bottom: -25%;
  right: 24%;
}

.support-square-image.triangle { bottom: -17%; right: 23%; }
.support-square-image.rectangle { bottom: -31%; right: 24%; }

/* ============================================================
   SAFE SECTION (Home - full bleed pet photo)
   ============================================================ */
.safe-section {
  background-image: linear-gradient(to bottom, rgba(34,34,34,.17), var(--black));
  min-height: 550px;
  margin-top: 20px;
}

.safe-wrapper {
  background-image: url('../assets/img/dog-adorable.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 550px;
  display: flex;
}

/* ============================================================
   NEW LOCATION SECTION (hero-2)
   ============================================================ */
.hero-2 {
  background-image: url('../assets/img/new-location-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
  max-width: 940px;
  margin: 0 auto;
}

.flex-container-2 > div:first-child {
  flex: 1;
  padding-right: 40px;
}

.flex-container-2 h2 {
  color: var(--white-smoke);
  font-size: 38px;
}

.flex-container-2 p { color: var(--white-smoke); }

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================================
   SHOP LOCAL / WE CARE SECTION
   ============================================================ */
.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-wrapper {
  justify-content: flex-end;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-left {
  background-image: url('../assets/img/photo-christiann.jpg');
  background-position: 69% 80%;
  background-size: 270%;
  border-radius: 5px;
  width: 30%;
  min-height: 440px;
  position: absolute;
  top: 6%;
  bottom: 0;
  left: 0;
}

.shop-local-right {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  justify-content: flex-end;
  width: 80%;
  padding: 45px;
  display: flex;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 145px;
  padding-right: 145px;
}

.shop-local-heading {
  margin-top: 0;
  font-size: 45px;
  line-height: 1.2;
  color: var(--white-smoke);
}

.shop-local-right p { color: var(--white-smoke); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-column { font-size: 15px; }

.social-footer-link {
  margin-left: 0;
  margin-right: 20px;
  transition: all .3s;
  display: inline-block;
}

.social-footer-link:hover { opacity: .7; }

.footer-bottom-wrapper {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 55px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.button, .button-2, .button-3, .button-4, .submit-button, .submit-button-2 {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: Sen, sans-serif;
  font-size: 16px;
}

.button:hover, .button-2:hover, .button-3:hover,
.button-4:hover, .submit-button:hover, .submit-button-2:hover {
  background-color: var(--brown);
  color: var(--white-smoke);
}

.button-3.light.outline {
  background-color: var(--black);
  color: var(--white-smoke);
  text-align: center;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.pickup-features-section-2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pickup-features-section-2.why-acme-sections { padding-bottom: 0; }

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-acme-small-text { text-transform: uppercase; font-size: 14px; }

.why-acme-heading, .why-acme-paragraph { text-align: center; }

.about-top-block { margin-bottom: 40px; }

.about-columns-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-column {
  text-align: left;
  width: 22%;
}

.image {
  float: none;
  clear: none;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
#Testimonials.section {
  background-color: #ddd;
  padding-bottom: 20px;
}

.slider {
  width: 100%;
  background: #ddd;
  position: relative;
  overflow: hidden;
}

.block-quote {
  text-align: center;
  border-left: none;
}

.text-span-4 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.italic-text { font-size: 35px; }

.text-block-1-copy, .text-block-2-copy, .text-block-3,
.text-block-4-copy, .text-block-5-copy, .text-block-6-copy {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 23px;
  font-style: italic;
  text-align: center;
}

.bold-text {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.text-span-8 { text-align: center; }

/* Carousel controls */
.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  width: 80px;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.1);
  z-index: 3;
}

.w-slider-arrow-left { left: 0; }
.w-slider-arrow-right { right: 0; left: auto; }

/* ============================================================
   PICKUP FEATURE COLUMNS
   ============================================================ */
.pickup-feature-column-1, .pickup-feature-column-2,
.pickup-feature-column-3, .pickup-column-4 {
  background-color: var(--brown);
  color: var(--white-smoke);
  text-align: center;
  width: 22%;
  padding: 20px;
}

.pickup-feature-column-1 a, .pickup-feature-column-2 a,
.pickup-feature-column-3 a, .pickup-column-4 a {
  color: var(--white-smoke);
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.small-text { text-align: center; }

.heading-6, .heading-7, .paragraph-4, .paragraph-5,
.italic-text-2 { text-align: center; }

.contact-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}

.w-input, .w-select {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  font-family: Sen, sans-serif;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input { height: auto; min-height: 100px; }

/* Full width form items */
#w-node-_93933e3c-6f0c-7814-98d3-d6ba141a7fc3-e40b52e5,
#w-node-_5cbd4cae-2785-c241-2924-8976cef1f4a2-e40b52e4 {
  grid-column: 1 / -1;
}

.w-form-done {
  text-align: center;
  background-color: var(--medium-sea-green);
  color: #fff;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.success-message, .success-message-2 {
  background-color: var(--medium-sea-green);
  color: #fff;
  padding: 20px;
  text-align: center;
}

/* ============================================================
   PET CREMATION PRICING PAGE
   ============================================================ */
#hero-overlay.pchero-section-copy-copy,
.pchero-section-copy-copy {
  background-image: linear-gradient(172deg, #222, rgba(34,34,34,0)),
    url('../assets/img/header-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 550px;
  display: block;
  margin: 0;
  padding: 0;
}

header { margin: 0; padding: 0; }

.centered-container.w-container {
  padding-top: 0;
  margin-top: 0;
}

.centered-container {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}

.h1-pchero-heading {
  color: var(--white-smoke);
  margin-top: 0;
  padding-top: 180px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 40px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  max-width: 940px;
  margin: 0 auto;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  flex: 0 auto;
  align-self: flex-start;
  padding-left: 40px;
}

.heading-4 { margin-top: 0; }

.price-wrapper {
  background-color: var(--black);
  border-bottom: 1px rgba(34,34,34,.08);
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.container-3 { flex: 1; max-width: 940px; margin: 0 auto; }

.heading-3, .text-block-8, .text-block-9 {
  color: var(--white-smoke);
  text-align: center;
}

.call-to-action {
  background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
    url('../assets/img/family-photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading-5, .paragraph-3 { color: var(--white-smoke); }

.button-4 {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
  color: var(--white-smoke);
}

.button-4:hover {
  border: 1px solid var(--white-smoke);
  background-color: var(--brown);
}

/* Pricing two-column layout */
.w-row { display: flex; }
.w-col { flex: 1; padding: 0 10px; }
.w-col-6 { width: 50%; }

/* ============================================================
   PET MEMORIAL PRODUCTS PAGE
   ============================================================ */
.hero-section-copy.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34,34,34,0)),
    url('../assets/img/memorial-catalog.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  min-height: 550px;
}

.div-block { text-align: left; align-self: center; padding-left: 40px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero-section {
  background-color: var(--black);
  color: var(--white-smoke);
}

.contact-hero-bg-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.container.contact {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-image-div {
  background-image: linear-gradient(to right, var(--black), rgba(34,34,34,.18) 76%),
    url('../assets/img/cat.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 45%;
  height: 550px;
}

.contact-block-wrapper { display: flex; }

.contact-block {
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-icon { margin-bottom: 30px; }

.heading { margin-top: 55px; color: var(--white-smoke); }

/* ============================================================
   PICKUP PAGE
   ============================================================ */
.pu-hero-section-copy.about-hero {
  background-image: linear-gradient(360deg, #222, rgba(34,34,34,0)),
    url('../assets/img/pet-photo.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  min-height: 550px;
}

/* ============================================================
   NEED HELP SECTION (contact-hero on about/pickup)
   ============================================================ */
.hero-section.contact-hero {
  background-image: linear-gradient(360deg, #222, rgba(34,34,34,0)),
    url('../assets/img/team-adam.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
}

.hero-button-wrapper { margin-top: 20px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media screen and (max-width: 991px) {
  .container { padding-left: 15px; padding-right: 15px; }
  .hero-heading-7 { width: auto; padding-top: 20px; margin-top: -80px; }
  .pchero-paragraph { width: 80%; margin-left: auto; margin-right: auto; }
  .support-wrapper { flex-direction: column; }
  .support-column { width: 100%; margin-bottom: 20px; }
  .support-top-wrapper { flex-direction: column; }
  .support-top-right { width: 100%; }
  .about-columns-wrapper { flex-wrap: wrap; }
  .about-column { width: 48%; margin-bottom: 20px; }
  .shop-local-wrapper { flex-direction: column; min-height: auto; }
  .shop-local-left { position: static; width: 100%; min-height: 300px; border-radius: 5px; margin-bottom: 20px; }
  .shop-local-right { width: 100%; }
  .shop-local-content-wrapper { width: 100%; padding: 0; }
  .flex-container { flex-direction: column; }
  .feature-image-mask { margin-right: 0; margin-bottom: 30px; }
  .div-block-2 { padding-left: 0; }
  .flex-container-2 { flex-direction: column; }
  .hero-image-mask { margin-left: 0; margin-top: 30px; }
  .contact-hero-bg-wrapper { flex-direction: column-reverse; }
  .contact-image-div { width: 100%; height: 300px; }
  .contact-block-wrapper { flex-direction: column; align-items: center; }
  .contact-block { width: 80%; }
  .pickup-feature-column-1, .pickup-feature-column-2,
  .pickup-feature-column-3, .pickup-column-4 { width: 48%; margin-bottom: 20px; }
  .about-columns-wrapper { flex-wrap: wrap; }
  .contact-form-grid-2 { grid-template-columns: 1fr; }
}

@media screen and (max-width: 767px) {
  .support-square { min-height: 250px; }
  .support-square-text { font-size: 28px; }
  .shop-local-right { padding: 25px; }
  .nav-link-2, .nav-link-copy { font-size: 16px; }
  .w-row { flex-direction: column; }
  .w-col-6 { width: 100%; }
  .pickup-feature-column-1, .pickup-feature-column-2,
  .pickup-feature-column-3, .pickup-column-4 { width: 100%; }
  .about-columns-wrapper { flex-direction: column; }
  .about-column { width: 100%; }
}
