.category{padding:50px 0}.heading h2{font-weight:700;margin-bottom:0}.faculty-card{border:1px solid #eee;border-radius:10px;overflow:hidden;transition:transform .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.faculty-card:hover{transform:translateY(-5px)}.faculty-card-img{width:100%;aspect-ratio:1/1;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;overflow:hidden}.faculty-img{width:100%;height:100%;object-fit:cover}.card-body{padding:15px;flex:1;display:flex;flex-direction:column;text-align:center}.faculty-name{font-weight:600;margin-bottom:10px}.card-body p{font-size:14px;color:#555;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-btn .btn-page{background:#d32f2f;color:#fff;padding:10px 25px;border-radius:5px;text-decoration:none;transition:background .3s}.category-btn .btn-page:hover{background:#b71c1c}.exc-custm{padding:60px 0;background-color:#fcfcfc}.section-title{font-size:28px;font-weight:700;margin-bottom:30px;color:#1a1a1a}.text-center{text-align:center}.course-grid{display:flex;flex-wrap:wrap;grid-template-columns:repeat(4,minmax(260px,1fr));gap:20px;margin-top:20px;justify-content:center}.course-card{background:white;border:1px solid #e5e5e5;border-radius:18px;padding:22px 22px 0;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;max-width:300px;flex:1 1 260px}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.course-card:before{top:20%;transition:all .4s ease;content:"";position:absolute;bottom:60px;right:-20px;width:140px;height:140px;background:#fdf2ef;border-radius:30px;transform:rotate(15deg)}.course-card:nth-child(2):before{background:#f4f0ff}.course-card:nth-child(3):before{background:#f0fff4}.course-card:nth-child(4):before{background:#fffaf0}.course-card:hover:before{top:0;right:0;width:100%;height:100%;transform:none;border-radius:15px}.card-header{position:relative;z-index:2}.card-header h3{font-size:18px;font-weight:700;margin:0;color:#1a1a1a;line-height:1.3;min-height:50px}.card-header p{font-size:13px;color:#999;margin-top:6px;font-weight:400}.content-wrapper{display:flex;justify-content:space-between;align-items:flex-end;margin-top:14px;min-height:170px;position:relative;z-index:2}.exc-custm .content-wrapper{flex:1}.tags-container{display:flex;flex-direction:column;gap:10px;padding-bottom:16px;z-index:3}.tag-btn{border:none;border-radius:8px;padding:8px 18px;font-weight:700;font-size:13px;cursor:pointer;min-width:100px;text-align:center;transition:opacity .2s}.tag-btn.active{background-color:#f07c3c;color:white;box-shadow:0 3px 8px rgba(240,124,60,.35)}.tag-btn.inactive{background-color:#ebebeb;color:#555}.tag-btn:hover{opacity:.85}.image-container{position:relative;z-index:3;display:flex;align-items:flex-end;width:150px;height:150px;flex-shrink:0}.image-container .course-image,.image-container img{width:100%;height:100%;display:block;object-fit:contain!important;transition:transform .3s ease;aspect-ratio:1/1}.course-card:hover .image-container img{transform:scale(1.05)}.explore-btn{display:block;width:calc(100% + 44px);margin-left:-22px;margin-right:-22px;margin-top:0;background:linear-gradient(90deg,#f07c3c,#fd9a5a);color:white;border:none;border-radius:0 0 18px 18px;padding:14px;font-weight:700;font-size:15px;cursor:pointer;letter-spacing:.3px;transition:filter .2s;position:relative;z-index:3}.explore-btn:hover{filter:brightness(1.08)}@media (max-width:768px){.course-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding:0 25px;margin-left:-25px;margin-right:-25px;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;flex-wrap:nowrap}.exc-custm{padding:20px 0}.course-grid::-webkit-scrollbar{display:none}.course-card{min-width:270px;flex-shrink:0;scroll-snap-align:center}.image-container{width:120px;height:120px}.image-container .course-image,.image-container img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .3s ease;aspect-ratio:1/1}.card-header h3{min-height:auto;font-size:16px}}.coming-soon-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:99999;animation:fadeIn .3s ease-out}.coming-soon-popup{background:#ffffff;padding:35px 40px;border-radius:20px;max-width:450px;width:85%;text-align:center;box-shadow:0 15px 50px rgba(0,0,0,.15);animation:scaleUp .3s cubic-bezier(.175,.885,.32,1.1) forwards}.popup-content h3{font-size:32px;font-weight:800;color:#1a1a1a;margin-bottom:15px;letter-spacing:-.5px}.popup-content p{font-size:16px;color:#444;line-height:1.5;margin-bottom:30px;font-weight:500}.popup-close-btn{background:#f07c3c;color:white;border:none;padding:14px 45px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;display:inline-block}.popup-close-btn:hover{background:#e06b2b;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}