.elementor-kit-6{--e-global-color-primary:#2E3192;--e-global-color-secondary:#012A4A;--e-global-color-text:#334155;--e-global-color-accent:#61CE70;--e-global-color-54cce31:#0F172A;--e-global-color-9600181:#F8FAFC;--e-global-color-7644c9e:#E5E7EB;--e-global-color-e26a42a:#334155;--e-global-color-06aaf9e:#2E7D32;--e-global-color-3b4af13:#F9A825;--e-global-color-ddf9e58:#D32F2F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:1.6px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-d4e8af0-font-family:"Montserrat";--e-global-typography-d4e8af0-font-size:18px;--e-global-typography-d4e8af0-font-weight:400;--e-global-typography-d4e8af0-line-height:1.6px;color:#334155;font-family:"Inter", inter;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#00AEEF;font-family:"Montserrat", inter;font-size:16px;font-weight:500;text-transform:none;line-height:10px;letter-spacing:0.02em;color:#FFFFFF;box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.1);border-radius:8px 8px 8px 8px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#00383F;color:#FFFFFF;box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.15);border-radius:20px 20px 20px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{line-height:1.5px;}.elementor-kit-6 h1{color:#2E3192;font-family:"Poppins", inter;font-size:30px;font-weight:700;}.elementor-kit-6 h2{font-family:"Montserrat", inter;font-weight:700;line-height:1.5px;}.elementor-kit-6 h3{color:#00AEEF;font-family:"JetBrains Mono", inter;font-size:16px;font-weight:600;line-height:1.3px;}.elementor-kit-6 h4{font-family:"Montserrat", inter;font-size:22px;font-weight:600;line-height:1.4px;}.elementor-kit-6 h5{font-family:"Montserrat", inter;font-size:14px;font-weight:600;line-height:1.6px;}.elementor-kit-6 h6{font-family:"Montserrat", inter;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{font-size:12px;line-height:1.5em;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 h1{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:16px;line-height:1.2em;}.elementor-kit-6 h1{font-size:30px;line-height:100em;}.elementor-kit-6 h2{font-size:24px;line-height:1.2em;}.elementor-kit-6 h3{font-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Co-chair card base */
.cochair-card{
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Decorative circle behind photo */
.cochair-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 300px;
  height: 300px;
  background: #1E73BE; /* adjust to ASLM palette */
  border-radius: 50%;
  z-index: 1;
  opacity: 0.85; /* optional */
}

/* Photo */
.cochair-photo img{
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #fff;
  position: relative;
  z-index: 2;
}

/* Name/title badge */
.cochair-badge{
  position: absolute;
  left: 0;
  top: 230px;         /* moves badge to overlap bottom of circle */
  width: 260px;
  background: #0B4EA2; /* darker blue for badge */
  color: #fff;
  padding: 14px 16px;
  z-index: 3;
}

.cochair-badge .name{
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  font-size: 20px;
}

.cochair-badge .title{
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.95;
}/* End custom CSS */