.marquee {
    background-color: rgb(0, 123, 195);
    color: white;
    font-size: 15px;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    z-index: 1000;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.navbar {
    padding: 0 20px;
    font-size: 17px;
    position: sticky;
    z-index: 1000;
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
    color: rgb(0, 123, 195);
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.nav-link.active {
    font-weight: bold;
    color: white;
    border-bottom: 3px solid rgb(0, 123, 195);
}

.nav-link:hover {
    border: 2px solid #2196F3;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 5px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
}

#aksesuarDropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    white-space: nowrap; 
}

#aksesuarDropdown:hover .dropdown-menu {
    display: block;
}

        
.baslik {
    font-family: 'Lucida Sans', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #004085;
    font-weight: bold;
    margin: 10px 5% 10px 5%;
    text-align: left; 
    max-width: 90%; 
}

.yazi {
    font-family: system-ui, sans-serif;
    font-size: 20px;
    line-height: 1.9;
    text-align: justify;
    margin: 10px 5%; 
    padding: 0; 
    max-width: 90%;
    color: #000;
}


.container-iletisim {
    background-color: rgb(0, 123, 195); 
    padding: 50px; 
    border-radius: 50px;
    color: white; 
    width: 100%; 
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box; 
}
    

        .more-info-button {
            background-color: white;
            color: #2196F3;
            border: 2px solid rgb(0, 123, 195);
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 30px;
            transition: background-color 0.3s, color 0.3s;
        }
    
        .more-info-button:hover {
            background-color: rgb(0, 123, 195);
            color: white;
        }

        @media (max-width: 576px) {
            .styled-title {
                font-size: 15px;
            }
    
            .baslik {
                font-size: 15px;
            }
    
            .yazi {
                font-size: 15px;
                margin-left: 10px;
                margin-right: 10px;
            }
            
            .styled-title{
                font-size: 10px;
            }
            .image-container img {
                width: 100%;
            }
    
            .container-iletisim {
                padding: 20px;
                border-radius: 20px;
                width: 90%;
            }
    
            .video-wrapper {
                height: 50vh;
            }
        }
@media (min-width: 576px) and (max-width: 768px) {
    .styled-title {
        font-size: 20px;
    }

    .baslik {
        font-size: 18px;
    }

    .yazi {
        font-size: 16px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .container-iletisim {
        padding: 15px;
        border-radius: 25px;
        width: 85%;
    }

    .image-container img {
        width: 100%;
    }
    
    .styled-title{
        font-size: 16px;
    }
    .video-wrapper {
        height: 45vh;
    }
}

        @media (min-width: 768px) and (max-width: 1024px) {
            .container-fluid {
                max-width: 750px;
            }
    
            .styled-title {
                font-size: 32px;
            }
    
            .baslik {
                font-size: 20px;
            }
    
            .yazi {
                font-size: 18px;
            }
            .styled-title{
                font-size: 18px;
            }
    
            .container-iletisim {
                border-radius: 30px;
                width: 90%;
            }
        }

        #madde-isareti {
            color: red;
            font-size: 18px;
            margin-right: 8px; 
        }

        .styled-title {
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            color: #004085;
            background: linear-gradient(45deg, #004085, #17a2b8);
            -webkit-background-clip: text;
            color: transparent;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            margin-top: 20px;
        }
  
        .accordion-btn {
            background-color: transparent;
            color: #333333;
            margin: 0 auto;
            border: none; 
            font-weight: 600;
            padding: 15px 20px;
            text-align: left;
            width: 70%;
            height: auto;
            cursor: pointer;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            transition: color 0.3s ease, transform 0.3s ease; 
            outline: none;
            border-radius: 5px;
        }
        
        .accordion-btn:focus {
            outline: none;
            box-shadow: none;
        }
        .accordion-btn:hover {
            color: #4CAF50; 
            transform: scale(1.05); 
        }
        .accordion-btn .toggle-symbol {
            font-size: 22px;
            margin-right: 10px;
            transition: transform 0.3s ease;
        }
        .accordion-content {
            display: block;
            width: 70%;
            margin: 0 auto;
            padding: 5px 20px;
            padding-left: 40px;
        }
        
        .accordion-content a {
            display: block;
            color: #333333;
            padding: 10px 0;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        .accordion-content a:hover {
            color: #d17c7c;
        }
        
        .download-icon {
            margin-right: 10px;
            font-size: 20px;
            color: #d17c7c;
        }
        
        .container-with {
            text-align: center;
        }
        
        h2 {
            font-size: 2em;
            margin-bottom: 20px;
        }
.accordion-btn {
    background-color: transparent;
    color: #333333;
    margin: 0 auto;
    border: none;
    font-weight: 600;
    padding: 15px 20px;
    text-align: left;
    width: 70%;
    height: auto;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: color 0.3s ease, transform 0.3s ease;
    outline: none;
    border-radius: 5px;
}
.accordion-content {
    display: none;
    width: 70%;
    margin: 10px auto;
    padding: 5px 20px;
}
.product-btn {
    background-color: #f2f2f2;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 5px;
}

.product-btn:hover {
    background-color: #4CAF50;
    color: white;
}

.product-btn.active {
    background-color: #4CAF50;
    color: white;
}

.table-container {
    width: 100%;
    padding: 0;
    overflow-x: auto;
    box-sizing: border-box;
}

.my-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #ffffff;
}
.my-table th {
    background-color: #4CAF50;
    color: white;
    text-align: left;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
}
.my-table td {
    padding: 15px;
    text-align: left;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.my-table tr:hover td {
    background-color: #f1f1f1;
    color: #4CAF50;
}
.my-table tr:last-child td {
    border-bottom: none;
}
@media (max-width: 1200px) {
    .table-container {
        padding: 0 10px;
    }

    .my-table th, .my-table td {
        padding: 10px;
        font-size: 16px; 
    }
}

@media (max-width: 768px) {
    .table-container {
        padding: 0 5px;
    }

    .my-table th, .my-table td {
        font-size: 14px;
        padding: 8px;
    }

    .my-table {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .table-container {
        padding: 0;
    }

    .my-table th, .my-table td {
        font-size: 12px;
        padding: 6px;
    }
}


@media (max-width: 767px) {
    .product-row {
        flex-direction: column;
    }
    .image-wrapper.left-padding,
    .image-wrapper.right-padding {
        padding: 0;
    }
}

.image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
}

.product-img {
    width: 100%;
    height: auto;
    object-fit: contain; 
    max-height: 400px;
}

.product-info {
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-info .row {
    margin-bottom: 30px;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.custom-container {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.container-fluid {
    max-width: 90%;
    padding: 0 15px;
}

h2, h4 {
    font-size: 2em;
    margin-bottom: 20px;
}

h2.styled-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.product-content {
    text-align: left;
}

@media (max-width: 1024px) {
    .card-with {
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 768px) {
    .card-with {
        width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .card-with {
        width: calc(100% - 20px);
    }
}
.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 767px) {
    .product-row {
        flex-direction: column; 
    }

    .product-image {
        order: 2;
    }

    .product-content {
        order: 1; 
    }
}
.custom-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto; 
}

@media (max-width: 768px) {
    .custom-container {
        width: 95%;
    }
}