.hero-title { font-size: 28px; margin-bottom: 0 !important; line-height: 40px; }
.hero-desc { max-width: 700px; margin-bottom: 20px !important; line-height: 28px; margin-top: 10px; }
.section-title-handwriting { font-family: 'Allison', cursive; font-size: 65px; }
.about-logo-img { max-width: 650px; }

.promise-wrap { padding-bottom: 0px; }
.promise-column { width: 100%; padding: 4rem; border-radius: 4rem; }
.promise-subtitle { font-size: 26px; font-weight: 500; color: #F7D098 !important; margin-bottom: 20px; }
.promise-list { display: block; margin-top: 20px; }
.promise-list li { margin-bottom: 10px; display: block; }
.promise-list i { color:#F7D098; margin-right: 10px; }
.promise-list strong { color:#fff; }
.promise-text-bottom { margin-top: 20px; }
.promise-strong { color: #fff; }

.prepare-wrap { padding-top: 60px; padding-bottom: 60px; }
.prepare-box { background: #fff4e5; border-left: 6px solid #F7D098; border-radius: 10px; padding: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.prepare-text { padding-left: 0; width: 100%; }
.prepare-title { color: #000000; font-size: 28px; margin-bottom: 15px; }
.prepare-title i { color: #F7D098; margin-right: 10px; }
.prepare-desc { font-size: 18px; line-height: 32px; color: #333; margin-bottom: 30px; }

.booking-policies-wrap { background-color: #1a1a1a; padding: 80px 0; color: #ffffff; text-align: center; }
.policies-title { font-family: 'Allison', cursive; font-size: 75px; margin-bottom: 60px; color: #ffffff; font-weight: normal; }
.policy-col { margin-bottom: 30px; }
.policy-col i { font-size: 60px; margin-bottom: 25px; color: #ffffff; }
.policy-col h4 { font-size: 15px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; color: #ffffff; letter-spacing: 1px; }
.policy-col p { font-size: 15px; line-height: 26px; color: #cccccc; padding: 0 15px; }
.policy-link { color: #F7D098; text-decoration: underline; }

.gallery-wrap { padding-top: 80px; }
.gallery-title { font-family: 'Allison', cursive; font-size: 70px; }
.gallery-img { max-width: 240px; }

.testimonials-dark-wrap { background-color: #1a1a1a; padding: 80px 0; padding-bottom: 140px; color: #fff; overflow: hidden; position: relative; }
.testimonials-dark-wrap h3 { font-family: 'Allison', cursive; font-size: 65px; color: #F7D098; margin-bottom: 10px; text-align: center; }
.testimonials-dark-wrap h2 { font-size: 36px; font-weight: 700; color: #fff; margin-top: 0; margin-bottom: 20px; text-align: center; text-transform: uppercase; }
.testimonials-dark-wrap .intro-text { text-align: center; color: #ccc; margin-bottom: 40px; font-size: 16px; }

.marquee-container { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; }
.marquee-content { display: flex; animation: scrolling 60s linear infinite; }
.marquee-content:hover { animation-play-state: paused; }

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 10 - 20px * 10)); }
}

.review-card { background: #2a2a2a; border: 1px solid #333; border-top: 3px solid #DBC078; border-radius: 10px; padding: 25px; width: 350px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 5px 15px rgba(0,0,0,0.2); margin: 10px; }
.review-card .stars { color: #F7D098; margin-bottom: 15px; font-size: 14px; }
.review-card p { color: #ddd; font-size: 14px; line-height: 24px; margin-bottom: 20px; font-style: italic; }
.review-card .author { display: flex; align-items: center; gap: 15px; border-top: 1px solid #444; padding-top: 15px; }
.review-card .author-initial { width: 40px; height: 40px; background: #DBC078; color: #000; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-weight: bold; font-size: 18px; }
.review-card .author-info h6 { color: #fff; margin: 0 0 5px 0; font-size: 16px; font-weight: 600; }
.review-card .author-info span { color: #888; font-size: 12px; }

.review-buttons { text-align: center; margin-top: 50px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.custom-review-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 15px 30px !important; font-size: 16px !important; font-weight: 700 !important; border-radius: 5px !important; text-decoration: none !important; transition: all 0.3s ease !important; border: none !important; box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important; }
.custom-review-btn.btn-google { background-color: #ffffff !important; color: #333333 !important; }
.custom-review-btn.btn-google:hover { background-color: #f1f1f1 !important; color: #000000 !important; transform: translateY(-3px) !important; }
.custom-review-btn.btn-trustpilot { background-color: #00b67a !important; color: #ffffff !important; }
.custom-review-btn.btn-trustpilot:hover { background-color: #009564 !important; color: #ffffff !important; transform: translateY(-3px) !important; }

.blog-dark-wrap { background-color: #111; padding: 80px 0; color: #fff; }
.blog-dark-wrap .mian_heading { margin-bottom: 20px; }
.blog-dark-wrap h2 { font-size: 36px; font-weight: 700; color: #fff; margin-bottom: 10px; text-transform: uppercase; }
.blog-dark-wrap h3 { font-family: 'Allison', cursive; font-size: 60px; color: #DBC078; margin-top: 0; margin-bottom: 40px; }

.blog-dark-card { background: #222; border-radius: 10px; overflow: hidden; border: 1px solid #333; transition: all 0.3s; margin: 15px; }
.blog-dark-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.5); border-color: #DBC078; }
.blog-dark-card figure { margin: 0; position: relative; overflow: hidden; margin-bottom: 15px; }
.blog-dark-card img { width: 100%; transition: transform 0.5s; display: block; }
.blog-dark-card:hover img { transform: scale(1.05); }

.blog-dark-text { padding: 25px; text-align: left; }
.blog-dark-text h5 { color: #fff; font-size: 20px; font-weight: 600;margin-bottom: 15px; line-height: 28px; }
.blog-dark-text h5:hover { color: #F7D098; }
.blog-link { color: inherit; text-decoration: none; }
.blog-info { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 15px; border-top: 1px solid #333; padding-top: 15px; }
.blog-info li { font-size: 13px; color: #aaa; }
.blog-info li i { color: #DBC078; margin-right: 5px; }

.pet_service_list li:nth-child(even) { margin-left: 0; }