.sf-home{position:relative;width:100%;min-height:100vh;overflow:visible;font-family:Inter,sans-serif}.sf-bg-image{object-fit:cover;z-index:-2}.sf-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:-1}.sf-content{position:relative;width:100%;padding:5%;color:white;box-sizing:border-box}.sf-hero{position:relative;margin-bottom:2rem}.sf-hero-text{padding-top:80px;max-width:600px}.sf-subheading{font-family:Signika,sans-serif;font-size:2rem;font-weight:600;margin-bottom:1rem}.sf-value{font-size:22px;font-weight:600}.sf-heading{font-size:14px;font-weight:400;margin-top:-8px;opacity:.9}.sf-text{display:block;margin-top:4px;font-size:12px;opacity:.8}.sf-hero-text p{font-size:12px;line-height:1.5;margin:0 0 6px}.sf-cards{display:flex;flex-wrap:wrap;gap:3rem;justify-content:flex-start;width:100%;padding-top:40px}.sf-card{position:relative;background:rgba(255,255,255,.1);flex:1 1 calc(12% - 3rem);min-width:120px;height:150px;text-align:center;color:white;border:1px solid rgba(255,255,255,.3);padding:.5rem;backdrop-filter:blur(4px)}.sf-card-icon{position:absolute;top:6px;right:6px}.sf-card-footer{position:absolute;bottom:6px;left:6px;font-size:.7rem;text-align:left;opacity:.8}.sf-card h3{font-size:1rem;margin-bottom:.5rem}.sf-card p{font-size:.85rem}@media (max-width:1024px){.sf-card{flex:1 1 calc(33.33% - 1rem)}}@media (max-width:768px){.sf-card{flex:1 1 calc(50% - 0.5rem)}.sf-subheading{font-size:1.5rem}.sf-hero-text p{font-size:14px}}@media (max-width:480px){.sf-hero-text{padding-top:30px}.sf-cards{flex-direction:column;gap:12px;padding-top:15px}.sf-card{width:100%;height:auto;min-height:120px}.sf-subheading{font-size:1.5rem}}.latest-blogs{background-color:#fcfbf8;font-family:Inter,sans-serif;padding:25px 0 50px;max-width:100vw}.latest-blogs-header{display:flex;justify-content:space-between;align-items:center;margin:0 10% 40px}.latest-blogs-heading{color:#8c6a38;font-size:2rem;font-weight:600}.view-all-btn{background-color:#eb2428;color:white;border:none;padding:8px 20px;border-radius:30px;font-size:.9rem;cursor:pointer}.latest-blogs-number{font-size:4rem;color:rgba(229,76,76,.1);font-weight:700;margin-bottom:10px}.latest-blogs-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:15px}.latest-blogs-description{font-size:12px;color:#666;line-height:1.6;margin-bottom:20px}.read-more-btn{background-color:#ed1c24;color:white;border:none;padding:8px 20px;border-radius:30px;font-size:12px;cursor:pointer;width:150px;display:flex;justify-content:space-between;align-items:center;gap:10px}.read-more-btn .btn-text{flex:1;text-align:left}.read-more-btn .btn-icon{font-size:1.1rem;display:flex;align-items:center}.latest-blogs-wrapper{display:flex;align-items:flex-start;width:100%;gap:0;margin:0 auto;max-width:100vw}.latest-blogs-image-container{flex:0 0 50%;position:sticky;top:0;height:100vh;overflow:hidden;margin-left:0}.latest-blogs-image-list{position:relative;width:100%;height:100%;isolation:isolate}.latest-blogs-image-wrapper{position:absolute;top:50%;left:0;transform:translateY(-50%) scale(1);width:100%;height:100vh;opacity:0;transition:opacity 1.2s ease-in-out,transform 1.2s ease-in-out}.latest-blogs-image-wrapper.active{opacity:1;transform:translateY(-50%) scale(1);z-index:2}.latest-blogs-image-wrapper:not(.active){transform:translateY(-50%) scale(1.08);z-index:1}.latest-blogs-image{width:100%;height:100%;object-fit:cover;display:block}.latest-blogs-text-content{flex:0 0 50%;display:flex;flex-direction:column;padding:0 5%}.latest-blogs-content{display:flex;flex-direction:column;padding-top:50vh;padding-bottom:50vh;width:100%}.latest-blogs-content:first-child{padding-top:20vh}.latest-blogs-content:last-child{padding-bottom:30vh}@media (max-width:768px){.latest-blogs-wrapper{flex-direction:column;gap:20px;margin:0;max-width:100vw}.latest-blogs-image-container{position:static;height:auto;margin-left:0;flex:0 0 100%;padding-left:0}.latest-blogs-image-list{position:static;height:auto}.latest-blogs-image-wrapper{position:static;height:auto;transform:none;opacity:1;transition:none}.latest-blogs-image{max-height:300px;height:auto}.latest-blogs-text-content{flex:0 0 100%;padding-right:20px}.latest-blogs-content,.latest-blogs-content:first-child,.latest-blogs-content:last-child{padding-top:0;padding-bottom:40px}.latest-blogs-header{margin:0 10% 20px}.latest-blogs-text{padding:0 20px;text-align:left}.read-more-space{margin-bottom:40px}.latest-blogs-heading{font-size:1.8rem}.latest-blogs-description{text-align:justify}.read-more-btn{padding:7px 20px;font-size:.85rem;position:relative;top:10px}}@media (max-width:480px){.latest-blogs-text{padding:0 25px}.read-more-btn{margin-bottom:20px}.latest-blogs-heading{font-size:1.4rem;font-weight:400}}@media (min-width:480px) and (max-width:768px){.read-more-btn{top:20px}.latest-blogs-heading{font-size:1.5rem;font-weight:600}}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.latest-blogs-mobile-item{margin-bottom:40px}.latest-blogs-mobile-item img{width:100%;height:auto;max-height:300px;object-fit:cover;margin-bottom:15px}}.profile-section-container{background:#f8f8f8;display:flex;justify-content:center;padding:50px 0}.profile-section-image-wrapper{flex:0 0 45%}.profile-section-image{width:100%;height:100%;object-fit:cover}.profile-section-text-wrapper{flex:1;padding:40px;position:relative}.profile-section-close-btn{position:absolute;top:20px;right:20px;background:#eb2428;color:white;border:none;border-radius:50%;font-size:22px;cursor:pointer;width:35px;height:35px;line-height:35px;text-align:center}.profile-section-name{font-size:1.8rem;font-weight:700;color:#eb2428;margin-bottom:10px}.profile-section-role{font-size:1rem;font-weight:600;color:#333;margin-bottom:20px}.profile-section-description{font-size:.95rem;color:#555;line-height:1.6;margin-bottom:15px}.profile-section-wrapper{display:flex;max-width:1200px;background:white;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;border-radius:8px;width:100%;position:relative}.profile-section-footer-image{position:absolute;bottom:0;right:0;max-width:120px;height:auto;z-index:2}@media (max-width:900px){.profile-section-wrapper{flex-direction:column}.profile-section-image-wrapper{flex:0 0 auto;height:300px}}.PrincipalAndLeadershipTeam_sectionWrapper__dqu31{position:relative;width:100%;min-height:60vh;display:flex;align-items:center;justify-content:space-between;padding:20px 8%;background-color:#fcfbf8;font-family:Inter,sans-serif}.PrincipalAndLeadershipTeam_textContainer__x75vd{flex:1;max-width:450px;margin-right:40px;display:flex;flex-direction:column;justify-content:center;height:100%}.PrincipalAndLeadershipTeam_headingTitle__55rhT{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#af742e}.PrincipalAndLeadershipTeam_descriptionText__dX2cL{font-size:14px;line-height:1.6;color:#666}.PrincipalAndLeadershipTeam_teamContainer__YbRtN{flex:1.3;display:flex;flex-direction:column;align-items:flex-start}.PrincipalAndLeadershipTeam_memberCard__8WRE2{display:flex;align-items:stretch;gap:30px}.PrincipalAndLeadershipTeam_bigImageWrapper__ZTUsl{flex-shrink:0;display:flex}.PrincipalAndLeadershipTeam_bigImage__mv7QC{width:300px;height:350px;object-fit:cover}.PrincipalAndLeadershipTeam_memberDetails__hrMVD{display:flex;flex-direction:column;justify-content:space-between;height:350px}.PrincipalAndLeadershipTeam_memberName__XFIwQ{font-size:1.4rem;font-weight:600;margin-bottom:5px;color:#000;margin-top:35px}.PrincipalAndLeadershipTeam_memberRole__71Yut{font-size:14px;font-weight:500;margin-bottom:10px;color:#333}.PrincipalAndLeadershipTeam_memberBio__RjD4E{font-size:13px;color:#444;line-height:1.5;word-spacing:5px;margin-bottom:10px;flex-grow:1}.PrincipalAndLeadershipTeam_readMoreLink__6Lq9U{font-size:13px;color:#ed1c24;cursor:pointer;margin-bottom:10px}.PrincipalAndLeadershipTeam_smallImagesWrapper__gTyyv{display:flex;gap:15px;align-items:flex-end;margin-top:auto}.PrincipalAndLeadershipTeam_smallImage__awczw{width:120px;height:120px;object-fit:contain}.PrincipalAndLeadershipTeam_carouselControls___2JaI{display:flex;justify-content:space-between;align-items:center;margin-top:15px;width:100%;position:relative}.PrincipalAndLeadershipTeam_indicatorList__qyX0e{flex:1;display:flex;align-items:center;position:relative;gap:8px;height:3px;background:repeating-linear-gradient(90deg,#ccc,#ccc 3px,transparent 0,transparent 8px)}.PrincipalAndLeadershipTeam_indicatorItem__xwp_0{height:3px;width:20px;background:transparent;cursor:pointer;position:relative}.PrincipalAndLeadershipTeam_indicatorItem__xwp_0.PrincipalAndLeadershipTeam_active__E5rUy{background:#ed1c24;border-radius:2px;width:35px}.PrincipalAndLeadershipTeam_arrowsGroup__fZGl8{display:flex;gap:10px;margin-left:20px}.PrincipalAndLeadershipTeam_arrowButton__1ZhK4{border:none;cursor:pointer;background:transparent;font-size:1.2rem}.PrincipalAndLeadershipTeam_indicatorWrapper__Jwe_n{flex:1;height:3px;background:repeating-linear-gradient(90deg,#ccc,#ccc 3px,transparent 0,transparent 8px);position:relative;border-radius:2px}.PrincipalAndLeadershipTeam_progressLine__E9FqA{position:absolute;top:0;left:0;height:3px;background:#ed1c24;border-radius:2px;transition:width .4s ease}.PrincipalAndLeadershipTeam_arrowButton__1ZhK4.PrincipalAndLeadershipTeam_left__hOVie{background:#ed1c24;color:white;border-radius:50%;width:35px;height:35px;display:flex;justify-content:center;align-items:center}.PrincipalAndLeadershipTeam_arrowButton__1ZhK4.PrincipalAndLeadershipTeam_right__CETzz{font-size:1.6rem;color:#0E0E0E}.PrincipalAndLeadershipTeam_modalOverlay__qaDgo{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:10000;overflow-y:auto}.PrincipalAndLeadershipTeam_modalContent__KpQQ1{background:#fff;max-width:1000px;width:90%;max-height:90vh;display:flex;flex-direction:column;position:relative;overflow:hidden;animation:PrincipalAndLeadershipTeam_fadeIn__Z5ySS .3s ease}.PrincipalAndLeadershipTeam_modalClose__v6hLj{position:absolute;top:15px;right:15px;border:none;background:#ed1c24;color:#fff;font-size:18px;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.PrincipalAndLeadershipTeam_modalBody__Mjs7F{display:flex;height:100%;overflow:hidden}.PrincipalAndLeadershipTeam_modalImageWrapper__gHy5d{flex:0 0 45%;height:auto;max-height:90vh}.PrincipalAndLeadershipTeam_modalImage__2Kr9F{width:100%;height:100%;margin-top:40px!important;object-fit:contain}.PrincipalAndLeadershipTeam_modalDetails__3QJfd{flex:0 0 55%;padding:40px 30px;overflow-y:auto;background-color:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;scrollbar-width:thin;scrollbar-color:#ed1c24 #f5f5f5}.PrincipalAndLeadershipTeam_modalDetails__3QJfd::-webkit-scrollbar{width:6px}.PrincipalAndLeadershipTeam_modalDetails__3QJfd::-webkit-scrollbar-thumb{background-color:#ed1c24;border-radius:4px}.PrincipalAndLeadershipTeam_modalName__X9tak{font-size:2rem;font-weight:700;color:#ed1c24;margin-bottom:5px}.PrincipalAndLeadershipTeam_modalRole___BELN{font-size:1.2rem;color:#2d2d2d;margin-bottom:5px}.PrincipalAndLeadershipTeam_modalDesc__wnM2_{font-size:15px;line-height:1.7;color:#2d2d2d;white-space:pre-line;margin-bottom:20px}@keyframes PrincipalAndLeadershipTeam_fadeIn__Z5ySS{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.PrincipalAndLeadershipTeam_modalContent__KpQQ1{flex-direction:column;max-height:90vh;overflow-y:auto}.PrincipalAndLeadershipTeam_modalBody__Mjs7F{flex-direction:column}.PrincipalAndLeadershipTeam_modalImageWrapper__gHy5d{flex:none;width:100%;height:250px}.PrincipalAndLeadershipTeam_modalDetails__3QJfd{flex:none;padding:20px;text-align:center;overflow-y:visible}.PrincipalAndLeadershipTeam_modalDesc__wnM2_{text-align:justify}}@media (max-width:1024px){.PrincipalAndLeadershipTeam_sectionWrapper__dqu31{flex-direction:column;text-align:center;padding:40px 5%;align-items:center}.PrincipalAndLeadershipTeam_textContainer__x75vd{margin-right:0;margin-bottom:40px;max-width:100%;align-items:center;text-align:center}.PrincipalAndLeadershipTeam_headingTitle__55rhT{font-size:2rem}.PrincipalAndLeadershipTeam_memberCard__8WRE2{flex-direction:column;align-items:center}.PrincipalAndLeadershipTeam_bigImage__mv7QC{width:100%;height:auto}.PrincipalAndLeadershipTeam_memberDetails__hrMVD{margin-top:20px;text-align:center;height:auto}.PrincipalAndLeadershipTeam_smallImagesWrapper__gTyyv{justify-content:center;margin-top:20px}.PrincipalAndLeadershipTeam_carouselControls___2JaI{justify-content:center}}@media (max-width:768px){.PrincipalAndLeadershipTeam_sectionWrapper__dqu31{padding:20px 5%}.PrincipalAndLeadershipTeam_memberDetails__hrMVD{margin-top:0}.PrincipalAndLeadershipTeam_modalContent__KpQQ1{flex-direction:column;max-height:90vh}.PrincipalAndLeadershipTeam_modalBody__Mjs7F{flex-direction:column;overflow-y:auto}.PrincipalAndLeadershipTeam_modalImageWrapper__gHy5d{width:100%;height:250px}.PrincipalAndLeadershipTeam_modalDetails__3QJfd{padding:20px;text-align:center;overflow-y:auto}.PrincipalAndLeadershipTeam_modalDesc__wnM2_{text-align:justify}.PrincipalAndLeadershipTeam_bigImage__mv7QC,.PrincipalAndLeadershipTeam_smallImage__awczw{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain}.PrincipalAndLeadershipTeam_smallImagesWrapper__gTyyv{flex-wrap:wrap;justify-content:center;gap:10px}.PrincipalAndLeadershipTeam_smallImage__awczw{width:48%;height:auto}}.StudentsSuccess_ssSection__qY5nI{width:100%;padding:50px 0;background:#fcfbf8;text-align:center;font-family:Inter,sans-serif}.StudentsSuccess_ssHeading__ra6CB h1{font-size:36px;font-weight:700;color:#af742e;margin-bottom:10px}.StudentsSuccess_ssHeading__ra6CB p{font-size:13px;color:#050000;margin-bottom:30px}.StudentsSuccess_ssCarouselContainer__DMJjm{width:calc(100% - 100px);margin:0 auto;overflow:hidden;position:relative}.StudentsSuccess_ssCarouselWrapper__Fz0Fd{display:flex;transition:transform .6s ease-in-out}.StudentsSuccess_ssCarouselCard__cMa_y{flex:0 0 25%;padding:0 8px;box-sizing:border-box}.StudentsSuccess_imageWrapper__iaP1a{position:relative;overflow:hidden}.StudentsSuccess_ssCarouselImg__aVNPy{width:100%;height:420px;object-fit:cover;display:block;transition:transform .5s ease}.StudentsSuccess_imageWrapper__iaP1a:hover .StudentsSuccess_ssCarouselImg__aVNPy{transform:scale(1.05)}.StudentsSuccess_overlay__5_LqN{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(175,116,46,.85);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0;transition:opacity .4s ease;padding:20px;box-sizing:border-box}.StudentsSuccess_imageWrapper__iaP1a:hover .StudentsSuccess_overlay__5_LqN{opacity:1}.StudentsSuccess_iconsRow__gbKBx{display:flex;justify-content:center;gap:25px;font-size:20px;margin-bottom:15px}.StudentsSuccess_overlayHeading__x6lqb{font-size:16px;margin-bottom:10px;margin-top:20px}.StudentsSuccess_iconsRow__gbKBx div{position:relative;display:flex;align-items:center}.StudentsSuccess_iconsRow__gbKBx div:not(:last-child):after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);height:40px;width:1px;background-color:#ffffff}.StudentsSuccess_overlayText__HLuSV{font-size:15px;line-height:1.4;text-align:center;margin-bottom:10px}.StudentsSuccess_overlayDate__vWJSG{font-size:12px;font-weight:500;margin-top:30px}.StudentsSuccess_ssCarouselIndicators__t0Yrx{display:flex;justify-content:center;margin-top:25px}.StudentsSuccess_ssIndicator__XuZQI{width:10px;height:10px;border-radius:50%;background:#bbb;margin:0 5px;cursor:pointer;transition:all .3s ease}.StudentsSuccess_ssActive__Zg6HC{width:25px;border-radius:5px;background:#ed1c24}@media (max-width:1024px){.StudentsSuccess_ssCarouselCard__cMa_y{flex:0 0 50%}}@media (max-width:768px){.StudentsSuccess_ssCarouselContainer__DMJjm{width:100%;padding:0 10px}.StudentsSuccess_ssCarouselCard__cMa_y{flex:0 0 100%;padding:0 10px}.StudentsSuccess_ssCarouselImg__aVNPy{height:300px}.StudentsSuccess_ssHeading__ra6CB h1{font-size:1.5rem;padding:0 15px}.StudentsSuccess_ssHeading__ra6CB p{padding:0 25px;text-align:justify}}