﻿/* 
---------------------------------------------
Hakkımızda Sayfası
--------------------------------------------- 
*/



.about-page-heading {
    margin-top: 160px;
    margin-bottom: 30px;
    background-image: url(../images/anasayfa/ag-smell-world-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .page-heading .inner-content {
        padding: 150px 0px;
        text-align: center;
    }

        .page-heading .inner-content h2 {
            font-size: 52px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .page-heading .inner-content span {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            font-style: italic;
        }

/* Hakkımızda Bölümü */
.hakkimizda-section {
    background-color: #f9fdf9;
    padding: 80px 0;
}

    .hakkimizda-section h2 {
        font-size: 32px;
        color: #22521B;
        font-weight: 700;
    }

    .hakkimizda-section p {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 15px;
    }

    .hakkimizda-section .blockquote {
        border-left: 4px solid #22521B;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        font-style: italic;
        color: #2a2a2a;
    }

    .hakkimizda-section .image-wrapper img {
        border-radius: 12px;
        transition: transform 0.4s ease;
    }

    .hakkimizda-section .image-wrapper:hover img {
        transform: scale(1.03);
    }

    .hakkimizda-section .social-links a {
        color: #2a2a2a;
        font-size: 20px;
        transition: color 0.3s ease;
    }

        .hakkimizda-section .social-links a:hover {
            color: #22521B;
        }

@media (max-width: 768px) {
    .hakkimizda-section {
        padding: 60px 0;
    }

        .hakkimizda-section h2 {
            font-size: 26px;
            text-align: center;
        }

        .hakkimizda-section p,
        .hakkimizda-section .blockquote {
            text-align: center;
        }

        .hakkimizda-section .social-links {
            justify-content: center;
        }
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

    .social-links a:hover {
        background-color: #22521B;
        color: #fff !important;
    }

.social-links {
    flex-wrap: wrap;
}



/*
    Hakkimizda02 Section

*/

.section-koku-urunleri {
    background-color: #ffffff;
    padding: 90px 0;
}

    .section-koku-urunleri h2 {
        font-size: 32px;
        color: #22521B;
        font-weight: 700;
    }

    .section-koku-urunleri p {
        color: #6c757d;
        font-size: 15px;
        margin-bottom: 0;
    }

    .section-koku-urunleri .product-box {
        background-color: #f9fdf9;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

        .section-koku-urunleri .product-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
        }

        .section-koku-urunleri .product-box img {
            width: 100%;
            border-radius: 8px;
            transition: transform 0.4s ease;
        }

        .section-koku-urunleri .product-box:hover img {
            transform: scale(1.03);
        }

        .section-koku-urunleri .product-box h5 {
            font-size: 20px;
            color: #22521B;
            font-weight: 600;
            margin-top: 20px;
        }

        .section-koku-urunleri .product-box p {
            font-style: italic;
            font-size: 14px;
            color: #2a2a2a;
        }

@media (max-width: 767.98px) {
    .section-koku-urunleri {
        padding: 60px 0;
    }

        .section-koku-urunleri h2 {
            font-size: 26px;
        }

        .section-koku-urunleri .product-box {
            padding: 15px;
        }
}



/*

    Dekoratif Koku
*/


.dekoratif-urunler {
    padding-top: 90px;
    padding-bottom: 90px;
}

.dekoratif-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
}

    .dekoratif-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.dekoratif-img {
    width: 100%;
    height: auto;
    aspect-ratio: 370 / 390;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 576px) {
    .dekoratif-card {
        margin-bottom: 24px;
        padding: 8px;
    }

    .dekoratif-img {
        max-width: 240px;
        aspect-ratio: 1 / 1.1;
    }
}
