﻿#item1,
#item2 {
    grid-row: span 2
}

#item1,
#item3,
#item4,
#item5 {
    grid-column: span 4
}

.home-header-container {
    padding-left: 1rem;
    margin-top: 1rem;
    flex-direction: column;
}

.banner-swiper-image {
    height: 500px
}

.banner-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    background: rgba(0, 0, 0, .7);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .4);
    color: #fff;
    max-width: 50%;
    text-align: left;
    animation: .8s ease-in-out fadeInUp;
    width: 100%;
    box-shadow: 7px 4px 12px 1px #111111ab
}

.banner-content h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #dc2626
}

.banner-content h2 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px
}

.banner-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff
}

@media screen and (max-width:765px) {
    .banner-content {
        margin-top: 2rem;
        left: 0;
        max-width: 100%;
        bottom: 0;
        margin-bottom: 1rem
    }

    .bannerSwiper .swiper-button-next,
    .bannerSwiper .swiper-button-prev {
        display: none
    }
}

.banner-buttons {
    display: flex;
    gap: 10px
}

.banner-buttons a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: .3s ease-in-out
}

.banner-buttons a.btn-primary {
    background: #007bff;
    color: #fff;
    border: none
}

.banner-buttons a.btn-primary:hover {
    background: #0056b3
}

.banner-buttons a.btn-secondary {
    background: #6c757d;
    color: #fff;
    border: none
}

.banner-buttons a.btn-secondary:hover {
    background: #495057
}

.brand-ticker-container {
    width: 90%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    margin: auto;
    border-radius: 30px;
}

.entryBrandSwiper {
    width: 90%;
    border-radius: 20px;
}

.entryBrandSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media screen and (max-width:768px) {
    .home-header-container {
    }

    .entry-brand-item {
        padding: 0 !important
    }
}

.entry-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #fff;
    height: 60px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.entry-brand-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.entry-brand-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    padding: 1rem
}

.featured-item img,
.video-wrapper {
    height: 100%;
    width: 100%
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 20px;
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto
}

#item2 {
    grid-column: span 8
}

.featured-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.featured-item img {
    object-fit: contain;
    transition: transform .3s
}

.featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, rgb(248 32 32 / 0%), #7363d4);
    padding: 1rem;
}

.featured-icon{
    width: 120px!important;
    height: 120px!important;
    object-fit: cover;
}

.swiper-slide,
.video-wrapper {
    position: relative;
    overflow: hidden
}

.featured-overlay h3 {
    color: #fff;
    margin: 0;
    font-size: 2.5rem;
    text-align: center;
    transition: transform .3s;
    font-weight: 800;
}

@media screen and (max-width:991.98px) {
    .featured-icon{
        width: 60px!important;
        height: 60px!important;
    }
    .featured-overlay {
        opacity: 1 !important
    }

        .featured-overlay h3 {
            transform: translateY(0) !important;
            font-size: 18px;
        }
}

.featured-item:hover .featured-overlay {
    opacity: 1
}

.featured-item:hover .featured-overlay h3 {
    transform: translateY(0)
}

.featured-item:hover img {
    transform: scale(1.1)
}

@media (max-width:768px) {

    #item1,
    #item2 {
        grid-row: span 1
    }

    #item1,
    #item3 {
        grid-column: span 2
    }

    #item2,
    #item4,
    #item5 {
        grid-column: span 4
    }

    .featured-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 150px
    }
}

@media (max-width:480px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 120px
    }

    #item1,
    #item2,
    #item3,
    #item4,
    #item5 {
        grid-column: span 2
    }
}

@media only screen and (max-width:765px) {
    .section-header-wrapper {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .home-header-container h2 {
        font-size: 28px
    }

    .home-header-container p {
        font-size: 14px;
        text-align: left;
        margin-top: .2rem !important
    }

    .py-12 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .gap-6 {
        gap: .5rem
    }
}

.banner-swiper-video {
    width: 100%;
    object-fit: cover;
    height: 500px
}

/* Veteriner Teması - Kırmızı Renk Paleti */
:root {
    --vet-primary: #dc2626;
    --vet-primary-dark: #b91c1c;
    --vet-primary-light: #f87171;
    --vet-secondary: #059669;
    --vet-secondary-dark: #047857;
    --vet-accent: #f59e0b;
    --vet-gradient: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    --vet-gradient-green: linear-gradient(135deg, #059669 0%, #047857 100%);
}

/* Pet Bakım İpuçları Özel Stiller */
.pet-care-section {
    background: linear-gradient(135deg, #fef3f2 0%, #f0f9ff 50%, #ecfdf5 100%);
}

.pet-care-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 4px solid var(--vet-primary);
}

.pet-care-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.15);
}

.pet-care-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: var(--vet-gradient);
}

.pet-care-icon i {
    color: white;
    font-size: 1.5rem;
}

/* Veteriner Önerisi Ürünler Stiller */
.vet-recommended-section {
    background: linear-gradient(135deg, #fef3f2 0%, #f0f9ff 100%);
}

.vet-recommended-badge {
    background: var(--vet-gradient-green);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.vet-recommended-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.vet-recommended-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.2);
    border-color: var(--vet-secondary);
}

/* Müşteri Yorumları Stiller */
.testimonials-section {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--vet-gradient);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 1rem;
}

.testimonial-stars i {
    color: #fbbf24;
    font-size: 1.1rem;
}

/* Mevsimlik Ürünler Stiller */
.seasonal-products-section {
    background: linear-gradient(135deg, #ffffff 0%, #fef3f2 100%);
}

.seasonal-product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 38, 38, 0.1);
}

.seasonal-product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(220, 38, 38, 0.15);
    border-color: var(--vet-primary-light);
}

.seasonal-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Shop Services Yeniden Tasarım */
.shop-services-modern {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.shop-services-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="90" cy="50" r="0.5" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.service-card-modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.5s ease;
}

.service-card-modern:hover::before {
    transform: scale(1);
}

.service-card-modern:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.service-icon-modern {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.service-card-modern:hover .service-icon-modern {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.service-icon-modern i {
    font-size: 2rem;
    color: white;
}

.service-card-modern h4 {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-card-modern p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Banner Alt Kısmı için 4lü Yapı */
.banner-bottom-section {
    background: linear-gradient(135deg, #ffffff 0%, #fef3f2 100%);
    padding: 3rem 0;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px){
    .banner-bottom-section{
        margin-top: 10px;
    }

    .hero-slider{
        margin-top: 2rem;
    }
    .category-card img{
        height: auto!important;
    }
}

.banner-bottom-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid var(--vet-primary);
    height: 100%;
    background: url(../images/bg/1.webp);
    background-position: bottom;
    background-size: cover;
}

.banner-bottom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.15);
}

.banner-bottom-icon {
    width: 60px;
    height: 60px;
    background: var(--vet-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.banner-bottom-card:hover .banner-bottom-icon {
    transform: scale(1.1);
}

.banner-bottom-icon i {
    color: white;
    font-size: 1.5rem;
}

.banner-bottom-card h3 {
    color: var(--vet-primary);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.banner-bottom-card p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .service-card-modern {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .service-icon-modern {
        width: 60px;
        height: 60px;
    }
    
    .service-icon-modern i {
        font-size: 1.5rem;
    }
    
    .banner-bottom-card {
        padding: .5rem;
        margin-bottom: 1rem;
    }
    
    .pet-care-card {
        margin-bottom: 1rem;
    }
}

.bg-banner {
    background: radial-gradient(rgb(255 160 0 / 27%), #721eae69);
}