
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #f5f5f5;
}
.navbar {
    background: #1f232b;
    color: #fff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    color: #f5c542;
}
.logo span {
    color: #fff;
    font-size: 14px;
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #f5c542;
}

.search-box {
    position: relative;
}

.search-box input {
    padding: 7px 35px 7px 12px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
}
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        background: #1f232b;
        width: 100%;
        flex-direction: column;
        align-items: center;
        display: none;
        padding: 20px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .search-box {
        width: 80%;
    }

    .search-box input {
        width: 100%;
    }

    .menu-toggle {
        display: block;
    }
}
.h1{
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.img{
  
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin-top: 10px;
}
.p{
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.1px;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: auto;
    margin-top: 10px;
}
.download{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    margin-top: 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 15px;
    width: 300px;
    height: 50px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.container{
      margin-top: 30px;
}
.h2{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pp{
    font-size: 15px;
    margin-top: 20px;
    letter-spacing: 1.1px;
    width: 95%;
    margin: auto;
    color: black;
}
.li{
  font-size: 15px;
    letter-spacing: 1.1px;
    width: 90%;
    margin: auto;
    color: black;  
}
.div{
    line-height: 30px;
}
.table-wrapper {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: #000;
    color: #fff;
}

th, td {
    padding: 14px 16px;
    text-align: left;
}

th {
    font-size: 16px;
    text-transform: uppercase;
}

tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

tbody tr:last-child {
    border-bottom: none;
}

@media (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }

    thead {
        display: none;
    }

    tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }

    td {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    td::before {
        content: attr(data-label);
        font-weight: bold;
        color:#333;
}            
}
.p3{
   font-size: 15px;
    margin-top: 20px;
    letter-spacing: 1.1px;
    width: 95%;
    margin: auto;
    color: black;
    font-weight: bolder; 
}
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #cc6600;
    border-left: 5px solid #cc6600;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-size: 20px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.faq-answer {
    font-size: 16px;
    color: #555555;
    margin-top: 0;
}
.login{
     background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 15px;
    border-radius: 15px;
    width: 300px;
    height: 50px;
    justify-content: space-between;
   margin: auto;
    display: block;
}
.p9{
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: white;
    background-color: black;
    height: 60px;
}
.class{
    display: flex;
    flex-direction: column;
    align-items: center;
}
