/* 
 Theme Name:   pet-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     pet-house
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
section {
  margin: 30px 0;
}
.inarea-blog-2-column-area {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .blog-area {
    padding: 0 !important;
  }
}
.subtitle {
  padding: 0.5rem 19px;
  border-left: 4px solid #999;
  color: #444;
}

.subtitle p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.9;
}

.subtitle p:last-child {
  margin-bottom: 0;
}
.heading {
  margin: 30px auto;
}

.heading h2 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.heading p {
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
}
.heading ul li {
  color: #444;
}

.heading p:last-child {
  margin-bottom: 0;
}

/* Slight enhancement for larger screens */
@media (min-width: 768px) {
  .heading h2 {
    font-size: 1.75rem;
  }

  .heading p {
    font-size: 1.1rem;
  }
}
.cust-bg {
  margin: 30px auto;
  padding: 1.5rem 21px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9edf2 100%);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* Subtle decorative accent */
.cust-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #2c3e50, #95a5a6);
}

.cust-bg h2 {
  margin-bottom: 1.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #1f2a36;
}

.cust-bg h3 {
  margin: 2.5rem 0 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
}

.cust-bg p {
  margin: 0 0 1.3rem;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #3a3a3a;
}

.cust-bg p:last-child {
  margin-bottom: 0;
}

.title {
  padding-bottom: 0 !important;
}
.title h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  position: relative;
}

/* subtle underline accent */
.title h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 1.2rem auto 0;
  background-color: #999;
  border-radius: 2px;
}

.title p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
  max-width: none !important;
}

.title p:last-child {
  margin-bottom: 0;
}
.cust-img {
  border-radius: 17px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.41), 0 4px 10px rgba(0, 0, 0, 0.35);
}
.page .slider-area {
  margin-top: 0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.519);
}
section.slider-area.breadcrumb-section img {
  height: 350px !important;
  object-fit: cover;
  background-size: 100% 100%;
  width: 100%;
}
.box {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 21px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.sidebar .widget {
  background-color: #fff;
  border-radius: 3px;
  padding: 5px !important;
  border: 1px solid var(--color-primary1);
  box-shadow: 3px 5px var(--color-primary1);
}
.sh150-contact-form {
  margin: 2rem auto;
  padding: 1.5rem;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

.sh150-label {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #333;
}

.sh150-input,
.sh150-textarea {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.3rem;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.sh150-input:focus,
.sh150-textarea:focus {
  outline: none;
  border-color: #666;
  background: #fff;
}

.sh150-textarea {
  resize: vertical;
}

.sh150-button {
  margin-top: 1.2rem;
  padding: 0.6rem 1.4rem;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
}

.sh150-button:hover {
  background: #555;
}
/* Theme: light, accents #947147 and #999999 */
.sh150-footer {
  background: #ffffff;
  color: #222;
  border-top: 1px solid rgba(153, 153, 153, 0.35);
}

.sh150-footer__brand img {
  display: block;
  height: auto;
}

.sh150-footer__title {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #222;
}

.sh150-footer__meta {
  color: #666;
  line-height: 1.7;
}

.sh150-footer__list li + li {
  margin-top: 0.5rem;
}

.sh150-footer__link {
  color: #555;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.sh150-footer__link:hover,
.sh150-footer__link:focus {
  color: #947147; /* accent */
  opacity: 1;
}

.sh150-footer__divider {
  border: 0;
  border-top: 1px solid rgba(153, 153, 153, 0.35);
}

/* Newsletter */
.sh150-footer__input-group {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.sh150-footer__input {
  border: 1px solid rgba(153, 153, 153, 0.45);
  border-right: 0;
  padding: 0.75rem 0.9rem;
}

.sh150-footer__input:focus {
  border-color: #947147;
  box-shadow: 0 0 0 0.2rem rgba(148, 113, 71, 0.15);
}

.sh150-footer__btn {
  background: #947147; /* accent */
  color: #fff;
  border: 1px solid #947147;
  padding: 0.75rem 1rem;
  font-weight: 600;
}

.sh150-footer__btn:hover,
.sh150-footer__btn:focus {
  background: #7f5f3e;
  border-color: #7f5f3e;
  color: #fff;
}

.sh150-footer__fineprint {
  color: #999999; /* accent gray */
}

/* Small tweaks */
@media (max-width: 575.98px) {
  .sh150-footer {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
