 .cnc-team-section.team-section-layout4 :is(h1,h2,h3,h4,h5,h6,p){margin:0;padding:0;}
    .cnc-team-section.team-section-layout4{padding:100px 0;}
    .cnc-team-section.team-section-layout4 .container{max-width:1430px;margin:0 auto;padding:0 15px;overflow:hidden;}
    .cnc-team-section.team-section-layout4 .team-heading{display:flex;align-items:center;margin-bottom:30px;gap:30px;}
    .cnc-team-section.team-section-layout4 .team-heading :is(h1,h2,h3,h4,h5,h6){flex:1;font-size:48px;font-weight:700;color:#000727;text-align:left;}
    .cnc-team-section.team-section-layout4 .team-heading :is(p){font-size:20px;color:#323232;font-weight: 400;line-height: normal;margin: 0;}
      .cnc-team-section.team-section-layout4 .team-heading :is(p):not(:last-child){margin-bottom: 10px;}
    .cnc-team-section.team-section-layout4 .slider-button{display:flex;gap:20px;flex-shrink: 0;margin-left: auto;}
    .cnc-team-section.team-section-layout4 .slider-button a{width:50px;height:50px;border-radius:50%;border:1px solid #005BC5;display:flex;justify-content:center;align-items:center;padding:4px;position:static;margin-top:0;overflow:hidden;cursor:pointer;}
    .cnc-team-section.team-section-layout4 .slider-button a:hover{background-color:#005BC5;}
    .cnc-team-section.team-section-layout4 .slider-button a :is(img, svg){max-width:100%;max-height:100%;object-fit:cover;}
    .cnc-team-section.team-section-layout4 .slider-button a i{max-width:100%;max-height:100%;object-fit:cover;}
    .cnc-team-section.team-section-layout4 .slider-button a.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}
    .cnc-team-section.team-section-layout4 .slider-button a:hover img{filter:brightness(0) invert(1);}
    .cnc-team-section.team-section-layout4 .swiper-slide{position:relative;overflow:hidden;height:350px;cursor:pointer;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end;}
    .cnc-team-section.team-section-layout4 .swiper-slide::before{content:"";position:absolute;bottom:0;left:0;right:0;height:90px;background:linear-gradient(180deg,rgba(0,0,0,0) 8.31%,rgba(0,0,0,.4) 53.27%,#000 100%);pointer-events:none;z-index:1;border-radius:0 0 10px 10px;}
    .cnc-team-section.team-section-layout4 .swiper-slide:hover{z-index:10;}
    .cnc-team-section.team-section-layout4 .swiper-slide .member-img img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0;border-radius:10px;transition:transform .3s ease;}
    .cnc-team-section.team-section-layout4 .bottom-name-bar{position:relative;color:#ffffff;padding:20px 20px 10px;display:flex;flex-direction:column;justify-content:center;user-select:none;pointer-events:none;z-index:2;}
    .cnc-team-section.team-section-layout4 .bottom-name-bar :is(h1,h2,h3,h4,h5,h6){font-size:20px;font-weight:700;margin-bottom:3px;text-align:center;}
    .cnc-team-section.team-section-layout4 .bottom-name-bar p{font-size:16px;font-weight:500;text-align:center;}
    .cnc-team-section.team-section-layout4 .info-overlay{position:absolute;inset:0;
    background:#005BC5;color:#ffffff;padding:25px;border-radius:10px !important;padding-bottom:70px;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;z-index:5;display:flex;flex-direction:column;}
    .cnc-team-section.team-section-layout4 .info-overlay p::-webkit-scrollbar{width:6px;}
    .cnc-team-section.team-section-layout4 .info-overlay p::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.5);border-radius:3px;}
    .cnc-team-section.team-section-layout4 .swiper-slide:hover .info-overlay{opacity:1;transform:translateY(0);pointer-events:auto;}
    .cnc-team-section.team-section-layout4 .info-overlay :is(h1,h2,h3,h4,h5,h6){font-size:24px;margin-bottom:10px;font-weight:700;}
    .cnc-team-section.team-section-layout4 .info-overlay small{font-weight:500;font-size:20px;margin-bottom:10px;}
    .cnc-team-section.team-section-layout4 .info-overlay p{flex:1;overflow-y:auto;font-size:20px;margin-bottom:10px;font-weight:500;padding-right:5px;}
    .cnc-team-section.team-section-layout4 .info-overlay .social-icons{position:absolute;bottom:30px;left:25px;display:flex;flex-wrap:wrap;gap:15px;}
    .cnc-team-section.team-section-layout4 .info-overlay .social-icons a{border-radius:50%;cursor:pointer;width:38px;height:38px;display:flex;justify-content: center; align-items: center; flex-shrink:0;transition:background 0.3s,color 0.3s;text-decoration:none;overflow: hidden; background-color: #ffffff;}
    .cnc-team-section.team-section-layout4 .info-overlay .social-icons a :is(img, svg){width:100%;height: 100%; object-fit:cover;}
    .cnc-team-section.team-section-layout4 .info-overlay .social-icons a i{font-size:20px;transition:color 0.3s ease;color:#005BC5;}
    .cnc-team-section.team-section-layout4 .info-overlay .social-icons a:hover {background-color:#000727;}
    .cnc-team-section.team-section-layout4 .info-overlay .social-icons a:hover i {color: #ffffff;}
    @media (max-width:1024px){
        .cnc-team-section.team-section-layout4{padding:50px 0;}
      .cnc-team-section.team-section-layout4 .team-heading :is(h1,h2,h3,h4,h5,h6){font-size:40px;}
     .cnc-team-section.team-section-layout4 .team-heading :is(p){font-size:18px;}
    .cnc-team-section.team-section-layout4 .slider-button a{width:40px;height:40px;}
    }
    @media(max-width:767px){
        .cnc-team-section.team-section-layout4{padding:30px 0;}
      .cnc-team-section.team-section-layout4 .team-heading :is(h1,h2,h3,h4,h5,h6){font-size:30px;}
     .cnc-team-section.team-section-layout4 .team-heading :is(p){font-size:16px;}
    .cnc-team-section.team-section-layout4 .slider-button a{width:36px;height:36px;}
    }