html {
  scroll-behavior: smooth;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Nunito Sans", sans-serif;
}
section {
  padding: 60px 0;
}
.bg-odd {
	background-color:#000210;
	font-family: "Nunito Sans", sans-serif;
	color:#fff;
}
.bg-even {
	background-color:#090C1C;
	font-family: "Nunito Sans", sans-serif;
	color:#fff;
}
.text-orange {
	color:#F17C07;
}
.bg-orange {
    background-color: #F17C07;
}
.border-orange {
	border-color: #F17C07;
}
h2 {
	font-size:34px;
	font-weight:300;
	color:#F17C07;
}
p {
	font-size:18px;
	font-weight:300;
	color:#FFFFFF;
}
ul ul {
  list-style-type: circle;
  margin-left: 20px;
}

/* Header */
.logo {
	font-family: "Nunito Sans", sans-serif;
	font-weight:600;
	font-size:32px;
	letter-spacing:2px;
	color:#fff !important;
	text-decoration:none;
	vertical-align: middle;
}
.header-bg {
	background-color:#181b2c;
	/*background: url('../img/header-bg.jpg') no-repeat center center/cover;*/
}

/*banner*/
.banner-bg {
	background-color:#000210;
	background: #000210 url('../img/banner-bg1.jpg') no-repeat bottom center/cover;
	padding: 40px 0 0 0;
}
#banner .carousel-item {
  font-family: "Nunito Sans", sans-serif;
  min-height: 400px;
  padding: 40px 0 0 0;
}
#banner h2 {
  font-size: 36px;
  font-weight: 300;
  color:#F17C07;
  margin-bottom: 20px;
  border-bottom:2px solid #F17C07;
}
#banner p {
  font-size: 20px;
  font-weight: 300;
  color:#FFFFFF;
  margin-bottom: 40px;
  margin-top:20px;
}

/* About section */
#about h4 {
	font-size:20px;
	font-weight:300;
	color:#FFFFFF;
	font-style:italic;
	margin-bottom:20px;
}

/* Leadership Section */
#leadership ul{
	line-height:30px;
}
#leader h4 {
	font-size:20px;
	font-weight:300;
	color:#FFFFFF;
}
#leader a {
	color:#F17C07;
	font-size:18px;
	font-weight:300;
	text-decoration:none;
}
.fancy-list {
  list-style: none;
  padding-left: 1.2em;
}
.fancy-list li::before {
  content: "●";
  color: #F17C07; /* Any custom color */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Expertise Section */
.expertise-section {
  background-color: #0b0c1c;
  color: #fff;
}
.expertise-list {
  list-style: none;
  padding-left: 0;
}
.expertise-list li {
  background: transparent url('../img/list-bg.png') 0% 0% no-repeat padding-box;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.list-left {
  width: 25%;
  display: inline-block;
  float:left;
}
.list-right {
  width:75%;
  list-style: none;
  padding-left: 20px;
  display:inline-block;
}
.expertise-description {
  list-style: none;
  padding-left: 20px;
}
.expertise-description li {
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
}

/* Innovation section */
#innovation-slider .carousel-item {
  min-height: 400px;
  padding: 40px 0;
}
.carousel-inner {
	max-width: 1000px;
    margin: 0 auto;
}
.slider-box {
  background-color: #090C1C; /* Dark card background */
  color: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #000000;
  max-width: 1000px;
  margin: 0 auto;
}
.box-title {
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-size: 28px;
  color:#F17C07;
  font-weight:300;
}
.slider-box ul {
  padding-left: 0;
  list-style: none;
}
.slider-box .bullet {
  color: #F17C07;
  margin-right: 6px;
}

/* Values Section */
.value-card {
  background: #000210 0% 0% no-repeat padding-box;
  border-radius: 27px;
  padding: 40px 30px 30px;
  position: relative;
  color: #fff;
  min-height:400px;
}
.icon-bubble {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #12121d;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-bubble img {
  width: 90px;
  height: 90px;
}
.value-card h5 {
  margin-top: 20px;
  color: #F17C07;
  font-weight: 300;
  text-align: center;
  font-size:25px;
}
.value-card p {
  font-size: 16px;
  text-align: left;
}
.value-card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
.value-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.value-card li::before {
  content: "●";
  color: #ff7f00;
  position: absolute;
  left: 0;
  top: 0;
}

/* Entrepreneur Section */
.entrepreneur-section {
  color: white;
}
.custom-bullets {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.custom-bullets li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.custom-bullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7f00;
  font-size: 1.2rem;
  line-height: 1;
}

/* Impact Section */
.impact-border {
	height: 100%;
    border-left: 3px solid #F17C07;
    position: relative;
}
.impact-circle {
	width: 13px;
  height: 13px;
	background-color: #F17C07;
	border-radius: 50%;
	transform: translate(-60%, -60%);
	left: 60%;
	position: absolute;
}

/* Awards section */
.awards-section img{
	width:200px;
}

/* Research section */
.research-section {
  background: url('../img/research-bg.png') no-repeat center center/cover;
}
.researchCarousel {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
/* Timeline */
.timeline-line {
  height: 4px;
  background: #F17C07;
  border: none;
  position: relative;
  margin: 0 auto;
  width: 90%;
  opacity:0.8;
}
.timeline-label {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0.2rem 1rem;
  color: #F17C07;
  font-weight: bold;
  border-radius: 3px;
}
/* Arrows */
.custom-nav {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
/* Bullet style */
.researchCarousel {
  ul li::before {
  content: '▶';
  color: #F17C07;
  margin-right: 8px;
}
ul li ul {
  list-style: none;
}
ul li ul li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #F17C07; /* Orange triangle */
}
}
.swiper {
  width:100%;
  padding:20px 40px;
}
.swiper-slide {
  display: block;
  text-align:center;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  color: #F17C07;
  border: 2px solid #ffffff6e;
  border-radius: 50%;
  padding: 5px 10px;
  font-weight: bold;
}
.swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #F17C07;
}
/* Circles */
  .circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #F17C07; /* Orange */
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .circle.left {
    left: 5%;
  }
  .circle.right {
    right: 5%;
  }
/* Footer */
.footer img {
	vertical-align:bottom;
}

/* Media Queries */
@media (max-width:992px) {
	#banner h2 {
		font-size: 30px;
	}
	.expertise-description li {
		padding: 5px 0 20px 0;
	}
  .carousel-control-prev {
  left: -60px;
}
.carousel-control-next {
  right: -60px;
}
}

@media (max-width: 768px) {
	.logo {
		font-size:28px;
		text-align:center;
	}
	.header-icon {
		width:70px;
	}
	section {
		padding: 60px 20px;
	}
	#banner h2 {
		font-size: 28px;
	}
	#banner p {
		font-size: 18px;
	}
	h2 {
		font-size: 28px; /* Smaller size on tablets/mobiles */
	}
	.expertise-description {
		padding: 0 0 20px 0;
		font-size:16px;
	}
  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding-left: 2rem;
  }
  .timeline-zigzag::before {
    left: 20px;
  }
  .timeline-item::before {
    left: 11px;
    right: auto;
  }
	.timeline {
    padding-left: 20px;
  }

  .timeline-block::before {
    left: -10px;
  }
   /* Arrows */
.custom-nav {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
  left: -30px;
}
.carousel-control-next {
  right: -30px;
}
}

@media (max-width: 480px) {
	.logo {
		font-size:24px;
	}
	h2 {
		font-size: 24px; /* Even smaller on small phones */
	}
	.header-bg {
		padding: 10px 0;
	}
	.header-icon {
		width:50px;
	}
  /* Arrows */
.custom-nav {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
  left: -30px;
}
.carousel-control-next {
  right: -30px;
}
}