.home_header_main_container{background:linear-gradient(180deg,#EBEBEB,#EDFFFB,#EBEBEB);overflow:hidden}.home_header_container{padding:5% 0}.fs25rem{font-size:2.5rem}.fs1rem{font-size:1rem}.fs08rem{font-size:.875rem}.motion-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:400px;height:400px;grid-gap:8px;gap:8px;border-radius:20px;overflow:hidden}.motion-grid-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.enroll_btn{position:relative;overflow:hidden;background:#ccc;color:#000;font-weight:600;font-size:18px;border:2px solid #ccc;border-radius:50px;cursor:pointer;padding:14px 40px;transition:color .4s ease;z-index:1}.enroll_btn:hover{color:#000;border-color:#00a86b}.enroll_btn:before{content:"";position:absolute;top:0;right:0;width:0;height:0;background:transparent;border-right:40px solid #00a86b;border-top:40px solid transparent;border-bottom:40px solid transparent;transition:all .6s ease;z-index:0}.enroll_btn:hover:before{width:100%;height:100%;border:none;background:linear-gradient(135deg,#00a86b,#98dec4)}.enroll_btn span{position:relative;z-index:1;transition:transform .4s ease}.enroll_btn:hover span{transform:translateX(5px);color:#000}.animated-word{white-space:nowrap;overflow:hidden;height:45px;animation:blink .7s infinite}@keyframes blink{0%,50%,to{border-color:#198754}25%,75%{border-color:transparent}}.social-icon{width:40px;height:40px;color:#333;background:#fff;transition:all .3s ease}.social-icon:hover{color:#00A86B;background:#E8F8F2;transform:scale(1.1)}@media (max-width:992px){.motion-grid{width:320px;height:320px}.fs25rem{font-size:2rem}}@media (max-width:768px){.home_header_container{text-align:center}.fs25rem{font-size:1.8rem}.motion-grid{width:280px;height:280px;margin:0 auto}.stats_line{font-size:.9rem;display:flex;flex-direction:column;gap:4px}.social-icon{width:36px;height:36px}.enroll_btn{font-size:16px;padding:12px 28px}}@media (max-width:480px){.motion-grid{width:240px;height:240px}.fs25rem{font-size:1.8rem}.animated-title{font-weight:900;line-height:1.5;margin-bottom:2rem}.animated-title span{font-size:2rem}.stats_line{opacity:.7}.fs1rem{font-size:.9rem}.enroll_btn{font-size:14px;padding:20px 24px;width:90%;margin-left:5%}.home-hero-content{line-height:1.2;text-align:justify}}.students_img{width:35px;height:35px;object-fit:cover;margin:-5px}.testimonial_main_container{background-color:#ebebeb;opacity:.95}.read_revire_text{color:var(--color-primary)}.carousel-track{transition:transform .5s ease;align-items:stretch}.testimonial-card{background:linear-gradient(135deg,#ebebeb,#c3f5eb);width:300px;flex:0 0 auto;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%);transition:transform .3s ease,box-shadow .3s ease;padding:1.5rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between;text-align:center;border:1px solid #dadada;height:340px;overflow:hidden}.testimonial-card p{font-size:.95rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 6px 18px rgba(0,0,0,.1)}.progress-bar-wrapper{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:#28a745;border-radius:3px;transition:width .4s ease}.avatar{width:50px;height:50px;border-radius:50%;background:#28a745;color:#ebebeb;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:768px){.avatar{width:30px;height:30px}}.sidebar-equal-height{height:100%}@media (max-width:992px){.testimonial-card{width:260px;height:320px}.testimonial-card p{-webkit-line-clamp:5;line-clamp:5}}@media (max-width:768px){.testimonial-card{width:100%;height:300px}.testimonial-card p{font-size:.9rem;-webkit-line-clamp:5;line-clamp:5}}@media (max-width:576px){.testimonial-card{-webkit-clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%);border-radius:.75rem;height:280px;width:300px;margin:auto}.testimonial-card h5{font-size:1rem}.testimonial-card p{font-size:.85rem;-webkit-line-clamp:4;line-clamp:4}}.carousel-container{overflow:hidden;position:relative;width:100%}.carousel-track{display:flex;gap:1rem;transition:transform .8s cubic-bezier(.22,1,.36,1);will-change:transform}.home .testimonial-card{opacity:0;transform:scale(.9) translateY(20px);transition:all .6s ease-in-out}.testimonial-card.active{opacity:1;transform:scale(1) translateY(0)}.testimonial-card.inactive{opacity:.4;transform:scale(.95)}.testimonial-card.active:hover{transform:scale(1.03) translateY(-6px);box-shadow:0 8px 20px rgba(0,0,0,.12)}