.team-page{background-color:#fff;padding:40px 12px}@media(min-width:768px){.team-page{padding:60px 12px}}@media(min-width:1200px){.team-page{padding:80px 12px}}@media(max-width:992px){.team-info{padding-top:40px}}.team-heading{font-size:2.5rem;margin-bottom:50px;color:#000;text-align:center;position:relative}@media(max-width:768px){.team-heading{font-size:2rem;margin-bottom:40px}.team-heading:after{width:60px;bottom:-12px}}@media(max-width:576px){.team-heading{font-size:1.75rem;margin-bottom:30px}}.team-container{max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:576px){.team-container{padding:0 12px}}.team-row{display:flex;align-items:center;gap:60px;margin-bottom:80px;padding:30px 20px;border-radius:16px;transition:all .3s ease;position:relative}.team-row:hover{background:rgba(40,66,130,.02);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.08)}.team-row-reverse{flex-direction:row-reverse}@media(max-width:992px){.team-row{gap:40px;margin-bottom:60px;padding:25px 15px}.team-row,.team-row-reverse{flex-direction:column}}@media(max-width:576px){.team-row{gap:30px;margin-bottom:50px;padding:20px 10px}}.team-image{position:relative;flex:0 0 400px;max-width:400px;display:flex;justify-content:center;align-items:center}.team-image:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:url(/circle.jpg) no-repeat 50%;background-size:cover;z-index:0;transition:all .4s ease}.team-image:hover:before{transform:scale(1.05);filter:brightness(1.05)}.team-image .profile-image{position:relative;z-index:1;border-radius:50%;transition:all .4s ease;width:300px!important;height:300px!important;object-fit:cover;border:4px solid #fff}.team-image:hover .profile-image{transform:scale(1.03)}@media(max-width:1200px){.team-image{flex:0 0 350px;max-width:350px}.team-image:before{width:320px;height:320px}.team-image .profile-image{width:260px!important;height:260px!important}}@media(max-width:992px){.team-image{flex:0 0 300px;max-width:300px}.team-image:before{width:345px;height:280px}.team-image .profile-image{width:220px!important;height:220px!important}}@media(max-width:576px){.team-image{flex:0 0 250px;max-width:250px}.team-image:before{width:280px;height:220px}.team-image .profile-image{width:180px!important;height:180px!important;border-width:3px}}.team-info{flex:1 1;padding:0 10px}@media(max-width:992px){.team-info{text-align:center;padding:0}}.team-name{font-size:2.25rem;color:#284282;margin-bottom:8px;line-height:1.2}@media(max-width:1200px){.team-name{font-size:2rem}}@media(max-width:768px){.team-name{font-size:1.75rem}}@media(max-width:576px){.team-name{font-size:1.5rem;margin-bottom:6px}}.team-role{font-size:1.25rem;color:#6c757d;font-weight:600;margin-bottom:25px;position:relative;display:inline-block}.team-role:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:#284282;border-radius:1px}@media(max-width:992px){.team-role:after{left:50%;transform:translateX(-50%)}}@media(max-width:1200px){.team-role{font-size:1.15rem}}@media(max-width:576px){.team-role{font-size:1rem;margin-bottom:20px}}.team-description{font-size:1.05rem;line-height:1.7;color:#333;margin-bottom:35px;text-align:justify}@media(max-width:992px){.team-description{text-align:center}}@media(max-width:768px){.team-description{font-size:1rem;line-height:1.6;margin-bottom:30px}}@media(max-width:576px){.team-description{font-size:.95rem;line-height:1.6;margin-bottom:25px;text-align:left}}.team-experience{list-style:none;padding:0;margin:0}.team-experience li{position:relative;padding-left:32px;margin-bottom:16px;font-size:1rem;line-height:1.6;color:#555;text-align:left}.team-experience li:before{content:"✓";position:absolute;left:0;top:2px;color:#284282;font-weight:700;font-size:1.2rem;background:rgba(40,66,130,.1);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.team-experience li{padding-left:28px;margin-bottom:14px;font-size:.95rem}.team-experience li:before{width:22px;height:22px;font-size:1.1rem}}@media(max-width:576px){.team-experience li{padding-left:26px;margin-bottom:12px;font-size:.9rem;line-height:1.5}.team-experience li:before{width:20px;height:20px;font-size:1rem;top:1px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.team-row{animation:fadeInUp .6s ease forwards}.team-row:nth-child(odd){animation-delay:.1s}.team-row:nth-child(2n){animation-delay:.2s}