.paketleme-kolon {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 120px;
    margin-bottom: 60px;
}

.paketleme-frame {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    /*max-width: 400px;*/
    min-height: 640px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.kart-siyah-golge {
    flex: 0 0 16px;
    background-color: rgba(0, 0, 0, 0.25);
    min-height: 100%;
}

.kart-icerik {
    flex: 1;
    padding: 110px 24px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.paketleme-ic{
    width: 100%;
}


.paketleme-ic h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #2e2e2e;
    text-align: center;
}

.makine-wrapper {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    background: #d9d9d9;
    border-radius: 50%;
    box-shadow: 0 0 0 6px white, 0 8px 24px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.makine-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.urun-grubu {
    text-align: center;
    margin-bottom: 22px;
}

.urun-grubu h6 {
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(to right, #E5A104, #fab71d);
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 8px;
}

.urun-grubu img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.btn-incele {
    background: linear-gradient(to right, #E5A104, #fab71d);
    color:#000;
    border: none;
    border-radius: 32px;
    padding: 12px 40px;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease-in-out;

}

.btn-incele:hover {
    transform: translateX(-50%) scale(1.05);
    color: white;
    background: linear-gradient(to right, #E5A104, #fab71d);
}

.urun-grubu .swiper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.urun-grubu .swiper-slide {
    text-align: center;
}

.urun-grubu .swiper-slide img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    border-radius: 10px;
}

.urun-grubu .swiper-slide span {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 0.85rem;
    color: #333;
}
.makine-images-swiper .swiper {
    width: 100%;
    margin: 0 auto;
}

.makine-images-swiper .swiper-slide {
    text-align: center;
}

.makine-images-swiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.ayrac {
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, #E5A104, #ffc107);
    border: none;
    border-radius: 1px;
    margin: 40px auto;
    opacity: 0.8;
}

.ayrac-title {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ce9103, #fab71d);
    border: none;
    border-radius: 1px;
    margin: 40px auto;
    opacity: 0.8;
}


.header-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
}

.header-sub {
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: left;
}

.category-header {
    background: #fab71d;
    padding: 12px 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 25px;
    color: #000;
}

.paket-card {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    background: linear-gradient(to right, #fff, #fef8f2);
}

.paket-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.paket-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #E5A104, #fab71d);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    margin: 20px;
    flex-shrink: 0;
    align-self: center;
}

.paket-card .icon img {
    width: 70px;

}

.paket-card .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #d9d9d9;
    color: #000;
    border-radius: 0 30px 30px 0;
    padding: 15px 25px 0;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: inset 0 2px 5px rgba(255,255,255,0.5);
}

.paket-card .label {
    font-weight: 800;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 8px;
    color: #000;
}

.paket-card .desc {
    flex-grow: 1;
}

.paket-card .footer {
    background: #2e2e2e;
    color: #fff;
    font-size: 0.75rem;
    padding: 10px 18px;
    margin: 15px -25px 0;
    border-radius: 0 0 30px 0;
    line-height: 1.4;
}

.left-panel img {
    margin-bottom: 15px;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .paketleme-frame {
        flex-direction: column;
        max-width: 100%;
    }

    .kart-siyah-golge {
        display: block;
        height: 16px;
        width: 100%;
        min-height: 16px;
        max-height: 16px;
    }

    .paketleme-frame .kart-siyah-golge:first-child {
        order: -1;
    }

    .paketleme-frame .kart-siyah-golge:last-child {
        order: 1;
    }
}

.kart-siyah-golge {
    flex: 0 0 100%;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
}

.paketleme-frame {
    flex-direction: column;
}

.paketleme-frame .kart-siyah-golge:first-child {
    order: -1;
}

.paketleme-frame .kart-siyah-golge:last-child {
    order: 1;
}





@media (max-width: 576px) {
    .kart-icerik {
        padding: 80px 16px 60px;
    }

    .btn-incele {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .paketleme-ic h5 {
        font-size: 1.2rem;
    }

    .urun-grubu h6 {
        font-size: 0.75rem;
        padding: 3px 10px;
    }
}


@media (min-width: 900px) and (max-width:1919.89px){
    .paket-card-content-row{
        flex-direction: column;
    }
}




.product-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
}

.product-features li {
    display: flex;
    padding: 10px;
}

.product-features-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.product-features-sub-title {
    display: block;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    color: #fab71d;
}
.product-features-sub-description {
    font-size: 16px;
    padding-left: 7px;
    line-height: 26px;
}


@media (min-width: 900px) and (max-width: 1919.89px) {
    .paket-card-content-row {
        flex-direction: column;
    }
}



.kart-siyah-golge {
    flex: 0 0 100%;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
}

.paketleme-frame {
    flex-direction: column;
}

.paketleme-frame .kart-siyah-golge:first-child {
    order: -1;
}

.paketleme-frame .kart-siyah-golge:last-child {
    order: 1;
}


@media (max-width: 576px) {
    .kart-icerik {
        padding: 110px 16px 60px;
    }

    .btn-incele {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .paketleme-ic h5 {
        font-size: 1.2rem;
    }

    .urun-grubu h6 {
        font-size: 0.75rem;
        padding: 3px 10px;
    }
}


.left-panel {


    padding: 0;
    overflow: hidden;
}

.left-panel-header {
    background: #fab71d;
    color: #000;
    padding: 20px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.left-panel-body {
    padding: 25px;
}

.product-header {
    background: none;
    padding: 0;
    margin-bottom: 20px;
}

.product-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.product-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-top: 5px;
}

.icon-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.icon-links a {
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
}

.icon-links img {
    width: 50px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.icon-links img:hover {
    transform: scale(1.1);

}

.badge-orange {
    background-color: #fab71d;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-right: 10px;
}

.info-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.machine-specs, .machine-image {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.machine-image img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s;
}

.machine-image img:hover {
    transform: scale(1.03);
}

.brand-bar {
    background: #fab71d;
    color: #000;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    border-radius: 12px;
}



.paketleme-frame {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 28px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    /*max-width: 400px;*/
    min-height: 640px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.kart-siyah-golge {
    flex: 0 0 16px;
    background-color: rgba(0, 0, 0, 0.25);
    min-height: 100%;
}

.kart-icerik {
    flex: 1;
    padding: 110px 24px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.paketleme-ic h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 40px;
    color: #2e2e2e;
    text-align: center;
}



.urun-grubu {
    text-align: center;
    margin-bottom: 22px;
}

.urun-grubu h6 {
    font-size: 0.85rem;
    font-weight: 600;
    color: black;
    background: linear-gradient(to right, #e5a104, #f6b200);
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 8px;
}

.urun-grubu .swiper {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.urun-grubu .swiper-slide {
    text-align: center;
}

.urun-grubu .swiper-slide img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    border-radius: 10px;
}

.urun-grubu .swiper-slide span {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 0.85rem;
    color: #333;
}

.urun-grubu img {

    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);

}






.product-detail-section{
    margin-top: 30px;
}




