/* Section feel */ .team-section-wrapper { padding-top: 40px; padding-bottom: 60px; } /* Cards */ .team-card { background: #fff; border-radius: 14px; padding: 35px 25px; box-shadow: 0 8px 28px rgba(0,0,0,0.07); border: 1px solid #f0f0f0; transition: all 0.35s ease; } .team-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); border-color: #e4e4e4; } /* Image */ .team-img { max-width: 170px; border-radius: 50%; box-shadow: 0 5px 18px rgba(0,0,0,0.15); border: 4px solid #fff; } /* Text */ .team-name { font-size: 1.45rem; font-weight: 600; margin-top: 18px; margin-bottom: 5px; } .team-role { font-size: 0.95rem; color: #666; margin-bottom: 18px; } /* Description */ .team-text { color: #555; font-size: 0.92rem; line-height: 1.55; margin-bottom: 20px; } /* Social icons */ .socialmedia { padding: 0; } .socialmedia li { list-style: none; margin: 0 10px; } .socialmedia li a { font-size: 1.2rem; color: #555; transition: 0.25s ease; } .socialmedia li a:hover { color: #007bff; }  
    
     .cwt-yt-section{ padding:60px 20px; background:#f6f7f9; } .cwt-yt-container{ max-width:1100px; margin:auto; } .cwt-yt-header{ text-align:center; margin-bottom:30px; } .cwt-yt-title{ font-size:32px; color:#222; margin:0; } .cwt-yt-video-wrap{ max-width:1300px; margin:auto; } .cwt-yt-thumb{ position:relative; width:100%; padding-top:56.25%; background:#000; border-radius:12px; overflow:hidden; cursor:pointer; } /* thumbnail image */ .cwt-yt-thumb img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; } /* iframe MUST be absolute */ .cwt-yt-thumb iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; } .cwt-yt-play-btn{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:70px; height:70px; border-radius:50%; border:none; font-size:28px; color:#fff; background:#ff3e32; cursor:pointer; z-index:2; } .cwt-yt-play-btn:hover{ background:#d9342a; } @media(max-width:768px){ .cwt-yt-title{font-size:26px;} .cwt-yt-play-btn{width:60px;height:60px;} }   