
#tickets {
    background-color: #ffffff;
    border: 1px solid #fdfdfd;
    border-radius: 8px;
    padding: 20px;
}

.ticket-box p {
    font-size: 1.1rem;
    margin: 10px 0;
}

.ticket-box p strong {
    color: #333333;
}

.ticket-box small {
    font-size: 0.9rem;
    color: #555;
}


button {
    background-color: #007bff;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f9;
    color: #444;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header {
    background-color: #2f9341;
    color: white;
    text-align: center;
    padding: 10px 0;
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
}

nav {
    background-color: #343a40;
    text-align: center;
    padding: 10px 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 600;
}

nav a:hover {
    color: #ff6347;
    text-decoration: underline;
}

section {
    padding: 25px;
    margin: 20px auto;
    max-width: 900px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

section h2 {
    color: #007bff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}


section ul {
    list-style: none;
    padding-left: 0;
}

section ul li {
    position: relative;
    padding-left: 30px;
    margin: 12px 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}


.speakers-list li {
    font-size: 1.05rem;
}

.speaker-name {
    font-weight: 600;
    color: #2f9341;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

table th, table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

table th {
    background-color: #f1f1f1;
}


form {
    max-width: 650px;
    margin-top: 20px;
}

form label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

form input, form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

form button {
    background-color: #007bff;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}

form button:hover {
    background-color: #0056b3;
}

.headerr {
    position: relative;
    background: #555;
    color: #f1f1f1;
    padding: 10px 0;
}

.footer {
    background-color: #444;
    color: white;
    text-align: center;
    padding: 12px 0;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #ff6347;
}
