/* Styles for Courses */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.xqa7m3p {
    position: relative;
    padding: 60px 0 100px;
    min-height: 100vh;
    overflow: hidden;
    background: white;
}

.kwe9v2r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.pml4t8n {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.pml4t8n.zqr6w1b {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.pml4t8n.yhn2m9c {
    width: 120px;
    height: 120px;
    top: 60%;
    left: 5%;
    animation-delay: 2s;
}

.pml4t8n.tjk5r3v {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 20%;
    animation-delay: 4s;
}

.ghn8x4q {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid rgba(255, 255, 255, 0.08);
    top: 70%;
    right: 30%;
    animation: rotate 8s linear infinite;
}

.vbn3t9w {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.06);
    top: 40%;
    right: 15%;
    animation: float 7s ease-in-out infinite reverse;
    transform: rotate(45deg);
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rst6y2m {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.jkl9n4v {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px;
	gap: 20px;
}

.fgh3m7p {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
  
}

.qwe4t8r {
    color: #2c3e50;
    font-size: 42px;
    font-weight: 700;
/*     margin-bottom: 10px; */
    line-height: 1.2;
    white-space: nowrap;
}

.zxc6y1n {
    color: #1d5bc1;
    position: relative;
    display: inline-block;
}

.zxc6y1n::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1d5bc1;
    border-radius: 2px;
}

.asd2k9m {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

.lkj7v3t {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgb(206 190 190 / 20%);
    color: #4285f4;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
	white-space:nowrap;
}

.lkj7v3t:hover,
.lkj7v3t.mnb4r8w {
    color: white;
    background: #1d5bc1;
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.lkj7v3t.opq6t2y::after {
    content: 'New';
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
}

.lkj7v3t.opq6t2y {
    position: relative;
}

.uio9n5v {
    display: flex;
	flex-wrap:wrap;
/*     grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
    gap: 30px;
    margin-top: 40px;
/* 	align-items: center; */
/*     justify-items: center; */
}

.pqr3m7x {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
max-width: 366px;
    backdrop-filter: blur(10px);
	min-width: 366px;
}

.pqr3m7x:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.vbn8t2q {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.vbn8t2q img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pqr3m7x:hover .vbn8t2q img {
    transform: scale(1.05);
}

.pqr3m7x:hover .vbn8t2q::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    animation: glassSlide 1s ease-in-out forwards;
}

@keyframes glassSlide {
    0% { clip-path: polygon(0 0, 0 0, 0 100%); }
    100% { clip-path: polygon(0 0, 100% 0, 100% 100%); }
}

.zxc4y9n {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

.zxc4y9n.wer7t1m {
    background: rgba(76, 217, 100, 0.9);
    color: white;
}

.zxc4y9n.ghj2r8v {
    background: rgba(52, 152, 219, 0.9);
    color: white;
}

.zxc4y9n.tyu9n3k {
    background: rgba(241, 196, 15, 0.9);
    color: white;
}

.qwe6m2p {
    padding: 25px;
}

.asd9v4t {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.asd9v4t span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.zxc3t7r {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.lkj6n2m {
    display: flex;
    align-items: center;
	justify-content:space-between;
    gap: 5px;
    margin-bottom: 20px;
}

.pqr8y5v {
    color: #ffd700;
    font-size: 16px;
}

.mnb3t9r {
    color: #666;
    font-size: 14px;
    margin-left: 5px;
}

.uio7v1n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.opq4m8x {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rst9t3q {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0a2858;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.vbn2y7p {
    color: #666;
    font-size: 14px;
}

.zxc5t1m {
    font-size: 24px;
    font-weight: 700;
    color: #667eea;
}

@media (max-width: 768px) {
    .jkl9n4v {
        flex-direction: column;
        text-align: center;
		align-items:center;
    }
    .qwe4t8r {
        font-size: 1.8rem;
    }
    .asd2k9m {
        gap: 15px;
        justify-content: center;
		flex-wrap:wrap;
    }
	.pqr3m7x{
		min-width:330px;
	}

	.uio9n5v{
		align-items:center;
		justify-content:center;
	}
    .lkj7v3t {
        padding: 10px 20px;
        font-size: 14px;
    }
    .uio9n5v {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}