/* Layout spacing */
.cyber-section {
  padding: 4rem 0;
}

/* Headings and Text */
.cyber-title {
  color: #0f172a; /* dark slate */
}

.cyber-subtitle {
  color: #6b7280; /* neutral gray */
}

.text-muted {
  font-size: 1rem;
  color: #6c757d;
}

/* Core value icons (emoji fallback or custom SVG) */
.cyber-icon {
  font-size: 2.5rem;
  display: inline-block;
  color: #38bdf8;
}

/* Cards */
.card {
  border: none;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}

/* Timeline steps */
.timeline-step {
  background: #3eb7f5;
    color: #fff;
    width: 6rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: -20%;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 20px;
}
.last-step{
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.timeline-line {
  width: 2px;
  background-color: #cbd5e1;
  flex-grow: 1;
  margin: 0 auto;
}

/* Responsive image fix */
img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

/* Typography */
h2, h4, h5 {
  font-weight: 600;
}

.card-title {
  font-size: 1.25rem;
}

.card-text {
  font-size: 1rem;
}
.about-div{
    margin-top: 0rem !important;
}
.about-div h1{
    font-size: 1.5rem;
}

.about-div h1 span{
    font-size: 4rem;
}

.card-body{
    padding: 2rem;
}

.cyber-section h2{
    font-size: 3rem;
    margin-bottom: 1rem !important;
}



.border-card{
  border-top: 5px solid #38bdf8;
}




.cyber-icon-box {
  background-color: #3bbcf718;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cyber-icon-box i{
      color: #3bbaf7 !important;
}

.card:hover .cyber-icon-box {
  transform: scale(1.1);
}

.animate-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.animate-card.visible {
  opacity: 1;
  transform: translateY(0);
}



/* codepen */



  
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #38bdf8;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #38bdf8;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #38bdf8;
  border: 2px solid #38bdf8;
}

.btn-style-one:hover{
  background-color: transparent;
  border: 2px solid #38bdf8;
  color: #000000;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}


/* Codepen hero */

@font-face {
  font-family: "font";
  src: url("https://raw.githubusercontent.com/oeneco/file-thing/9f9223f211387b3764942fcff87f57523870916d/PPEditorialNew-UltralightItalic.ttf")format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

body {
	margin: 0;
}

#container {
	      background-image: linear-gradient(to bottom right, #000000, #4f89b4, #000000);
    width: 100%;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}

#text {
	color: white;
	font-family: font;
	font-size: 8vh;
}

#text span {
	white-space: pre; /* Keep space characters visible */
}


/* TImeline  */
  

    ul {
      margin: 0;
      padding: 0;
    }

    .center {
      margin: 0 auto;
      text-align: center;
    }

    img {
      width: 100%;
    }

    .main {
      padding: 2em 0;
    }

    .main h1 {
      color: #61d4d7;
      font-family: 'Amaranth', sans-serif;
      line-height: 1em;
      margin-bottom: 2rem;
    }

    .main h3 {
      color: #ffffff;
      font-family: 'Amaranth', sans-serif;
    }

    .main p {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
    }

    .timeline {
      position: relative;
      width: 80%;
    }

    .timeline::before {
      background: #f1efef;
      content: '';
      height: 100%;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 4px;
    }

    .timeline-item {
      clear: both;
      list-style-type: none;
      padding: 0 30px;
      position: relative;
    }

    .timeline-item::before {
      background: #27548a;
      border-radius: 50%;
      content: '';
      height: 20px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 20px;
    }

    .timeline-content {
      background: #27548a;
      padding: 1em;border-radius: 10px;
      width: 43%; /* ← Updated width */
      margin-top: 1em;
      transition: .3s ease-in-out;
    }
    .timeline-content:hover {
          box-shadow: 0px 0px 13px 2px #6e757e;
    }

    .timeline-content h3,
    .timeline-content p,
    .timeline-content button {
      margin: 20px;
    }

    .timeline-item:nth-child(even) .timeline-content {
      float: right;
    }

    .timeline-item:nth-child(2)::before {
      background: #22303f;
    }

    .timeline-item:nth-child(2) .timeline-content {
      background: #22303f;
    }

    .timeline-item:nth-child(3)::before {
      background: #27548a;
    }

    .timeline-item:nth-child(3) .timeline-content {
      background: #27548a;
    }

    
    .timeline-item:nth-child(4)::before {
      background: #22303f;
    }

    .timeline-item:nth-child(4) .timeline-content {
      background: #22303f;
    }

    
    .timeline-item:nth-child(5)::before {
      background: #27548a;
    }

    .timeline-item:nth-child(5) .timeline-content {
      background: #27548a;
    }

    .timeline button {
      background: #ffffff;
      border: 2px solid #ffffff;
      color: #656565;
      font-weight: 500;
      padding: 10px;
      transition: all 0.3s;
      cursor: pointer;
    }

    .timeline button:hover {
      background: #ffffff;
      border: 2px solid #656565;
    }

    @media screen and (max-width: 968px) {
      .timeline {
        margin-left: 10px;
      }

      .timeline::before {
        left: 0;
      }

      .timeline-item::before {
        left: 0;
      }

      .timeline-content {
        margin: 2em 0;
        width: 100% !important;
        float: none !important;
      }
    }