/* Custom Homepage Styles Extracted from index.php & Updated with Breed Specific Styles */

/* Base overrides */
.wa-chat-box-poweredby {
    display: none;
}
.fullWidth {
    width: 100% !important;
    height: 400px;
}

/* Why Choose Slider CSS */
.why-choose-slider-wrapper {
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .why-choose-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 15px;
    }
    .why-choose-grid::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Opera */
    }
    .why-choose-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Navigation buttons styling */
    .why-choose-slider-wrapper .slider-nav-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        color: #1f2937;
        z-index: 10;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .why-choose-slider-wrapper .slider-nav-btn:hover {
        background-color: #fec708;
        color: #111113;
        border-color: #fec708;
    }
    .why-choose-slider-wrapper .prev-btn {
        left: -15px;
    }
    .why-choose-slider-wrapper .next-btn {
        right: -15px;
    }
}

/* Hide navigation buttons on desktop */
@media (min-width: 992px) {
    .why-choose-slider-wrapper .slider-nav-btn {
        display: none !important;
    }
}

/* Extracted Inline Styles */
.pph-link-red-underline {
    color: #860000;
    text-decoration: underline;
    font-weight: 600;
}
.pph-link-red-bold {
    color: #860000;
    text-decoration: underline;
    font-weight: 700;
}
.pph-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(134,0,0,0.15);
}
.pph-text-left {
    text-align: left;
}
.pph-section-bg-light {
    background-color: #f9fafb;
}
.pph-text-red-bold {
    font-weight: 700;
    color: #860000;
}
.pph-padding-30 {
    padding: 30px;
}
.pph-list-header-no-border {
    border-bottom: none;
    margin-bottom: 10px;
}
.pph-more-cities-text {
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
    font-weight: 500;
    text-align: center;
}
.pph-title-left-32 {
    text-align: left;
    font-size: 32px;
}
.pph-list-title-bold {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
    margin: 20px 0 10px 0;
}
.pph-card-bg-light {
    background-color: #fafbfc;
}
.pph-list-header-no-border-18 {
    border-bottom: none;
    margin-bottom: 10px;
    font-size: 18px;
}
.pph-text-justify-15 {
    text-align: justify;
    font-size: 15px;
}
.pph-width-100 {
    width: 100%;
}
.pph-section-footer-top {
    background-color: #fcfcfc;
    border-top: 1px solid #f0f0f0;
}
.pph-pl-30 {
    padding-left: 30px;
}
.pph-color-dark {
    color: #111827;
}
.pph-font-15-5 {
    font-size: 15.5px;
}

/* Redesigned Sections from index.php */
.pph-main-container {
    font-family: 'Outfit', 'Inter', sans-serif !important;
    background-color: #ffffff;
    overflow: hidden;
}

.pph-hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fffaf4 0%, #ffffff 50%, #fffbf7 100%);
    position: relative;
    border-bottom: 1px solid #f3f4f6;
}

.pph-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(134, 0, 0, 0.03) 0%, transparent 70%);
    z-index: 1;
}

.pph-section-badge {
    display: inline-block;
    background: rgba(134, 0, 0, 0.06);
    color: #860000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.pph-main-title {
    font-size: 42px;
    font-weight: 900;
    color: #111827;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.pph-main-title span {
    color: #860000;
    position: relative;
}

.pph-main-title span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(134, 0, 0, 0.15);
    border-radius: 2px;
}

.pph-hero-text {
    font-size: 16.5px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px;
}

.pph-trusted-badge-box {
    background: #ffffff;
    border-left: 4px solid #860000;
    border-radius: 4px 16px 16px 4px;
    padding: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.03);
    margin-bottom: 35px;
    border-top: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.pph-trusted-title {
    font-size: 15px;
    font-weight: 800;
    color: #860000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.pph-trusted-text {
    font-size: 14.5px;
    color: #374151;
    font-weight: 600;
    margin: 0;
}

.pph-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pph-btn {
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none !important;
}

.pph-btn-red {
    background-color: #860000;
    color: #ffffff !important;
    border: 1px solid #860000;
}

.pph-btn-red:hover {
    background-color: #a21a1a;
    border-color: #a21a1a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(134, 0, 0, 0.2);
}

.pph-btn-dark {
    background-color: #1f2937;
    color: #ffffff !important;
    border: 1px solid #1f2937;
}

.pph-btn-dark:hover {
    background-color: #111827;
    border-color: #111827;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(31, 41, 55, 0.2);
}

.pph-btn-outline {
    background-color: transparent;
    color: #4b5563 !important;
    border: 2px solid #d1d5db;
}

.pph-btn-outline:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-2px);
}

.pph-section {
    padding: 85px 0;
    position: relative;
}

.pph-section-title {
    font-size: 36px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 20px;
}

.pph-section-desc {
    font-size: 16px;
    color: #6b7280;
    max-width: 750px;
    margin: 0 auto 20px auto;
}

/* About Grid */
.pph-about-content {
    padding-right: 20px;
}

.pph-about-accent-text {
    font-size: 18px;
    color: #860000;
    font-weight: 700;
    line-height: 1.7;
    border-left: 3px solid #860000;
    padding-left: 15px;
    margin: 25px 0;
}

.pph-cert-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(229, 231, 235, 0.8) !important;
    text-align: center;
    transition: all 0.3s ease;
}

.pph-cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(134, 0, 0, 0.08);
}

.pph-cert-card h4 {
    font-size: 17px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.5;
}

.pph-cert-card h5 {
    font-size: 13.5px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}

.pph-cert-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    border: 1px solid #f3f4f6;
    transition: transform 0.3s ease;
}

.pph-cert-card:hover .pph-cert-img {
    transform: scale(1.02);
}

/* Grid Cards */
.pph-grid-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(229, 231, 235, 0.7);
    border-top: 4px solid rgba(134, 0, 0, 0.2);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pph-grid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(134, 0, 0, 0.12);
    border-color: rgba(134, 0, 0, 0.15);
    border-top-color: #860000;
}

.pph-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(134, 0, 0, 0.05) 0%, rgba(134, 0, 0, 0.02) 100%);
    color: #860000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
    transition: all 0.4s ease;
    box-shadow: inset 0 0 0 1px rgba(134, 0, 0, 0.1);
}

.pph-grid-card:hover .pph-icon-wrapper {
    background: linear-gradient(135deg, #860000 0%, #a21a1a 100%);
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(134, 0, 0, 0.25);
}

.pph-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.pph-grid-card:hover .pph-card-title {
    color: #860000;
}

.pph-card-text {
    font-size: 14.5px;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

.pph-card-text ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 15px 0 !important;
}

.pph-card-text li {
    position: relative;
    padding-left: 24px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    color: #4b5563;
    list-style: none !important;
}

.pph-card-text li::before {
    content: '\f1b0'; /* FontAwesome paw icon */
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 4px;
    color: #860000;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.pph-grid-card:hover .pph-card-text li::before {
    transform: scale(1.2);
}

/* Presence Section */
.pph-presence-section {
    background: #fdfdfd;
}

 .pph-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.pph-city-tag {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #374151 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.01);
    text-decoration: none !important;
}

.pph-city-tag i {
    color: #860000;
    font-size: 12px;
}

.pph-city-tag:hover {
    background: rgba(134, 0, 0, 0.05);
    border-color: rgba(134, 0, 0, 0.2);
    color: #860000;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(134, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
    .pph-cities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin-top: 20px !important;
    }
    .pph-city-tag {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
    .pph-list-card {
        padding: 20px !important;
    }
}

/* Products & Services Lists */
.pph-list-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(229, 231, 235, 0.8);
    padding: 35px;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.03);
    height: 100%;
}

.pph-list-header {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
    border-bottom: 2px solid rgba(134, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pph-list-header i {
    color: #860000;
    font-size: 22px;
}

.pph-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pph-item-list li {
    padding: 10px 0;
    font-size: 14.5px;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.pph-item-list li:last-child {
    border-bottom: none;
}

.pph-item-list li i {
    color: #860000;
    font-size: 14px;
    margin-top: 4px;
}

/* Sustainable Relationships */
.pph-relations-section {
    background: #ffffff;
}

.pph-mission-vision-card {
    background: #f9fafb;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.pph-mission-vision-card:hover {
    background: #ffffff;
    border-color: rgba(134, 0, 0, 0.2);
    box-shadow: 0 15px 35px rgba(134, 0, 0, 0.05);
}

.pph-mv-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.pph-mv-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(134, 0, 0, 0.08);
    color: #860000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.pph-mv-title {
    font-size: 19px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.pph-bullet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 18px;
    margin-top: 25px;
}

.pph-bullet-item {
    font-size: 14px;
    color: #4b5563;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pph-bullet-item i {
    color: #860000;
    font-size: 13px;
}

/* Trust checklist */
.pph-trust-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pph-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 0.6);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01);
    transition: all 0.2s ease;
}

.pph-trust-item:hover {
    border-color: rgba(134, 0, 0, 0.2);
    transform: translateX(3px);
}

.pph-trust-item i {
    color: #fbc02d;
    font-size: 18px;
    margin-top: 2px;
}

.pph-trust-text-span {
    font-size: 14.5px;
    color: #374151;
    font-weight: 600;
    line-height: 1.5;
}

/* Contact form premium styles to overlay original classes */
.bg-theme,
div.bg-theme,
.bg-theme.padding-40px-all {
    background: linear-gradient(135deg, #111010ff 0%, #111010ff 100%) !important;
    background-color: #a81d1d !important;
    border-radius: 20px !important;
    padding: 40px !important;
    color: #ffffff !important;
    box-shadow: 0 20px 45px rgba(134,0,0,0.15) !important;
    border: none !important;
    margin-bottom: 0 !important;
    height: auto !important;
    width: 100% !important;
}

.bg-theme h4 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

#contact-form input[type="text"], 
#contact-form textarea,
#contact-form input,
#contact-form textarea.border-radius-5,
#contact-form input.border-radius-5 {
    background-color: rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    padding: 14px 18px !important;
    border-radius: 10px !important;
    margin-bottom: 15px !important;
    font-size: 14.5px !important;
    width: 100% !important;
    height: 50px !important;
}

#contact-form textarea,
#contact-form textarea.border-radius-5 {
    height: 100px !important;
}

#contact-form input::placeholder, 
#contact-form textarea::placeholder,
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder,
#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}

#contact-form input:focus, 
#contact-form textarea:focus {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: #ffffff !important;
    outline: none !important;
}

/* Style the theme form button to look premium and override theme brush stroke designs */
#contact-form button.butn,
#contact-form .butn,
.bg-theme button.butn,
.bg-theme .butn {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #860000 !important;
    font-weight: 800 !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    font-size: 15px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    display: block !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    clip-path: none !important;
    border-image: none !important;
    height: auto !important;
    margin-top: 10px !important;
}

#contact-form button.butn:hover,
#contact-form .butn:hover,
.bg-theme .butn:hover {
    background: #fff3f3 !important;
    color: #a81d1d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
}

/* Stat Counter */
.pph-stat-counter {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    height: 100%;
}

.pph-stat-counter:hover {
    transform: translateY(-5px);
    border-color: rgba(134, 0, 0, 0.15);
    box-shadow: 0 15px 30px rgba(134, 0, 0, 0.05);
}

.pph-stat-num {
    font-size: 38px;
    font-weight: 900;
    color: #860000;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}

.pph-stat-label {
    font-size: 14px;
    font-weight: 700;
    color: #4b5563;
    margin: 0;
}

/* Bottom Red CTA */
.pph-bottom-cta {
    background: linear-gradient(135deg, #860000 0%, #570000 100%);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pph-bottom-cta::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.pph-bottom-cta h2 {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 15px;
}

.pph-bottom-cta p {
    font-size: 17px;
    color: #fbc7c7;
    margin-bottom: 35px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.pph-cta-btns-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pph-btn-white {
    background-color: #ffffff;
    color: #860000 !important;
    border: 1px solid #ffffff;
}

.pph-btn-white:hover {
    background-color: #fff0f0;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.pph-btn-trans {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.pph-btn-trans:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.pph-cta-links {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.pph-cta-link-item {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 700;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}

.pph-cta-link-item:hover {
    color: #ffffff !important;
}

/* Breed Grid Overrides */
.team-block,
.team-block.bg-light-gray {
    position: relative !important;
    height: 340px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #f5f6f8 !important;
    border: 1px solid rgba(229, 231, 235, 0.6) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
    display: block !important;
}

.team-block::before {
    content: 'Verified' !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    background: #ff9800 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    z-index: 5 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
    font-family: 'Outfit', sans-serif !important;
}

.team-block > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    z-index: 3 !important;
    text-decoration: none !important;
}

/* Anchor gradient overlay positioned between image (z-index 1) and text (z-index 3) */
.team-block > a::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.45) 45%, transparent 75%) !important;
    z-index: 2 !important;
    transition: all 0.4s ease !important;
}

.team-block:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(134, 0, 0, 0.2) !important;
}

.team-block:hover > a::after {
    background: linear-gradient(to top, rgba(134, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.75) 50%, rgba(15, 23, 42, 0.4) 100%) !important;
}

.team-block img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    max-height: none !important;
    display: block !important;
    background-color: transparent !important;
    position: relative !important;
    z-index: 1 !important;
}

.team-block:hover img {
    transform: scale(1.1) !important;
}

.breedHeading {
    position: absolute !important;
    bottom: 25px !important;
    left: 20px !important;
    right: 20px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    text-align: left !important;
    z-index: 3 !important;
    transition: all 0.4s ease !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
}

.team-block:hover .breedHeading {
    bottom: 120px !important;
}

.smallStyleFont {
    position: absolute !important;
    bottom: -120px !important;
    left: 20px !important;
    right: 20px !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    text-align: left !important;
    z-index: 3 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0 !important;
}

.smallStyleFont a {
    color: #ff9800 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.team-block:hover .smallStyleFont {
    bottom: 25px !important;
    opacity: 1 !important;
}

/* Custom styles for the newly added Dog Breeder components */
.pph-trust-grid {
    margin-top: 30px;
}

.pph-selling-process {
    background: #fffbf5;
    padding: 85px 0;
    border-top: 1px solid #f3e8d7;
    border-bottom: 1px solid #f3e8d7;
}

.pph-selling-step {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(229, 231, 235, 0.6);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.pph-selling-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(134, 0, 0, 0.06);
    border-color: rgba(134, 0, 0, 0.15);
}

.pph-step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: #860000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(134, 0, 0, 0.3);
}

.pph-step-title {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-top: 10px;
    margin-bottom: 12px;
}

.pph-step-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.pph-breeds-list-section {
    padding: 40px 0 0 0;
    background: #ffffff;
}

#indexScreen {
    padding: 0 !important;
}

.pph-breeds-list-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.pph-breed-list-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
}

.pph-breed-list-item i {
    color: #860000;
    font-size: 14px;
}

.pph-breed-list-item:hover {
    background: rgba(134, 0, 0, 0.05);
    border-color: rgba(134, 0, 0, 0.2);
    color: #860000;
    transform: translateY(-2px);
}

/* Trust Slider Styles */
.pph-trust-slider-wrapper {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.pph-trust-slider-container {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    padding: 15px 5px;
}

.pph-trust-slider-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}

.pph-trust-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
}

/* Slide item responsive widths */
.pph-trust-slide-item {
    flex: 0 0 calc(25% - 18px); /* 4 cards on desktop */
    max-width: calc(25% - 18px);
    display: flex;
}

@media (max-width: 1199px) {
    .pph-trust-slide-item {
        flex: 0 0 calc(33.333% - 16px); /* 3 cards on smaller desktop */
        max-width: calc(33.333% - 16px);
    }
}

@media (max-width: 991px) {
    .pph-trust-slide-item {
        flex: 0 0 calc(50% - 12px); /* 2 cards on tablet */
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .pph-trust-slide-item {
        flex: 0 0 100%; /* 1 card on mobile */
        max-width: 100%;
    }
}

/* Slider buttons */
.pph-trust-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(134, 0, 0, 0.2);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    color: #860000;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pph-trust-slider-btn:hover {
    background-color: #860000;
    color: #ffffff;
    border-color: #860000;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(134, 0, 0, 0.25);
}

.pph-trust-slider-btn.prev-btn {
    left: -22px;
}

.pph-trust-slider-btn.next-btn {
    right: -22px;
}

@media (max-width: 768px) {
    .pph-trust-slider-btn.prev-btn {
        left: -10px;
    }

    .pph-trust-slider-btn.next-btn {
        right: -10px;
    }
    
    .pph-trust-slider-btn {
        width: 38px;
        height: 38px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
}

/* Premium 6-Step Selling Process Circular Wheel Layout */
.pph-selling-process-wrapper {
    background: linear-gradient(180deg, #fffcf5 0%, #ffffff 100%);
    padding: 90px 0;
    border-top: 1px solid #f3e8d7;
    border-bottom: 1px solid #f3e8d7;
    position: relative;
    overflow: hidden;
}

.pph-selling-process-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(134, 0, 0, 0.02) 0%, transparent 60%);
    pointer-events: none;
}

.pph-selling-circle-container {
    position: relative;
    width: 100%;
    max-width: 850px;
    height: 850px;
    margin: 0px auto 0 auto;
}

.pph-circle-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.pph-circle-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background: #ffffff;
    border: 6px solid #860000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(134, 0, 0, 0.18);
    z-index: 3;
    text-align: center;
    padding: 20px;
}

.pph-circle-center i {
    font-size: 38px;
    color: #860000;
    margin-bottom: 8px;
}

.pph-circle-center h4 {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin: 0;
}

/* Step petal cards */
.pph-circle-step {
    position: absolute;
    width: 210px;
    min-height: 165px;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(134, 0, 0, 0.12);
    border-radius: 16px;
    padding: 18px 15px 15px 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 4;
}

.pph-circle-step-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.pph-circle-step-header i {
    font-size: 16px;
    color: #860000;
    background: rgba(134, 0, 0, 0.06);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.pph-circle-step-header h3 {
    font-size: 13.5px;
    font-weight: 850;
    color: #111827;
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.2;
}

.pph-circle-step p {
    font-size: 11.5px;
    color: #4b5563;
    line-height: 1.45;
    margin: 0;
    text-align: left;
}

/* Step badge node */
.pph-circle-node-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 5;
}

.pph-node-red {
    background: #860000;
    border: 2.5px solid #ffffff;
}

.pph-node-blue {
    background: #1f2937;
    border: 2.5px solid #ffffff;
}

/* Hover effects */
.pph-circle-step:hover {
    z-index: 10;
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 35px rgba(134, 0, 0, 0.12);
    border-color: rgba(134, 0, 0, 0.2);
}

.pph-circle-step:hover .pph-circle-step-header i {
    background: #860000;
    color: #ffffff;
    transform: scale(1.1);
}

.pph-circle-step:hover .pph-circle-step-header h3 {
    color: #860000;
}

.pph-circle-step:hover .pph-circle-node-badge {
    transform: scale(1.15);
}

/* Step individual positions */
.pph-circle-step-1 {
    left: 320px;
    top: 83px;
}
.pph-circle-step-1 .pph-circle-node-badge {
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.pph-circle-step-2 {
    left: 554px;
    top: 218px;
}
.pph-circle-step-2 .pph-circle-node-badge {
    top: -8px;
    right: -8px;
}

.pph-circle-step-3 {
    left: 554px;
    top: 488px;
}
.pph-circle-step-3 .pph-circle-node-badge {
    bottom: -8px;
    right: -8px;
}

.pph-circle-step-4 {
    left: 320px;
    top: 623px;
}
.pph-circle-step-4 .pph-circle-node-badge {
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.pph-circle-step-5 {
    left: 86px;
    top: 488px;
}
.pph-circle-step-5 .pph-circle-node-badge {
    bottom: -8px;
    left: -8px;
}

.pph-circle-step-6 {
    left: 86px;
    top: 218px;
}
.pph-circle-step-6 .pph-circle-node-badge {
    top: -8px;
    left: -8px;
}

/* Responsive Hide Circle on Mobile/Tablet */
.pph-mobile-timeline {
    display: none;
}

@media (max-width: 991px) {
    .pph-selling-circle-container {
        display: none;
    }

    
    .pph-mobile-timeline {
        display: block;
        position: relative;
        padding: 30px 10px;
        max-width: 600px;
        margin: 30px auto 0 auto;
    }
    
    /* Timeline connecting line */
    .pph-mobile-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25px;
        width: 3px;
        background: rgba(134, 0, 0, 0.15);
        border-radius: 2px;
    }
    
    .pph-timeline-item {
        position: relative;
        margin-bottom: 35px;
        padding-left: 60px;
        transition: all 0.3s ease;
    }
    
    .pph-timeline-item:last-child {
        margin-bottom: 0;
    }
    
    .pph-timeline-badge {
        position: absolute;
        left: 10px;
        top: 4px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #ffffff;
        border: 2px solid #860000;
        color: #860000;
        font-family: 'Outfit', sans-serif;
        font-weight: 800;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        z-index: 2;
    }
    
    .pph-timeline-content {
        background: #ffffff;
        border-radius: 12px;
        padding: 20px;
        border: 1px solid rgba(229, 231, 235, 0.7);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
        transition: all 0.3s ease;
    }
    
    .pph-timeline-content h3 {
        font-size: 16px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 8px;
    }
    
    .pph-timeline-content p {
        font-size: 13.5px;
        color: #4b5563;
        line-height: 1.5;
        margin: 0;
    }
    
    /* Interactive Mobile States */
    .pph-timeline-item:hover .pph-timeline-badge {
        background: #860000;
        color: #ffffff;
        transform: scale(1.1);
    }
    
    .pph-timeline-item:hover .pph-timeline-content {
        border-color: rgba(134, 0, 0, 0.15);
        box-shadow: 0 8px 25px rgba(134, 0, 0, 0.06);
    }
}

