/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 04:57:09 */
@media (min-width: 1200px) and (max-width: 1600px) {
 .primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px !important;
}
.floating-tags .tag.yellow {
    background: #ffb400;
    top: 44%;
    right: 10%;
    transform: rotate(-14deg) !important;
}
	.floating-tags .tag.orange {
    background: #ff7043;
    top: 58%;
    right: 10%;
    transform: rotate(-13deg) !important;
}	
	.floating-tags .tag.blue {
    background: #1e90ff;
    bottom: 20%;
    right: 14%;
    transform: rotate(-14deg) !important;
}
	.floating-tags .tag.purple {
    background: #a259ff;
    top: 50%;
    left: 16%;
    transform: rotate(8deg) !important;
}
	
	.floating-tags .tag.green {
    background: green;
    top: 62%;
    left: 15%;
    transform: rotate(6deg) !important;
}
	.floating-tags .tag.red {
    background: #ff4c4c;
    bottom: 18%;
    left: 12%;
    transform: rotate(6deg) !important;
}
	#test-slider2025 .course-card{
		height:380px;
	}	
	

.site-header .custom-logo {
    max-width: 50%;
    height: auto;
    width: 99%;
    padding: 5px 0;
}
	

.site-header .login-gradient-btn {
    padding: 10px 30px;
    font-weight: 600;
    color: #fff;
    border: none;
    margin-left: 10%;
	border-radius: 5px;}
	
	.video-section {
    /* margin: 40px 0; 
		height: 390px;*/}
	
	.video-section .video-heading {
    font-size: 20px;
		font-weight: 700;}
	
	
	.primary-menu ul ul {
    background: #fea107;
    min-width: 290px;
    color: #fff;
    border-radius: 10px;
}

	
}