.area-cards{display:flex;flex-wrap:wrap}.area-cards a{border:solid .1vw rgba(127,20,20,.2274509804);border-radius:.5vw;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;padding:.3vw;gap:1vw;width:12vw;height:16vw;overflow:hidden;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.area-cards a:hover{transform:translateY(-.5vw);box-shadow:0 .5vw 1vw #0000004d}.area-cards a div{border-radius:.5vw;overflow:hidden;display:flex;justify-content:center;width:100%;height:7vw}.area-cards a div img{height:100%;object-fit:cover;transition:transform .3s ease}.area-cards a div:hover img{transform:scale(1.05)}.area-cards a p{color:#fff;background:#7f1414;border-radius:3vw;font-size:1vw;font-weight:600;width:3vw;height:3vw;display:grid;place-items:center;box-shadow:0 .1vw .1vw .1vw #0003;margin:0 auto;position:absolute;transform:translate(140%,180%)}.area-cards a h1{color:#7f1414;font-size:.9vw;font-weight:600;text-align:center;margin:0;transition:color .3s ease}.area-cards a h6{background-color:#7f1414;padding:.5vw 0vw;border-radius:1vw;color:#fff;width:100%;text-align:center;transition:background-color .3s ease}.area-cards a:hover h6{background-color:#a51e1e}.area-cards a:hover h1{color:#a51e1e}.banner{width:100%;flex-direction:column}.banner div:nth-child(1){height:30vw;display:flex;width:100%;overflow:hidden}.banner div:nth-child(1) img{object-fit:cover;width:100%}.banner div:nth-child(1):before{position:absolute;content:" ";height:inherit;width:100%;background:linear-gradient(to right,#7f1414,#7f141400)}.banner div:nth-child(2){position:absolute;color:#fff;transform:translate(-17%);width:50%}.banner div:nth-child(2) h1{font-weight:600;font-size:3vw;margin:0}.banner div:nth-child(2) p{margin:0;margin-left:.2vw;font-size:1vw}.banner div:nth-child(2) p:nth-child(1){margin-bottom:.5vw}.banner div:nth-child(3){position:absolute;transform:translate(200%);background:#fff;border-radius:.6vw;padding:.9vw 2vw;display:flex;flex-direction:column;gap:.6vw}.banner div:nth-child(3) a{display:flex;flex-direction:column;text-decoration:none;color:#a6a6a6;font-size:.9vw}.banner div:nth-child(3) a:hover{color:#7f1414}.banner div:nth-child(3) a:after{content:" ";width:100%;height:.01vw;background:#0003;margin-top:.5vw}.banner div:nth-child(3) a:nth-last-child(1):after{content:" ";height:0;background:#0003;margin-top:.5vw}.prog-cont{gap:2vw;display:flex;flex-direction:column}.program-overview{height:auto;width:67%;display:flex;flex-direction:row;justify-content:space-between;gap:1vw;margin-top:3rem;margin-bottom:3rem}.program-overview #program-info{flex:2;display:flex;flex-direction:column}.program-overview #program-info #title{font-size:1.5vw;font-weight:700;color:#000;margin-bottom:10px}.program-overview #program-info #program-desc{font-size:.75vw;line-height:1.5;color:#333;margin-right:2vw}.program-overview img{flex:1;width:100%;height:20vh;object-fit:cover;object-position:center;border-radius:.4vw;box-shadow:0 .1vw .1vw .1vw #0003}.program-objectives-section{position:relative;padding:5rem;border-radius:2rem;overflow:hidden}.program-objectives-section .background-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.program-objectives-section .background-wrapper .background-image{position:absolute;top:0;right:0;width:50%;height:100%;object-fit:cover;opacity:.3;filter:hue-rotate(10deg) saturate(.8) brightness(1.1)}.program-objectives-section .background-wrapper .background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fef7f7,#fff5f5,#f70d0d2b)}.program-objectives-section .background-wrapper .floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.program-objectives-section .background-wrapper .floating-elements .floating-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#7f14140d,#7f141405);animation:float 6s ease-in-out infinite}.program-objectives-section .background-wrapper .floating-elements .floating-circle.circle-1{width:120px;height:120px;top:10%;left:5%;animation-delay:0s}.program-objectives-section .background-wrapper .floating-elements .floating-circle.circle-2{width:80px;height:80px;top:60%;left:15%;animation-delay:2s}.program-objectives-section .background-wrapper .floating-elements .floating-circle.circle-3{width:60px;height:60px;top:30%;right:10%;animation-delay:4s}.program-objectives-section .container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem}.program-objectives-section .section-header{text-align:center;margin-bottom:4rem;position:relative}.program-objectives-section .section-header .header-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#7f1414,#a01818);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;box-shadow:0 4px 20px #7f14144d;animation:slideInDown .8s ease-out}.program-objectives-section .section-header .header-badge svg{width:18px;height:18px}.program-objectives-section .section-header .section-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:2rem;line-height:1.1;animation:slideInUp .8s ease-out .2s both;position:relative}.program-objectives-section .section-header .section-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#7f1414,#a01818);border-radius:2px;animation:scaleIn .6s ease-out .8s both}.program-objectives-section .section-header .section-subtitle{font-size:1.2rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6;animation:slideInUp .8s ease-out .4s both}.program-objectives-section .objectives-grid{display:grid;gap:2rem;margin-top:3rem}.program-objectives-section .objectives-grid[data-count="1"]{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.program-objectives-section .objectives-grid[data-count="2"]{grid-template-columns:repeat(2,1fr);max-width:1000px;margin-left:auto;margin-right:auto}.program-objectives-section .objectives-grid[data-count="3"]{grid-template-columns:repeat(3,1fr)}.program-objectives-section .objectives-grid[data-count="4"]{grid-template-columns:repeat(2,1fr)}.program-objectives-section .objectives-grid:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]){grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.program-objectives-section .objective-card{position:relative;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #7f141414;border:1px solid rgba(127,20,20,.1);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease-out forwards}.program-objectives-section .objective-card .card-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(127,20,20,.02) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.program-objectives-section .objective-card .card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(127,20,20,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.program-objectives-section .objective-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #7f141426;border-color:#7f141433}.program-objectives-section .objective-card:hover .card-background,.program-objectives-section .objective-card:hover .card-glow{opacity:1}.program-objectives-section .objective-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.program-objectives-section .objective-card:hover .card-icon .icon-background{transform:scale(1.2)}.program-objectives-section .objective-card:hover .card-number{color:#7f1414;transform:scale(1.1)}.program-objectives-section .objective-card .card-content{position:relative;z-index:2}.program-objectives-section .objective-card .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.program-objectives-section .objective-card .card-header .card-icon{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#7f1414,#a01818);color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #7f14144d}.program-objectives-section .objective-card .card-header .card-icon .icon-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);transition:transform .3s ease}.program-objectives-section .objective-card .card-header .card-icon svg{width:24px;height:24px;position:relative;z-index:1}.program-objectives-section .objective-card .card-header .card-number{font-size:2rem;font-weight:800;color:#6c757d;transition:all .3s ease;opacity:.6}.program-objectives-section .objective-card .card-body .card-title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.program-objectives-section .objective-card .card-body .card-description{font-size:1rem;color:#6c757d;line-height:1.7;margin:0}.program-objectives-section .empty-state{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto;animation:slideInUp .8s ease-out}.program-objectives-section .empty-state .empty-icon{width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#7f14141a,#7f14140d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#7f1414;animation:pulse 2s ease-in-out infinite}.program-objectives-section .empty-state .empty-icon svg{width:48px;height:48px}.program-objectives-section .empty-state .empty-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.program-objectives-section .empty-state .empty-description{font-size:1.1rem;color:#6c757d;line-height:1.6;margin-bottom:2rem}.program-objectives-section .empty-state .empty-decoration{display:flex;align-items:center;justify-content:center;gap:1rem}.program-objectives-section .empty-state .empty-decoration .decoration-line{width:60px;height:2px;background:linear-gradient(90deg,transparent,#7f1414,transparent)}.program-objectives-section .empty-state .empty-decoration .decoration-dot{width:8px;height:8px;border-radius:50%;background:#7f1414}.program-objectives-section .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s ease-in-out infinite}.program-objectives-section .scroll-indicator .scroll-line{width:2px;height:30px;background:linear-gradient(180deg,#7f1414,transparent)}.program-objectives-section .scroll-indicator .scroll-dot{width:6px;height:6px;border-radius:50%;background:#7f1414}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%) scaleX(0)}to{opacity:1;transform:translate(-50%) scaleX(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 1200px){.program-objectives-section .objectives-grid[data-count="3"],.program-objectives-section .objectives-grid[data-count="4"]{grid-template-columns:repeat(2,1fr)}.program-objectives-section .objectives-grid:not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]){grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.program-objectives-section{padding:4rem 0}.program-objectives-section .container{padding:0 1rem}.program-objectives-section .section-header{margin-bottom:3rem}.program-objectives-section .section-header .section-title{font-size:2rem}.program-objectives-section .section-header .section-subtitle{font-size:1rem}.program-objectives-section .objectives-grid{grid-template-columns:1fr!important;gap:1.5rem}.program-objectives-section .objective-card{padding:1.5rem}.program-objectives-section .objective-card .card-header .card-icon{width:50px;height:50px}.program-objectives-section .objective-card .card-header .card-icon svg{width:20px;height:20px}.program-objectives-section .objective-card .card-header .card-number{font-size:1.5rem}.program-objectives-section .objective-card .card-body .card-title{font-size:1.2rem}.program-objectives-section .objective-card .card-body .card-description{font-size:.9rem}.program-objectives-section .empty-state{padding:3rem 1rem}.program-objectives-section .empty-state .empty-icon{width:80px;height:80px}.program-objectives-section .empty-state .empty-icon svg{width:32px;height:32px}.program-objectives-section .empty-state .empty-title{font-size:1.5rem}.program-objectives-section .empty-state .empty-description{font-size:1rem}}.carousel-section{background:#fff0;padding:4rem 2rem;display:block}.carousel-section .carousel-header{text-align:center;margin-bottom:3rem}.carousel-section .carousel-header h2{font-size:2.25rem;font-weight:700;color:#222;margin-bottom:.5rem}.carousel-section .carousel-header p{font-size:1.1rem;color:#666;max-width:60%;margin:0 auto}.carousel-section .carousel{display:flex;gap:1rem;justify-content:center;align-items:center;height:400px}.carousel-section .carousel .item{width:150px;height:100%;background:#ccc;border-radius:.5rem;overflow:hidden;transition:width .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.carousel-section .carousel .item img{width:100%;height:100%;object-fit:cover;display:block}.carousel-section .carousel .item:hover{width:300px}.faculty{display:flex;flex-wrap:wrap;justify-content:center;padding:2rem;width:100%;padding-right:12.5%;padding-left:12.5%;background-color:#ffd1d19d}.faculty .card{background:#841515;color:#fff;text-align:center;border-radius:1rem;padding:.5rem;max-width:15rem;min-height:22rem;box-shadow:0 10px 25px #0003;height:auto;width:auto}.faculty .card img{width:100%;border-radius:.75rem;margin-bottom:1rem}.faculty .card .info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem 1rem;margin-bottom:1rem}.faculty .card .info h3{margin:0;font-size:1.25rem;font-weight:700}.faculty .card .info p{font-size:.95rem;font-weight:500;line-height:1.3;margin:0 .6rem}.normal{background:#fff!important;color:#7f1414!important}.area-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;width:fit-content;margin:0 auto}.area-header .header-box{background:#8b0000;padding:1.5rem;border-radius:1rem;color:#fff;text-align:center;box-shadow:0 4px 12px #0003;width:100%}.area-header .header-box h2{font-weight:700}.area-header .header-box p{margin-bottom:0}.area-cards{display:flex;flex-wrap:wrap;gap:2vw;justify-content:center}.svg-wrapper{padding:3rem 0;display:flex;justify-content:center}.svg-wrapper svg{max-width:100%;width:70vw;height:auto}.programs .card{background:#841515;color:#fff;text-align:center;border-radius:1rem;padding:.5rem;width:300rem!important;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.programs .card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.programs .card img{aspect-ratio:1/1;width:100%;object-fit:cover;border-radius:.75rem;margin-bottom:1rem;flex-shrink:0}.programs .card .info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem 1rem;margin-top:auto;width:100%}.programs .card .info h3{margin:0;font-size:1.25rem;font-weight:700;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.programs .card .info p{font-size:.95rem;font-weight:500;line-height:1.3;margin:0 .6rem}
