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

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

h2 {
    color: #515d83;
    margin-top: 40px;
  font-family: 'Playfair Display', serif;
   
}

h1{
    font-size: 40px!important;
      font-family: 'Playfair Display', serif;

}

h3{
    color: #29434e;
     margin-top: 20px;
       font-family: 'Playfair Display', serif;

}


b, strong {
    font-weight: 700;
}





section.slider-area.breadcrumb-section img

 {
    height: 210px;
    object-fit: cover;
    background-size: 100% 100%;
    width: 100%;
}


.styled-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.styled-list li {
    background: #F7EFE8; 
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);

    color: #4A3F35;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: floatColors 5s ease-in-out infinite alternate;
}

.styled-list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFD7B5;
}

@keyframes floatColors {
    0% { background-color: #F7EFE8; transform: translateY(0); }
    50% { background-color: #FFF1DC; transform: translateY(-5px); }
    100% { background-color: #F7EFE8; transform: translateY(0); }
}

@media (max-width: 768px) {
  h1{
    font-size: 28px!important;
  }
  h2{
    font-size: 26px!important;
  }
  h3{
    font-size: 24px!important;
  }
}

.faq {
    margin: 60px auto;
    padding: 18px;
    background: rgba(173, 216, 230, 0.3); 
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); 
    color: #A4CFE1; 
    font-family: "Open Sans", sans-serif;
}

.faq > h2 {
    color: #D8CBB7; 
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    position: relative;
}

.faq > h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #D8CBB7; 
    margin: 12px auto 0;
    border-radius: 2px;
}

.faq h3 {
    color: #211747; 
    margin: 25px 0 12px;
    padding-left: 30px;
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    transition: color 0.3s ease;
}

.faq h3::before {
    content: "❓";
    position: absolute;
    left: 0;
    top: 0;
    color: #86b1c4; 
    font-size: 1.2rem;
}

.faq p {
    margin: 0 0 20px;
    line-height: 1.8;
    color: #29434e;
    font-size: 1rem;
    padding-left: 20px;
    border-left: 3px solid rgba(173, 160, 129, 0.89); 
}

.faq h3:hover {
    color: #D8CBB7; 
    cursor: default;
}

.faq h3, .faq p {
    animation: softFloat 6s ease-in-out infinite alternate;
}

@keyframes softFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
    100% { transform: translateY(0); }
}



  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.178)), url('/img/bingo-bg.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #b9c2e7; 
    margin-bottom: 30px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 10px;
}
.section-wallets h3 {
    background-color: #4b6074; 
    color: #ffffff; 
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
@media (max-width: 768px) {
    .section-wallets {
        padding: 40px 20px;
    }
    .section-wallets h2 {
        font-size: 2rem;
    }
    .section-wallets h3 {
        font-size: 1.4rem;
    }
    .section-wallets ul li {
        font-size: 1rem;
    }
}


.styled-section {
    position: relative;
    background-color: rgba(255, 255, 224, 0.5); 
    padding: 30px 20px;
    border-radius: 15px;
    overflow: hidden;
}

.styled-section::before,
.styled-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: rgba(214, 214, 193, 0.349);
    width: 200px;
    height: 200px;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
}

.styled-section::before {
    top: -50px;
    left: -50px;
}

.styled-section::after {
    bottom: -50px;
    right: -50px;
    animation-delay: 6s;
}

@keyframes float {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(20px) translateX(20px); }
}

.styled-section h2 {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #10375C;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    font-family: 'Georgia', serif;
}

.styled-section h3 {
    position: relative;
    z-index: 1;
    color: #274777; 
    background-color: rgba(255, 255, 224, 0.5); 
    padding: 10px 10px;
    border-radius: 12px;
    border-bottom: 2px solid #f5f5dc;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
}

.styled-section p {
    position: relative;
    z-index: 1;
    color: #10375C;
    line-height: 1.6;
}
