/* Ürün Detay Sayfası CSS */

.product-detail {
    padding: 0;
    position: relative;
    padding-bottom: 0;
    height: 750px;
    background-color: transparent;
    margin-bottom: 20px;
}

.product-detail::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 63%;
    background-color: #F6F6F6;
    z-index: 0;
}

.container-fluid {
    padding-left: 0;
    overflow: visible;
}

.container {
    position: relative;
}

.product-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: calc(100% - 50px);
    background-color: #fff;
    z-index: 1;
}

.product-container {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    padding: 40px 0;
    padding-left: 280px;
    background-color: transparent;
    padding-bottom: 20px;
    z-index: 2;
}

.product-info-sidebar {
    background-color: #3C4C6D;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 350px;
    border-radius: 0;
    box-shadow: none;
    z-index: 3;
    margin-left: 0;
}

.vertical-product-name {
    position: absolute;
    left: -35px;
    top: 0px;
    transform: rotate(-270deg);
    transform-origin: left top;
    color: #F4F4F4;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 5rem;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 2px;
    z-index: 10;
}

.product-info-content {
    padding: 35px 25px;
}

.product-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.product-subtitle {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.product-features {
    list-style-type: none;
    padding-left: 0;
    margin-top: 35px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.4;
}

.product-features li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.product-info-sidebar::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 5px;
    background-color: #4caf50;
}

.product-info-sidebar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background-color: #4caf50;
}

.product-image-wrapper {
    padding: 30px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    overflow: visible;
    position: relative;
    margin-top: 130px;
    z-index: 2;
    margin-bottom: -70px;
    margin-left: -60px;
}

.product-image-container {
    display: block;
    margin-left: -40px;
    padding: 30px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    position: relative;
    margin-top: -110px;
    background-color: transparent;
    z-index: 2;
}

.product-detail-image {
    min-width: 100%;
    max-height: 500px;
    position: relative;
    margin-top: -30px;
    z-index: 2;

}

.product-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 6;
    gap: 0;
}

.download-btn {
    background-color: #333f51;
    color: white;
    border: none;
    padding: 0 15px;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 500;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 50px;
}

.download-btn img {
    margin-right: 10px;
    height: 20px;
}

.info-btn {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 0 15px;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 50px;
}

.info-btn i {
    font-size: 18px;
    margin-right: 10px;
}

.product-specs-section {
    background-color: #f8f9fa;
}

.section-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 0;
}

.tech-spec {
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.spec-label {
    font-weight: 600;
    color: #555;
}

.spec-value {
    color: #333;
}

.product-info-common-section {
    background-color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 5;
    margin-top: -140px;
    margin-bottom: 0;
}

.product-info-common-section .container {
    max-width: 1320px;
    padding: 0 40px;
}

.product-info-common-section .section-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.description-text {
    color: #444;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 20px;
}

.package-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
    padding-left: 20px;
}

.package-item {
    flex: 0 0 calc(11.11% - 20px);
    margin: 0 10px 20px;
    padding: 15px 10px;
    background-color: #F7FAF9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    height: 50px;
}

.package-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.package-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 1.2;
}

.product-tech-specs-section {
    background-color: #fff;
    padding: 60px 0;
}

.product-tech-specs-section .container {
    padding-left: 50px;
}

.product-tech-specs-section .section-title {
    margin-left: 30px;
}

.tech-specs-container {
    margin-top: 30px;
    padding-left: 30px;
}

.tech-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.spec-label {
    font-weight: 600;
    color: #555;
    flex: 0 0 60%;
}

.spec-value {
    color: #333;
    text-align: right;
    flex: 0 0 40%;
}

.specs-accordion, 
.video-accordion, 
.fillable-products-accordion, 
.filling-solutions-accordion, 
.labeling-solutions-accordion, 
.cup-shapes-accordion {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    margin-left: 20px;
}

.specs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.specs-header .section-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 1.2rem;
}

.specs-toggle-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.specs-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.specs-content {
    padding: 10px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}

.specs-content.collapsed {
    padding: 0 10px;
    max-height: 0;
}

.specs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.specs-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 0;
    border-bottom: none;
}

.specs-col {
    padding: 4px 6px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
}

.specs-title {
    font-weight: 600;
    color: #555;
    flex: 0 0 15%;
    position: relative;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.specs-title::after {
    content: ':';
    position: absolute;
    right: 5px;
}

.specs-value {
    color: #333;
    flex: 0 0 18%;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-accordion {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-left: 20px;
}

.video-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.video-header .section-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 1.2rem;
}

.video-toggle-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.video-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.video-content {
    padding: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
}

.video-content.collapsed {
    padding: 0 20px;
    max-height: 0;
}

.video-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 45%;
    background-color: #f5f5f5;
}

.video-container iframe,
.video-container .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e9e9e9;
    cursor: pointer;
    padding: 30px 20px;
}

.video-placeholder img.product-logo {
    max-width: 100px;
    margin-bottom: 15px;
}

.video-placeholder h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.video-placeholder .play-button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-placeholder .play-button i {
    color: white;
    font-size: 30px;
    margin-left: 5px;
}

.video-placeholder:hover .play-button {
    background-color: rgba(255, 0, 0, 1);
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .package-item {
        width: calc(16.66% - 15px);
    }

    .tech-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .package-item {
        width: calc(20% - 15px);
    }

    .specs-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .specs-col {
        flex: 1;
    }

    .specs-title {
        flex: 0 0 40%;
        font-size: 0.8rem;
    }

    .specs-value {
        flex: 0 0 60%;
        padding-left: 5px;
        font-size: 0.8rem;
    }

    .vertical-product-name {
        display: none;
    }

    .product-detail::before {
        width: 100%;
        height: 175px;
    }

    .product-detail::after {
        height: 300px;
    }

    .product-detail {
        height: auto;
        min-height: 750px;
        overflow: visible;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .product-container {
        padding: 200px 15px 0;
        width: 100%;
        margin: 0 auto;
    }

    .product-info-sidebar {
        position: absolute;
        width: 90%;
        max-width: 600px;
        height: auto;
        margin-bottom: 0;
        z-index: 10;
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        padding-bottom: 20px;
    }

    .product-info-content {
        padding: 25px 20px;
    }

    .product-image-wrapper {
        padding: 20px;
        margin-top: 60px;
        margin-left: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        overflow: visible;
    }

    .product-image-container {
        position: relative;
        padding-bottom: 70px;
        overflow: visible;
    }

    .product-detail-image {
        margin-top: 0;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
        max-height: 400px;
        z-index: 10;
    }

    .product-title {
        font-size: 1.35rem;
    }

    .product-subtitle {
        font-size: 1.6rem;
    }

    .product-actions {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        justify-content: center;
        width: 100%;
        z-index: 20;
        gap: 0;
        flex-direction: row;
    }

    .download-btn,
    .info-btn {
        min-width: 140px;
        flex: 0 0 auto;
        max-width: 180px;
        margin: 0;
    }
    
    .product-info-common-section {
        margin-top: 40px;
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .package-item {
        width: calc(33.33% - 15px);
    }

    .tech-specs-grid {
        grid-template-columns: 1fr;
    }

    .product-info-common-section .container {
        padding: 0 20px;
    }

    .product-info-common-section .section-title,
    .description-text,
    .package-items-container {
        margin-left: 0;
        padding-left: 0;
    }

    .video-container {
        width: 100%;
        max-width: 100%;
        padding-bottom: 56.25%;
    }

    .video-placeholder {
        padding: 20px 15px;
    }

    .video-placeholder h3 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .video-placeholder .play-button {
        width: 45px;
        height: 45px;
    }

    .video-placeholder .play-button i {
        font-size: 20px;
    }

    .product-info-sidebar {
        max-width: 100%;
        width: 100%;
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        border-radius: 0;
    }

    .product-detail {
        min-height: auto;
        height: auto;
    }

    .product-container {
        padding: 0;
    }

    .product-image-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 15px;
        margin-top: 0;
    }

    .product-image-container {
        padding-bottom: 60px;
    }

    .product-detail-image {
        width: 100%;
        max-height: 350px;
    }

    .product-actions {
        bottom: 15px;
        flex-direction: row;
        gap: 0;
    }

    .download-btn,
    .info-btn {
        min-width: 130px;
        height: 45px;
        font-size: 0.8rem;
        border-radius: 0;
    }
    
    .specs-accordion, 
    .video-accordion, 
    .fillable-products-accordion,
    .labeling-solutions-accordion,
    .cup-shapes-accordion {
        margin-left: 0;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
}

@media (max-width: 576px) {
    .package-item {
        width: calc(50% - 15px);
    }

    .product-detail {
        height: auto;
    }

    .product-container {
        padding: 0;
    }

    .product-detail-image {
        max-height: 250px;
    }

    .product-actions {
        flex-direction: row;
        align-items: center;
        gap: 0;
        bottom: 10px;
        width: 100%;
        justify-content: center;
        padding: 0 5px;
    }

    .product-image-container {
        padding-bottom: 70px;
    }

    .product-actions .btn {
        margin: 0;
        width: 50% !important;
        min-width: unset;
        max-width: unset;
        font-size: 0.9rem;
        height: 50px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
    }

    .download-btn {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-radius: 0 !important;
    }

    .info-btn {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-radius: 0 !important;
    }

    .download-btn img {
        margin-right: 5px;
        height: 20px;
    }

    .info-btn i {
        font-size: 16px;
        margin-right: 5px;
    }

    .product-info-sidebar {
        height: auto;
        padding-bottom: 15px;
    }

    .product-title {
        font-size: 1.2rem;
    }

    .product-subtitle {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .product-features {
        margin-top: 20px;
    }
    
    .feature-card {
        flex: 0 0 calc(100% - 20px);
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 20px 15px !important;
    }
    
    .feature-title {
        text-align: center;
        width: 100%;
        font-size: 1.2rem !important;
        margin-bottom: 15px !important;
    }
    
    .feature-description {
        text-align: center;
        width: 100%;
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .section-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    /* Ana stil tanımları için de güncelleme yapalım */
    h4.feature-title {
        font-size: 1.2rem !important;
    }

    p.feature-description {
        font-size: 1rem !important;
    }
}

.feature-cards-section {
    margin-bottom: 15px;
    margin-left: 0;
    box-shadow: none;
}

.feature-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.feature-card {
    flex: 0 0 calc(25% - 20px);
    margin: 0 10px 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all 0.3s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.feature-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 12px;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    color: #555;
    line-height: 1.5;
    flex-grow: 1;
}

@media (max-width: 1200px) {
    .feature-card {
        flex: 0 0 calc(33.33% - 20px);
    }
}

@media (max-width: 992px) {
    .feature-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .feature-card {
        flex: 0 0 calc(100% - 20px);
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    
    .feature-title {
        text-align: center;
        width: 100%;
    }
    
    .feature-description {
        text-align: center;
        width: 100%;
    }
}

.fillable-products-accordion {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-left: 20px;
}

.fillable-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.fillable-products-header .section-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 1.2rem;
    margin-left: -5px;
}

.fillable-products-toggle-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.fillable-products-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.fillable-products-content {
    padding: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.fillable-products-content.collapsed {
    padding: 0 20px;
    max-height: 0;
}

.fillable-products-description {
    color: #444;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 10px 0;

}

@media (max-width: 768px) {
    .fillable-products-accordion {
        margin-left: 10px;
    }

    .fillable-products-content {
        padding: 15px;
    }
}

.filling-solutions-accordion {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-left: 20px;
}

.filling-solutions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.filling-solutions-header .section-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    font-size: 1.2rem;
    margin-left: -5px;
}

.filling-solutions-toggle-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 0.8rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.filling-solutions-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.filling-solutions-content {
    padding: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.filling-solutions-content.collapsed {
    padding: 0 20px;
    max-height: 0;
}

.filling-solutions-description {
    color: #444;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

.filling-solutions-images {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

.filling-solution-main-image {
    max-width: 70%;
    width: auto;
    height: auto;
    max-height: 250px;
    border-radius: 5px;
    transition: transform 0.3s ease;
    margin: 0 auto;
}

.filling-solution-main-image:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .filling-solution-main-image {
        max-height: 200px;
        max-width: 90%;
    }
}

.labeling-solutions-accordion {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-left: 20px;
}

.labeling-solutions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.labeling-solutions-header .section-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
}

.labeling-solutions-toggle-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.labeling-solutions-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.labeling-solutions-content {
    padding: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.labeling-solutions-content.collapsed {
    padding: 0 20px;
    max-height: 0;
}

.labeling-solutions-description {
    color: #444;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

.labeling-solutions-images {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 70%;
    text-align: center;
}

.labeling-solution-main-image {
    max-width: 80%;
    width: auto;
    height: auto;
    max-height: 250px;
    border-radius: 5px;
    transition: transform 0.3s ease;
    margin: 0 auto;
}

.labeling-solution-main-image:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .labeling-solution-main-image {
        max-height: 200px;
        max-width: 90%;
    }
}

.cup-shapes-accordion {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-left: 20px;
}

.cup-shapes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.cup-shapes-header .section-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
}

.cup-shapes-toggle-btn {
    background: none;
    border: none;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.cup-shapes-toggle-btn.collapsed {
    transform: rotate(180deg);
}

.cup-shapes-content {
    padding: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cup-shapes-content.collapsed {
    padding: 0 20px;
    max-height: 0;
}

.cup-shapes-description {
    color: #444;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

.cup-shapes-images {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 70%;
    text-align: center;
}

.cup-shapes-main-image {
    max-width: 70%;
    width: auto;
    height: auto;
    max-height: 250px;
    border-radius: 5px;
    transition: transform 0.3s ease;
    margin: 0 auto;
}

.cup-shapes-main-image:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .cup-shapes-main-image {
        max-height: 200px;
        max-width: 90%;
    }
}

.product-info-common-section .col-md-12 {
    position: relative;
}

.truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 80px;
}

@media (max-width: 768px) {
    .description-text {
        padding-left: 0;
        margin-left: 0;
        font-size: 0.9rem;
    }
    
    .product-info-common-section {
        padding-top: 20px;
        margin-top: 0;
    }
    
    .section-title {
        margin-bottom: 15px;
        font-size: 1.4rem;
        padding-left: 0;
    }
    
    .specs-accordion, 
    .video-accordion, 
    .fillable-products-accordion,
    .labeling-solutions-accordion,
    .cup-shapes-accordion {
        margin-left: 0;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .specs-header .section-title,
    .video-header .section-title,
    .filling-solutions-header .section-title,
    .labeling-solutions-header .section-title,
    .cup-shapes-header .section-title {
        font-size: 1.1rem;
        margin-left: 0;
    }
    
    .filling-solutions-images,
    .labeling-solutions-images,
    .cup-shapes-images {
        width: 100%;
    }
    
    .filling-solution-main-image,
    .labeling-solution-main-image,
    .cup-shapes-main-image {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .product-features {
        font-size: 0.85rem;
        margin-top: 15px;
    }
    
    .description-text {
        font-size: 0.85rem;
    }
    
    .feature-cards-container {
        flex-direction: column;
    }
    
    .feature-card {
        margin-bottom: 15px;
    }
}

.world-map-section {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.product-actions .btn {
    margin: 0;
    border-radius: 0;
}

.product-actions .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.product-actions .btn:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}