.elementor-3608 .elementor-element.elementor-element-ab0446b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3608 .elementor-element.elementor-element-b2e210d{--display:flex;}#elementor-popup-modal-3608{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3608 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-3608 .dialog-close-button{display:flex;}#elementor-popup-modal-3608 .dialog-widget-content{border-radius:12px 12px 12px 12px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3608 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-3608 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-3608 .elementor-element.elementor-element-b2e210d{--min-height:0vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3608 .elementor-element.elementor-element-b2e210d.e-con{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-567620a */.team-section {
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.team-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
}

/* LEFT BLOCK - DESKTOP */
.left-block {
  width: 40%;
}

.left-block .sticky-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* RIGHT BLOCK */
.right-block {
  width: 60%;
}

.right-block h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 8px;
}

.right-block h4 {
  font-size: 15px;
  margin-bottom: 18px;
  color: #444;
  text-transform: uppercase;
}

.right-block p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 18px;
}
.elementor-popup-modal .dialog-close-button {
    background: #1F4068 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


/* ===========================
     MOBILE — FIXED IMAGE
   =========================== */
 @media (max-width: 768px) {

  .team-section {
    padding: 0;
    height: 100vh;
    overflow-y: auto; /* text scrolls, image stays */
  }

  .team-container {
    flex-direction: column;
  }

  /* FIXED IMAGE (does not move on scroll) */
  .left-block {
    position: fixed;
    top: 0;
    left: 15%;
    width: 75%;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 15px 0;
  }

  .left-block .sticky-image {
    width: 90%;
    max-height: 380px;
    border-radius: 14px;
    object-fit: cover;
  }

  /* SCROLLABLE CONTENT BELOW IMAGE */
  .right-block {
    margin-top: 420px;  /* pushes text below image visually */
    padding: 20px;
    width: 92%;
    overflow-y: auto;
  }
.right-block h2 {
    font-size: 23px;
}
  .right-block p { font-size: 15px; }
}
.right-block h4 {
    font-size: 16px;
}/* End custom CSS */