/* ----------------------------------------- */
/* variables */
/* ----------------------------------------- */
:root {
  /* typography */
  --inter: "inter", "sans-serif";
  --interL: "interL", "sans-serif";
  --interM: "interM", "sans-serif";
  --interSB: "interSB", "sans-serif";
  --interB: "interB", "sans-serif";

  /* section heading */
  --section-heading: 36px/50px var(--interM);

  --color-primary: #2c5593;
  --color-secondary: #84bb4d;

  --color-black: #000;
  --color-white: #fff;
  --color-white-secondary: #f7ffed;
  --text-color-01: #575757;
  --section-spacing: 64px 64px;
  --section-spacing-unit: 64px;
  --transition: all 0.4s ease;
  /* --gradient-primary: linear-gradient(
    270deg,
    rgba(57, 142, 128, 0.2484) 36.77%,
    rgba(31, 94, 84, 0.92) 95.96%
  ); */
  /* --box-shadow-primary: rgba(16, 176, 215, 0.35) 0px 5px 15px; */
}

.new-section-heading {
  font: 40px/60px var(--interSB);
  color: #000;
  margin-bottom: 40px;
}

.page-node-type-redesign a {
  border-bottom: 0;
}

.blue-title {
  color: var(--color-primary);
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.center-btn {
  margin: 0 auto 22px;
}

.section-para {
  font: 18px var(--interL);
  color: #333;
  margin-bottom: 46px;
}

/* ----------------------------------------- */
/* BANNR 1 - VIDEO BANNER */
/* ----------------------------------------- */

/* Hero Section (Video Slider with Play Button) */
/* .hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.video-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  border-bottom: 1px solid #242424;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
}

.video-slider .slide {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slider .slide.active {
  display: block;
} */

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.video-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.video-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    position: initial;
  }

  .video-slider {
    position: initial;
  }

  .video-slider video {
    object-fit: contain;
    object-position: top center; /* keep top visible */
  }
}

/* ----------------------------------------- */
/* BANNR 2 - LEADERSHIP */
/* ----------------------------------------- */

#block-views-block-leadership-messages-block-1 {
  background: linear-gradient(
    180deg,
    rgba(234, 247, 255, 0.82) 0%,
    rgba(255, 255, 255, 0.82) 100%
  );
  padding: var(--section-spacing);
}
#block-views-block-leadership-messages-block-1 .slick__arrow {
  display: none;
}
/* Reset box-sizing */
* {
  box-sizing: border-box;
}

/* Flex container */
.message-items {
  display: flex;
  gap: 20px;
  /* spacing between items */
  flex-wrap: nowrap;
  /* prevent wrapping on larger screens */
}

/* Left content - 60% */
.message-item-left {
  flex: 0 0 70%;
}

.message-content-wrap {
  display: flex;
}

/* Right content - 40% */
.message-item-right {
  flex: 0 0 28%;
}

.message-tagline {
  font: 24px/60px var(--interM);
  color: #000;
  margin: 0 0 20px;
}

.message-body {
  font: 18px/30px var(--interL);
  color: #333;
  margin: 20px 13px 36px 0;
}

.message-sign {
  margin-bottom: 30px;
}

.message-desg {
  font: 15px var(--interL);
  color: #313131;
}

/* Image styling */
.message-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}

/* Responsive for smaller screens */
@media screen and (max-width: 880px) {
  .message-items {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .message-item-left,
  .message-item-right {
    flex: 0 0 100%;
  }
  .message-image img {
    margin: 0 auto 24px;
  }
}
@media (max-width: 768px) {
}

/* ----------------------------------------- */
/* BANNR 3 - HIGHLIGHTS */
/* ----------------------------------------- */
/* Basic placeholder (responsive) */
.no-img-found {
  /* easy themeable variables */
  --bg-1: #f6f6f7;
  --bg-2: #ececec;
  --border: #ddd;
  --fg: #8b8b8b;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* adjust or use fixed width if needed */
  max-width: 480px; /* optional cap */
  aspect-ratio: 4 / 3; /* modern browsers: keeps shape */
  background: linear-gradient(135deg, var(--bg-1), var(--bg-2));
  /* border: 1px solid var(--border); */
  border-radius: 6px;
  color: var(--fg);
  position: relative;
  overflow: hidden;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
  box-sizing: border-box;
  padding: 0.5rem;
  height: 220px;
  border-radius: 20px;
}

/* SVG camera / image icon shown in center */
.no-img-found::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b8b8b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='16' rx='2'/><circle cx='12' cy='11' r='2.5'/><path d='M21 15l-5-5-4 4-3-3-4 6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.95;
  display: block;
  flex: 0 0 auto;
}

/* optional small caption (e.g. "No image available") */
.no-img-found .placeholder-label {
  position: absolute;
  bottom: 6px;
  left: 8px;
  right: 8px;
  text-align: center;
  font-size: 12px;
  color: var(--fg);
  opacity: 0.9;
  pointer-events: none;
}

/* make it look good when used as a fixed thumbnail */
.no-img-found.thumbnail {
  width: 160px;
  max-width: none;
  aspect-ratio: 1 / 1; /* square thumb */
}

/* Fallback for older browsers without aspect-ratio */
.no-img-found.fallback {
  height: 0;
  padding-top: 75%; /* 4:3 ratio */
  position: relative;
}
.no-img-found.fallback::before,
.no-img-found.fallback .placeholder-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-img-found.fallback .placeholder-label {
  bottom: 6px;
  left: 8px;
  right: 8px;
  justify-content: center;
  align-items: flex-end;
  font-size: 12px;
}

#block-views-block-highlights-view-block-1 {
  /* padding: var(--section-spacing); */
}

.high-wrap {
  border: 1px solid #cdcdcd;
  border-radius: 24px;
  /* width: 405px; */
  padding: 16px;
  box-sizing: border-box;
  margin: 0 auto;
  transition: var(--transition);
}

.high-image {
  margin: 0 0 12px;
}
.high-image > img {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 20px;
}
.high-date {
  font: 16px/18px var(--interM);
  color: var(--color-secondary);
  margin: 0 0 6px;
}

.high-title {
  display: block;
  font: 22px/36px var(--interM);
  color: var(--color-primary);
  margin: 0 0 12px;
  min-height: 72px;
}

.high-body {
  font: 17px/150% var(--interL);
  color: #333;
  margin: 0;
  min-height: 52px;
}

#block-views-block-highlights-view-block-1 .slick .slick-center .high-title,
#block-views-block-highlights-view-block-1 .slick .slick-center .high-body {
  color: #fff;
}

.high-btn {
  display: none;
  overflow: hidden;
}
.high-btn > a {
  display: block;
  float: right;
}
#block-views-block-highlights-view-block-1 .slick .slick-center .high-btn {
  display: block;
}

#block-views-block-highlights-view-block-1 .slick .slick-center {
  /* width: auto !important; */
}

#block-views-block-highlights-view-block-1 .slick .slick-center .high-wrap {
  /* transform: scale(1.1) !important; */
  background-color: var(--color-primary);
  z-index: 10;
  transform: translateY(-26px);
  /* height: 484px; */
}

#block-views-block-highlights-view-block-1 .slick-track {
  /* display: flex;
  align-items: center; */
}

#block-views-block-highlights-view-block-1 .slick-dots li:nth-child(n + 4) {
  display: none;
}

/* Make all dots in one line */
#block-views-block-highlights-view-block-1 .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

/* Optional: style each dot */
#block-views-block-highlights-view-block-1 .slick-dots li {
  margin: 0;
  /* remove default margin */
}

#block-views-block-highlights-view-block-1 .slick-dots li button {
  font-size: 0;
  /* hides numbers */
  line-height: 0;
  width: 53px;
  height: 4.08px;
  background: #d9d9d9;
  border: none;
  transition: all 0.3s;
}

#block-views-block-highlights-view-block-1 .slick-dots li.slick-active button {
  background: var(--color-primary);
}

/* Make Slick container ignore parent padding */
#block-views-block-highlights-view-block-1 .view-content {
  /* margin-left: calc(-1 * var(--section-spacing));
  margin-right: calc(-1 * var(--section-spacing)); */
}

/* Optional: keep inner content visually aligned */
#block-views-block-highlights-view-block-1 .slick__slide {
  /* padding-left: var(--section-spacing);
  padding-right: var(--section-spacing); */
  box-sizing: border-box;
  transition: var(--transition);
  margin: 0 12px;
}

/* Make sure Slick calculates slides correctly */
#block-views-block-highlights-view-block-1 .slick__slider,
#block-views-block-highlights-view-block-1 .slick-track {
  box-sizing: border-box;
}
#block-views-block-highlights-view-block-1 .slick-track {
  margin: 30px 0;
}

#block-views-block-highlights-view-block-1 .slick__arrow {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
#block-views-block-highlights-view-block-1 .slick__arrow .slick-arrow {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  text-indent: 100%;
  overflow: hidden;
  outline: 0;
  color: transparent;
}
#block-views-block-highlights-view-block-1 .slick__arrow .slick-prev {
  background: url("../images/left-arrow.png") no-repeat center center;
  margin-right: 24px;
}
#block-views-block-highlights-view-block-1 .slick__arrow .slick-prev:hover,
#block-views-block-highlights-view-block-1 .slick__arrow .slick-prev:focus {
  /* background: url("../images/left-arrow.png") no-repeat center center; */
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
#block-views-block-highlights-view-block-1 .slick__arrow .slick-next {
  background: url("../images/right-arrow.png") no-repeat center center;
}
#block-views-block-highlights-view-block-1 .slick__arrow .slick-next:hover,
#block-views-block-highlights-view-block-1 .slick__arrow .slick-next:focus {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  /* background: url("../images/right-arrow.png") no-repeat center center; */
}
@media screen and (max-width: 640px) {
  .no-img-found {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  section#block-views-block-highlights-view-block-1 {
    padding-bottom: 48px;
  }
}

/* TEAMS SECTION */

#block-views-block-core-team-block-1 {
  padding: var(--section-spacing);
  padding-right: 0;
  position: relative;
}
#block-views-block-core-team-block-1::after {
  content: "";
  width: 329px;
  height: 551px;
  background: url("../images/section-rt-blue-bg.png") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.core-team-items {
  display: flex;
  align-items: center;
}

.core-team-image-wrap {
  flex-shrink: 0;
}

.core-team-image {
  text-align: right;
}

.core-team-image img {
  height: 396px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
}

.core-team-content-wrap {
  border: 1px solid #fff;
  border-left: 0;
  padding: 2em;
  height: 299px;
  background: #84bb4d url("../images/inner-pattern.png") no-repeat center center;
}

.core-team-name {
  display: block;
  font: 30px/30px var(--interM);
  color: #fff;
  margin: 0 0 12px;
}

.core-team-desg {
  font: 22px/30px var(--inter);
  color: #fff;
  margin: 0 0 24px;
}

.core-team-body {
  font: 16px/28px var(--inter);
  color: #111;
  text-align: justify;
}

#widget_pager_bottom_core_team-block_1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  column-gap: 12px;
}

#widget_pager_bottom_core_team-block_1 img {
  /* height: 150px;
  width: 160px;
  margin: 0 12px;
  object-fit: cover;
  cursor: pointer; */
  /* filter: grayscale(100%); */
}

#block-views-conferences-gallery-block-1 .views-row {
  padding: 0;
}
#block-views-block-core-team-block-1
  .views-slideshow-controls-bottom
  .views-content-field-image
  > img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
  border-radius: 20px;
  transition: var(--transition);
}
#block-views-block-core-team-block-1
  .views-slideshow-controls-bottom
  .views-content-field-image:hover
  img,
#block-views-block-core-team-block-1
  .views-slideshow-controls-bottom
  .views-content-field-image:focus
  img {
  filter: grayscale(100%);
}
#views_slideshow_cycle_main_core_team-block_1 {
  margin: 0 0 70px;
  position: relative;
  overflow: hidden;
  /* display: block;
  overflow: hidden; */
}
#views_slideshow_cycle_main_core_team-block_1::before,
#views_slideshow_cycle_main_core_team-block_1::after {
  content: "";
  width: 100%;
  clear: both;
  overflow: hidden;
}
#block-views-block-core-team-block-1 .views-slideshow-controls-bottom {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #widget_pager_bottom_core_team-block_1 {
    flex-wrap: wrap;
    gap: 24px;
  }
  .core-team-content-wrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-core-team-block-1 {
    padding-right: var(--section-spacing-unit);
  }

  .core-team-items {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .core-team-items > div {
    width: 100%;
    height: auto;
  }
  .core-team-image img {
    display: block;
    /* width: 85%; */
    height: auto;
    margin: 0 auto;
  }
  .core-team-content-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 360px !important;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --section-spacing: 30px 30px !important;
    --section-spacing-unit: 30px !important;
    --section-heading: 28px/35px var(--interM);
  }
}

@media screen and (max-width: 760px) {
  .new-section-heading{
    font: 28px var(--interSB);
    margin-bottom: 28px;
  }
  .message-image img {
    margin: 0;
    margin-bottom: 18px;
  }
  .message-tagline {
  font: 20px/30px var(--interM);
}
.message-body {
  font: 15px/28px var(--interL);
  margin-bottom: 18px;
}
.message-quite img{
  width: 48px;
}
.message-sign {
  margin-bottom: 10px;
}
.message-sign img {
  width: 208px;
}
.section-para{
  font-size: 15px;
  margin-bottom: 8px;
}
.high-title {
  font: 18px/24px var(--interM);
  min-height: auto;
}
.high-body {
  font: 15px/150% var(--interL);
  min-height: auto;
}
.core-team-name {
  font: 22px/18px var(--interM);
  margin: 0 0 16px;
}
.core-team-desg {
  font: 18px/22px var(--inter);
  color: #fff;
  margin: 0 0 14px;
}
.core-team-body {
  font: 15px/24px var(--inter);
  text-align: justify;
}
.core-team-content-wrap{
  min-height: auto !important;
  border-radius: 18px;
}
#views_slideshow_cycle_main_core_team-block_1{
  margin-bottom: 18px;
}

#block-views-block-core-team-block-1 .views-slideshow-controls-bottom .views-content-field-image > img {
  width: 60px;
  height: 60px;
}

}

@media screen and (max-width: 640px) {
  :root {
    --section-spacing: 15px 15px !important;
    --section-spacing-unit: 15px !important;
  }
}

#section-socials {
    position: fixed;
    top: 244px;
    right: 0;
    z-index: 99;
}

#section-socials a {
    position: relative;
    display: block;
    /* overflow: hidden; */
}

#section-socials a::after {
    overflow: hidden;
    /* ADD THIS */
}

#section-socials img {
    display: block;
    margin-bottom: 12px;
    transition: var(--transition);
}

#section-socials img:hover {
    transform: scale(1.1) rotate(10deg);
}