/*
 Theme Name: The Dog Buy
 Theme URI: https://thedogbuy.com
 Author: Your Name
 Author URI: Your Website
 Description: A custom WordPress theme for The Dog Buy pet shop.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: thedogbuy
*/
@font-face {
    font-family: 'recoleta-semibold';
    font-weight: 400;
    src: url('https://o9w.3a7.myftpupload.com/wp-content/uploads/2023/10/recoleta-semibold-0ee842d615a68bbb2f9e659ebd3dc4af6404a0f494e5624b3a8f0c767b82394d.woff2') format('woff2');
}
@font-face {
    font-family: 'recoleta-semibold';
    font-weight: 400;
    src: url('https://o9w.3a7.myftpupload.com/wp-content/uploads/2023/10/recoleta-semibold-d8ecd42c707489df5ec0f83e70c32728c9c63ba9e5e19d028bfed0afc8eb5c0a.woff') format('woff'),
        url('https://o9w.3a7.myftpupload.com/wp-content/uploads/2023/10/recoleta-semibold-0ee842d615a68bbb2f9e659ebd3dc4af6404a0f494e5624b3a8f0c767b82394d.woff2') format('woff2');
}
@font-face {
    font-family: 'recoleta-semibold';
    font-weight: 400;
    src: url('https://o9w.3a7.myftpupload.com/wp-content/uploads/2023/10/recoleta-semibold-0ee842d615a68bbb2f9e659ebd3dc4af6404a0f494e5624b3a8f0c767b82394d.woff2') format('woff2');
}
:root {
    --e-global-color-primary: #163A24;
    --e-global-color-secondary: #163A24;
    --e-global-color-text: #6B6C72;
    --e-global-color-accent: #163A24;
    --e-global-color-d6f030b: #F2EFE6;
    --e-global-color-f7d9f0d: #163A24;
    --e-global-color-d0d4404: #163A24;
    --e-global-color-3fb983a: #163A24;
    --e-global-color-5903908: #FFFFFF;
    --e-global-color-1986870: #EFC314;
    --e-global-color-ccc: #ccc
}
body {
    background-color: var(--e-global-color-d6f030b);
    margin: 0;
    padding: 0;
}
p {
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
}
header {
    background-color: #d9d9d9;
    padding: 10px 0;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.logo img {
    width: 200px;
    height: auto;
}
nav {
    display: flex;
    gap: 25px;
    margin: 10px 0;
}
#primary-menu li {
    margin: 0px 20px;
}
#primary-menu {
    list-style: none;
}
#primary-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #2f4f2f;
}
#primary-menu li ::marker {
display:none;
}
.contact-btn {
    background-color: #2f4f2f;
    color: #fff;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.contact-btn img {
    width: 18px;
    height: auto;
    margin-right: 5px;
}
.heroSection {
    margin-top: 20px;
}
.slick-slider, .slider {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    position: relative;
}
.slick-slider img, .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    z-index: 10;
    transition: opacity 0.3s;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}
.new-banner-section {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-5903908);
    font-family: "Recoleta-SemiBold", Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
    width: 100%;
}
.new-banner-section .text-center {
    text-align: center;
}
.info-section {
    background-color: var(--e-global-color-d6f030b);
    color: var(--e-global-color-text);
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 0;
}
.info-section h2 {
    font-family: "Recoleta-SemiBold", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    margin-bottom: 15px;
}
.info-section p {
    margin-bottom: 10px;
}
.info-section .services-list {
    margin-left: 20px;
    margin-bottom: 15px;
}
.info-section .services-list li {
    margin-bottom: 5px;
}
.thank-you-section {
    background-color: var(--e-global-color-d6f030b);
    padding: 20px 0;
}
.thank-you-section .star-choice {
    color: var(--e-global-color-primary);
    font-size: 18px;
    margin-bottom: 30px;
}
.happy-pets-section-heading span, .happy-pets-section-heading h3 {
    color: #fff;
    font-family: "Recoleta-SemiBold", Georgia, serif;
}
.happy-pets-section-heading h3 {
    font-size: 34px;
    margin: 20px 0px;
}
.thank-you-section h3 {
    font-family: "Recoleta-SemiBold", Georgia, serif;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: -0.6px;
    color: var(--e-global-color-primary);
}
.thank-you-section p {
    color: var(--e-global-color-text);
'avance
    margin-bottom: 30px;
}
.thank-you-section .image-text-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.thank-you-section .image-text-container img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}
.thank-you-section .text-content {
    width: 50%;
    padding-left: 20px;
    text-align: left;
}
.thank-you-section .highlight {
    color: var(--e-global-color-1986870);
}
.happy-pets-section {
    background-color: var(--e-global-color-primary);
    padding: 20px 0;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.happy-pets-section .happy-pets-slider {
    margin: 0;
}
.happy-pets-section .happy-pets-slider .slick-slide {
    padding: 0 15px;
}
.happy-pets-section img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    object-fit: cover;
}
.top-breeds-section {
    padding: 40px 0;
    background-color: var(--e-global-color-d6f030b);
}
.top-breeds-section h2 {
    font-family: "Recoleta-SemiBold", Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    text-align: left;
    margin-bottom: 30px;
}
.top-breeds-section span {
    font-family: "Recoleta-SemiBold", Georgia, serif;
    color: var(--e-global-color-primary);
    text-align: left;
    margin-bottom: 30px;
}
.breed-card {
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.breed-card img {
    width: 100%;
}
.breed-card h3 {
    font-family: "Recoleta-SemiBold", Georgia, serif;
    font-size: 20px;
    color: var(--e-global-color-5903908);
    margin: 15px 0;
}
.breed-card p {
    color: var(--e-global-color-ccc);
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    margin: 0 15px 15px;
}
.breed-card .btn {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s;
}
.breed-card .btn-call {
    background-color: var(--e-global-color-1986870);
    color: var(--e-global-color-5903908);
}
.breed-card .btn-call:hover {
    background-color: #1F51FF;
    color: var(--e-global-color-5903908);
}
.breed-card .btn-whatsapp {
    background-color: #25D366;
    color: var(--e-global-color-5903908);
}
.breed-card .btn-whatsapp:hover {
    background-color: #25D366;
    color: var(--e-global-color-5903908);
}
.breed-card .btn-readmore {
    background-color: #F4A261;
    color: var(--e-global-color-5903908);
}
span.top-bread-action {
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    margin-bottom: 0px;
}
.top-bread-action .btn-call, .top-bread-action .btn-whatsapp {
    width: 47%;
    float: left;
    display: inline-block;
	font-family: "Noto Sans", Arial, sans-serif;
}
.top-bread-action .btn-readmore {
    width: 100%;
    margin: 5px 0;
    text-align: center;
}
#puppies-container .col-lg-4.col-md-6.col-12 {
    margin-bottom: 20px;
}
#load-more-puppies {
    background-color: #000000 !important;
    border: none !important;
}

/*Breadcrumb common css*/

/* Breadcrumb Hero Section */
.breadcrumb-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    color: #fff;
}

.breadcrumb-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    z-index: 1;
}

.breadcrumb-hero .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-hero .breadcrumb {
    background: transparent;
    justify-content: center;
    font-size: 1.1rem;
}

.breadcrumb-hero .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-hero .breadcrumb-item a:hover {
    color: #ddd;
}

.breadcrumb-hero .breadcrumb-item + .breadcrumb-item::before {
    content: '|';
    color: #fff;
    padding: 0 10px;
}

.breadcrumb-hero .page-title {
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Recoleta-SemiBold", Georgia, serif !important;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-align: left;
}
.breadcrumb-item.active {
    color: #fff !important;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .breadcrumb-hero {
        padding: 60px 0;
    }
    .breadcrumb-hero .page-title {
        font-size: 2rem;
    }
    .breadcrumb-hero .breadcrumb {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .breadcrumb-hero .page-title {
        font-size: 1.5rem;
        text-align: center;
    }
    .breadcrumb-hero .breadcrumb {
        font-size: 0.9rem;
    }
}
/*Breadcrumb common css*/


@media (max-width: 768px) {
    .top-bread-action .btn-call,
    .top-bread-action .btn-whatsapp {
        width: 100%;
    }
    .top-bread-action .btn-readmore {
        width: 100%;
    }
}
@media (min-width: 769px) {
    .happy-pets-section .happy-pets-slider {
        display: flex;
        overflow-x: hidden;
    }
    .happy-pets-section .happy-pets-slider .slick-slide {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .happy-pets-section .happy-pets-slider.slick-initialized {
        display: flex;
    }
    .happy-pets-section .happy-pets-slider .slick-track {
        display: flex;
        align-items: stretch;
    }
    .happy-pets-section .happy-pets-slider .slick-slide {
        height: auto;
    }
    .top-breeds-section .row .col-lg-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }
    nav {
        flex-direction: column;
        gap: 10px;
    }
    .contact-btn {
        width: 100%;
        justify-content: center;
    }
    .slick-slider, .slider {
        min-height: 150px;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 16px;
    }
    .new-banner-section {
        font-size: 18px;
        padding: 5px 0;
    }
    .info-section h2 {
        font-size: 20px;
    }
    .info-section {
        padding: 15px 0;
    }
    .thank-you-section h3 {
        font-size: 24px;
    }
    .thank-you-section .image-text-container {
        flex-direction: column;
        text-align: center;
    }
    .thank-you-section .image-text-container img {
        width: 100%;
        margin-bottom: 10px;
    }
    .thank-you-section .text-content {
        width: 100%;
        padding-left: 0;
    }
    .happy-pets-section .happy-pets-slider .slick-slide {
        padding: 0 10px;
    }
    .top-breeds-section h2 {
        font-size: 24px;
    }
    .top-breeds-section .row .col-12 {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .logo img {
        width: 150px;
    }
    nav {
        gap: 8px;
    }
    nav a {
        font-size: 14px;
    }
    .contact-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    .contact-btn img {
        width: 16px;
    }
    .heroSection {
        margin-top: 10px;
    }
    .slick-slider, .slider {
        min-height: 120px;
    }
    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 14px;
    }
    .heroSection .row .col-md-8,
    .heroSection .row .col-md-4,
    .heroSection .row .col-lg-4 {
        padding: 5px;
    }
    .new-banner-section {
        font-size: 16px;
        padding: 8px 0;
    }
    .new-banner-section .text-center {
        padding: 0 10px;
    }
    .info-section {
        padding: 10px 0;
    }
    .info-section h2 {
        font-size: 18px;
    }
    .info-section p {
        font-size: 14px;
    }
    .info-section .services-list {
        margin-left: 15px;
    }
    .info-section .services-list li {
        font-size: 14px;
    }
    .thank-you-section {
        padding: 10px 0;
    }
    .thank-you-section .star-choice {
        font-size: 16px;
    }
    .thank-you-section h3 {
        font-size: 20px;
    }
    .thank-you-section p {
        font-size: 14px;
    }
    .thank-you-section .image-text-container img {
        width: 100%;
        margin-bottom: 15px;
    }
    .thank-you-section .text-content {
        padding: 0 10px;
    }
    .happy-pets-section {
        padding: 10px 0;
    }
    .happy-pets-section .happy-pets-section-heading h3 {
        font-size: 20px;
    }
    .happy-pets-section .happy-pets-section-heading span {
        font-size: 14px;
    }
    .happy-pets-section .happy-pets-slider .slick-slide {
        padding: 0 5px;
    }
    .happy-pets-section img {
        height: 200px;
        object-fit: cover;
    }
    .top-breeds-section {
        padding: 20px 0;
    }
    .top-breeds-section h2 {
        font-size: 20px;
    }
    .top-breeds-section span {
        font-size: 14px;
    }
    .breed-card {
        margin-bottom: 15px;
    }
    .breed-card h3 {
        font-size: 20px;
    }
    .breed-card p {
        font-size: 13px;
    }
    .top-bread-action .btn-call,
    .top-bread-action .btn-whatsapp,
    .top-bread-action .btn-readmore {
        font-size: 13px;
        padding: 6px 10px;
    }
    .footer-container {
        padding: 0 10px;
    }
    .footer-section h4 {
        font-size: 18px;
    }
    .footer-section p,
    .footer-section a {
        font-size: 13px;
    }
    .footer-newsletter input,
    .footer-newsletter button {
        font-size: 13px;
        padding: 6px;
    }
    .footer-bottom {
        font-size: 11px;
    }
}
footer {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-5903908);
    padding: 40px 0 20px;
    margin-top: 40px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-section {
    flex: 1;
    min-width: 200px;
}
.footer-section h4 {
    font-family: "Recoleta-SemiBold", Georgia, serif;
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-section p, .footer-section a {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    color: var(--e-global-color-5903908);
    text-decoration: none;
    line-height: 1.6;
}
.footer-section a:hover {
    color: var(--e-global-color-1986870);
}
.footer-social a {
    margin-right: 15px;
    font-size: 18px;
}
.footer-newsletter input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}
.footer-newsletter button {
    width: 100%;
    padding: 8px;
    background-color: var(--e-global-color-1986870);
    border: none;
    border-radius: 5px;
    color: var(--e-global-color-5903908);
    cursor: pointer;
}
.footer-newsletter button:hover {
    background-color: #1F51FF;
}
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--e-global-color-ccc);
    margin-top: 20px;
    font-size: 12px;
}
footer svg {
    width: 20px;
    float: left;
    height: 20px;
    margin-right: 10px;
}
footer h6 {
    font-weight: 700 !important;
    font-size: 22px;
    margin: 15px 0px;
}
footer ul li {
    margin: 7px 0px;
}
footer ul li a {
    font-weight: 300;
    color: inherit;
    text-decoration: none;
}
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-section {
        margin-bottom: 20px;
    }
}