body {
    font-family: 'Arial', sans-serif;
    background-color:#f5f5f5;
    margin: 0;
    padding: 0;
}
.container-top {
    width: 80%;
    padding: 15px;
	
	
}
.pay-now-button {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 20px;
}

.pay-now-button:hover {
    background: linear-gradient(90deg, #e52e71, #ff8a00);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.pay-now-button:active {
    transform: translateY(0);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
/*Btn START*/
 .upgrade-container {
            text-align: center;
            padding: 20px;
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            max-width: 80%;
            margin: auto;
            font-family: Arial, sans-serif;
        }
        .upgrade-heading {
            font-size: 24px;
            color: #333;
            margin-bottom: 10px;
        }
        .upgrade-text {
            font-size: 18px;
            color: #555;
            margin-bottom: 20px;
        }
        .subscribe-button {
            background-color: #ff9900;
            color: white;
            border: none;
            padding: 12px 24px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            border-radius: 4px;
            transition: background-color 0.3s;
        }
        .subscribe-button:hover {
            background-color: #e68a00;
        }
/*Btn Subscription END*/


.container-top h1{
	text-align: center;
    margin-bottom:0;
	padding-bottom:0;
	font-size: 28px;
    color: #333;
}.container-top h4{
	text-align: center;
	margin-top:0;
	padding-top:0;
    margin-bottom: 10px;
	font-size: 20px;
    color: #666;
}.container-top h2{
	text-align: center;
	margin-top:0;
	padding-top:0;
    margin-bottom: 10px;
	font-size: 20px;
    color: #666;
}
main {
    display: flex;
    justify-content: center;
    padding: 15px;
	margin-top:150px;
}



.quiz-category {
    margin-bottom: 50px;
}

.tile-list {
	margin-top:0;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	
}

.tile-list li {
    margin: 10px;
    width: 200px; /* Fixed width for uniform size */
    height: 150px; /* Fixed height for uniform size */
    box-sizing: border-box;
	margin: 25px;
}

.tile-list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    height: 100%;
	font-size:18px;
}

.tile-list a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
	border:2px rgba(0, 0, 0, 0.2) solid;
}

.tile-list i {
    margin-bottom: 10px; /* Adjust margin for better alignment */
    color: #f39c12; /* Example color for icons */
}
.container-top2{
	display:block;
	margin:auto;
}

@media screen and (max-width: 1280px) and (min-width: 1030px){
    .tile-list li{
        width: 150px;
		height: 150px;
    }
}@media screen and (max-width: 1029px) and (min-width: 968px){
    .tile-list li{
        margin-left:0;
        width: 100px;
		height: 100px;
    }.container-top2{
		width: 100%;
	}
}@media screen and (max-width: 967 px) and (min-width: 780px){
    .tile-list li{
        width: 225px;
        margin-left:0;
		height: 225px;
    }.container-top2{
		width: 100%;
	}
}@media screen and (max-width: 779px) and (min-width: 680px){
    .tile-list li{
        margin-left:0;
        width: 100px;
		height: 100px;
    }.container-top2{
		width: 100%;
	}.container-top {
    width: 100%;
    padding: 0;
	background-color: #f5f5f5;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border:none;
    border-radius: 0;
	}
	


}@media screen and (max-width: 679px) and (min-width: 536px){
    .tile-list li{
        width: 175px;
		height: 175px;
    }.container-top {
    width: 100%;
    padding: 0;
	background-color: #f5f5f5;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border:none;
    border-radius: 0;
	}.container-top2{
		width: 100%;
	}
}@media screen and (max-width: 635px){
    .tile-list li{
        width: 80%;
		height: 50px;
    }.container-top {
    width: 100%;
    padding: 0;
	background-color: #f5f5f5;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border:none;
    border-radius: 0;
	}.container-top2{
		width: 100%;
	}
}hr {
    border: none; /* Remove default border */
    height: 2px; /* Set height of the line */
    background-color: #ddd; /* Color of the line */
    margin: 20px 0; /* Margin around the hr */
}


/*LET*/
/* Style the select element */
.major {
    padding:15px;
    width:80%;
    cursor:pointer;
    border-radius:
    5px;
    margin-bottom:20px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    display:block;
    margin-left:auto;
    margin-right:auto;
  
}

/* Add focus effect */
.major:focus {
    border-color: #007bff; /* Blue border on focus */
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25); /* Light blue shadow on focus */
}@media screen and (max-width: 635px){
   .major{
       width:100%;
   }
}