/* ==========================================================
   Belgian Malinois Dog Breeding Centre — Page Specific CSS
   Scoped to .breeding-page only — no impact on other pages
   ========================================================== */

/* ── Section Base ── */
.breeding-page .service-detailed-info .special-training-section,
.breeding-page .service-detailed-info .special-training-section-right {
    display: flex;
    gap: 56px;
    align-items: flex-start;
    padding: 60px 0;
    border-bottom: 1px solid rgba(196, 156, 109, 0.18);
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    transform: none !important;
}

/* ── Image ── */
.breeding-page .service-detailed-info .special-training-section > img,
.breeding-page .service-detailed-info .special-training-section-right > img,
.breeding-page .service-detailed-info .special-training-section-right > .about-float-img {
    flex-shrink: 0;
    width: 400px;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
    border: none;
    order: unset;
    float: none;
    margin: 0;
    grid-column: unset;
    display: block;
    align-self: center;
}

/* Image left */
.breeding-page .service-detailed-info .special-training-section > img {
    order: 1;
}
.breeding-page .service-detailed-info .special-training-section > .section-text-block {
    order: 2;
    flex: 1;
    min-width: 0;
    padding-top: 8px;
}

/* Image right */
.breeding-page .service-detailed-info .special-training-section-right > .about-float-img,
.breeding-page .service-detailed-info .special-training-section-right > img {
    order: 2;
}
.breeding-page .service-detailed-info .special-training-section-right > .section-text-block {
    order: 1;
    flex: 1;
    min-width: 0;
    padding-top: 8px;
}

/* ── H2 ── */
.breeding-page .section-text-block h2 {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 800;
    color: #1e1a17;
    line-height: 1.25;
    margin: 0 0 10px;
}

.breeding-page .section-text-block h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: var(--primary-gold, #c8922a);
    margin: 12px 0 18px;
    border-radius: 2px;
}

/* ── H3 — sub-heading inside section ── */
.breeding-page .section-text-block h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-brown, #5C4033);
    margin: 22px 0 8px;
    padding-left: 12px;
    border-left: 3px solid var(--primary-gold, #c8922a);
    line-height: 1.4;
}

.breeding-page .section-text-block h3::after {
    display: none;
}

/* ── Paragraph ── */
.breeding-page .section-text-block p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0 0 14px;
}

/* ── List ── */
.breeding-page .section-text-block ul {
    list-style: none;
    padding: 0;
    margin: 6px 0 14px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.breeding-page .section-text-block ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #3d3d3d;
    line-height: 1.65;
    font-weight: 400;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    transform: none;
}

.breeding-page .section-text-block ul li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: #c8922a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px;
    position: static;
}

/* ── Full-height image stretch (for sections with lots of text) ── */
.breeding-page .img-stretch-section {
    align-items: stretch;
}

.breeding-page .img-stretch-section > img {
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    align-self: stretch;
    width: 400px !important;
    max-width: 400px !important;
    border: none !important;
}

/* ── Why Choose Section — h2/intro full width, bullets+image side by side ── */
.breeding-page .why-choose-section {
    background: transparent;
    display: flex;
    gap: 48px;
    align-items: stretch;
}

.breeding-page .why-choose-left-img {
    flex-shrink: 0;
    width: 380px;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    align-self: stretch;
}

.breeding-page .why-choose-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breeding-page .why-choose-heading {
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    color: #1e1a17;
    line-height: 1.3;
    margin-bottom: 6px;
}

.breeding-page .why-choose-heading::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: var(--primary-gold, #c8922a);
    margin: 12px 0 16px;
    border-radius: 2px;
}

.breeding-page .why-choose-intro {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
    max-width: 680px;
}

.breeding-page .why-choose-body {
    display: flex;
    gap: 24px;
    align-items: center;
}

.breeding-page .why-choose-list {
    flex: 0 0 auto;
    width: fit-content;
    min-width: 0;
}

.breeding-page .why-choose-list p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.breeding-page .why-choose-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.breeding-page .why-choose-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #3d3d3d;
    line-height: 1.65;
}

.breeding-page .why-choose-list ul li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: #c8922a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px;
}

.breeding-page .why-choose-img {
    flex-shrink: 0;
    width: 380px;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

@media (max-width: 900px) {
    .breeding-page .why-choose-section {
        flex-direction: column;
    }
    .breeding-page .why-choose-left-img {
        width: 100%;
        height: 220px;
        align-self: auto;
    }
    .breeding-page .why-choose-body {
        flex-direction: column;
        gap: 24px;
    }
    .breeding-page .why-choose-img {
        width: 100%;
        max-height: 220px;
    }
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .breeding-page .service-detailed-info .special-training-section,
    .breeding-page .service-detailed-info .special-training-section-right {
        flex-direction: column;
        gap: 24px;
        padding: 40px 0;
    }

    .breeding-page .service-detailed-info .special-training-section > img,
    .breeding-page .service-detailed-info .special-training-section-right > img,
    .breeding-page .service-detailed-info .special-training-section-right > .about-float-img {
        width: 100%;
        max-height: 260px;
        aspect-ratio: 16 / 9;
        order: 1 !important;
    }

    .breeding-page .service-detailed-info .special-training-section > .section-text-block,
    .breeding-page .service-detailed-info .special-training-section-right > .section-text-block {
        order: 2 !important;
        padding-top: 0;
    }

    .breeding-page .img-stretch-section > img {
        height: 260px;
        align-self: auto;
    }
}

/* ── Breeding Process Section ── */
.breeding-process-section {
    background: var(--cream, #F5F1E8);
    border-radius: 16px;
    padding: 52px 48px;
    margin-top: 60px;
}

.breeding-process-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 44px;
}

.breeding-process-header h2 {
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    color: #1e1a17;
    line-height: 1.3;
    margin-bottom: 6px;
}

.breeding-process-header h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: var(--primary-gold, #c8922a);
    margin: 12px auto 16px;
    border-radius: 2px;
}

.breeding-process-header p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* 2-column grid for steps */
.breeding-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.breeding-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    border: 1px solid rgba(196, 156, 109, 0.15);
}

/* Image cell in position 4 */
.breeding-step--image {
    padding: 0;
    border: none;
    background: transparent;
    overflow: hidden;
    border-radius: 12px;
}

.breeding-step--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.step-number {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c8922a, #d4a84b);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.step-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-brown, #5C4033);
    margin: 0 0 10px;
}

.step-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.step-content ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    padding-left: 16px;
    position: relative;
}

.step-content ul li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--primary-gold, #c8922a);
    font-weight: 700;
}

@media (max-width: 768px) {
    .breeding-process-section {
        padding: 32px 20px;
        margin-top: 32px;
        border-radius: 12px;
    }
    .breeding-steps-grid {
        grid-template-columns: 1fr;
    }
    .breeding-step--image {
        height: 220px;
    }
}

/* ══════════════════════════════════════
   BREEDING PAGE — MOBILE RESPONSIVE
   ══════════════════════════════════════ */

/* Prevent horizontal overflow */
body.breeding-page {
    overflow-x: hidden;
}

/* ── 768px and below ── */
@media (max-width: 768px) {

    /* Intro paragraph */
    .breeding-page .intro-paragraph {
        padding: 48px 16px;
    }

    .breeding-page .intro-paragraph .container {
        padding-left: 0;
        border-left: none;
    }

    .breeding-page .intro-paragraph h2 {
        font-size: 22px !important;
        line-height: 1.3;
    }

    .intro-paragraph-text {
        font-size: 15px !important;
        line-height: 1.75;
    }

    /* Service detailed info */
    .breeding-page .service-detailed-info {
        padding: 40px 0;
    }

    /* Section text block */
    .breeding-page .section-text-block h2 {
        font-size: clamp(18px, 5vw, 22px);
    }

    .breeding-page .section-text-block h3 {
        font-size: 14px;
    }

    .breeding-page .section-text-block p,
    .breeding-page .section-text-block ul li {
        font-size: 14px;
    }

    /* Why choose section */
    .breeding-page .why-choose-content {
        padding: 0;
    }

    .breeding-page .why-choose-intro {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .breeding-page .why-choose-list {
        width: 100%;
    }

    .breeding-page .why-choose-list ul li {
        font-size: 14px;
    }

    .breeding-page .why-choose-heading {
        font-size: 22px;
    }

    /* Img stretch sections */
    .breeding-page .img-stretch-section > img {
        height: 220px !important;
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* about-float-img inside breeding page stacks */
    .breeding-page .about-float-img {
        float: none !important;
        width: 100% !important;
        height: 220px !important;
        margin: 0 0 16px 0 !important;
    }
}

/* ── 480px and below ── */
@media (max-width: 480px) {

    .breeding-page .service-detailed-info .special-training-section,
    .breeding-page .service-detailed-info .special-training-section-right {
        padding: 24px 0;
        gap: 16px;
    }

    .breeding-page .section-text-block h2 {
        font-size: 18px;
    }

    .breeding-step {
        padding: 16px 14px;
        gap: 12px;
    }

    .step-number {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .step-content h3 {
        font-size: 14px;
    }

    .step-content ul li {
        font-size: 13px;
    }

    .breeding-step--image {
        height: 180px;
    }

    .breeding-process-section {
        padding: 24px 14px;
        border-radius: 10px;
    }

    .breeding-process-header h2 {
        font-size: 18px;
    }

    .breeding-process-header p {
        font-size: 14px;
    }

    .breeding-page .why-choose-heading {
        font-size: 20px;
    }

    .breeding-page .intro-paragraph {
        padding: 36px 12px;
    }
}
