/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Unified Bold Font Style */
strong, b, .bold, 
h1, h2, h3, h4, h5, h6,
.detail-title,
.hero-title,
.intro-title,
.gallery-title,
.section-heading,
.info-label,
.detail-label,
.parent-label,
.contact-label,
.price-male,
.price-female {
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

#root {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

/* Main Container */
.main-container {
    width: 100%;
    max-width: 1950px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding-bottom: 120px;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.hero-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.hero-image {
    width: 100%;
    height: 533px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

@media (min-width: 900px) {
    .hero-image {
        height: 667px;
        object-position: center center;
    }
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 1rem;
}

.hero-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-subtitle-section {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #374151;
    margin: 2rem 0;
    padding: 0 1rem;
}

.boys-text {
    color: #3b82f6;
    font-weight: 700;
}

.girl-text {
    color: #ec4899;
    font-weight: 700;
}

@media (min-width: 640px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle-section {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-subtitle-section {
        font-size: 1.75rem;
    }
}

/* Main Content */
.main-content {
    width: 100%;
    padding: 2rem 0;
    background: linear-gradient(to bottom, white, #f8f9fa);
}

/* Desktop Layout Container */
.desktop-layout-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 1024px) {
    .desktop-layout-container {
        display: grid;
        grid-template-columns: 1.4fr 1fr;
        gap: 3rem;
        align-items: start;
    }
    
    .desktop-layout-container.full-width {
        display: block;
    }
}

/* Info Cards Section */
.info-cards-section {
    width: 100%;
    order: 2;
}

.content-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 1023px) {
    .content-container {
        padding: 0 1rem;
    }
}

.content-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 2rem;
    position: sticky;
    top: 2rem;
    max-height: 100%;
}

@media (min-width: 768px) {
    .content-card {
        padding: 3rem;
    }
}

/* Introduction */
.intro-section {
    text-align: center;
    margin-bottom: 3rem;
}

.intro-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .intro-title {
        font-size: 2.25rem;
    }
}

.intro-text {
    font-size: 1.25rem;
    color: #374151;
    margin-bottom: 1rem;
}

.intro-highlight {
    font-weight: 600;
}

/* Details Grid */
.details-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.detail-card {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem;
}

.detail-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.detail-list {
    list-style: none;
}

.detail-item {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.25rem;
    color: #333;
}

    min-width: 0;
    word-break: break-word;
}

#currentAgeDisplay {
    margin-left: 0.5rem;
}

.location-label {
    white-space: nowrap;
}

.detail-label {
    font-weight: 600;
    margin-right: 0.5rem;
}

.health-check {
    color: #10b981;
    margin-right: 0.5rem;
}

.no-registration {
    color: #6b7280;
    font-style: italic;
}

.no-registration {
    font-style: italic;
    color: #6b7280;
}

/* Puppy Info Grid */
.puppy-info-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.6;
}

/* Date items - two column layout on mobile */
.date-item {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.6;
    align-items: center;
}

.date-values {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    align-items: center;
}

/* Stack date values on small mobile screens */
@media (max-width: 450px) {
    .date-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.25rem !important;
    }

    .date-item .info-label {
        display: block !important;
        width: 100% !important;
    }

    .date-values {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.125rem !important;
        width: 100% !important;
    }

    .date-values .info-value {
        display: block !important;
        width: 100% !important;
    }

    .date-values .date-status {
        display: block !important;
        width: 100% !important;
    }
}


.info-label {
    font-weight: bold;
    color: #1f2937;
}

.info-value {
    font-weight: normal;
    color: #374151;
}

.separator {
    margin: 0 0.5rem;
    color: #374151;
}

.location-link {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.location-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
/* Address Link */
.address-link {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.address-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Pricing */
.pricing-section {
    /* Remove grid-column span since we're no longer using grid */
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.pricing-card {
    text-align: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}

.price-male {
    font-weight: 600;
    color: #3b82f6;
    font-size: 1.25rem;
}

.price-female {
    font-weight: 600;
    color: #ec4899;
    font-size: 1.25rem;
}

.price-amount {
    margin-left: 0.5rem;
    font-size: 1.25rem;
}

/* Gallery */
.gallery-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    order: 1;
}

@media (max-width: 1023px) {
    .gallery-section {
        padding: 2rem 1rem;
    }
}

.gallery-title {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #1f2937;
}

/* Carousel Styles */
.carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.main-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1rem;
    overflow: hidden;
    background: #f3f4f6;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
}

.main-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-video {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.video-play-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #333;
    transition: all 0.3s ease;
}

.play-button:hover {
    background: white;
    transform: scale(1.1);
}

/* Carousel Navigation */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-nav:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.carousel-prev {
    left: 1rem;
}

.carousel-next {
    right: 1rem;
}

/* Thumbnails */
.thumbnails-container {
    margin-top: 1.5rem;
    overflow: hidden;
}

.thumbnails-scroll {
    display: flex;
   justify-content: center;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: thin;
}

.thumbnails-scroll::-webkit-scrollbar {
    height: 4px;
}

.thumbnails-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 2px;
}

.thumbnails-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

.thumbnail-item {
    position: relative;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-item:hover {
    transform: scale(1.05);
}

.thumbnail-item.active {
    border-color: #3b82f6;
    transform: scale(1.1);
}

.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-video {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thumbnail-video::before {
    content: '▶';
    color: white;
    font-size: 1.5rem;
    position: absolute;
    z-index: 2;
}

.thumbnail-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Modal Updates */
.modal-image-container {
    position: relative;
    max-height: 70vh;
    max-width: 90vw;
}

.modal-video-container {
    width: 400px;
    height: 711px;
    max-height: 70vh;
    max-width: 90vw;
}

.modal-video {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.modal-thumbnails {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    padding: 1rem;
    backdrop-filter: blur(10px);
}

.modal-thumbnails-scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    max-width: 80vw;
    scrollbar-width: none;
}

.modal-thumbnails-scroll::-webkit-scrollbar {
    display: none;
}

.modal-thumbnail-item {
    position: relative;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.modal-thumbnail-item:hover {
    transform: scale(1.1);
}

.modal-thumbnail-item.active {
    border-color: #3b82f6;
}

.modal-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-thumbnail-video {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-thumbnail-video::before {
    content: '▶';
    color: white;
    font-size: 1rem;
    position: absolute;
    z-index: 2;
}

.modal-thumbnail-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Section Heading */
.section-heading {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    color: #1f2937;
    margin: 3rem 0 2rem 0;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .section-heading {
        font-size: 2.25rem;
        margin: 4rem 0 3rem 0;
    }
}

/* Modal */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    padding: 0.5rem;
}

.modal-close:hover {
    color: #d1d5db;
}

.modal-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.75);
    border: none;
    cursor: pointer;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 50;
    font-size: 2rem;
    transition: all 0.2s ease;
}

.modal-nav:hover {
    color: #d1d5db;
    background: rgba(0, 0, 0, 0.9);
}

.modal-nav-left {
    left: 0;
    border-radius: 0 0.75rem 0.75rem 0;
}

.modal-nav-right {
    right: 0;
    border-radius: 0.75rem 0 0 0.75rem;
}

@media (min-width: 640px) {
    .modal-nav {
        padding: 1.5rem;
    }
}

.modal-image-container {
    position: relative;
    max-height: 90vh;
    max-width: 90vw;
}

.modal-image {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
}

/* Contact Bar */
.contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e5e7eb;
}

.contact-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contact-group {
    display: flex;
    gap: 1rem;
}

.contact-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.contact-link:hover {
    transform: translateY(-1px);
}

.contact-call {
    color: #dc2626;
}

.contact-call:hover {
    color: #991b1b;
    background: #fef2f2;
}

.contact-text {
    color: #4b5563;
}

.contact-text:hover {
    color: #1f2937;
    background: #f9fafb;
}

.contact-email {
    color: #2563eb;
}

.contact-email:hover {
    color: #1d4ed8;
    background: #eff6ff;
}

.contact-whatsapp {
    color: #25d366;
}

.contact-whatsapp:hover {
    color: #128c7e;
    background: rgba(37, 211, 102, 0.1);
}

.contact-facebook {
    color: #1877f2;
}

.contact-facebook:hover {
    color: #0c63d4;
    background: rgba(24, 119, 242, 0.1);
}

.contact-icon {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

.contact-label {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Continuation Section */
.continuation-section {
    width: 100%;
    background: #f9fafb;
    padding: 3rem 0;
    text-align: center;
}

.continuation-text {
    font-size: 1.25rem;
    color: #6b7280;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 640px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.25rem;
    }
    
    .intro-title {
        font-size: 1.5rem;
    }
    
    .intro-text {
        font-size: 1.125rem;
    }
}

/* About the Puppies Section */
.about-puppies-section {
    background: #fff;
    width: 100%;
}

.about-puppies-section .content-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 121px;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

@media (max-width: 1250px) {
    .about-puppies-section .content-container {
        padding: 40px 15px;
    }
}

.about-puppies-section .section-heading {
    font-size: 16px;
    color: #222223;
    line-height: 1.4;
    margin: 0 0 1rem 0;
}

.about-puppies-description {
    font-size: 16px;
    color: #222223;
    line-height: 1.4;
}

.about-puppies-description p {
    margin-bottom: 0.5rem;
}

.about-puppies-description {
    font-size: 16px;
    color: #222223;
    line-height: 1.4;
}

.about-puppies-description p {
    margin-bottom: 1rem;
}

.about-puppies-description p:last-child {
    margin-bottom: 0;
}

/* Parents Section Styling */
.parents-card {
    background: #f8f8f8 !important;
    padding: 40px 15px !important;
    border-radius: 8px;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

.parents-card .detail-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.parents-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .parents-columns {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.parent-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.parent-image {
    width: 100%;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.parent-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.parent-detail {
    font-size: 16px;
    color: #222223;
    line-height: 1.4;
    font-weight: 400;
}

.parent-label {
    font-weight: 600;
    color: #222223;
}

/* Puppy Perks Section */
.puppy-perks-card {
    background: #f8f8f8 !important;
    padding: 40px 0 !important;
    border-radius: 8px;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

.perks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .perks-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.perk-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 16px;
    color: #222223;
    line-height: 1.4;
}

.perk-check-icon {
    color: #10b981;
    font-weight: bold;
    flex-shrink: 0;
}

/* Additional Details Section Alignment */
.desktop-layout-container > .content-card {
    padding-left: 0;
    padding-right: 0;
}

.desktop-layout-container .parents-card {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 1023px) {
    .desktop-layout-container > .content-card {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Utility Classes */
.hidden {
    display: none;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}
/* Large Screen Font Size Increase */
@media (min-width: 1024px) {
    body {
        font-size: 1.2em;
    }
    
    .detail-title {
        font-size: 2.4rem;
    }
    
    .intro-title {
        font-size: 2.7rem;
    }
    
    .hero-title {
        font-size: 3.6rem;
    }
    
    .hero-subtitle-section {
        font-size: 2.1rem;
    }
    
    .section-heading {
        font-size: 2.7rem;
    }
    
    .gallery-title {
        font-size: 2.25rem;
    }
    
    .info-item {
        font-size: 1.35rem;
    }
    
    .intro-text {
        font-size: 1.5rem;
    }
    
    .price-male,
    .price-female,
    .price-amount {
        font-size: 1.5rem;
    }
    
    .parent-detail,
    .perk-item,
    .about-puppies-description {
        font-size: 1.2rem;
    }
    
    .contact-label {
        font-size: 1.05rem;
    }
}