@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 15px; /* Responsive tasarım için padding ekleyin */
    box-sizing: border-box; /* Padding ve border ekleyin */
}
        header {
            background: #c6086a63;
            color: #fff;
            padding-top: 20px;
            padding-bottom: 20px;
            top: 0;
            z-index: 1000;
        }

        header .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }


        header a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 16px;
            transition: color 0.3s ease;
        }

        header a:hover {
            color: #ff006c;
        }

        header .logo {
            font-size: 24px;
            font-weight: bold;
        }

        nav ul {
            padding: 0;
            list-style: none;
            display: flex;
        }

        nav li {
            margin-left: 20px;
        }

        nav .menu-toggle {
            display: none;
            font-size: 24px;
            cursor: pointer;
        }

        main {
            padding: 20px 0;
        }

        h1, h2, h3 {
            color: #333;
        }

        .card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            overflow: hidden;
        }

        .card-header {
            background: #ff006c;
            color: #fff;
            padding: 15px;
            font-size: 20px;
            font-weight: bold;
        }

        .card-content {
            padding: 20px;
        }

        .highlight {
            background: #ff0;
            padding: 2px 5px;
            border-radius: 3px;
        }

        .btn {
            display: inline-block;
            padding: 10px 20px;
            background: #ff006c;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            text-decoration: none;
            transition: background 0.3s;
        }

        .btn:hover {
            background: #5599dd;
        }

        .faq-section {
            margin-top: 40px;
        }

        .faq-section h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .faq-section ul {
            padding: 0;
            list-style: none;
        }

        .faq-section li {
            margin-bottom: 10px;
        }

        .faq-section a {
            text-decoration: none;
            color: #333;
        }

        .faq-section a:hover {
            color: #ff006c;
        }

        footer {
            background: #333;
            color: #fff;
            text-align: center;
            padding: 30px 0;
            margin-top: 30px;
        }

        footer ul {
            padding: 0;
            list-style: none;
        }

        footer li {
            display: inline;
            padding: 0 20px 0 20px;
        }

    @media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 10px; /* Mobil cihazlar için padding ayarlarını yapın */
    }
}

            header .container {
                flex-direction: column;
            }

            nav ul {
                flex-direction: column;
                display: none;
                width: 100%;
            }

            nav ul.showing {
                display: block;
            }

            nav li {
                text-align: center;
                margin: 10px 0;
            }

            nav .menu-toggle {
                display: block;
            }
        }
	/* How to section styling */
.how-to-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
}

.how-to-section h2 {
    background: #ff006c;
    color: #fff;
    padding: 15px;
    font-size: 22px;
    border-radius: 8px 8px 0 0;
    margin: -20px -20px 20px -20px;
}

.how-to-step {
    margin-bottom: 15px;
}

.how-to-step h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.how-to-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.how-to-step p::before {
    content: "✓";
    color: #ff006c;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 10px; /* Mobil cihazlar için padding ayarlarını yapın */
    }

    .how-to-section {
        padding: 15px;
    }

    .how-to-section h2 {
        font-size: 20px;
        padding: 10px;
    }

    .how-to-step h3 {
        font-size: 16px;
    }

    .how-to-step p {
        font-size: 14px;
    }
}
.article {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
}

.article h1 {
    background: #ff006c;
    color: #fff;
    padding: 15px;
    font-size: 22px;
    border-radius: 8px 8px 0 0;
    margin: -20px -20px 20px -20px;
}

.betting-sites-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.betting-sites-table th,
.betting-sites-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.betting-sites-table th {
    background: #ff006c;
    color: #fff;
}

.betting-sites-table tr:nth-child(even) {
    background: #f9f9f9;
}

.betting-sites-table tr:hover {
    background: #f1f1f1;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .article h1 {
        font-size: 20px;
        padding: 10px;
    }

    .betting-sites-table th, 
    .betting-sites-table td {
        font-size: 14px;
    }
}
.resim1 {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .resim1 {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
    }
}
.faq-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
}

.faq-section h2 {
    background: #ff006c;
    color: #fff;
    padding: 15px;
    font-size: 22px;
    border-radius: 8px 8px 0 0;
    margin: -20px -20px 20px -20px;
}

.faq-question {
    margin-bottom: 15px;
}

.faq-question h3 {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s;
}

.faq-question h3:hover {
    color: #ff006c;
}

.faq-answer {
    display: none;
    margin-top: 10px;
}

.faq-answer p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.faq-question.active .faq-answer {
    display: block;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .faq-section h2 {
        font-size: 20px;
        padding: 10px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}
/* Breadcrumb stil */
.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}

.breadcrumb a {
    color: #ff006c;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Organizasyon yatay footer stil */
.organization-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.organization-footer div {
    margin: 5px 10px;
}