.team-page-loading{display:flex;justify-content:center;align-items:center;height:100vh}.tab-content-section{padding:20px}.tab-content-section h4{font-size:1.5rem;font-weight:600;margin-bottom:25px;color:#111827}.setting-group{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a}.setting-group h5{font-size:1rem;font-weight:600;margin-bottom:15px;color:#374151;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.form-group{margin-bottom:15px}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:5px;color:#6b7280}.form-check{margin-bottom:12px}.form-check-label{font-size:.875rem;color:#374151;cursor:pointer}.form-check-input{cursor:pointer}.team-page-preview{padding:40px;background:#f5f7fa;min-height:100vh;overflow-y:auto}.team-page-header{text-align:center;margin-bottom:20px}.company-logo{max-width:150px;max-height:80px;margin-bottom:10px;object-fit:cover}.company-name{font-size:24px;font-weight:600;color:#111827;margin-bottom:0}.title-text{font-size:16px;color:#6b7280;margin:0}.team-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:30px;padding:20px 0}.member-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:10px;text-align:center;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;background:#ffffff80}.member-card.card-hover-glow:hover{box-shadow:0 1px 15px #2563eb66}.member-card.card-hover-lift:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0000001a}.member-card.card-hover-scale:hover{transform:scale(1.05);z-index:10}.member-card.card-hover-border_pulse:hover{animation:borderPulse 1.5s infinite}@keyframes borderPulse{0%{border:2px solid transparent;box-shadow:0 0 #2563ebb3}70%{border:2px solid #2563eb;box-shadow:0 0 0 10px #2563eb00}to{border:2px solid transparent;box-shadow:0 0 #2563eb00}}.member-profile-pic{width:100px;height:100px;margin:10px auto 20px;position:relative;overflow:hidden;transition:all .3s ease}.member-profile-pic img{width:100%;height:100%;object-fit:cover;box-shadow:0 0 20px #3c9cff;display:block}.profile-circle{border-radius:50%}.profile-square{border-radius:0}.profile-curved{border-radius:20px}.profile-slanted{border-radius:0;transform:rotate(-3deg);overflow:visible}.profile-slanted img{transform:rotate(3deg) scale(1.1)}.member-profile-pic.profile-hover-zoom img{transition:transform .4s ease}.member-profile-pic.profile-hover-zoom:hover img{transform:scale(1.2) rotate(3deg)}.profile-slanted.member-profile-pic.profile-hover-zoom:hover img{transform:rotate(3deg) scale(1.3)}.member-profile-pic.profile-hover-grayscale img{filter:grayscale(100%);transition:filter .4s ease}.member-profile-pic.profile-hover-grayscale:hover img{filter:grayscale(0%)}.member-profile-pic.profile-hover-rotate img{transition:transform .4s ease}.member-profile-pic.profile-hover-rotate:hover img{transform:rotate(15deg) scale(1.1)}.profile-slanted.member-profile-pic.profile-hover-rotate:hover img{transform:rotate(18deg) scale(1.2)}.member-profile-pic.profile-hover-ring:hover:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;border:2px solid #2563eb;animation:ringExpand .6s ease-out infinite;pointer-events:none}@keyframes ringExpand{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}.member-info{display:flex;flex-direction:column;gap:10px}.member-name{font-size:14px;font-weight:600;color:#111827;margin:0}.member-title{font-size:.875rem;color:#6b7280;margin:0}.member-contact svg{color:#9ca3af}.member-contact a{color:#4b5563;text-decoration:none}.member-contact a:hover{color:#2563eb}.booking-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:5px}.booking-btn:hover{background:#1d4ed8}.member-social{display:flex;flex-wrap:wrap;justify-content:center}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;margin-right:5px;text-decoration:none;transition:transform .2s}.social-icon:nth-last-child{margin-right:0!important}.social-icon:hover{transform:scale(1.1)}.social-icon.meeting{background:linear-gradient(45deg,#0b10e7,#2adf63)!important;border:none}.social-icon.linkedin{background:#0077b5}.social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon.facebook{background:#1877f2}.social-icon.twitter{background:#1da1f2}@media (max-width: 768px){.team-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.company-name{font-size:2rem}.team-page-preview{padding:20px}}
