.urunHeader {
    background: linear-gradient(#00ae42, #00ae42);
}


.baslik1 {
    color: white;
}

.metin1 {
    color: white;
}

.urunresim1 {
    max-width: 350px;
}

.urunRow2 {
    margin-top: 50px;
}

.urunTemelOzelliklerBaslik {
    display: inline-block;
    background-color: #00ae42;
    padding: 10px;
    color: white;
    border-radius: 10px;
}

.kullanimAlanRow {
    background-color: blue;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.kullanimAlanRow2 {
    background: linear-gradient(#e6e6ac, #00ae42);
    padding-top: 20px;
    padding-bottom: 20px;
}


.vurguluYazi {
    font-weight: bolder;
}

.list-group-item {
    word-wrap: break-word;
    white-space: normal;
}

.ozellik-kart {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ozellik-kart:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.ozellik-kart h4 {
    color: #00ae42;
    font-weight: 600;
    margin-bottom: 10px;
}

.ozellik-kart p {
    font-size: 0.95rem;
    color: #444;
    margin: 0;
}