@charset "utf-8";

p{
  font-size: 16px;
}

.menu-wrap {
  right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
  -webkit-transform: translate3d(-30px,0,0);
  transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}

.gradient-text-blue{
  background: -webkit-linear-gradient(315deg,#42d392 25%,#647eff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.gradient-text-red{
  background: -webkit-linear-gradient(315deg,#FFBF00 25%,#DC343B);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.gradient-text-gray{
  background: -webkit-linear-gradient(315deg,#888888 25%,#444444);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.gradient-text-storm{
  background: -webkit-linear-gradient(315deg,#293f56 25%,#182229);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.hero-wrap h2 {
	color: #000!important;
	text-transform: none;
	max-width: 1000px;
}

.hero-wrap h2 a{
	color: #000;
	text-transform: none;
	max-width: 1000px;
}

.intro-text {
	padding: 30px 0;
}

.intro-text h2 {
	border-bottom-width: 0;
	line-height: 40px;
}
.color-change-text {
	color: #3e5e64;
	transition: color 0.3s ease-in-out; /* Smooth transition for color */
	display: inline-block;
	text-decoration: none;
}

.color-change-text:hover {
	color: #3e5e64; /* New color on hover */
}

.sliding-underline {
	position: relative;
	display: inline-block; /* Essential for sizing the pseudo-element */
	color: #3e5e64;
	text-decoration: none; /* Remove default underline */
}

.sliding-underline::after {
	content: '';
	position: absolute;
	width: 0; /* Initially hidden */
	height: 5px;
	bottom: 10px; /* Position below text */
	left: 0;
	background-color: #3e5e64; /* Color of the underline */
	transition: width 0.3s ease-out; /* Smooth transition for width */
}

.sliding-underline:hover::after {
	width: 100%; /* Expand on hover */
}

.header.main-header {
	border-bottom-width: 0;
}

.footer-social {
	border-top-width: 0;
}

.main-footer {
	border-right-width: 0;
}

.content-holder {
	left: 0;
}

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    max-width: 1800px;
    margin: 0 210px;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

/* The horizontal line connecting all points */
.timeline::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #d0d7de;
  z-index: 0;
  border-radius: 1px;
}

.timeline-item {
  position: relative;
  flex: 1 1 auto;
  max-width: 150px;
  text-align: center;
  padding-bottom: 30px;
  z-index: 1;
  background-color: #d0d7de;
}

/* The circle */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #4a90e2;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(74, 144, 226, 0.4);
  border: 2px solid white;
  z-index: 2;
}

.timeline-date {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #5a5a5a;
  margin-bottom: 0;
  font-size: 16px;
}

.timeline-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.3;
}

.banner-full-span-title{
  padding:20px 0 0 20px;
  margin:0;
}

.banner-full-span-text{
  font-size: 24px;
  color:#fff;
  padding:0 20px;
}

@media (max-width: 1000px) {
  .banner-full-span-title{
    padding:15px 0 0 15px;
    margin:0;
  }
  .banner-full-span-text{
    font-size: 16px;
    color:#fff;
    padding:0 15px;
    line-height: 14px;
  }
  .timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    max-width: 1800px;
    margin: 0 10px;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .arrow-direction{
    transform: rotate(90deg)!important;
    margin-top: -200px;
    padding-left:100px;
  }
}


/* Responsive: stack vertically on narrow screens */
@media (max-width: 480px) {
  .timeline {
    flex-direction: column;
    padding: 20px 0;
    max-width: 100%;
  }
  .timeline::before {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -10px;
    width: 2px;
    height: calc(100% - 40px);
    background: #000;
    border-radius: 1px;
  }
  .timeline-item {
    max-width: none;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 60px;
  }
  .timeline-item::before {
    top: -50px;
    left: 0;
    bottom: 0px;
    transform: none;
    width: 12px;
    height: 12px;
    box-shadow: 0 2px 6px rgba(74, 144, 226, 0.4);
  }
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  display: inline-block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: opacity 200ms ease, -webkit-transform 450ms ease;
  transition: opacity 200ms ease, -webkit-transform 450ms ease;
  transition: transform 450ms ease, opacity 200ms ease;
  transition: transform 450ms ease, opacity 200ms ease, -webkit-transform 450ms ease;
}

.link-block-6:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.content-footer:before {
	display: none;
}

.subtle {
  transition: transform 0.2s ease; /* smooth animation */
}

.subtle:hover {
  transform: scale(1.05); /* enlarge slightly */
}

.video-mask{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* background: rgba(255, 255, 255, 0.3);*/ /* adjust opacity */
  background:linear-gradient(to right, 
  rgba(255, 255, 255, 0.5) 0%,    
  rgba(255, 255, 255, 0.5) 60%,   
  rgba(255, 255, 255, 0.01) 70%,  
  rgba(255, 255, 255, 0.01) 100%   
  );
  pointer-events: none;
}

.video-mask-dark{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* background: rgba(255, 255, 255, 0.3);*/ /* adjust opacity */
  background:linear-gradient(to right, 
  rgba(0, 0, 0, 1) 0%,    
  rgba(0, 0, 0, 0.4) 50%,   
  rgba(0, 0, 0, 0.03) 70%,  
  rgba(0, 0, 0, 0.01) 100%   
  );
  pointer-events: none;
}

.detail-title {
  font-size:44px;text-align:center;padding-bottom:20px;font-weight: 800;
}
.detail-summary-role {
  font-weight: 700;color: #000;font-size: 18px; clear:both;
}

.piechart-title {
  padding:0 30px;margin:0;color: #000;text-align: center;font-size: 50px;font-weight: 800;font-family: 'Poppins', sans-serif;
}
.piechart-subtitle{
  padding:0 30px;margin:0;color: #000;text-align: center;font-size: 30px;font-weight: 800;font-family: 'Poppins', sans-serif;
}

.linkedin-icon {
  color: #000;
  display: inline-block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: opacity 200ms ease, -webkit-transform 450ms ease;
  transition: opacity 200ms ease, -webkit-transform 450ms ease;
  transition: transform 450ms ease, opacity 200ms ease;
  transition: transform 450ms ease, opacity 200ms ease, -webkit-transform 450ms ease;
}

.linkedin-icon:hover {
  color: #00f;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.arrow-direction{
  margin-left:-50px;
  margin-top: 30px;
  color: #333;
  font-size: 100px;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 20px;
}

.project-description {
  font-weight: 500;
  color: #000;
  font-size: 18px; 
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}

.project-property {
  font-weight: 500;
  color: #000;
  font-size: 18px; 
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.project-property-value {
  font-weight: 700;
  color: #000;
  font-size: 18px; 
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.project-aspect-title {
  font-weight: 900;
  color: #000;
  font-size: 18px;
  clear: both;
  float: none;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  position: relative;
}

.project-aspect-subtitle {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  text-align: left;
  clear: both;
  float: none;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  
}

.project-aspect-description {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  clear: both;
  text-transform: none;
}

.project-aspect-description-list {
  list-style:normal;
  font-size: 14px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  padding-right: 20px;
}

.project-detail-content {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: none;
  padding-top: 10px;
  text-align: left;
  line-height: 22px;
}

.project-detail-content-lead {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  text-transform: none;
  padding-top: 10px;
  text-align: left;
  line-height: 22px;
}

.project-detail-list {
  font-family: 'Montserrat', sans-serif;
  list-style: normal;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  padding-left: 16px;
  padding-right: 20px;
  line-height: 20px;
}

.project-detail-list li::marker {
  font-weight: 700;
}

.section-title {
  color:#000!important;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 30px;
}

.section-subtitle {
  color:#000!important;
  font-weight: 800;
  text-align: center;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  padding: 20px 0;
}

.discipline-box {
  padding: 20px;
  height:700px;
  cursor: pointer;
}

    #banner {
      height: 150px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
    }

    .scroll-wrapper {
      display: flex;
      width: 200%;
    }

    .scroll-track {
      display: flex;
      animation: scroll 45s linear infinite;
    }

    .logo-img {
      height: 75px;
      width: auto;
      margin: 0 2rem;
      object-fit: contain;
      filter: grayscale(20%);
      transition: filter 0.3s;
    }

    .logo-img:hover {
      filter: grayscale(0%);
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-66.66%);
      }
    }

.media-container {
  position: relative;
  overflow: hidden;
}

.video-holder {
  height: 100vh; /* or your preferred height */
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(10,10,10,0.10), rgba(10,10,10,0.01)), 
              url('../images/bg/cubes-021.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
