body {
        font-family: 'Oswald', sans-serif;
        line-height: 1.6;
        color: white;
        background: black;
        overflow-x: hidden;
    }
    .floating-top {
        background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
    }
    .floating-bottom {
        background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
    }

    .floating-top img {
        width: 32%;
    }
    .floating-bottom img {
        width: 32%;
    }
    .headerbanner{
        text-align:center;
    }
    .headerbanner img {
        width:49.5%;
    }
    
    a {
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    a:hover {
        color: #ffffff;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* ===== Layout Styles ===== */
    .container {
        width: 80%;
        margin: 0 auto;
    }
    
    .head {
        width: 100%;
        padding: 20px 0;
        background: black;
        border: 1px solid #f20000;
        margin-bottom: 20px;
    }
    
.logo {
    display: block;
    height: 180px;
    width: 600px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
    
    .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: linear-gradient(to bottom, #fa4646, #f20000, #d10404);
        margin-bottom: 20px;
        border: 1px solid #f20000;
    }
    
    .menu a {
        padding: 10px 20px;
        margin: 0 5px;
        font-size: 18px;
        font-weight: 600;
        color: white;
    }
    .menu a:hover {
        color: black;
    }
    
    .content {
        background: black;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 20px 5px 15px rgba(0,0,0,0.1);
        margin-bottom: 30px;
        border: 1px solid #f20000;
    }

    /* ===== Typography ===== */
    h1, h2, h3, h4 {
        color: white;
    }
    
    h1 {
        font-size: 1.7rem;
        line-height: 1.0;
        margin-bottom: 30px;
        text-align: center;
    }
    
    h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-align: center;
    }
    
    h3 {
        font-size: 1.4rem;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    h4 {
        font-size: 1.3rem;
    }
    
    p {
        margin-bottom: 15px;
        font-size: 1.1rem;
        line-height: 1.7;
    }

.outer-link {
	color: white;
	text-decoration: none;
	list-style-type: square;
	margin: 10px 50px;
}

.outer-link a {
	text-decoration: none;
	color: white;
}

#dtTable {
	border: 1px solid #f20000;
	width: 100%;
	font-size: 15px;
  }
  
  #dtTable th, #dtTable td {
	text-align: center;
	background: #000;
	padding: 3px 0px 3px 0px;
	border: 1px solid #f20000;
	font-size:15px;
	color:#fff;
  }
  
  #dtTable th {
	color: white;
	background: linear-gradient(to bottom, #fa4646, #f20000, #d10404);
	font-size:16px;
    font-weight: bold;
  }
  
#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f20000;
    font-size: 15px
}

#myTable td,#myTable th {
    text-align: center;
    background: #000;
    padding: 3px 0 3px 0;
    border: 1px solid #f20000;
    font-size: 15px;
    color: #fff;
}

#myTable th {
    color: white;
    background: linear-gradient(to bottom, #fa4646, #f20000, #d10404);
    font-size: 16px;
}

#myTable tr {
    border-bottom: 1px solid #f20000;
}

#myTable tr:hover {
    border-bottom: 1px solid #f20000;
}

@media only screen and (max-device-width: 1000px) {
	
  .floating-top img {
width:100%
}
.floating-bottom img {
width:100%
}
  .headerbanner img{
  width:100%;
  }
  .container {
		width: 100%;
		
		
	}
	
	.logo {
	width: 280px;	
	height: 80px;
	margin: auto;
	}
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
	width: 100%;
	margin: auto;
	
    }

    .lassres tableresult {
	width: 100%;
	padding: 0 0 0 0;
	border: 1px solid white;	
    }

    .lassres img {
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    }
	
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}
  
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 100%;
		
	}

	.banner-top {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

	.banner-top img {
		width: 100%;
		
	}
	

}

@media only screen and (max-device-width: 768px) {
	
  .floating-top img {
width:100%
}
.floating-bottom img {
width:100%
}
  .headerbanner img{
  width:100%;
  }
  .container {
		width: 100%;
		
		
	}
	
	.logo {
	width: 280px;	
	height: 80px;
	margin: auto;
	}
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
	width: 100%;
	margin: auto;
	
    }

    .lassres tableresult {
	width: 100%;
	padding: 0 0 0 0;
	border: 1px solid white;	
    }

    .lassres img {
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    }
	
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}
  
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 100%;
		
	}

	.banner-top {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

	.banner-top img {
		width: 100%;
		
	}
	

}

@media only screen and (max-device-width: 550px) {
 
  .banner1 img {
		display: inline-block;
		width: 100%;
	}
}  
.banner1 {
		display: block;
		text-align:center;
	}
	
.banner img {
		display: block;
		width: 100%;
		margin: 0px;
	}
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
   
    /* ===== Special Elements ===== */
 .update-box {
background: #f9f9f9;
border-left: 4px solid #ffc107;
padding: 15px;
margin: 20px 0;
border-radius: 0 5px 5px 0;
margin-bottom: 30px;
}
.details summary {
  cursor: pointer;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}

.faq-item {
  padding: 10px;
  background-color: white;
  margin-top: 10px;
}

.faq-question {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: white;
  background: linear-gradient(to bottom, #fa4646, #f20000, #d10404);
}   
    /* ===== Footer ===== */
    footer {
        text-align: center;
        padding: 10px;
        color: white;
        font-size: 14px;
    }