/* Body */
body.light-theme {
  background-color: #fff;
}
/* ----------------------------------- */

/* :: SECTION I :: */
.se-i {
  padding: 140px 0 0;
}

/* media */
.se-i .media {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  max-height: 470px;
  margin: 120px auto 0;
  overflow: hidden;
}
.se-i .media > img {
  width: 100%;
  align-self: flex-start;
}

/* play-btn */
.se-i .media .play-btn {
  position: absolute;
}

/* random-icons */
.se-i .random-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.se-i .random-icons img {
  position: absolute
}
.se-i .random-icons img:nth-child(1) {
  top: 14vh;
  left: 13vw;
}
.se-i .random-icons img:nth-child(2) {
  top: 20vh;
  left: 15vw;
}
.se-i .random-icons img:nth-child(3) {
  top: 21vh;
  left: 81vw;
  z-index: 2
}
@media only screen and (max-width: 1199.98px) {
  .se-i .random-icons,
  .random-icons-right {
    display: none !important;
  }
}

/* random-icons-right */
.se-i .random-icons-right {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.se-i .random-icons-right img {
  position: relative
}
.se-i .random-icons-right img:nth-child(1) {
  top: 15vh;
  left: 85vw;
}
.se-i .animated {
  transform: translateY(100px);
  transition-duration: .4s;
  transition-timing-function: ease
}
.se-i .blue-random {
  transition-duration: 1.5s
}
.se-i .green-random {
  transition-duration: 2s
}
.se-i .yellow-random {
  transition-duration: .8s
}
.se-i .light-blue-random {
  transition-duration: .6s
}
.se-i .red-random {
  transition-duration: 1.2s
}
/* ----------------------------------- */

/* :: SECTION II :: */
.se-ii {
  padding: 160px 0 0;
}

/* box */
.se-ii .box {
  padding: 60px 30px 0;
}
@media only screen and (max-width: 1199.98px) {
  .se-ii .box {
    padding: 60px 0 0;
  }
}

/* box-title & box-text */
.se-ii .box-title {
  font-size: 48px;
  font-family: var(--third-font);
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}
.light-theme .se-ii .box-title {
  color: var(--darkBlue);
}
.se-ii .box-text {
  font-size: 20px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--darkGray);
  line-height: 1.4;
}
@media only screen and (max-width: 1199.98px) {
  .se-ii .box-title {
    font-size: 36px;
  }
  .se-ii .box-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .se-ii .box-title {
    font-size: 32px;
  }
  .se-ii .box-text {
    font-size: 14px;
  }
}

/* content */
.se-ii .content {
  padding-top: 145px;
}
.se-ii .content > .row:not(:last-of-type) {
  margin-bottom: 100px;
}

/* side-img */
.se-ii .content .side-img {
  width: 100%;
}

/* title-2 & title-1 */
.se-ii .content .title-2 {
  font-size: 20px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}
.se-ii .content .title-1 {
  font-size: 36px;
  font-family: var(--primary-font);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 35px;
}
.light-theme .se-ii .content .title-1 {
  color: var(--darkBlue);
}
@media only screen and (max-width: 1199.98px) {
  .se-ii .content .title-2 {
    font-size: 16px;
  }
  .se-ii .content .title-1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .se-ii .content .title-2 {
    font-size: 18px;
  }
  .se-ii .content .title-1 {
    font-size: 20px;
  }
}

/* para-2 */
.se-ii .content .para-2 {
  font-size: 18px;
  color: var(--darkGray);
}
@media only screen and (max-width: 1199.98px) {
  .se-ii .content .para-2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .se-ii .content .para-2 {
    font-size: 14px;
  }
}
/* ----------------------------------- */

/* :: SECTION III :: */
.se-iii {
  padding: 160px 0 180px;
}

/* col */
.se-iii .row > div {
  padding-top: 60px;
}

/* media */
.se-iii .media {
  width: 180px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .se-iii .media {
    width: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .se-iii .media {
    width: 80px;
  }
}

/* title-1 */
.se-iii .title-1 {
  font-size: 20px;
  font-family: var(--third-font);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.light-theme .se-iii .title-1 {
  color: var(--darkBlue);
}
@media only screen and (max-width: 991.98px) {
  .se-iii .title-1 {
    font-size: 18px;
  }
}

/* para-1 */
.se-iii .para-1 {
  font-size: 16px;
  color: var(--darkGray);
}
@media only screen and (max-width: 991.98px) {
  .se-iii .para-1 {
    font-size: 14px;
  }
}
/* ----------------------------------- */

/* :: SECTION IV :: */
.se-iv {
  padding-bottom: 135px;
}

/* content */
.se-iv .content {
  padding-top: 60px;
}

/* item */
.se-iv .item {
  margin-bottom: 45px;
}

/* avatar */
.se-iv .item .avatar {
  width: 260px;
  margin-bottom: 15px;
  filter: saturate(0);
  transition: all .15s ease-in-out;
}
.se-iv .item:hover .avatar {
  filter: saturate(1);
}

/* name & job */
.se-iv .item .name {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: var(--third-font);
}
.light-theme .se-iv .item .name {
  color: var(--darkBlue);
}
.se-iv .item .job {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--secondary-font);
  color: var(--darkGray);
}
@media only screen and (max-width: 1199.98px) {
  .se-iv .item .name {
    font-size: 20px;
  }
  .se-iv .item .job {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .se-iv .item .job {
    font-size: 14px;
  }
}
/* ----------------------------------- */

/* === Vision & Mission Section === */
.se-vm {
  padding: 60px 0;
  background: #10182a;
}
.se-vm .vm-box {
  background: #18223a;
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  text-align: center;
  color: #fff;
  transition: box-shadow 0.2s;
}
.se-vm .vm-box:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.se-vm .vm-icon {
  margin-bottom: 20px;
}
.se-vm .vm-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.se-vm h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #00aaff;
}
.se-vm p {
  font-size: 1rem;
  color: #cfd8e3;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .se-vm .vm-box {
    padding: 30px 15px;
  }
}
.light-theme .se-vm {
  background: #f7faff;
}
.light-theme .se-vm .vm-box {
  background: #fff;
  color: #222b45;
}
.light-theme .se-vm h3 {
  color: #0060fe;
}
.light-theme .se-vm p {
  color: #444b5a;
}

/* === Timeline Section === */
.timeline-section {
  background: #151e32;
  padding: 60px 0 40px;
}
.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00aaff 0%, #0060fe 100%);
  transform: translateX(-50%);
  z-index: 0;
}
.timeline .timeline-item {
  position: relative;
  width: 50%;
  padding: 30px 40px;
  box-sizing: border-box;
  background: #1a2540;
  border-radius: 12px;
  margin-bottom: 40px;
  z-index: 1;
  color: #fff;
}
.timeline .timeline-item.left {
  left: 0;
}
.timeline .timeline-item.right {
  left: 50%;
}
.timeline .timeline-item:before {
  content: '';
  position: absolute;
  top: 30px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #00aaff;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 2;
}
.timeline .timeline-item.right:before {
  left: -12px;
  right: auto;
}
.timeline .timeline-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00aaff;
  margin-bottom: 10px;
}
.timeline .timeline-content {
  font-size: 1rem;
  color: #cfd8e3;
}
@media (max-width: 991px) {
  .timeline:before {
    left: 8px;
    width: 2px;
  }
  .timeline .timeline-item,
  .timeline .timeline-item.left,
  .timeline .timeline-item.right {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 30px 20px 30px 40px;
  }
  .timeline .timeline-item:before,
  .timeline .timeline-item.right:before {
    left: -20px;
    right: auto;
  }
}
.light-theme .timeline-section {
  background: #f7faff;
}
.light-theme .timeline .timeline-item {
  background: #fff;
  color: #222b45;
}
.light-theme .timeline .timeline-title {
  color: #0060fe;
}
.light-theme .timeline .timeline-content {
  color: #444b5a;
}

/* Timeline Roadmap Styles */
.se-timeline {
  padding: 60px 0 80px;
  background: #030508;
}

.light-theme .se-timeline {
  background: #f7faff;
}

body.light-theme {
  --bg: #ffffff;
  --text: #222;
  --line-color: #555;
  --circle-bg: #e0f7fa;
  background: var(--bg);
  color: var(--text);
}

body.dark-theme {
  --bg: #000000;
  --text: #f1f1f1;
  --line-color: #bbb;
  --circle-bg: #333;
  background: var(--bg);
  color: var(--text);
}

.roadmap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

svg {
  width: 100%;
  height: 300px;
}

svg path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawPath 2s ease-in-out forwards;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

.step {
  position: absolute;
  width: 180px;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.step:nth-child(1) { animation-delay: 0.2s; }
.step:nth-child(2) { animation-delay: 0.4s; }
.step:nth-child(3) { animation-delay: 0.6s; }
.step:nth-child(4) { animation-delay: 0.8s; }
.step:nth-child(5) { animation-delay: 1.0s; }
.step:nth-child(6) { animation-delay: 1.2s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.icon-timeline {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: var(--circle-bg);
  border: 3px solid var(--line-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.step:hover .icon-timeline {
  transform: scale(1.1);
  background: var(--line-color);
  color: var(--bg);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.title {
  font-weight: bold;
  margin-bottom: 6px;
}

.desc {
  font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .step {
    width: 140px;
  }
  svg {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .roadmap {
    padding-top: 20px;
    position: relative;
  }
  .roadmap::before {
    content: '';
    position: absolute;
    left: 48px;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--line-color);
    z-index: 0;
  }
  svg {
    display: none !important;
  }
  .step {
    position: relative !important;
    width: calc(100% - 80px) !important;
    margin: 0 0 60px 80px !important;
    transform: none !important;
    text-align: left !important;
    opacity: 1 !important;
    animation: none !important;
    top: auto !important;
    left: auto !important;
    z-index: 1;
  }
  .step .icon-timeline {
    position: absolute !important;
    left: -55px !important;
    top: 0 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    z-index: 2;
  }
  .step .title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .step .desc {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .se-timeline .container {
    padding: 0 15px !important;
  }
}

@media (max-width: 575px) {
  .step {
    width: 100%;
    max-width: 350px;
  }
  .step .title {
    font-size: 16px;
  }
  .step .desc {
    font-size: 13px;
  }
  .step .icon-timeline {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}
