/*
Theme Name: Medcity Child
Theme URI: http://7oroofthemes.com/medcity
Author: 7oroof
Author URI: https://themeforest.net/user/7oroof
Description: Medcity is a stunning, professional and flexible Health, Medical, Hospital And Clinic multi purpose WordPress theme. Medcity based on in-depth research into Doctor, Health, Health Care, Healthcare, Hospital, Medical, Medical Care, Medicine, Dental, Dentist, Pharmacy, and Veterinary industry to deliver all needed layouts and blocks.
Version: 1.2.0
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.7
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: medcity-child
Template: medcity
Tags: clinic, corona, dental, dentist, doctor, health, health care, healthcare, hospital, medical, medical care, medicine, pharmacy, physician, surgeon
*/
.dentinia-services-content-minimal {
    padding: 24px 16px;
    text-align: center;
}

.dentinia-services-title-minimal {
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 16px 0;
    letter-spacing: 0.5px;
}

.dentinia-services-grid-minimal {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.dentinia-service-card-minimal {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px 20px;
    text-align: left;
    transition: border-color 0.3s ease;
}

.dentinia-service-card-minimal:hover {
    border-color: #14b8a6;
}

.dentinia-service-subtitle-minimal {
    color: #14b8a6;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 8px;
}

.dentinia-service-description-minimal {
    color: #4b5563;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Responsive - Tablet ve Desktop */
@media (min-width: 768px) {
    .dentinia-services-grid-minimal {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .dentinia-services-content-minimal {
        padding: 28px 32px;
    }
}

@media (min-width: 1024px) {
    .dentinia-services-title-minimal {
        font-size: 1.25rem;
    }
}

.dentinia-hero-wrapper {
            all: initial;
            display: block;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .dentinia-hero-wrapper * {
            box-sizing: border-box;
        }
        
        /* SVG override - Tema CSS'ini engelle */
        .dentinia-hero-wrapper svg {
            fill: none !important;
            stroke: currentColor !important;
            vertical-align: middle;
        }
        
        .dentinia-hero-wrapper svg * {
            fill: none !important;
            stroke: inherit !important;
        }
        
        .dentinia-hero-wrapper .dentinia-hero {
            position: relative;
            min-height: 100vh;
            width: 100%;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .dentinia-hero-wrapper .hero-bg {
            position: absolute;
            inset: 0;
        }

        .dentinia-hero-wrapper .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dentinia-hero-wrapper .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.6), rgba(0,0,0,0.4));
        }

        .dentinia-hero-wrapper .hero-content {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 80px 16px;
        }

        .dentinia-hero-wrapper .container {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        .dentinia-hero-wrapper .hero-main {
            max-width: 60rem;
        }

        .dentinia-hero-wrapper .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(20, 184, 166, 0.2);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(94, 234, 212, 0.3);
            padding: 8px 16px;
            border-radius: 9999px;
            margin-bottom: 24px;
            color: white;
            font-size: 0.875rem;
        }

        .dentinia-hero-wrapper .badge svg {
            width: 16px;
            height: 16px;
            color: #5eead4;
        }

        .dentinia-hero-wrapper .hero-title {
            color: white;
            margin: 0 0 24px 0;
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .dentinia-hero-wrapper .hero-subtitle {
            color: #e5e7eb;
            margin: 0 0 48px 0;
            max-width: 42rem;
            font-size: 1rem;
            line-height: 1.6;
        }

        .dentinia-hero-wrapper .button-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 48px;
        }

        .dentinia-hero-wrapper .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            border-radius: 9999px;
            font-size: 1rem;
            cursor: pointer;
            border: none;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .dentinia-hero-wrapper .btn svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .dentinia-hero-wrapper .btn:hover svg {
            transform: scale(1.1);
        }

        .dentinia-hero-wrapper .btn-primary {
            background: white;
            color: #111827;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        .dentinia-hero-wrapper .btn-primary:hover {
            background: #14b8a6;
            color: white;
            transform: scale(1.05);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        /* Dentinia Kids Button - No hover effect */
        .dentinia-hero-wrapper .btn-kids {
            background: white;
            padding: 8px 16px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .dentinia-hero-wrapper .btn-kids:hover {
            transform: none;
            background: white;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        .dentinia-hero-wrapper .btn-kids:hover svg {
            transform: none;
        }

        .dentinia-hero-wrapper .btn-kids img {
            width: 80px;
            height: 40px;
            display: block;
            object-fit: contain;
        }

        .dentinia-hero-wrapper .btn-secondary {
            background: #14b8a6;
            color: white;
            border: 2px solid #5eead4;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        .dentinia-hero-wrapper .btn-secondary:hover {
            background: #0d9488;
            transform: scale(1.05);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .dentinia-hero-wrapper .info-cards {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin-top: 48px;
        }

        .dentinia-hero-wrapper .card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            padding: 24px;
        }

        .dentinia-hero-wrapper .card-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
        }

        .dentinia-hero-wrapper .card-header svg {
            width: 18px;
            height: 18px;
            color: #5eead4;
        }

        .dentinia-hero-wrapper .card-header h3 {
            color: white;
            font-size: 1rem;
            margin: 0;
            font-weight: 600;
        }

        .dentinia-hero-wrapper .card-text {
            color: #d1d5db;
            font-size: 0.875rem;
            margin: 0 0 12px 0;
        }

        .dentinia-hero-wrapper .card-link {
            color: #5eead4;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 1rem;
        }

        .dentinia-hero-wrapper .card-link:hover {
            color: #99f6e4;
        }

        .dentinia-hero-wrapper .card-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #5eead4;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 0.875rem;
            padding: 0;
            transition: color 0.3s ease;
        }

        .dentinia-hero-wrapper .card-button:hover {
            color: #99f6e4;
        }

        .dentinia-hero-wrapper .card-button svg {
            width: 14px;
            height: 14px;
        }

		.contact-actions {
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 8px;            
		}

        /* Working Hours - Aligned */
        .dentinia-hero-wrapper .hours-list {
            font-size: 0.875rem;
            display: flex;
            flex-direction: column;
            gap: 6px;
			padding: 0 28px;
        }

        .dentinia-hero-wrapper .hours-list .hours-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dentinia-hero-wrapper .hours-list .day {
            color: #d1d5db;
            min-width: 90px;
            flex-shrink: 0;
        }

        .dentinia-hero-wrapper .hours-list .time {
            color: white;
            text-align: right;
            flex-shrink: 0;
        }

        .dentinia-hero-wrapper .hours-list .closed {
            color: #fca5a5;
        }

        .dentinia-hero-wrapper .scroll-indicator {
            position: absolute;
            bottom: 32px;
            left: 50%;
            transform: translateX(-50%);
            animation: dentinia-bounce 2s infinite;
            display: none;
        }

        .dentinia-hero-wrapper .scroll-indicator-inner {
            width: 24px;
            height: 40px;
            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 9999px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 8px;
        }

        .dentinia-hero-wrapper .scroll-indicator-dot {
            width: 4px;
            height: 8px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 9999px;
        }

        @keyframes dentinia-bounce {
            0%, 100% {
                transform: translateX(-50%) translateY(0);
            }
            50% {
                transform: translateX(-50%) translateY(-25%);
            }
        }

        /* Modal Styles */
        .dentinia-modal {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 999999;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .dentinia-modal.active {
            display: flex;
        }

        .dentinia-modal-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
        }

        .dentinia-gallery-overlay {
            background: rgba(0, 0, 0, 0.95);
        }

        .dentinia-modal-content {
            position: relative;
            background: white;
            border-radius: 16px;
            padding: 32px;
            max-width: 42rem;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            margin: 16px;
        }

        .dentinia-gallery-content {
            position: relative;
            max-width: 95vw;
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .dentinia-modal-close {
            position: absolute;
            top: 24px;
            right: 24px;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            cursor: pointer;
            padding: 8px;
            color: white;
            transition: all 0.3s ease;
            z-index: 10;
            border-radius: 50%;
        }

        .dentinia-modal-close:hover {
            background: rgba(0, 0, 0, 0.7);
            transform: scale(1.1);
        }

        .dentinia-modal-close svg {
            width: 32px;
            height: 32px;
        }

        .dentinia-modal-title {
            color: #14b8a6;
            margin: 0 0 32px 0;
            font-size: 2rem;
            font-weight: 700;
        }

        .dentinia-contact-info {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .dentinia-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .dentinia-contact-icon {
            background: #ccfbf1;
            padding: 12px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .dentinia-contact-icon svg {
            width: 24px;
            height: 24px;
            color: #14b8a6;
        }

        .dentinia-contact-details h3 {
            color: #111827;
            margin: 0 0 4px 0;
            font-size: 1.25rem;
            font-weight: 600;
        }

        .dentinia-contact-details p {
            color: #4b5563;
            margin: 0;
            line-height: 1.6;
        }

        .dentinia-contact-note {
            margin-top: 32px;
            padding: 24px;
            background: #ccfbf1;
            border-radius: 12px;
            text-align: center;
        }

        .dentinia-contact-note p {
            color: #374151;
            margin: 0;
        }

        .dentinia-gallery-slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: #000;
            width: 100%;
            height: 70vh;
            max-height: 800px;
        }

        .dentinia-gallery-slider {
            display: flex;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            will-change: transform;
            height: 100%;
        }

        .dentinia-gallery-slider.no-transition {
            transition: none;
        }

        .dentinia-gallery-slide {
            min-width: 100%;
            width: 100%;
            height: 100%;
            flex-shrink: 0;
            position: relative;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .dentinia-gallery-image {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
            user-select: none;
            -webkit-user-drag: none;
        }

        .dentinia-gallery-image.loading {
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%);
            background-size: 200% 100%;
            animation: dentinia-loading 1.5s infinite;
        }

        @keyframes dentinia-loading {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }

        .dentinia-gallery-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 16px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            color: white;
            z-index: 10;
        }

        .dentinia-gallery-nav:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateY(-50%) scale(1.1);
        }

        .dentinia-gallery-nav:active {
            transform: translateY(-50%) scale(0.95);
        }

        .dentinia-gallery-nav svg {
            width: 28px;
            height: 28px;
            display: block;
        }

        .dentinia-gallery-nav-prev {
            left: 24px;
        }

        .dentinia-gallery-nav-next {
            right: 24px;
        }

        .dentinia-gallery-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.5), transparent);
            padding: 48px 24px 24px;
            pointer-events: none;
        }

        .dentinia-gallery-caption h3 {
            color: white;
            text-align: center;
            font-size: 1.5rem;
            margin: 0;
            font-weight: 600;
        }

        .dentinia-gallery-thumbnails {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            padding: 0 12px;
        }

        .dentinia-gallery-thumbnail {
            width: 100px;
            height: 75px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            border: 3px solid transparent;
            transition: all 0.3s ease;
            opacity: 0.6;
            background: #1a1a1a;
            flex-shrink: 0;
        }

        .dentinia-gallery-thumbnail:hover {
            opacity: 0.9;
            transform: scale(1.05);
        }

        .dentinia-gallery-thumbnail.active {
            border-color: #14b8a6;
            opacity: 1;
            box-shadow: 0 0 20px rgba(20, 184, 166, 0.5);
        }

        .dentinia-gallery-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .dentinia-gallery-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .dentinia-gallery-dot {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.4);
            border: none;
            border-radius: 9999px;
            cursor: pointer;
            transition: all 0.3s ease;
            padding: 0;
        }

        .dentinia-gallery-dot:hover {
            background: rgba(255, 255, 255, 0.6);
            transform: scale(1.2);
        }

        .dentinia-gallery-dot.active {
            background: white;
            width: 36px;
        }

        .dentinia-gallery-counter {
            position: absolute;
            top: 24px;
            left: 24px;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(8px);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
            z-index: 10;
        }

        /* Responsive */
        @media (min-width: 640px) {
            .dentinia-hero-wrapper .hero-title {
                font-size: 3rem;
            }

            .dentinia-hero-wrapper .badge {
                font-size: 1.5rem;
            }

            .dentinia-hero-wrapper .hero-content {
                padding: 0 24px;
            }

            .dentinia-hero-wrapper .button-group {
                flex-direction: row;
                gap: 16px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-thumbnail {
                width: 120px;
                height: 90px;
            }
        }

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

            .dentinia-hero-wrapper .hero-overlay {
                background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.5), transparent);
            }

            .dentinia-hero-wrapper .hero-content {
                padding: 0 48px;
            }

            .dentinia-hero-wrapper .info-cards {
                grid-template-columns: repeat(3, 1fr);
                gap: 16px;
                margin-top: 64px;
            }

            .dentinia-hero-wrapper .scroll-indicator {
                display: block;
            }

            .dentinia-hero-wrapper .dentinia-gallery-thumbnail {
                width: 140px;
                height: 105px;
            }
        }

        @media (min-width: 1024px) {
            .dentinia-hero-wrapper .dentinia-gallery-slider-container {
                height: 75vh;
            }
        }

        @media (max-width: 640px) {
            .dentinia-hero-wrapper .dentinia-gallery-nav {
                padding: 12px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-nav svg {
                width: 20px;
                height: 20px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-nav-prev {
                left: 12px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-nav-next {
                right: 12px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-counter {
                top: 12px;
                left: 12px;
                font-size: 0.75rem;
                padding: 6px 12px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-thumbnail {
                width: 70px;
                height: 52px;
            }

            .dentinia-hero-wrapper .dentinia-gallery-slider-container {
                height: 50vh;
            }

            .dentinia-hero-wrapper .dentinia-gallery-caption h3 {
                font-size: 1.125rem;
            }

            .dentinia-hero-wrapper .btn-kids img {
                width: 60px;
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .dentinia-hero-wrapper .dentinia-gallery-thumbnails {
                gap: 8px;
            }
            
            .dentinia-hero-wrapper .dentinia-gallery-thumbnail {
                width: 60px;
                height: 45px;
            }
        }