 /* ÖZGÜVEN BİLİŞİM HİZMETLERİ
 BU YAZILIM ve TEMA ÖZGÜVEN BİLİŞİM HİZMETLERİNE AİTTİR */
  body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        }
        .order-container {
            max-width: 600px;
            margin: 50px auto;
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
         ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-thumb {
            background: #28a745;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-track {
            background: #f8f9fa;
        }
        .btn-order {
            background-color: #28a745;
            color: white;
            font-size: 18px;
            padding: 15px;
            width: 100%;
            border-radius: 5px;
        }
        .btn-order:hover {
            background-color: #218838;
        }
        .security-badges img {
            width: 80px;
            margin: 10px;
        }
        .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            padding: 15px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
        }
        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        }
        .hero {
            background: url('https://hidoctor.health/blog/wp-content/uploads/2024/01/yag-yakici-zayiflatan-bitki-caylari-hangileridir.png') no-repeat center center/cover;
            color: white;
            text-align: center;
            padding: 120px 20px;
        }
        .btn-buy {
            background-color: #28a745;
            color: white;
            padding: 15px 30px;
            font-size: 20px;
            border-radius: 5px;
        }
         ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-thumb {
            background: #28a745;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-track {
            background: #f8f9fa;
        }
        .btn-buy:hover {
            background-color: #218838;
        }
        .review-carousel .carousel-item {
            padding: 20px;
            text-align: center;
        }
        .review p {
            font-size: 18px;
        }
        .stars {
            color: #ffc107;
        }
        .accordion-button::after {
            content: '\f059';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }
        .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            padding: 15px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
        }
        .highlight-bar {
            background-color: #28a745;
            color: white;
            text-align: center;
            padding: 10px;
            font-size: 18px;
            font-weight: bold;
        }
          .feature-box {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }
        .feature-box:hover {
            transform: translateY(-5px);
        }
        .feature-icon {
            font-size: 40px;
            color: #28a745;
            margin-bottom: 15px;
        }
        .carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(46%) sepia(94%) saturate(393%) hue-rotate(92deg) brightness(89%) contrast(87%);
}
 .navbar {
            background-color: #28a745;
        }
        .navbar-brand, .nav-link {
            color: white !important;
        }
          .navbar img {
            height: 40px;
            margin-right: 15px;
        }
         .footer {
            background-color: #28a745; /* Yeşil arka plan */
            color: white;
            padding: 40px 0;
        }
       .footer {
            background-color: #28a745; /* Yeşil arka plan */
            color: white;
            padding: 40px 0;
        }
        .footer-logo {
            max-width: 120px;
        }
        .footer-links a {
            color: white;
            text-decoration: none;
        }
        .footer-links a:hover {
            text-decoration: underline;
        }
