/*
 Theme Name: The Dog Buy
 Theme URI: https://thedogbuy.com
 Author: CodeOptix Web Development Company In Chandigarh, India
 Author URI: https://codeoptix.in
 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: #5CBCE4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-d6f030b: #FFFFFF;
    --e-global-color-f7d9f0d: #F55045;
    --e-global-color-d0d4404: #0BA9DD;
    --e-global-typography-primary-font-family: "Noto Sans Hebrew";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Noto Sans";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Noto Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Noto Sans";
    --e-global-typography-accent-font-weight: 500;
}

body {
    background-color: var(--e-global-color-d6f030b);
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}
p {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65em;
    color: #5B5B5B;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;;
    font-family: "Noto Sans", Arial, sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
}
h1, h2, h3, h4, h5, h6, p, strong, span, b {
    font-family: 'Noto Sans';
}
header {
    background-color: var(--e-global-color-d6f030b);
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}
header nav #primary-menu .sub-menu {
    display: none;
}
header nav #primary-menu .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 20px 10px;
    z-index: 2;
}
header .current-menu-item {
    background-color: #15133c;
    padding: 0px 10px;
    border-radius: 10px;
}
header .current-menu-item span {
   color: #fff;
    background: transparent !important;
}
.sub-menu li {
    width: 100%;
    padding: 2px 20px;
    list-style: none;
    margin: 0 auto !important;
    margin-bottom: 5px !important;
}
.sub-menu li:hover {
    background-color: #ccc;
}
.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;
    margin-bottom: 0px;
}
#primary-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
}
#primary-menu li ::marker {
display:none;
}
.contact-btn {
    background-color: #313131;
    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;
}
.section-one-list li strong {
    color: #11a8dd;
}
.section-one-list li {
    margin: 11px 0px;
    float: left;
}
.slick-slider, .slider {
    width: 100%;
    min-height: 200px;
    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 {
    color: #0ba9dd;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-top: 1em;
}
.new-banner-section .text-center {
    color: #0ba9dd;
    font-family: 'Noto Sans';
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
    padding: 0px;
}
.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 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;
}


.thank-you-section h3 {
    font-family: 'Noto Sans';
    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);
}

.top-breeds-section {
    padding: 40px 0;
    background-color: #0BA9DD52;
}
.top-breeds-section h2 {
    text-align: left;
    margin-bottom: 30px;
    font-family: "Poppins", Sans-serif !important;
    font-size: 34px;
    font-weight: 600;
    color: #313131;
}
.top-breeds-section span {
    text-align: left;
    margin-bottom: 30px;
    font-family: "Poppins", Sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    color: #0ba9dd;
}
.breed-card {
    background-color: #15133B;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.breed-card img {
    width: 100%;
}
.breed-card h3 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 10px 0px !important;
    display: block !important;
    padding-left: 10px;
    padding-right: 10px;
}
.breed-card p {
    color: #fff;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    margin: 0 15px 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.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: #0096FF;
    color: #fff;
}
.breed-card .btn-call:hover {
    background-color: #1F51FF;
    color: #fff;
}
.breed-card .btn-whatsapp {
    background-color: #25d366;
    color: #fff;
}
/*.breed-card .btn-whatsapp:hover {*/
/*    background-color: #25D366;*/
/*    color: var(--e-global-color-5903908);*/
/*}*/
.breed-card .btn-readmore {
    background-color: #3858e9;
    color: #fff;
}
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: 'Noto Sans';
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-align: left;
}
.breadcrumb-item.active {
    color: #fff !important;
}

/* Responsive Adjustments */


/*Breadcrumb common css*/



@media (max-width: 768px) {
     .breadcrumb-hero {
        padding: 60px 0;
    }
    .breadcrumb-hero .page-title {
        font-size: 2rem;
    }
    .breadcrumb-hero .breadcrumb {
        font-size: 1rem;
    }
    .top-bread-action .btn-call,
    .top-bread-action .btn-whatsapp {
        width: 100%;
    }
    .top-bread-action .btn-readmore {
        width: 100%;
    }
    .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;
    }
   
    .top-breeds-section h2 {
        font-size: 24px;
    }
    .top-breeds-section .row .col-12 {
        margin-bottom: 20px;
    }
}

footer {
    padding: 40px 0 20px;
    margin-top: 0px;
    padding-bottom: 0px;
}
.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:'Noto Sans';
    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: 15px;
    float: left;
    height: 14px;
    margin-right: 10px;
    fill: #F55045;
    transition: fill 0.3s;
    margin-top: 5px;
}
footer h6 {
    font-weight: 700 !important;
    font-size: 22px;
    margin: 15px 0px;
    color: #fff;
}
footer.py-3 {
    padding-bottom: 0px !important;
}
footer ul li {
    margin: 7px 0px;
    color: #fff;
}
footer ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-section {
        margin-bottom: 20px;
    }
}

/*Medua Query for mobile only*/
@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;
    }
    
    .top-breeds-section {
        padding: 20px 0;
    }
    .top-breeds-section h2 {
        font-size: 20px;
    }
    .top-breeds-section span {
        font-size: 18px;
        text-align: left !important;
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }
    .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;
    }
    #foo-bottom-bar {
        display: inline-block;
        width: 100%;
        position: relative;
        left: 12px;
    }
    footer #foo-top-bar h6 {
        font-size: 16px;
        text-align: left;
    }
    footer #foo-top-bar a {
        text-align: left;
        float: left;
        width: 100%;
        display: inline-block;
    }
    #footer-end-data ul li a {
        float: left;
        width: 24%;
    }
    .top-bread-action .btn-call, .top-bread-action .btn-whatsapp {
        width: 100%;
        left: 0;
        position: relative;
        margin-left: 0px;
    }
    
    .breadcrumb-hero .page-title {
        font-size: 1.5rem;
        text-align: center;
    }
    .breadcrumb-hero .breadcrumb {
        font-size: 0.9rem;
    }   
/*Blog SIngle Css start    */
    .blog-archive .blog-card-inner {
         min-height: auto !important;
    }
    .blog-archive .blog-content {
        padding: 20px 10px;
        text-align: left !important;
    }
    .single-post .col-12 {
         padding: 0px !important;
    }
    .single-post .post-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 0px;
        padding-top: 0px;
        text-align: left;
    }
    .single-post .post-content h1.post-title {
        padding-left: 0px !important;
        font-size: 24px !important;
    }
    .single-post .post-content h2 {
        font-size: 22px !important;
    }
    .breadcrumb-hero .page-title {
        font-size: 18px !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
/*Blog SIngle Css End    */    
    .category_head_section h3 {
        font-size: 24px !important;
    }
    .breed-card h3 {
        min-height: inherit !important;
    }
    .contact-us .col-lg-6.col-md-12.mb-4 .mb-3 {
        display: inline-block;
        width: 49%;
        text-align: left;
    }
    .contact-us .col-lg-6.col-md-12.mb-4 button.btn.btn-primary {
        float: left;
        width: 100%;
    }
    .contact-us .col-lg-6.col-md-12.mb-4 .mb-3:last-of-type {
        width: 100% !important;
    }
    .contact-us .col-lg-6.col-md-12 {
        text-align: left;
    }
    p, .single-post .post-body {
        text-align: justify;
    }
    .fa-chevron-down:before {
        color: #fff;
    }
    .mobile-menu ul {
        text-align: left;
    }
    .bottom-banner-section .row {
        min-height: inherit !important;
    }
    .new-banner-section .text-center {
        font-size: 24px;
        line-height: 30px;
        text-align: left !important;
    }
    .info-section .section-one-list {
        display: inline-block;
        float: left;
        width: 100%;
        text-align: justify;
        padding-left: 15px;
    }
    .happy-pets-section-heading h3 {
        font-size: 24px !important;
    }
}