@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";html,body,#root{width:100%;margin:0;padding:0}body{font-family:Poppins,sans-serif;overflow-x:hidden}@media (width<=1024px){*,:before,:after{-webkit-tap-highlight-color:transparent}a,button,input,textarea,select,[role=button]{appearance:none;transition:transform .12s,filter .12s,opacity .12s;outline:none!important}a:focus,a:focus-visible,button:focus,button:focus-visible,input:focus,input:focus-visible,textarea:focus,textarea:focus-visible,select:focus,select:focus-visible,[role=button]:focus,[role=button]:focus-visible{box-shadow:none!important;outline:none!important}a:active,button:active,[role=button]:active{filter:brightness(.96);transform:scale(.97)}input:active,textarea:active,select:active{filter:brightness(.99);transform:scale(.995)}}:root{--navbar-height:70px;--fire:#fff;--sun:#fff;--bg:#ffcc09;--bg-scrolled:#ffcc09;--dark:#fff;--border:#ffffff59;--text-nav:#fff;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.navbar{z-index:1000;background:var(--bg);border-bottom:2px solid var(--border);height:var(--navbar-height);font-family:var(--font);align-items:center;padding:0 48px;transition:box-shadow .3s,background .3s;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.navbar--scrolled{background:var(--bg-scrolled);box-shadow:0 6px 26px #0000001f}.navbar:before{content:"";pointer-events:none;background:radial-gradient(at 50% -40%,#ffffff38 0%,#0000 70%);position:absolute;inset:0}.navbar__spacer{flex:1}.logo{z-index:1;flex-shrink:0;align-items:center;text-decoration:none;display:flex;position:relative}.logo__img{height:calc(var(--navbar-height) - 10px);object-fit:contain;width:auto;display:block}.nav-menu{z-index:1;align-items:center;gap:2px;list-style:none;display:flex;position:relative}.nav-menu__link{color:var(--text-nav);letter-spacing:.01em;opacity:0;border-radius:8px;padding:8px 16px;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s;position:relative}.nav-menu__link:after{content:"";background:#fff;border-radius:2px;width:0;height:2.5px;transition:width .28s cubic-bezier(.4,0,.2,1);position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.nav-menu__link:hover{color:#fff;background:#ffffff2e}.nav-menu__link--active{color:#fff;font-weight:700}.nav-menu__link--active:after{width:65%}.cta-btn{z-index:1;color:#fff;cursor:pointer;letter-spacing:.03em;white-space:nowrap;font-size:.875rem;font-weight:700;font-family:var(--font);opacity:0;background:#ffffff38;border:none;border-radius:10px;align-items:center;gap:7px;margin-left:20px;padding:10px 22px;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;position:relative;box-shadow:0 4px 18px #0000002e}.cta-btn:hover{filter:brightness(1.02);transform:translateY(-2px);box-shadow:0 10px 28px #00000038}.cta-btn:active{transform:translateY(0)}.hamburger{cursor:pointer;z-index:2;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:12px;padding:6px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-drawer{top:var(--navbar-height);border-bottom:2px solid var(--border);z-index:999;opacity:0;font-family:var(--font);pointer-events:none;visibility:hidden;background:#ffcc09;flex-direction:column;gap:4px;padding:20px 32px 28px;transition:transform .3s,opacity .3s;display:none;position:fixed;left:0;right:0;transform:translateY(-10px)}.mobile-drawer--open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.mobile-drawer__link{color:#fff;border-bottom:1px solid #ffffff40;padding:12px 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-drawer__link:hover{color:#fff}.mobile-drawer__cta{text-align:center;color:#fff;font-weight:700;font-family:var(--font);background:#ffffff38;border-radius:10px;margin-top:16px;padding:13px;text-decoration:none}@media (width<=860px){.nav-menu,.cta-btn{display:none}.hamburger,.mobile-drawer{display:flex}.navbar{padding:0 24px}.logo__img{height:calc(var(--navbar-height) - 12px)}}.main-with-fixed-nav{padding-top:var(--navbar-height);box-sizing:border-box;min-height:100vh}.footer{color:#fff;background:#ffcc09;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;margin-top:40px;padding:40px 60px;display:grid}.footer__left .logo{font-size:1.8rem;font-weight:800}.footer__left .logo span{color:#fff}.tagline{color:#ccc;margin:15px 0}.tagline span{color:#fff;font-weight:600}.footer__contact p{margin-bottom:8px;font-size:.9rem}.phone{background:#ffffff38;border-radius:8px;margin-top:10px;padding:8px 14px;display:inline-block}.footer__col h3{color:#fff;margin-bottom:15px;font-size:1rem}.footer__col ul{padding:0;list-style:none}.footer__col li{cursor:pointer;color:#ffffffeb;margin-bottom:10px;transition:all .3s}.footer__col li:hover{color:#fff;transform:translate(5px)}.footer__col span{color:#fff;cursor:pointer;margin-top:10px;font-weight:600;display:inline-block}.footer__col span:hover{transform:translate(6px)}@media (width<=992px){.footer{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=600px){.footer{grid-template-columns:repeat(2,1fr);gap:20px;padding:30px 15px}.footer__left .logo{font-size:1.3rem}.tagline{font-size:12px}.footer__col h3{font-size:.9rem}.footer__col li{font-size:12px}}.hero{min-height:70vh;max-height:unset;opacity:0;justify-content:space-between;align-items:center;gap:20px;padding:40px 122px;display:flex;position:relative;overflow:hidden}.hero__blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__blob--1{width:500px;height:300px;top:-120px;right:-100px}.hero__blob--2{width:400px;height:400px;bottom:-100px;left:-80px}.hero__left{z-index:1;flex:1;max-width:520px;position:relative}.hero__badge{color:#ffcc09;letter-spacing:.03em;border:1px solid #ffcc0959;border-radius:20px;align-items:center;gap:7px;margin-bottom:20px;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:#ffcc09;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.5)}}.hero__heading{color:#545453;letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(2.4rem,4.5vw,3.4rem);font-weight:800;line-height:1.15}.hero__heading--accent{color:#ffcc09;display:block;overflow:hidden}.hero__heading--accent span{display:inline-block}.hero__para{color:#6b5c4e;max-width:420px;margin-bottom:32px;font-size:.95rem;line-height:1.7}.hero__btns{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:48px;display:flex}.hero__btn{letter-spacing:.02em;border-radius:10px;align-items:center;gap:8px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.hero__btn--primary{color:#fff;background:#ffcc09;padding:13px 26px;box-shadow:0 6px 20px #ffcc0959}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ffcc0973}.hero__btn--ghost{color:#333;padding:12px 0}.hero__btn--ghost:hover{color:#ffcc09}.hero__play{color:#ffcc09;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.7rem;display:flex;box-shadow:0 3px 12px #0000001f}.hero__stats{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.hero__stat{flex-direction:column;gap:3px;display:flex}.hero__stat-num{color:#545453;font-size:1.9rem;font-weight:800;line-height:1}.hero__stat-label{color:#8a7060;font-size:.72rem;line-height:1.4}.hero__stat-divider{background:#0000001a;width:1px;height:40px}.hero__right{z-index:1;perspective:1000px;flex:1;justify-content:center;align-items:center;min-height:480px;display:flex;position:relative}.hero__shape{z-index:0;border-radius:24px;position:absolute}.hero__shape--teal{opacity:.9;background-color:#ffcc09;border-radius:32px;width:200px;height:200px;top:0;right:20px;transform:rotate(25deg)}.hero__shape--orange{opacity:.85;background:#ffcc09;border-radius:20px;width:130px;height:130px;bottom:60px;right:10px;transform:rotate(15deg)}.hero__img{object-fit:cover;object-position:top center;z-index:2;filter:drop-shadow(-20px 0 40px #ffcc0933);width:auto;height:108%;position:absolute;bottom:0;right:-60px}.hero__float-badge{z-index:5;background:#fff;border-radius:14px;align-items:center;gap:10px;padding:10px 16px;display:flex;position:absolute;bottom:60px;left:0;box-shadow:0 8px 28px #0000001f}.hero__float-icon{color:#fff;background:#ffcc09;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;display:flex}.hero__float-title{color:#545453;font-size:.82rem;font-weight:700}.hero__float-sub{color:#8a7060;font-size:.7rem}.hero__gdot{color:#4285f4;z-index:3;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;animation:3s ease-in-out infinite bob;display:flex;position:absolute;top:20px;right:-10px;box-shadow:0 4px 16px #0000001f}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=960px){.hero{min-height:unset;max-height:unset;text-align:center;flex-direction:column;padding:70px 32px 60px;overflow:hidden}.hero__para{margin:0 auto 32px}.hero__btns,.hero__stats{justify-content:center}.hero__left{max-width:100%}.hero__right{border-radius:16px;width:100%;min-height:420px;margin-top:26px;overflow:visible}.hero__img{object-fit:contain;object-position:top center;width:100%;max-width:100%;height:auto;margin:0 auto;display:block;position:relative;bottom:auto;right:auto}.hero__shape--teal{width:140px;height:140px;top:0;right:10px}.hero__shape--orange{width:90px;height:90px;bottom:20px;right:10px}.hero__float-badge{white-space:nowrap;bottom:-20px;left:50%;transform:translate(-50%)}.hero__gdot{top:10px;right:10px}}@media (width<=500px){.hero{padding:30px 20px 48px}.hero__right{min-height:320px}.hero__img{width:100%;height:100%}.hero__stat-num{font-size:1.5rem}.hero__float-badge{padding:8px 12px;font-size:.8rem}}.lf{padding:20px 72px 90px;position:relative;overflow:hidden}.lf__bg-pattern{pointer-events:none;background-size:32px 32px;position:absolute;inset:0}.lf__heading-wrap{text-align:center;z-index:1;margin-bottom:40px;position:relative}.lf__heading{display:inline-block;position:relative}.lf__heading:after{content:"";background:#ffcc09;border-radius:2px;width:80px;height:4px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.lf__badge{color:#ffcc09;letter-spacing:.03em;border-radius:20px;align-items:center;gap:7px;margin-bottom:16px;padding:5px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.lf__badge-dot{background:#ffcc09;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite lf-pulse}@keyframes lf-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.lf__heading{color:#545453;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:600;line-height:1.2}.lf__heading span{color:#ffcc09}.lf__sub{color:#6b5c4e;max-width:480px;margin:0 auto;font-size:.97rem;line-height:1.6}.lf__cards{z-index:1;text-align:center;grid-template-columns:repeat(2,1fr);align-items:center;gap:24px;max-width:700px;margin:0 auto;display:grid;position:relative}.lf__card{text-align:center;cursor:default;justify-content:center;align-items:center;min-height:180px;padding:20px 18px}.lf__card:hover{border:1px solid #ffcc09;border-radius:45px;transform:translateY(-8px)scale(1.02)}.lf__card:hover .lf__card-glow{opacity:.16;transform:scale(1.3)}.lf__card:hover .lf__card-arrow{color:var(--card-color,#ffcc09);transform:translate(5px)}.lf__card-icon{color:#ffcc09;justify-content:center;align-items:center;margin-bottom:8px;font-size:2rem;font-weight:400;transition:transform .45s;display:flex}.lf__card:hover .lf__card-icon{transform:scale(1.15)rotate(360deg)}.lf__card-title{color:#545453;letter-spacing:-.01em;font-size:1rem;font-weight:600}.lf__card-desc{color:#6b5c4e;flex:1;font-size:.88rem;line-height:1.6}.lf__card-arrow{color:#b0a090;gap:8px;font-size:.85rem;font-weight:700;transition:transform .25s,color .25s;display:inline-block}.lf__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#1a10008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lf__popup{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:460px;max-height:95vh;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000038}.lf__popup-header{background:#ffcc09;flex-shrink:0;padding:20px 20px 22px;position:relative}.lf__popup-badge{color:#7a5c00;letter-spacing:.04em;text-transform:uppercase;background:#ffffff4d;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.lf__popup-badge svg{width:12px;height:12px}.lf__popup-header h3{color:#545453;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 8px;font-size:1.55rem;font-weight:800;line-height:1.15}.lf__popup-header p{color:#fff;max-width:340px;margin:0;font-size:.82rem;line-height:1.5}.lf__popup-close{cursor:pointer;color:#1a1000;background:#ffffff59;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:14px;right:14px}.lf__popup-close:hover{background:#fff9}.lf__popup-benefits{flex-direction:column;flex-shrink:0;gap:7px;padding:14px 20px 0;display:flex}.lf__benefit-chip{color:#3d3000;background:#f5f5f0;border:1px solid #e8e4dc;border-radius:20px;align-items:center;gap:7px;width:fit-content;padding:6px 14px 6px 8px;font-size:.78rem;font-weight:500;display:inline-flex}.lf__benefit-chip svg{color:#22a86e;flex-shrink:0;width:15px;height:15px}.lf__popup-body{scrollbar-width:thin;scrollbar-color:#ffcc0966 transparent;flex:1;padding:14px 20px 0;overflow-y:auto}.lf__popup-body::-webkit-scrollbar{width:4px}.lf__popup-body::-webkit-scrollbar-thumb{background:#ffcc0966;border-radius:4px}.lf__form{flex-direction:column;gap:11px;display:flex}.lf__form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lf__form-group{flex-direction:column;gap:4px;display:flex}.lf__form-group--full{grid-column:1/-1}.lf__form-group label{color:#3d2500;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:700}.lf__input-wrap{align-items:center;display:flex;position:relative}.lf__input-icon{color:#b0a090;pointer-events:none;align-items:center;display:flex;position:absolute;left:10px}.lf__input-icon svg{width:14px;height:14px}.lf__form-group input,.lf__form-group select{color:#1a1000;box-sizing:border-box;-webkit-appearance:none;background:#fafaf8;border:1.5px solid #e4ddd5;border-radius:10px;outline:none;width:100%;padding:10px 12px 10px 32px;font-family:inherit;font-size:.86rem;transition:border-color .2s,box-shadow .2s}.lf__form-group input:focus,.lf__form-group select:focus{background:#fff;border-color:#ffcc09;box-shadow:0 0 0 3px #ffcc092e}.lf__form-group input::placeholder{color:#c0b5a8}.lf__chip-group{flex-wrap:wrap;gap:7px;margin-top:2px;display:flex}.lf__chip{color:#6b5c4e;cursor:pointer;background:#fafaf8;border:1.5px solid #e4ddd5;border-radius:30px;padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .2s}.lf__chip--active{color:#fff;background:#ffcc09;border-color:#0000;font-weight:700}.lf__trust-badge{background:#f0faf5;border:1px solid #c8eedd;border-radius:12px;align-items:flex-start;gap:12px;margin-top:4px;padding:12px 14px;display:flex}.lf__trust-icon{color:#fff;background:#22a86e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.lf__trust-icon svg{width:18px;height:18px}.lf__trust-text strong{color:#1a1000;margin-bottom:2px;font-size:.8rem;font-weight:700;display:block}.lf__trust-text strong a{color:#22a86e;cursor:pointer;font-weight:700;text-decoration:underline}.lf__trust-text span{color:#4a7060;font-size:.75rem;line-height:1.45}.lf__popup-footer{background:#fff;flex-shrink:0;padding:12px 20px 16px}.lf__form-submit{color:#fff;cursor:pointer;letter-spacing:.01em;background:#ffcc09;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:.95rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 6px 20px #ffcc0959}.lf__form-submit svg{width:16px;height:16px;transform:rotate(-30deg)}.lf__submit-sub{opacity:.75;letter-spacing:.03em;font-size:.68rem;font-weight:500}.lf__form-submit:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ffcc0973}.lf__form-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.lf__footer-note{text-align:center;color:#8a7a6a;justify-content:center;align-items:center;gap:5px;margin-top:8px;font-size:.7rem;display:flex}.lf__footer-note svg{color:#22a86e;width:12px;height:12px}.lf__footer-legal{text-align:center;color:#b0a090;margin-top:6px;padding:0 4px;font-size:.66rem;line-height:1.5}.lf__success{text-align:center;padding:40px 24px}.lf__success-icon{margin-bottom:18px;font-size:4rem;animation:.5s cubic-bezier(.34,1.56,.64,1) pop;display:block}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}.lf__success h3{color:#545453;margin-bottom:10px;font-size:1.6rem;font-weight:800}.lf__success p{color:#6b5c4e;margin-bottom:28px;font-size:.95rem;line-height:1.6}@media (width<=992px){.lf__cards{grid-template-columns:repeat(2,1fr);gap:20px}.lf__search{max-width:100%;padding:6px 10px}.lf__search-btn{padding:10px 18px;font-size:.85rem}.lf__overlay{padding:14px}.lf{padding:50px 30px 70px}.lf__heading{font-size:2rem}.lf__sub{font-size:.9rem}.lf__cards{grid-template-columns:repeat(2,1fr);gap:18px;max-width:600px}.lf__card{min-height:160px;padding:18px 14px}.lf__card-title{font-size:.95rem}.lf__card-desc{font-size:.82rem}.lf__popup{max-width:90vw}}@media (width<=768px){.lf{padding:40px 16px 60px}.lf__heading{font-size:1.7rem}.lf__sub{max-width:100%;font-size:.85rem}.lf__cards{grid-template-columns:repeat(2,1fr);gap:12px}.lf__card{border-radius:18px;min-height:150px;padding:16px 12px}.lf__card-icon{font-size:1.6rem}.lf__card-title{font-size:.85rem}.lf__card-desc{font-size:.75rem}.lf__popup{border-radius:16px;max-width:95vw}.lf__popup-header h3{font-size:1.3rem}.lf__popup-header p{font-size:.75rem}.lf__form-row{grid-template-columns:1fr}.lf__form-group input,.lf__form-group select{padding:9px 10px 9px 30px;font-size:.8rem}.lf__form-submit{padding:12px;font-size:.85rem}}@media (width<=480px){.lf{padding:30px 12px 50px}.lf__heading{font-size:1.5rem}.lf__badge{padding:4px 10px;font-size:.7rem}.lf__cards{gap:10px}.lf__card{min-height:135px;padding:12px 10px}.lf__card-icon{font-size:1.4rem}.lf__card-title{font-size:.8rem}.lf__card-desc{font-size:.72rem;line-height:1.4}.lf__popup-header{padding:16px}.lf__popup-body,.lf__popup-footer{padding:10px 14px}.lf__form-submit{font-size:.8rem}.lf__footer-note{font-size:.65rem}.lf__footer-legal{font-size:.6rem}}.college{text-align:center;margin-top:0;padding:0 60px;position:relative}.college__heading{color:#545453;font-size:2.5rem;font-weight:800;display:inline-block;position:relative}.college__heading:after{content:"";background:#ffcc09;border-radius:2px;width:100px;height:4px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.college__sub{color:#777;margin-bottom:40px}.college__wrapper{scroll-behavior:smooth;gap:20px;padding:20px;display:flex;overflow-x:auto}.college__wrapper::-webkit-scrollbar{display:none}.college__card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:18px;flex-direction:column;flex:0 0 calc(25% - 15px);min-width:260px;height:390px;transition:all .4s;display:flex;overflow:hidden}.college__card:hover{transform:translateY(-12px)scale(1.04)}.college__img{flex:0 0 200px;height:200px;position:relative;overflow:hidden}.college__img img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:all .5s}.college__card:hover img{transform:scale(1.1)}.college__overlay{opacity:.7;background:linear-gradient(#0000,#0009);transition:all .4s;position:absolute;inset:0}.college__hover-content{color:#fff;text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:14px;transition:all .4s;display:flex;position:absolute;inset:0;transform:translateY(12px)}.college__hover-content h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:90%;margin:0;font-size:1rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.college__hover-content span{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;margin:0;padding:6px 12px;font-size:.9rem;font-weight:700;display:inline-flex}.college__card:hover .college__hover-content{opacity:1;transform:translateY(0)}.college__content{text-align:center;flex-direction:column;flex:1;padding:10px 12px 16px;display:flex}.college__content h3{color:#545453;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;line-height:1.25;display:-webkit-box;overflow:hidden}.location{color:#545453e0;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;min-height:4.8em;margin:4px 0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.college__duration{color:#ffcc09;margin-top:auto;font-size:.9rem;font-weight:700;line-height:1.2}.college__arrow{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:20px;position:absolute;top:55%;transform:translateY(-50%);box-shadow:0 10px 30px #0000001a}.college__arrow.left{left:10px}.college__arrow.right{right:10px}.college__arrow:hover{color:#fff;background:#ffcc09}@media (width<=1200px){.college{padding:40px 30px}.college__card{flex:0 0 calc(33.33% - 14px)}}@media (width<=992px){.college{padding:40px 20px}.college__heading{font-size:2rem}.college__sub{font-size:.9rem}.college__card{flex:0 0 calc(50% - 10px)}.college__arrow{width:38px;height:38px;font-size:16px}}@media (width<=600px){.college{margin-top:0;padding:30px 15px}.college__heading{font-size:1.6rem}.college__sub{margin-bottom:20px;font-size:.8rem}.college__wrapper{gap:15px;padding:10px}.college__card{flex:0 0 85%;min-width:auto}.college__img{height:170px}.college__content{padding:11px 10px 9px}.college__arrow{display:none}}@media (width<=400px){.college__heading{font-size:1.4rem}.college__card{flex:0 0 90%}}.partners{text-align:center;background:#fff;padding:0 60px 40px}.partners__heading{color:#545453;margin-bottom:18px;font-size:2.3rem;font-weight:800;display:inline-block;position:relative}.partners__heading:after{content:"";background:#ffcc09;border-radius:2px;width:90px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.partners__sub{color:#777;margin-top:10px;margin-bottom:40px;font-size:1rem}.partners__slider{padding-top:12px;position:relative;overflow:hidden visible}.partners__arrow{color:#545453;cursor:pointer;z-index:5;background:#fff;border:1px solid #00000014;border-radius:999px;place-items:center;width:38px;height:38px;transition:background .2s,color .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 18px #0000001f}.partners__arrow--left{left:6px}.partners__arrow--right{right:6px}.partners__arrow:hover{color:#fff;background:#ffcc09;transform:translateY(-50%)scale(1.06)}.partners__track{gap:24px;width:max-content;padding:8px 0 16px;display:flex}.partners__card{cursor:default;background:#fff;border:1px solid #ffcc09;border-radius:24px;flex-direction:column;flex-shrink:0;align-items:center;width:250px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000012}.partners__card:hover{border-color:#ffcc09;transform:translateY(-8px)scale(1.04);box-shadow:0 12px 32px #ffcc0940}.partners__card-logo{width:100%;height:190px;padding:0px px 0px;border-radius:50px;justify-content:center;align-items:center;display:flex}.partners__card-logo img{object-fit:contain;border-radius:50px;width:100%;max-width:240px;max-height:190px}.partners__card:hover .partners__card-logo img{transform:scale(1.12)}.partners__card-divider{background:#ebebeb;width:100%;height:1px}.partners__card-info{background:#fafafa;flex-direction:column;align-items:center;gap:6px;width:100%;height:120px;padding:34px 14px 16px;transition:background .25s,color .25s;display:flex}.partners__card-courses{color:#545453;font-size:.92rem;font-weight:700;transition:color .25s}.partners__card-name{color:#777;text-align:center;font-size:.78rem;line-height:1.3;transition:color .25s}.partners__card:hover .partners__card-info{background:#ffcc09}.partners__card:hover .partners__card-courses{color:#fff}.partners__card:hover .partners__card-name{color:green}@media (width<=1024px){.partners{padding:20px 40px 36px}.partners__heading{font-size:2rem}.partners__card{width:250px}.partners__card-logo{height:140px;padding:18px 16px 14px}.partners__card-logo img{max-width:150px;max-height:110px}}@media (width<=768px){.partners{padding:20px 20px 30px}.partners__heading{font-size:1.7rem}.partners__sub{margin-bottom:28px;font-size:.88rem}.partners__slider{-webkit-overflow-scrolling:touch;overflow-x:auto}.partners__arrow{display:none}.partners__track{gap:16px;padding-bottom:12px}.partners__card{width:200px}.partners__card-logo{height:120px;padding:16px 14px 12px}.partners__card-logo img{max-width:130px;max-height:90px}.partners__card-courses{font-size:.85rem}.partners__card-name{font-size:.72rem}}@media (width<=480px){.partners{padding:20px 12px 26px}.partners__heading{font-size:1.4rem}.partners__sub{font-size:.8rem}.partners__card{border-radius:20px;width:200px}.partners__card-logo{height:110px;padding:14px 12px 10px}.partners__card-logo img{max-width:225px;max-height:80px}.partners__card-info{padding:30px 10px 12px}.partners__card-courses{font-size:.8rem}.partners__card-name{font-size:.68rem}}.why{text-align:center;background:#fff;margin-top:-10px;padding:60px 80px}.why__heading{color:#545453;font-size:2.5rem;font-weight:800;display:inline-block;position:relative}.why__heading:after{content:"";background:#ffcc09;border-radius:2px;width:90px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.why__sub{color:#777;margin-bottom:40px}.why__container{align-items:center;gap:50px;display:flex}.why__left{flex:1;justify-content:center;display:flex}.why__img-box{border-radius:20px;width:420px;height:420px;transition:transform .5s,box-shadow .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(12deg)}.why__img-box img{z-index:2;object-fit:cover;width:100%;height:100%;position:relative}.why__img-box:before{content:"";z-index:1;filter:blur(18px);opacity:.9;pointer-events:none;background:radial-gradient(circle at 30% 35%,#ffcc0959,#0000 55%),radial-gradient(circle at 70% 65%,#ffcc0940,#0000 55%),radial-gradient(circle at 55% 30%,#2ec4972e,#0000 60%);animation:6s ease-in-out infinite whyGlowFloat;position:absolute;inset:-35%}.why__img-box:after{content:"";z-index:3;mix-blend-mode:overlay;pointer-events:none;background:linear-gradient(135deg,#ffcc091f,#fff0);position:absolute;inset:0}.why__img-box:hover:before{opacity:1;animation-duration:4.2s}@keyframes whyGlowFloat{0%{transform:translate(-10px,10px)rotate(0)scale(1)}50%{transform:translate(14px,-12px)rotate(10deg)scale(1.08)}to{transform:translate(-10px,10px)rotate(0)scale(1)}}.why__img-box:hover{transform:perspective(1000px)rotateY(18deg)translateY(-8px)scale(1.03);box-shadow:0 18px 40px #ffcc0940}.why__right{flex:1;grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.why__card{text-align:center;border:1px solid #eee;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:25px;transition:all .4s;display:flex}.why__card h3{color:#545453}.why__card p{color:#545453eb}.why__icon{color:#ffcc09;margin-bottom:12px;font-size:2rem;transition:all .6s}.why__card:hover{color:#fff;background:linear-gradient(135deg,#ffcc09bf,#ffcc09e6);transform:translateY(-10px)scale(1.03);box-shadow:0 25px 50px #ffcc0966}.why__card:hover p,.why__card:hover h3{color:#fff}.why__card:hover .why__icon{color:#fff;transform:rotateY(360deg)scale(1.2)}@media (width<=1024px){.why{padding:0 40px}.why__heading{font-size:2.1rem}.why__container{gap:30px}.why__img-box{width:320px;height:320px}.why__right{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=768px){.why{padding:0 20px}.why__heading{font-size:1.7rem}.why__sub{margin-bottom:30px;font-size:.9rem}.why__container{flex-direction:column;gap:30px}.why__left{width:100%}.why__img-box{width:100%;max-width:320px;height:300px;transform:none}.why__img-box:hover{transform:scale(1.03)}.why__right{gap:14px;width:100%;display:grid;grid-template-columns:repeat(2,1fr)!important}.why__card{padding:16px}.why__icon{font-size:1.6rem}}@media (width<=480px){.why{padding:0 15px}.why__heading{font-size:1.4rem}.why__sub{font-size:.8rem}.why__right{gap:10px;grid-template-columns:repeat(2,1fr)!important}.why__card{padding:14px}.why__icon{font-size:1.3rem}.why__img-box{height:260px}}.faq{background:linear-gradient(135deg,#ffcc0994,#ffcc09d1);justify-content:center;margin-top:50px;padding:30px 0;display:flex}.faq__card{background:#fff;border-radius:50px;flex-direction:column;gap:18px;width:100%;max-width:1000px;min-height:420px;padding:25px;display:flex}.faq__card-heading{text-align:center;color:#545453;margin:0;font-size:1.8rem;font-weight:800;display:inline-block;position:relative}.faq__card-heading:after{content:"";background:#ffcc09;border-radius:2px;width:90px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.faq__body{flex:1;gap:25px;display:flex}.faq__left{flex:1}.faq__item{border-bottom:1px solid #eee;padding:10px 0}.faq__question-btn{box-sizing:border-box;text-align:left;width:100%;font:inherit;cursor:pointer;color:#545453;background:#fffbe6;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:10px 12px;font-size:1.1rem;display:flex}.faq__question-btn span{overflow-wrap:anywhere;flex:1;min-width:0}.faq__chevron{color:#ffcc09;flex-shrink:0;font-size:.9rem;transition:transform .25s}.faq__item p{color:#545453eb;padding-left:12px;font-size:.8rem;display:none}.faq__item.active p,.faq__item:hover p{margin-top:6px;display:block}.faq__item:hover .faq__chevron,.faq__item.active .faq__chevron{transform:rotate(180deg)}.faq__right{flex:1;justify-content:center;align-items:center;display:flex}.faq__img{border-radius:16px;width:420px;height:420px;transition:transform .2s;overflow:hidden}.faq__img img{object-fit:cover;width:100%;height:100%}@media (width<=1024px){.faq__card{border-radius:30px;padding:20px}.faq__card-heading{font-size:1.6rem}.faq__body{gap:20px}.faq__img{width:320px;height:320px}}@media (width<=768px){.faq{padding:20px 15px}.faq__card{border-radius:25px;min-height:auto;padding:18px}.faq__card-heading{font-size:1.4rem}.faq__body{flex-direction:column;gap:20px}.faq__left,.faq__right{width:100%}.faq__img{width:100%;max-width:300px;height:260px}.faq__question-btn{font-size:1rem}.faq__item p{font-size:.85rem}}@media (width<=480px){.faq__card{border-radius:20px;padding:15px}.faq__card-heading{font-size:1.2rem}.faq__img{height:220px}.faq__question-btn{padding:8px 10px;font-size:.95rem}.faq__item p{font-size:.8rem}}.rv{flex-direction:column;justify-content:center;min-height:100vh;padding:20px 0 28px;display:flex;overflow:hidden}.rv__head{text-align:center;margin-bottom:24px;padding:0 24px}.rv__label{letter-spacing:.14em;text-transform:uppercase;color:#ffcc09;margin:0 0 6px;font-size:.72rem;font-weight:700}.rv__title{color:#ffcc09;margin:0 0 6px;font-family:DM Serif Display,serif;font-size:2rem;line-height:1.2}.rv__sub{color:#6b7280;margin:0;font-size:.88rem}.rv__slider{padding:8px 0;position:relative;overflow:hidden}.rv__slider:before,.rv__slider:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.rv__slider:before{background:linear-gradient(90deg,#f0f2f8,#0000);left:0}.rv__slider:after{background:linear-gradient(270deg,#f0f2f8,#0000);right:0}.rv__track{gap:16px;width:max-content;padding:4px 0 8px;display:flex}.rv__slider+.rv__slider{margin-top:14px}.rv-card{width:240px;box-shadow:#ffcc09;cursor:default;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;gap:10px;padding:18px 18px 12px;transition:transform .3s,box-shadow .3s;display:flex}.rv-card:hover{box-shadow:#ffcc09;transform:translateY(-7px)scale(1.02)}.rv-card--purple{box-shadow:#ffcc09;background:#ffcc09}.rv-card--purple:hover{box-shadow:#ffcc09}.rv-card__quote{align-items:center;gap:10px;display:flex}.rv-card__quote-icon{color:#ffcc09;font-family:Georgia,serif;font-size:1.5rem;line-height:1}.rv-card--purple .rv-card__quote-icon{color:#fffc}.rv-card__quote-line{background:#e5e7eb;border-radius:2px;flex:1;height:1.5px}.rv-card--purple .rv-card__quote-line{background:#ffffff40}.rv-card__text{color:#4b5563;flex:1;margin:0;font-size:.8rem;line-height:1.55}.rv-card--purple .rv-card__text{color:#ffffffe6}.rv-card__footer{align-items:center;gap:12px;display:flex}.rv-card__avatar{object-fit:cover;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;width:38px;height:38px}.rv-card--purple .rv-card__avatar{border-color:#fff6}.rv-card__author{flex-direction:column;gap:2px;display:flex}.rv-card__author strong{color:#111827;font-size:.8rem;font-weight:700}.rv-card--purple .rv-card__author strong{color:#fff}.rv-card__author span{color:#9ca3af;font-size:.75rem}.rv-card--purple .rv-card__author span{color:#fff9}.rv-card__bottom-line{background:#f3f4f6;border-radius:2px;height:1.5px;margin-top:4px}.rv-card--purple .rv-card__bottom-line{background:#fff3}@media (width<=1024px){.rv{padding:24px 0}.rv__title{font-size:1.8rem}.rv-card{width:210px;padding:16px 14px 10px}.rv-card__text{font-size:.78rem}.rv__slider:before,.rv__slider:after{width:80px}}@media (width<=768px){.rv{min-height:auto;padding:60px 0}.rv__head{margin-bottom:18px}.rv__title{font-size:1.5rem}.rv__sub{font-size:.8rem}.rv-card{border-radius:14px;width:180px;padding:14px 12px 10px}.rv-card__text{font-size:.75rem;line-height:1.45}.rv-card__avatar{width:32px;height:32px}.rv-card__author strong{font-size:.75rem}.rv-card__author span{font-size:.7rem}.rv__track{gap:12px}.rv__slider:before,.rv__slider:after{width:50px}}@media (width<=480px){.rv__label{font-size:.65rem}.rv__title{font-size:1.3rem}.rv-card{width:150px;padding:12px 10px}.rv-card__text{font-size:.72rem}.rv-card__quote-icon{font-size:1.2rem}.rv__slider:before,.rv__slider:after{display:none}}#home-cta{text-align:center;padding:100px 20px;position:relative;overflow:hidden}.cta-content h1{color:#545453;font-size:3rem;font-weight:700}.cta-content span{color:#ffcc09}.cta-content p{color:#666;max-width:600px;margin:20px auto}.cta-buttons{justify-content:center;gap:20px;margin-top:20px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#ffcc09;border:none;border-radius:10px;padding:12px 25px}.btn-secondary{color:#fff;cursor:pointer;background:green;border:none;border-radius:10px;padding:12px 25px}.cta-icon{opacity:.8;color:green;font-size:28px;animation:6s ease-in-out infinite float;position:absolute}.icon1{top:10%;left:10%}.icon2{top:20%;right:15%}.icon3{bottom:20%;left:15%}.icon4{bottom:10%;right:10%}.icon5{top:50%;left:5%}.icon6{top:60%;right:5%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@media (width<=900px){.cta-content h1{font-size:2.3rem}.cta-buttons{flex-direction:column;gap:12px}}@media (width<=600px){#home-cta{padding:70px 15px}.cta-content h1{font-size:1.8rem}.cta-content p{font-size:14px}.cta-icon{font-size:22px}}#courses-hero{justify-content:space-between;align-items:center;min-height:70vh;padding:20px 120px;display:flex;position:relative;overflow:hidden}.courses-hero-left{z-index:2;color:#545453;width:50%}.courses-hero-left h1{font-size:3.5rem;font-weight:700;line-height:1.2}.courses-hero-left span{color:#ffcc09}.courses-hero-left p{color:#777775;max-width:450px;margin:20px 0}.courses-btn{color:#fff;cursor:pointer;background:#ffcc09;border:none;border-radius:8px;padding:12px 25px;font-weight:600;transition:all .3s}.courses-btn:hover{background:#ffcc09;transform:translateY(-3px)}.courses-stats{gap:40px;margin-top:30px;display:flex}.courses-stats h3{margin:0}.courses-stats p{color:#777;margin:0;font-size:14px}.courses-hero-right{justify-content:center;width:50%;display:flex;position:relative}.courses-image-wrapper{transition:all .6s;position:relative;transform:perspective(1000px)rotateY(-10deg)}.courses-image-wrapper:hover{transform:perspective(1000px)rotateY(0)scale(1.05)}.courses-image-wrapper img{width:580px;height:500px}.card-1{top:10%;left:-30px}.card-2{bottom:10%;right:-30px}.bg-shape{filter:blur(120px);opacity:.6;z-index:0;border-radius:50%;animation:8s infinite alternate moveBg;position:absolute}.shape1{background:orange;width:300px;height:300px;top:-60px;right:-60px}.shape2{background:purple;width:250px;height:250px;bottom:-60px;left:-60px}@keyframes moveBg{0%{transform:translate(0)}to{transform:translate(60px,60px)}}@media (width<=1024px){#courses-hero{padding:40px 60px}.courses-hero-left h1{font-size:2.8rem}.courses-image-wrapper img{width:380px;height:auto}.courses-stats{gap:25px}}@media (width<=900px){#courses-hero{text-align:center;flex-direction:column;padding:40px 30px}.courses-hero-left,.courses-hero-right{width:100%}.courses-hero-left{margin-bottom:30px}.courses-hero-left h1{font-size:2.4rem}.courses-hero-left p{margin:15px auto}.courses-stats{justify-content:center;gap:20px}.courses-image-wrapper{transform:none}.courses-image-wrapper img{width:320px;height:auto}}@media (width<=600px){#courses-hero{min-height:auto;padding:30px 20px}.courses-hero-left h1{font-size:2rem;line-height:1.3}.courses-hero-left p{font-size:14px}.courses-btn{padding:10px 18px;font-size:14px}.courses-stats{flex-direction:column;gap:10px}.courses-stats h3{font-size:18px}.courses-stats p{font-size:12px}.courses-image-wrapper img{width:260px}.shape1{width:180px;height:180px}.shape2{width:150px;height:150px}}#courses-filter-section{align-items:flex-start;gap:40px;padding:30px;display:flex}.filter-sidebar{color:gray;border-radius:12px;width:360px;height:fit-content;padding:0;position:sticky;top:60px}.dropdown{color:gray;margin-bottom:20px;position:relative}.dropdown-btn{cursor:pointer;text-align:left;color:gray;background:#f3f3f3;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px;font-weight:600;display:flex}.dropdown-btn__label{flex:1;min-width:0}.dropdown-btn__icon{flex-shrink:0;font-size:14px;transition:transform .25s}.dropdown--open .dropdown-btn__icon{transform:rotate(180deg)}.dropdown-btn:hover{color:#fff;background:#ffcc09}.arrow-icon{color:#ffcc09;font-size:14px;transition:transform .3s}.arrow-icon.open{transform:rotate(180deg)}.dropdown-menu p{text-align:center;cursor:pointer;border-bottom:1px solid #eee;border-radius:0;width:90%;margin:0;padding:10px;transition:all .25s}.dropdown-menu p:last-child{border-bottom:none}.dropdown-menu p:hover{color:#fff;background:linear-gradient(135deg,#ffcc09,#ffcc09)}.clear-btn{color:#fff;background:#ffcc09;border:none;border-radius:8px;width:100%;padding:10px}.courses-content{color:gray;flex:1}.courses-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.course-card{background:#fff;border-radius:16px;flex-direction:column;height:100%;max-height:320px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 20px #00000014}.course-card:hover{transform:translateY(-5px)}.course-card img{object-fit:cover;width:100%;height:140px}.card-content{text-align:center;flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.tag{color:#fff;background:#ffcc09;border-radius:20px;align-self:center;padding:4px 8px;font-size:11px;display:inline-block}.card-content h3{color:gray;margin:5px 0;font-size:16px}.card-content p{color:green;margin:0;font-size:13px}.duration{color:gray}.apply-btn{color:#fff;cursor:pointer;background:#ffcc09;border:none;border-radius:6px;width:100%;margin-top:auto;padding:8px;font-size:13px}.apply-btn:hover{background:#fe0}@media (width<=1200px){#courses-filter-section{gap:30px;padding:40px}.filter-sidebar{width:280px}.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){#courses-filter-section{flex-direction:column}.filter-sidebar{width:100%;position:relative;top:0}.courses-content{width:100%}.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){#courses-filter-section{padding:30px 20px}.dropdown-btn{padding:8px;font-size:14px}.dropdown-menu p{padding:8px;font-size:13px}.courses-grid{grid-template-columns:1fr;gap:15px}.course-card{max-height:none}.course-card img{height:160px}}@media (width<=480px){#courses-filter-section{padding:20px 15px}.filter-sidebar{padding:10px}.dropdown-btn,.clear-btn{padding:8px;font-size:13px}.card-content h3{font-size:14px}.card-content p{font-size:12px}.apply-btn{padding:7px;font-size:12px}.course-card img{height:140px}}@media (width<=992px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.courses-grid{grid-template-columns:repeat(2,1fr);gap:12px}.course-card img{height:120px}.card-content h3{font-size:14px}.card-content p{font-size:12px}.apply-btn{padding:6px;font-size:12px}}.about-hero{justify-content:space-between;align-items:center;padding:10px 8%;display:flex;overflow-x:clip}.about-hero .hero-left{flex:520px;min-width:320px}@media (width<=1200px){.about-hero .hero-left{min-width:0}}.about-hero .tag{color:#ffcc09;letter-spacing:1px}.about-hero .hero-text h1{color:#545453;font-size:64px;font-weight:800;line-height:1.2}.about-hero .hero-text span{color:#ffcc09}.about-hero .desc{color:#777;max-width:400px;margin-top:15px}.about-hero .hero-buttons{align-items:center;gap:20px;margin-top:25px;display:flex}.about-hero .btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#ff4d00,orange);border:none;padding:14px 28px;font-weight:600}.about-hero .watch{align-items:center;gap:10px;display:flex}.about-hero .watch img{border-radius:50%;width:40px;height:40px}.about-hero .hero-right{flex:0 auto;position:relative}.about-hero .circle{border-radius:0;justify-content:center;align-items:center;width:clamp(280px,38vw,520px);height:clamp(280px,38vw,520px);margin-left:auto;display:flex;overflow:hidden}.about-hero .circle img{object-fit:cover;width:100%;height:100%}.about-hero .icon{background:#fff;border-radius:50%;padding:12px;position:absolute;box-shadow:0 10px 25px #0000001a}.about-hero .icon1{top:20%;right:-20px}.about-hero .icon2{top:-20px;left:50%}.about-hero .icon3{bottom:10%;right:20%}.about-hero .arrow{color:#ff8c42;font-size:40px;position:absolute}.about-hero .arrow1{top:30%;left:-80px}.about-hero .arrow2{bottom:20%;left:-60px}.about-hero{flex-wrap:wrap;gap:28px}@media (width<=1200px){.about-hero .hero-text h1{font-size:52px}.about-hero .circle{width:clamp(250px,35vw,420px);height:clamp(250px,35vw,420px)}}@media (width<=992px){.about-hero{text-align:center;flex-direction:column;align-items:center;gap:40px;padding:22px 5% 34px}.about-hero .hero-left{flex:none;width:100%;min-width:0}.about-hero .hero-text h1{font-size:42px}.about-hero .desc{max-width:100%}.about-hero .hero-buttons{justify-content:center}.about-hero .hero-right{justify-content:center;width:100%;display:flex}.about-hero .circle{margin-left:0;margin-right:0}.about-hero .icon1{right:0}.about-hero .icon2{left:50%;transform:translate(-50%)}.about-hero .icon3{right:20%}.about-hero .arrow{display:none}}@media (width<=768px){.about-hero{padding:18px 5% 28px}.about-hero .hero-text h1{font-size:32px;line-height:1.3}.about-hero .desc{font-size:14px}.about-hero .btn{padding:12px 22px;font-size:14px}.about-hero .circle{width:260px;height:260px}.about-hero .icon{padding:8px}.about-hero .icon img{width:20px;height:20px}}@media (width<=480px){.about-hero{padding:14px 4% 24px}.about-hero .hero-text h1{font-size:26px}.about-hero .desc{font-size:13px}.about-hero .hero-buttons{flex-direction:column;gap:12px}.about-hero .circle{width:220px;height:220px}.about-hero .icon1{top:10%;right:0}.about-hero .icon2{top:-10px}.about-hero .icon3{bottom:5%;right:10%}}.mv-animate{opacity:0;transition-property:opacity,transform;transition-duration:.75s;transition-timing-function:cubic-bezier(.22,1,.36,1);transition-delay:var(--delay,0s);will-change:opacity, transform}.mv-fade-up{transform:translateY(60px)}.mv-fade-left{transform:translate(-80px)}.mv-fade-right{transform:translate(80px)}.mv-zoom-in{transform:scale(.7)translateY(30px)}.mv-visible{opacity:1;transform:translateY(0)translate(0)scale(1)}.mv-section{text-align:center;padding:20px;overflow-x:clip}.mv-heading h1{color:#545453;margin-bottom:0;font-size:2.5rem;transition:transform .3s;display:inline-block}.mv-heading h1:hover{transform:scale(1.04)}.mv-cards{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.mv-text h3{color:#545453;margin-bottom:10px;font-size:1.4rem;transition:color .3s,letter-spacing .3s}.mv-text p{color:#545453;font-size:1rem;line-height:1.6}.mv-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s;display:flex;overflow:hidden}.mv-circle img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.mv-circle.orange{background:#ffcc09}.mv-circle.yellow{background:#ffd166}.mv-card{cursor:default;border-radius:20px;align-items:center;gap:24px;max-width:520px;padding:24px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s;display:flex}.mv-card:hover{transform:translateY(-12px)scale(1.02)}.mv-card:hover .mv-circle{transform:rotate(10deg)scale(1.12)}.mv-card:hover .mv-circle.orange{box-shadow:0 10px 30px #ffcc0980}.mv-card:hover .mv-circle.yellow{box-shadow:0 10px 30px #ffd16680}.mv-card:hover .mv-circle img{transform:scale(1.1)}.mv-card:hover .mv-text h3{color:#ffcc09;letter-spacing:.5px}@media (width<=1200px){.mv-heading h1{font-size:2.2rem}.mv-card{max-width:460px}.mv-circle{width:140px;height:140px}}@media (width<=992px){.mv-cards{gap:30px}.mv-card{text-align:center;flex-direction:column;max-width:420px}.mv-text{text-align:center}.mv-circle{width:120px;height:120px}.mv-fade-left,.mv-fade-right{transform:translateY(40px)}}@media (width<=768px){.mv-section{padding:40px 5%}.mv-heading h1{font-size:1.8rem}.mv-card{gap:15px;padding:18px}.mv-text h3{font-size:1.2rem}.mv-text p{font-size:.9rem}.mv-circle{width:100px;height:100px}.mv-card:hover,.mv-card:hover .mv-circle{transform:none}}@media (width<=480px){.mv-section{padding:30px 4%}.mv-heading h1{font-size:1.5rem}.mv-card{border-radius:15px;max-width:100%;padding:15px}.mv-text h3{font-size:1.1rem}.mv-text p{font-size:.85rem;line-height:1.5}.mv-circle{width:85px;height:85px}}.aboutus-section{padding:80px 6%;font-family:Poppins,sans-serif;overflow-x:clip}.aboutus-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:50px;display:flex}.aboutus-image{perspective:1000px;flex:1;justify-content:center;display:flex}.aboutus-image img{object-fit:cover;border-top-right-radius:80px;border-bottom-left-radius:80px;width:100%;max-width:450px;transition:transform .6s}.aboutus-image:hover img{transform:rotateY(12deg)scale(1.03)}.aboutus-content{flex:1;max-width:500px}.aboutus-content h2{color:#545453;margin-bottom:15px;font-size:2rem;font-weight:700}.aboutus-content p{color:#555;margin-bottom:20px;font-size:.95rem;line-height:1.6}.aboutus-btn{color:#fff;cursor:pointer;background:#ff6a3d;border:none;border-radius:25px;padding:10px 20px;font-size:.85rem;transition:all .3s}.aboutus-btn:hover{background:#e85a2f}@media (width<=1200px){.aboutus-content h2{font-size:1.8rem}.aboutus-content p{font-size:.9rem}.aboutus-image img{max-width:380px}}@media (width<=992px){.aboutus-container{text-align:center;flex-direction:column;gap:40px}.aboutus-content{max-width:100%}.aboutus-content h2{font-size:1.6rem}.aboutus-content p{font-size:.9rem}.aboutus-image{justify-content:center}.aboutus-image img{max-width:350px}}@media (width<=768px){.aboutus-section{padding:60px 5%}.aboutus-content h2{font-size:1.4rem}.aboutus-content p{font-size:.85rem}.aboutus-btn{padding:9px 18px;font-size:.8rem}.aboutus-image img{border-top-right-radius:60px;border-bottom-left-radius:60px;max-width:300px}}@media (width<=480px){.aboutus-section{padding:50px 4%}.aboutus-content h2{font-size:1.2rem}.aboutus-content p{font-size:.8rem;line-height:1.5}.aboutus-btn{width:100%;padding:10px}.aboutus-image img{border-top-right-radius:40px;border-bottom-left-radius:40px;max-width:260px}}.whatwedo-section{padding:0 6%;font-family:Poppins,sans-serif;overflow-x:clip}.whatwedo-main-heading{text-align:center;color:#545453;margin-bottom:50px;font-size:2.4rem}.whatwedo-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0;margin-top:-40px;display:flex}.whatwedo-left{flex:1;max-width:500px}.whatwedo-left p{color:#555;margin-bottom:25px;line-height:1.6}.whatwedo-image-wrapper{width:100%;max-width:420px;position:relative}.whatwedo-image-wrapper img{z-index:2;border-top-right-radius:80px;border-bottom-left-radius:80px;width:100%;transition:transform .5s,box-shadow .5s;position:relative}.whatwedo-image-wrapper:hover img{transform:scale(1.05)rotate(1deg);box-shadow:0 15px 40px #00000026}.whatwedo-shape1{z-index:1;opacity:.2;background:#ffcc09;border-radius:50%;width:120px;height:120px;position:absolute;top:-20px;left:-20px}.whatwedo-shape2{z-index:1;opacity:.15;background:#ffcc09;border-radius:20px;width:100px;height:100px;position:absolute;bottom:-20px;right:-20px}.whatwedo-right{flex:1;max-width:450px}.whatwedo-card-heading{text-align:center;color:#545453;margin-bottom:15px;font-size:1.2rem}.whatwedo-card-list{flex-direction:column;gap:10px;display:flex}.whatwedo-card{background:#fff;border:1px solid #0000000f;border-radius:14px;align-items:center;height:auto;display:flex;overflow:hidden;box-shadow:0 10px 24px #0000000f}.whatwedo-card-bar{background:linear-gradient(#ffcc09,#545453);width:7px;height:100%}.whatwedo-card{border-radius:14px;align-items:center;height:auto;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden}.whatwedo-card-content{text-align:center;flex:1;padding:14px 16px;transition:transform .25s}.whatwedo-card:hover{border-color:#ffcc0973;transform:translateY(-3px);box-shadow:0 16px 34px #0000001a}.whatwedo-card:hover .whatwedo-card-content{transform:scale(1.05)}.whatwedo-card:hover .whatwedo-card-bar{background:linear-gradient(#ffcc09,#000);width:9px}.whatwedo-card-content h5{color:#545453;width:100%;margin:0;font-size:.98rem;line-height:1.35}.whatwedo-card-content p{color:#666;font-size:.75rem}.whatwedo-tagline{text-align:center;color:#777;margin-top:15px;font-size:.85rem}@media (width<=1200px){.whatwedo-main-heading{font-size:2.1rem}.whatwedo-left,.whatwedo-right{max-width:450px}.whatwedo-image-wrapper{max-width:380px}}@media (width<=992px){.whatwedo-container{text-align:center;flex-direction:column;gap:40px;margin-top:0}.whatwedo-left,.whatwedo-right{max-width:100%}.whatwedo-left p{font-size:.9rem}.whatwedo-image-wrapper{margin:0 auto}.whatwedo-shape1{top:-10px;left:-10px}.whatwedo-shape2{bottom:-10px;right:-10px}.whatwedo-card-list{align-items:center}.whatwedo-card{width:100%;max-width:420px}}@media (width<=768px){.whatwedo-section{padding:50px 5%}.whatwedo-main-heading{margin-bottom:30px;font-size:1.8rem}.whatwedo-left p{font-size:.85rem}.whatwedo-image-wrapper{max-width:320px}.whatwedo-image-wrapper img{border-top-right-radius:60px;border-bottom-left-radius:60px}.whatwedo-container{gap:26px}.whatwedo-card-heading{margin-bottom:10px;font-size:1.05rem}.whatwedo-card{max-width:520px;padding:0}.whatwedo-card-content{padding:14px}.whatwedo-card-content h5{font-size:.95rem}.whatwedo-card-content p{font-size:.75rem}}@media (width<=480px){.whatwedo-section{padding:40px 4%}.whatwedo-main-heading{margin-bottom:18px;font-size:1.5rem}.whatwedo-card-heading{margin-bottom:12px;font-size:1rem;line-height:1.25}.whatwedo-left p{font-size:.8rem;line-height:1.5}.whatwedo-image-wrapper{max-width:260px}.whatwedo-image-wrapper img{border-top-right-radius:40px;border-bottom-left-radius:40px}.whatwedo-shape1{width:80px;height:80px}.whatwedo-shape2{width:70px;height:70px}.whatwedo-card{border-radius:16px;max-width:100%}.whatwedo-card-list{gap:8px}.whatwedo-card-content{padding:10px 12px}.whatwedo-card-content h5{font-size:.85rem}.whatwedo-card-content p{font-size:.7rem}.whatwedo-tagline{margin-top:10px;font-size:.75rem}}.ourapproach-section{padding:50px 6%;font-family:Poppins,sans-serif;overflow-x:clip}.ourapproach-heading{text-align:center;color:#545453;margin-bottom:50px;font-size:2.4rem}.ourapproach-card{background:#fff;border-radius:20px;padding:10px;box-shadow:0 10px 40px #00000014}.ourapproach-card-title{text-align:center;color:#545453;margin-bottom:30px;font-size:1.5rem}.ourapproach-content{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.ourapproach-image{perspective:1000px;flex:1}.ourapproach-image img{border-radius:20px;width:100%;max-width:500px;transition:transform .6s,box-shadow .6s;transform:rotateY(15deg)rotateX(5deg)scale(1.05);box-shadow:20px 25px 50px #0003}.ourapproach-image:hover img{transform:rotateY(18deg)rotateX(8deg)scale(1.08);box-shadow:30px 35px 60px #00000040}.ourapproach-points{cursor:pointer;border-radius:10px;flex-direction:column;flex:1;gap:2px;padding:0;transition:all .3s;display:flex}.ourapproach-point h5{color:#545453;margin-bottom:1px;margin-left:20px;font-size:.95rem;font-weight:600}.ourapproach-point p{color:#666;margin-left:20px;font-size:.8rem}.ourapproach-point{padding:px 20px;cursor:pointer;border-radius:10px;font-size:.95rem;transition:all .3s}.ourapproach-point:hover{background:#ffcc09;transform:translate(8px)scale(1.03);box-shadow:0 10px 25px #0000001a}.ourapproach-header{text-align:center;margin-bottom:30px}.ourapproach-main-title{color:#545453;font-size:1.9rem;font-weight:700}.ourapproach-subtitle{color:#ffcc09;margin:5px 0 10px;font-size:1.1rem}.ourapproach-desc{color:#666;text-align:center;max-width:600px;margin:auto auto 20px;font-size:.9rem;line-height:1.6}.ourapproach-card-heading{text-align:center;color:#545453;margin-bottom:25px;font-size:1.3rem}@media (width<=1200px){.ourapproach-heading{font-size:2.1rem}.ourapproach-main-title{font-size:1.7rem}.ourapproach-image img{max-width:420px}}@media (width<=992px){.ourapproach-content{text-align:center;flex-direction:column;gap:40px}.ourapproach-image{justify-content:center;display:flex}.ourapproach-image img{max-width:380px;transform:rotateY(0)rotateX(0)scale(1)}.ourapproach-points{align-items:center;width:100%}.ourapproach-point{text-align:left;width:100%;max-width:500px}}@media (width<=768px){.ourapproach-section{padding:40px 5%}.ourapproach-heading{font-size:1.8rem}.ourapproach-main-title{font-size:1.5rem}.ourapproach-subtitle{font-size:1rem}.ourapproach-desc{font-size:.85rem}.ourapproach-card{padding:15px}.ourapproach-card-heading{font-size:1.1rem}.ourapproach-image img{max-width:300px;box-shadow:15px 15px 30px #00000026}.ourapproach-point h5{font-size:.9rem}.ourapproach-point p{font-size:.75rem}.ourapproach-point:hover{box-shadow:none;background:0 0;transform:none}}@media (width<=480px){.ourapproach-section{padding:30px 4%}.ourapproach-heading{font-size:1.5rem}.ourapproach-main-title{font-size:1.3rem}.ourapproach-subtitle{font-size:.9rem}.ourapproach-desc{font-size:.8rem}.ourapproach-card{border-radius:15px;padding:12px}.ourapproach-image img{border-radius:15px;max-width:260px}.ourapproach-point{padding:10px}.ourapproach-point h5{font-size:.85rem}.ourapproach-point p{font-size:.7rem}}.serve-section{padding:0 8%;font-family:Poppins,sans-serif;overflow-x:clip}.serve-heading{text-align:center}.serve-heading h1{color:#545453;font-size:48px;display:inline-block;position:relative}.serve-heading h1:after{content:"";background:#ffcc09;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.serve-container{justify-content:space-between;align-items:center;gap:60px;display:flex}.serve-left{flex:1;justify-content:center;display:flex}.image-wrapper{width:420px;height:auto;transition:all .4s;position:relative;overflow:hidden;transform:rotateY(-10deg)rotateX(5deg)}.image-wrapper:hover{transform:rotateY(0)rotateX(0)scale(1.02)}.image-wrapper img{object-fit:contain;background:#fff;border-radius:20px;width:100%;height:100%;box-shadow:0 20px 40px #0003}.shape{border-radius:50%;animation:4s ease-in-out infinite float;position:absolute}.shape1{background:#ffcc09;width:60px;height:60px;top:-20px;left:-20px}.shape2{background:#1abc9c;width:40px;height:40px;animation-delay:1s;bottom:-15px;right:-10px}.shape3{background:#0b3d91;width:25px;height:25px;animation-delay:2s;top:50%;left:-30px}.serve-right{flex:1;padding-bottom:50px}.serve-desc{color:#555;margin-bottom:15px;font-size:16px;line-height:1.6}.serve-list{margin-bottom:15px;padding-left:20px}.serve-list li{color:#444;margin-bottom:8px;font-size:15px}.serve-small{color:#777;font-size:14px}.ws-animate{opacity:0;transition-property:opacity,transform;transition-duration:.75s;transition-timing-function:cubic-bezier(.22,1,.36,1);transition-delay:var(--ws-delay,0s);will-change:opacity, transform}.ws-fade-down{transform:translateY(-50px)}.ws-fade-up{transform:translateY(50px)}.ws-fade-left{transform:translate(-70px)}.ws-fade-right{transform:translate(70px)}.ws-visible{opacity:1;transform:translateY(0)translate(0)}@media (width<=1200px){.serve-heading h1{font-size:42px}.image-wrapper{width:360px}}@media (width<=992px){.serve-container{text-align:center;flex-direction:column;gap:40px}.serve-right{padding-bottom:0}.serve-heading h1{font-size:36px}.serve-left{justify-content:center}.image-wrapper{width:320px;transform:none}.shape1{top:-10px;left:-10px}.shape2{bottom:-10px;right:-10px}.shape3{left:-15px}.serve-list{text-align:left;display:inline-block}.ws-fade-left,.ws-fade-right{transform:translateY(40px)}}@media (width<=768px){.serve-section{padding:40px 5%}.serve-heading h1{font-size:28px}.serve-desc,.serve-list li{font-size:14px}.serve-small{font-size:13px}.image-wrapper{width:260px}.image-wrapper img{border-radius:15px}.shape1{width:45px;height:45px}.shape2{width:30px;height:30px}.shape3{width:20px;height:20px}.image-wrapper:hover{transform:none}}@media (width<=480px){.serve-section{padding:30px 4%}.serve-heading h1{font-size:24px}.serve-desc,.serve-list li{font-size:13px}.serve-small{font-size:12px}.image-wrapper{width:220px}.shape1{top:-5px;left:-5px}.shape2{bottom:-5px;right:-5px}.shape3{left:-10px}}#our-belief-section{--ob-primary:#f5c800;--ob-primary-dark:#d4a900;--ob-accent:#ffdf4d;--ob-bg:#fff;--ob-card-bg:#fafaf7;--ob-border:#00000014;--ob-text-main:#545453;--ob-text-muted:#555;--ob-shadow:#f5c8002e;--ob-radius:24px;--ob-transition:.6s cubic-bezier(.23, 1, .32, 1);background:var(--ob-bg);align-items:center;min-height:100vh;padding:100px 5vw;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.ob-bg-blob{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.ob-bg-blob--1{background:radial-gradient(circle,#f5c80026,#0000 70%);width:520px;height:520px;animation:8s ease-in-out infinite alternate ob-blobPulse;top:-120px;left:-100px}.ob-bg-blob--2{background:radial-gradient(circle,#f5c80014,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite alternate-reverse ob-blobPulse;bottom:-80px;right:10%}@keyframes ob-blobPulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.15)translate(20px,-30px)}}.ob-container{z-index:1;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.ob-content-side{opacity:0;transition:opacity var(--ob-transition), transform var(--ob-transition);flex:50%;transform:translate(-40px)}.ob-section--visible .ob-content-side{opacity:1;transition-delay:.1s;transform:translate(0)}.ob-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ob-primary-dark);align-items:center;gap:8px;margin-bottom:18px;font-size:.78rem;font-weight:600;display:inline-flex}.ob-eyebrow__dot{background:var(--ob-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite ob-dotBlink}@keyframes ob-dotBlink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.ob-heading{flex-direction:column;margin:0 0 28px;font-family:Poppins,sans-serif;line-height:1.05;display:flex}.ob-heading__line{display:block}.ob-heading__line--fire{color:var(--ob-text-main);font-size:clamp(2.4rem,5vw,3.8rem)}.ob-heading__line--accent{color:var(--ob-primary-dark);-webkit-text-stroke:1px #d4a9004d;font-size:clamp(3rem,7vw,5.2rem)}.ob-body-text{margin:0 0 12px;line-height:1.7}.ob-body-text--bold{color:var(--ob-text-main);font-size:1.05rem;font-weight:500}.ob-body-text--highlight{color:var(--ob-text-muted);font-size:1.1rem}.ob-body-text--sub{color:var(--ob-text-muted);margin-top:4px;margin-bottom:24px;font-size:.95rem}.ob-inline-highlight{color:var(--ob-primary-dark);font-family:Poppins,sans-serif;font-style:italic}.ob-belief-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.ob-belief-item{background:var(--ob-card-bg);border:1px solid var(--ob-border);opacity:0;animation:ob-slideIn var(--ob-transition) forwards;cursor:default;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:translate(-20px)}@keyframes ob-slideIn{to{opacity:1;transform:translate(0)}}.ob-belief-item:hover{box-shadow:0 4px 20px var(--ob-shadow);background:#fffbea;border-color:#f5c80080}.ob-belief-item__icon{width:40px;height:40px;color:var(--ob-primary-dark);background:#f5c80026;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.ob-belief-item:hover .ob-belief-item__icon{background:var(--ob-primary);color:#1a1a2e}.ob-belief-item__text{color:var(--ob-text-main);flex:1;font-size:1rem;font-weight:500}.ob-belief-item__bar{background:var(--ob-primary);transform-origin:bottom;border-radius:0 2px 2px 0;width:3px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.ob-belief-item:hover .ob-belief-item__bar{transform:scaleY(1)}.ob-image-side{opacity:0;transition:opacity var(--ob-transition), transform var(--ob-transition);flex:50%;justify-content:center;align-items:center;transition-delay:.25s;display:flex;transform:translate(40px)}.ob-section--visible .ob-image-side{opacity:1;transform:translate(0)}.ob-image-frame{width:420px;max-width:100%;height:480px;position:relative}.ob-image-orbit{pointer-events:none;border:1px dashed #f5c80059;border-radius:50%;animation:linear infinite ob-spinOrbit;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ob-image-orbit--1{width:500px;height:500px;animation-duration:18s}.ob-image-orbit--2{border-color:#f5c8002e;width:580px;height:580px;animation-duration:28s;animation-direction:reverse}@keyframes ob-spinOrbit{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.ob-orbit-dot{border-radius:50%;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.ob-orbit-dot--a{background:var(--ob-primary);box-shadow:0 0 10px var(--ob-primary)}.ob-orbit-dot--b{background:var(--ob-accent);box-shadow:0 0 10px var(--ob-accent)}.ob-image-inner{border-radius:var(--ob-radius);width:340px;height:400px;box-shadow:0 30px 80px #0000001f, 0 0 0 1px var(--ob-border), 0 0 0 6px #f5c8001f;animation:6s ease-in-out infinite ob-imageBreathe;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@keyframes ob-imageBreathe{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.025)}}.ob-main-image{object-fit:cover;width:100%;height:100%;display:block}.ob-image-overlay{background:linear-gradient(160deg,#f5c8000f 0%,#0000 50%,#ffffff26 100%);position:absolute;inset:0}.ob-float-card{color:var(--ob-text-main);white-space:nowrap;z-index:2;box-shadow:0 8px 32px #00000014, 0 2px 8px var(--ob-shadow);background:#fff;border:1px solid #f5c8004d;border-radius:50px;align-items:center;gap:8px;padding:10px 16px;font-size:.82rem;font-weight:600;display:flex;position:absolute}.ob-float-card--top{animation:4s ease-in-out infinite ob-floatUp;top:20px;right:-20px}.ob-float-card--bottom{animation:4s ease-in-out 2s infinite ob-floatUp;bottom:30px;left:-20px}.ob-float-card__emoji{font-size:1.1rem}@keyframes ob-floatUp{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ob-corner{border-color:var(--ob-primary);opacity:.7;border-style:solid;width:30px;height:30px;position:absolute}.ob-corner--tl{border-width:2px 0 0 2px;border-radius:4px 0 0;top:4px;left:4px}.ob-corner--br{border-width:0 2px 2px 0;border-radius:0 0 4px;bottom:4px;right:4px}@media (width<=900px){#our-belief-section{padding:70px 5vw}.ob-container{flex-direction:column-reverse;gap:50px}.ob-content-side,.ob-image-side{flex:unset;width:100%;transform:none}.ob-image-frame{width:100%;max-width:380px;height:380px;margin:0 auto}.ob-image-inner{width:280px;height:320px}.ob-image-orbit--1{width:360px;height:360px}.ob-image-orbit--2{width:420px;height:420px}}@media (width<=480px){.ob-heading__line--accent{font-size:3rem}.ob-float-card--top{right:0}.ob-float-card--bottom{left:0}.ob-image-inner{width:240px;height:280px}}#our-promise-section{--op-yellow:#f5c800;--op-yellow-dark:#d4a900;--op-yellow-light:#fff9d6;--op-bg:#fff;--op-card-bg:#fafaf7;--op-border:#00000012;--op-text:#545453;--op-muted:#555;--op-shadow-yellow:#f5c80038;--op-radius:24px;background:var(--op-bg);align-items:center;min-height:100vh;padding:110px 5vw;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.op-bg-blob{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.op-bg-blob--1{background:radial-gradient(circle,#f5c80021,#0000 70%);width:480px;height:480px;top:-80px;right:-60px}.op-bg-blob--2{background:radial-gradient(circle,#f5c80014,#0000 70%);width:360px;height:360px;bottom:-60px;left:5%}.op-bg-stripe{pointer-events:none;z-index:0;background:repeating-linear-gradient(-55deg,#f5c80008 0 1px,#0000 1px 60px);width:100%;height:100%;position:absolute;top:0;left:0}.op-container{z-index:1;align-items:center;gap:70px;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.op-image-side{opacity:1;flex:48%;justify-content:center;align-items:center;display:flex}.op-image-frame{width:420px;max-width:100%;height:490px;position:relative}.op-orbit{pointer-events:none;border-style:dashed;border-radius:50%;position:absolute;top:50%;left:50%}.op-orbit--1{border-width:1px;border-color:#f5c8004d;width:500px;height:500px;margin-top:-250px;margin-left:-250px}.op-orbit--2{border-width:1px;border-color:#f5c80026;width:590px;height:590px;margin-top:-295px;margin-left:-295px}.op-orbit-dot{border-radius:50%;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.op-orbit-dot--a{background:var(--op-yellow);box-shadow:0 0 12px var(--op-yellow)}.op-orbit-dot--b{background:var(--op-yellow-dark);box-shadow:0 0 12px var(--op-yellow-dark)}.op-image-inner{border-radius:var(--op-radius);width:340px;height:410px;box-shadow:0 32px 80px #0000001c, 0 0 0 1px var(--op-border), 0 0 0 7px #f5c8001a;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.op-main-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.op-image-inner:hover .op-main-img{transform:scale(1.04)}.op-img-overlay{background:linear-gradient(155deg,#f5c8000d 0%,#0000 55%,#ffffff1f 100%);position:absolute;inset:0}.op-float-card{color:var(--op-text);white-space:nowrap;z-index:3;box-shadow:0 8px 30px #00000012, 0 2px 8px var(--op-shadow-yellow);opacity:1;background:#fff;border:1px solid #f5c80059;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:.8rem;font-weight:600;display:flex;position:absolute}.op-float-card--top{top:18px;right:-22px}.op-float-card--bot{bottom:28px;left:-22px}.op-float-card__dot{background:var(--op-yellow);width:8px;height:8px;box-shadow:0 0 6px var(--op-yellow);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite op-pulseDot}@keyframes op-pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.6)}}.op-float-card__emoji{font-size:1rem}.op-corner{border-style:solid;border-color:var(--op-yellow);opacity:.65;width:28px;height:28px;position:absolute}.op-corner--tl{border-width:2px 0 0 2px;border-radius:4px 0 0;top:3px;left:3px}.op-corner--br{border-width:0 2px 2px 0;border-radius:0 0 4px;bottom:3px;right:3px}.op-content-side{opacity:1;flex:52%}.op-eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--op-yellow-dark);align-items:center;gap:8px;margin-bottom:16px;font-size:.76rem;font-weight:600;display:inline-flex}.op-eyebrow__dot{background:var(--op-yellow);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite op-pulseDot}.op-heading{flex-direction:column;margin:0 0 24px;font-family:Poppins,sans-serif;line-height:1.05;display:flex}.op-heading__small{color:var(--op-text);font-size:clamp(2.2rem,4.5vw,3.6rem);display:block}.op-heading__big{color:var(--op-yellow-dark);-webkit-text-stroke:1px #d4a90040;font-size:clamp(3rem,6.5vw,5rem);display:block}.op-body{color:var(--op-muted);margin:0 0 28px;font-size:1rem;line-height:1.7}.op-body strong{color:var(--op-text);font-weight:600}.op-promise-list{flex-direction:column;gap:14px;margin:0 0 36px;padding:0;list-style:none;display:flex}.op-promise-item{background:var(--op-card-bg);border:1px solid var(--op-border);cursor:default;opacity:1;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.op-promise-item:hover{background:var(--op-yellow-light);box-shadow:0 4px 24px var(--op-shadow-yellow);border-color:#f5c80080}.op-promise-item__icon{width:40px;height:40px;color:var(--op-yellow-dark);background:#f5c80026;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.op-promise-item:hover .op-promise-item__icon{background:var(--op-yellow);color:#1a1a2e}.op-promise-item__text{color:var(--op-text);flex:1;font-size:.97rem;font-weight:500}.op-promise-item__bar{background:var(--op-yellow);transform-origin:bottom;border-radius:0 2px 2px 0;width:3px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.op-promise-item:hover .op-promise-item__bar{transform:scaleY(1)}.op-cta{opacity:1}.op-cta-btn{background:var(--op-yellow);color:#1a1a2e;cursor:pointer;box-shadow:0 6px 30px var(--op-shadow-yellow);border:none;border-radius:50px;align-items:center;gap:10px;padding:15px 30px;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.op-cta-btn:before{content:"";border-radius:inherit;background:#ffffff40;transition:transform .4s;position:absolute;inset:0;transform:translate(-100%)}.op-cta-btn:hover:before{transform:translate(0)}.op-cta-btn:hover{box-shadow:0 12px 40px var(--op-shadow-yellow);transform:translateY(-3px)}.op-cta-btn:active{transform:translateY(0)}.op-cta-btn__arrow{transition:transform .3s}.op-cta-btn:hover .op-cta-btn__arrow{transform:translate(5px)}@media (width<=960px){#our-promise-section{padding:80px 5vw}.op-container{flex-direction:column;gap:50px}.op-image-side,.op-content-side{flex:unset;width:100%}.op-image-frame{width:100%;max-width:380px;height:380px;margin:0 auto}.op-image-inner{width:280px;height:330px}.op-orbit--1{width:360px;height:360px;margin-top:-180px;margin-left:-180px}.op-orbit--2{width:440px;height:440px;margin-top:-220px;margin-left:-220px}}@media (width<=500px){.op-heading__big{font-size:3rem}.op-float-card--top{right:0}.op-float-card--bot{left:0}.op-image-inner{width:240px;height:280px}.op-cta-btn{padding:13px 22px;font-size:.9rem}}.unique-contact-page{color:#545453}.unique-contact-hero{background:url(/Home/imgContact.jpeg) 50%/cover no-repeat;justify-content:center;align-items:center;height:65vh;display:flex;position:relative}.hero-overlay{z-index:1;background:#0006;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 20px;position:relative}.hero-content h1{color:#ffcc09;font-size:3rem}.hero-content p{max-width:680px;margin:12px auto 0;font-size:1.1rem;line-height:1.6}.unique-contact-wrapper{z-index:10;justify-content:center;margin-top:-120px;padding:0 20px 40px;display:flex;position:relative}.unique-contact-card{background:#fff;border-radius:24px;flex-wrap:wrap;width:100%;max-width:1151px;transition:all .4s;display:flex;overflow:hidden;box-shadow:0 25px 50px #00000026}.unique-contact-card:hover{transform:translateY(-8px);box-shadow:0 35px 80px #00000040}.section-title{text-align:center;color:#545453;width:100%;margin-top:0;margin-bottom:15px;font-size:2rem;font-weight:700;display:inline-block;position:relative}.section-title:after{content:"";background:#ffcc09;border-radius:2px;width:80px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.unique-contact-left{background:linear-gradient(165deg,#ffcc092e 0%,#ffcc091a 45%,#fffae6f2 100%);flex:1;min-width:350px;padding:50px}.section-subtitle{color:#545453eb;margin-bottom:30px;line-height:1.55}.unique-contact-item{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.unique-contact-item h4{color:#545453;margin:0;font-size:16px;font-weight:600}.unique-contact-item span{color:#545453f2;font-size:14px;line-height:1.4}.follow-section{margin-top:8px}.follow-section h3{color:#545453;margin:0 0 10px;font-size:1.1rem;font-weight:600}.follow-section p{color:#545453eb;margin:0 0 14px;font-size:.95rem;line-height:1.5}.unique-social-icons{gap:20px;display:flex}.unique-social-icons svg{cursor:pointer;color:#545453;font-size:20px;transition:all .3s}.unique-social-icons svg:hover{color:#c9a400;transform:translateY(-5px)scale(1.2)}.unique-contact-right{flex:1.2;min-width:350px;padding:50px}.unique-contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}.unique-contact-form input,.unique-contact-form textarea{box-sizing:border-box;background:#f9f9f9;border:1px solid #eee;border-radius:12px;width:100%;padding:15px;transition:all .3s;display:block}.unique-contact-form input:focus,.unique-contact-form textarea:focus{background:#fff;border-color:#ffcc09;outline:none;box-shadow:0 0 0 4px #ffcc092e}.unique-contact-form textarea{resize:none;height:120px}.unique-send-btn{color:#fff;cursor:pointer;background:#ffcc09;border:none;border-radius:50px;padding:16px;transition:all .3s}.unique-send-btn:disabled,.unique-send-btn[aria-disabled=true]{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.unique-send-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f4433666}.unique-contact-error{color:#b42318;margin-top:-6px;font-size:.95rem;font-weight:600}.unique-contact-success{text-align:center;background:#ffcc091f;border:1px solid #ffcc0959;border-radius:16px;padding:18px}.unique-contact-success h3{color:#545453;margin:0 0 6px}.unique-contact-success p{color:#545453eb;margin:0 0 14px;line-height:1.5}.unique-map-section{background:#fdfdfd;padding:60px 20px}.map-container{max-width:1150px;margin:0 auto}.map-header{text-align:center;margin-bottom:30px}.map-header h2{color:#545453;font-size:2.3rem;display:inline-block;position:relative}.map-header h2:after{content:"";background:#ffcc09;border-radius:2px;width:90px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.map-frame{border-radius:24px;height:450px;transition:all .4s;position:relative;overflow:hidden}.map-frame:hover{transform:scale(1.02);box-shadow:0 25px 60px #ffcc094d}.map-frame iframe{border:none;width:100%;height:100%}*,:before,:after{box-sizing:border-box}.unique-contact-card,.unique-contact-left,.unique-contact-right{overflow:hidden}.unique-contact-left,.unique-contact-right{min-width:0!important}.unique-contact-item span,.section-subtitle,.hero-content p{word-wrap:break-word;overflow-wrap:break-word}@media (width<=992px){.unique-contact-card{flex-direction:column}.unique-contact-left,.unique-contact-right{width:100%;padding:35px 30px}.unique-contact-wrapper{margin-top:-70px;padding:0 20px 30px}}@media (width<=768px){.unique-contact-wrapper{margin-top:-50px;padding:0 15px 25px}.unique-contact-card{border-radius:16px;height:1200px}.unique-contact-left,.unique-contact-right{padding:25px 20px}.section-title{text-align:left;font-size:1.5rem}.section-subtitle{font-size:.9rem;line-height:1.5}.hero-content{max-width:92%;padding:0 14px}.hero-content h1{font-size:2.05rem;line-height:1.2}.hero-content p{margin-top:10px;font-size:.95rem;line-height:1.55}.unique-contact-item{gap:10px}.unique-contact-item h4{font-size:14px}.unique-contact-item span{font-size:13px}.form-row{grid-template-columns:1fr;gap:12px}.unique-contact-form input,.unique-contact-form textarea{padding:12px;font-size:14px}.unique-send-btn{width:100%;padding:14px}.unique-social-icons{flex-wrap:wrap;justify-content:center}.map-frame{height:280px}}@media (width<=480px){.unique-contact-left,.unique-contact-right{padding:20px 15px}.section-title{font-size:1.3rem}.hero-content{max-width:100%;padding:0 12px}.hero-content h1{font-size:1.3rem}.hero-content p{margin-top:8px;font-size:.8rem;line-height:1.45}.map-frame{height:240px}}.wa-float{z-index:1200;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;display:inline-flex;position:fixed;bottom:24px;left:18px}.wa-float__icon-wrap{color:#fff;background:#ffcc09;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;animation:1.8s ease-in-out infinite wa-bob;display:flex;position:relative;box-shadow:0 10px 24px #ffcc0973}.wa-float__icon-wrap svg{width:30px;height:30px}.wa-float__ring{border:2px solid #ffcc09d9;border-radius:50%;animation:2s ease-out infinite wa-ring;position:absolute;inset:0}.wa-float__ring--two{animation-delay:1s}@keyframes wa-ring{0%{opacity:.9;transform:scale(.9)}80%{opacity:0;transform:scale(1.8)}to{opacity:0;transform:scale(1.8)}}@keyframes wa-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (width<=768px){.wa-float{width:52px;height:52px;bottom:16px;left:12px}.wa-float__icon-wrap{width:52px;height:52px}.wa-float__icon-wrap svg{width:26px;height:26px}}.stt{color:#fff;cursor:pointer;z-index:1200;opacity:0;pointer-events:none;background:#ffcc09;border:none;border-radius:999px;place-items:center;width:54px;height:54px;transition:opacity .18s,transform .18s,box-shadow .18s;display:grid;position:fixed;bottom:24px;right:18px;transform:translateY(14px);box-shadow:0 10px 24px #ffcc0973}.stt svg{width:22px;height:22px}.stt--show{opacity:1;pointer-events:auto;transform:translateY(0)}.stt:hover{box-shadow:0 14px 32px #00000029}@media (width<=768px){.stt{width:48px;height:48px;bottom:16px;right:12px}}
