body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #fff;
      color: #333;
      text-align: center;
          background-image: url(assets/login_background.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    }
        

nav {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  width: 100vw;
  background: white;
  z-index: 3;
  text-decoration: none;
   box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

nav .container-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

nav .logo {
  max-width: 150px;
}

nav .links-block {
  display: flex;
  gap: 48px;
  align-items: center;
  font-weight: bold;
}

nav .links-block a {
  position: relative;
  padding-bottom: 8px;
  text-decoration: none;
    color:  #333;
}

nav .links-block a:hover {
  color:  #0072bb;
}


  nav .links-block a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
    transition: all 0.3s;
  }

nav .links {
  display: flex;
  gap: 48px;
  grid-template-columns: 1em;
  flex-wrap: wrap;
  font-size: 17px;
  text-decoration: none;
}

/* Base styles already exist */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Mobile view */
@media (max-width: 768px) {
  nav .links-block {
    display: none; /* hide by default */
    flex-direction: column;
    gap: 16px;
    background: white;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  nav .links-block.show {
    display: flex; /* show when toggled */
  }

  .hamburger {
    display: block;
    color: #333;
    z-index: 10;
  }
}

.container-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            }
        .logo {
            height: 40px;
            }

            /* Navigation Links */
        .links-block {
            display: flex;
            align-items: center;
            gap: 20px;
            }


        .links-block a {
            color: #000000;
            font-style: none;
            font-size: 14px;
            padding: 5px 0;
            position: relative;
            }


        .links-block a:hover {
            color: #0087DC;
            }



 .hero {
      position: relative;
      height: 90vh;
      background: url(images1/head\ banner.jpg) center center/cover;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 80px;
      color: white;
    }

    .hero-overlay {
      background: rgba(0, 160, 227, 0.9);
      padding: 30px 40px;
      max-width: 400px;
      border-radius: 6px;
    }

    .hero-overlay h1 {
      font-size: 28px;
      margin-bottom: 15px;
    }

    .hero-overlay p {
      font-size: 16px;
      line-height: 1.5;
    }

    

    /*responsive*/
   @media only screen and (max-width: 1028px) {
      .hero {
      position: relative;
      height: 90vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 80px;
      color: white;
      }

      .hero-overlay {
      background: rgba(0, 160, 227, 0.9);
      padding: 30px 40px;
      max-width: 400px;
      border-radius: 6px;
      }

      .hero-overlay h1 {
       font-size: 28px;
      margin-bottom: 15px;
      }

      .hero-overlay p {
        font-size: 16px;
      line-height: 1.5;
      }
    }


 @media only screen and (min-width: 992px) {
      .hero {
      position: relative;
      height: 90vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 80px;
      color: white;
      }

      .hero-overlay {
      background: rgba(0, 160, 227, 0.9);
      padding: 30px 40px;
      max-width: 400px;
      border-radius: 6px;
      }

      .hero-overlay h1 {
       font-size: 28px;
      margin-bottom: 15px;
      }

      .hero-overlay p {
        font-size: 16px;
      line-height: 1.5;
      }
    }

 @media only screen and (max-width: 768px) {
      .hero {
      position: relative;
      height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0;
      color: white;
      }

      .hero-overlay {
      background: rgba(0, 160, 227, 0.9);
      padding: 30px 40px;
      max-width: 300px;
      border-radius: 6px;
      }

      .hero-overlay h1 {
       font-size: 26px;
      margin-bottom: 15px;
      }

      .hero-overlay p {
        font-size: 15px;
      line-height: 1.5;
      }
    }


 @media only screen and (max-width: 600px) {
      .hero {
      position: relative;
      height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0;
      color: white;
      }

      .hero-overlay {
      background: rgba(0, 160, 227, 0.9);
      padding: 30px 40px;
      max-width: 200px;
      border-radius: 6px;
      }

      .hero-overlay h1 {
       font-size: 20px;
      margin-bottom: 15px;
      }

      .hero-overlay p {
        font-size: 15px;
      line-height: 1.5;
      }
    }





.steps-section {
      padding: 60px 20px;
      background: #fff;
    }

    .steps-section h2 {
      font-size: 24px;
      margin-bottom: 40px;
      text-decoration: none;
    }

    .steps-container {
       margin-bottom: 4rem;
      display: flex;
      justify-content: center;
      gap: 60px;
      flex-wrap: wrap;
    transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    }

    .step {
      text-align: center;
      max-width: 150px;
      text-decoration: none;
    }

    .step-icon {
      font-size: 40px;
      /*color: #00a0e3; 
      border: transparent;
      border-radius: 50%;
      padding: 10px;*/
      display: inline-block;
      margin-bottom: 15px;
      
    }

    .step a{
      text-decoration: none;
    }
  

    .step-icon svg {
      width: 40px;
      height: 40px;
      transform: scale(1); /* default size */
      transition: 
      background-color 0.4s ease,
      transform 0.3s ease, 
    }

    .step:hover .step-icon svg {
      transform: scale(1.2); /* slight zoom */
      transform: 0.4s ease;
    }

    .step p {
      font-size: 16px;
      color: #0072bb;
      margin: 0;
      font-weight: 500;
       transition: 0.4s ease;
    }


 
/*===================AUTO SHOW MORE===================*/

.autoShow {
animation: autoShowAnimation both;
animation-timeline: view(10% 5%);
}

@keyframes autoShowAnimation {
  from{
    opacity:0;
    transform: translateY(200px) scale (0.3);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}



/*===================TIMELINE WRAPPER===================*/

.timeline-wrapper {
  background: url(images1/bg-1.png) no-repeat center;
  background-size: auto 100%; /* keeps aspect ratio */
  max-width: 1920px;          /* limit scaling */
  margin: 0 auto;             /* center wrapper */
  padding: 50px;
}




@media (max-width: 1920px) {
  .timeline-wrapper {
    background-size: auto 100%; /* keeps aspect ratio */
  max-width: 1920px;          /* limit scaling */
  margin: 0 auto;             /* center wrapper */
  padding: 50px 20px;
  }
}


/* ≤ 992px */
@media (max-width: 992px) {
.timeline-wrapper {
    background: none !important;
  }
}


/* ≤ 768px (tablets) */
@media (max-width: 768px) {
 .timeline-wrapper {
    background: none !important;
  
  }
}

/* ≤ 600px (mobile) */
@media (max-width: 600px) {
  .timeline-wrapper {
    background: none ;
  }
}








/* ==========================Timeline Section 1======================*/
.timeline-section {
  padding:0px 60px;

}


.timeline-title {
  font-size: 48px;
  padding-left: 10rem;
  color: #0072bb;
  text-align: left;
  position: relative;
}

h2.bottom-line {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  h2.bottom-line {
    padding-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  h2.bottom-line {
    padding-bottom: 20px;
  }
}
h2.bottom-line::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  transition: all 0.3s;
}

.timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  position: relative;
  margin-bottom: 50px;
}


.timeline::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 5%;
  right: 5%;
  height: 2px;
  z-index: 0;
}



.timeline-item {
  margin-top: 6rem;
  background: #fff;
  border-style:solid;
  border-width: 1px;
  border-color: #0072bb;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
 transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}


.timeline-item:hover {
  background-color: #0072bb;
  border-style: none;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item:hover p{
      color: white;
    }
.timeline-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.timeline-item p {
  font-size: 14px;
  padding: 20px;
    color: #333;
  transition: color 0.4s ease;
}

.timeline-item-green {
  margin-top: 6rem;
  background: #fff;
 border-style:solid;
  border-width: 1px;
  border-color: #ccf28d;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
 transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}



.timeline-green .image-box {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.timeline-green .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 0;   /* round top-left */
  border-top-right-radius: 0;  /* round top-right */
  border-bottom-left-radius: 0;  /* keep bottom sharp */
  border-bottom-right-radius: 0; /* keep bottom sharp */
}

.timeline-green .image-box .label {
  position: absolute;
  bottom: 0px;   /* keep it inside */
  left: 50%;
  transform: translateX(-50%);
  background: #ccf28d;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 10px;
  padding: 6px 12px;
  z-index: 2;
  white-space: nowrap;
  text-align: right;
}




.timeline-item-green:hover {
  border-style: none;
       background-color: #baeb5f;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item-green:hover p{
      color: rgb(49, 49, 49);
    }

.timeline-item-green img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.step-num {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #00a0e3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.step-num-green {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #baeb5faf;
  color:rgb(116, 116, 116);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.timeline-item-green p {
  font-size: 14px;
  padding: 20px;
    color: #333;
  transition: color 0.4s ease;
}







/* ==============================Timeline Section 2===================================*/
.timeline-section2 {
  padding: 60px 20px;
  background-image: url(images1/backgroun.png); /* green bg*/
  background-position: bottom right;
  background-size: 40%;
  background-repeat: no-repeat;
  z-index: 1;
}


.timeline2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
  gap: 4rem;
  position: relative;

}


.timeline2::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 5%;
  right: 5%;
  height: 2px;
  z-index: 0;
}



.timeline-item2 {
  margin-top: 7rem;
  background: #fff;
   border-style:solid;
  border-width: 1px;
  border-color: #0072bb;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
  transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}

.timeline-item2:hover {
  border-style: none;
  background-color: #0072bb;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item2:hover p{
      color: white;
    }


.timeline-item2 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.step-num2 {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #00a0e3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.timeline-item2 p {
  font-size: 14px;
  padding: 20px;
   color: #333;
  transition: color 0.4s ease;
}






/* ==========================Timeline Section 3===================== */
.timeline-section3 {
  padding: 60px 20px;
  position: relative;
background-image: url(images1/backgroun-reverse.png);
  background-position: bottom left;
  background-size: 40%;
  background-repeat: no-repeat;
  z-index: 1;
}


.timeline3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  gap: 4rem;
  position: relative;
  margin-bottom: 50px;
}


.timeline-title3 {
 
  font-size: 48px;
  padding-left: 16rem;
  padding-bottom: 0.5rem;
  color: #0072bb;
  text-align: left;
  position: top;
}


.timeline3::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 5%;
  right: 5%;
  height: 2px;
  z-index: 0;
}

h2.bottom-line3 {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  h2.bottom-line3 {
    padding-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  h2.bottom-line3 {
    padding-bottom: 20px;
  }
}
h2.bottom-line3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #0087dc, #82d4d6, #b9eb5f);
  transition: all 0.3s;
}



.timeline-item3 {
  margin-top: 5rem;
  background: #fff;
 border-style:solid;
  border-width: 1px;
  border-color: #64D7D7;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
   transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}

.timeline-item3:hover {
  border-style: none;
     background-color: #64D7D7;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item3:hover p{
      color: white;
    }


.timeline-item3 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}



.timeline-item-green3 {
  margin-top: 5rem;
  background: #fff;
  border-style:solid;
  border-width: 1px;
  border-color: #ccf28d;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
 transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}



.timeline-green3 .image-box3 {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.timeline-green3 .image-box3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 0;   /* round top-left */
  border-top-right-radius: 0;  /* round top-right */
  border-bottom-left-radius: 0;  /* keep bottom sharp */
  border-bottom-right-radius: 0; /* keep bottom sharp */
}

.timeline-green3 .image-box3 .label3 {
  position: absolute;
  bottom: 0px;   /* keep it inside */
  left: 50%;
  transform: translateX(-50%);
  background: #ccf28d;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 10px;
  padding: 6px 12px;
  z-index: 2;
  white-space: nowrap;
  text-align: right;
}




.timeline-item-green3:hover {
  border-style: none;
       background-color: #baeb5f;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item-green3:hover p{
      color: rgb(49, 49, 49);
    }

.timeline-item-green3 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.step-num-green3 {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #baeb5faf;
  color:rgb(116, 116, 116);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.timeline-item-green3 p {
  font-size: 14px;
  padding: 20px;
    color: #333;
  transition: color 0.4s ease;
}


.step-num3 {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #64d7d7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);

}

.timeline-item3 p {
  font-size: 14px;
  padding: 20px;
    color: #333;
  transition: color 0.4s ease;
}


.responsive {
  display:none;
}





/* =============================Timeline Section 4===========================*/
.timeline-section4 {
  padding: 60px 20px;
}


.timeline4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  gap: 4rem;
  position: relative;
  margin-bottom: 50px;
}



.timeline4::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 5%;
  right: 5%;
  height: 2px;
  z-index: 0;
}

.timeline-item4 {
  margin-top: 7rem;
  background: #fff;
  border-style:solid;
  border-width: 1px;
  border-color: #64D7D7;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
   transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}

.timeline-item4:hover {
  border-style: none;
     background-color: #64D7D7;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item4:hover p{
      color: white;
    }


.timeline-item4 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}



.step-num4 {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #64d7d7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);

}

.timeline-item4 p {
  font-size: 14px;
  padding: 20px;
    color: #333;
  transition: color 0.4s ease;
}



.timeline-item-green4 {
  margin-top: 7rem;
  background: #fff;
 border-style:solid;
  border-width: 1px;
  border-color: #ccf28d;
  overflow: visible;
  width: 210px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
 transform: scale(1); /* default size */
  transition: 
    background-color 0.4s ease,
    transform 0.3s ease, 
    box-shadow 0.3s ease;
}



.timeline-green4 .image-box4 {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.timeline-green4 .image-box4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 0;   /* round top-left */
  border-top-right-radius: 0;  /* round top-right */
  border-bottom-left-radius: 0;  /* keep bottom sharp */
  border-bottom-right-radius: 0; /* keep bottom sharp */
}

.timeline-green4 .image-box4 .label4 {
  position: absolute;
  bottom: 0px;   /* keep it inside */
  left: 50%;
  transform: translateX(-50%);
  background: #ccf28d;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 10px;
  padding: 6px 12px;
  z-index: 2;
  white-space: nowrap;
  text-align: right;
}


.timeline-item-green4:hover {
  border-style: none;
       background-color: #baeb5f;
  transform: scale(1.05); /* slight zoom */
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
 .timeline-item-green4:hover p{
      color: rgb(49, 49, 49);
    }

.timeline-item-green4 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.step-num-green4 {
  position: absolute;
  top: -70px;             
  left: 50%;              
  transform: translateX(-50%);  
  background: #baeb5faf;
  color:rgb(116, 116, 116);
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.timeline-item-green4 p {
  font-size: 14px;
  padding: 20px;
    color: #333;
  transition: color 0.4s ease;
}






/*====================Timeline 3 and 4 Responsive========================*/
/* ≤ 992px (tablet landscape) */
@media (max-width: 992px) {
  .responsive {
    display: inline-block;
  }

  .autoShow{
    animation:none;
  }
  .timeline-section,
  .timeline-section3 {
    background-image: none;
  }

  .timeline,
  .timeline3,
  .responsive  {
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }

.timeline-section2, .timeline-section4 {
display: none;
background-image: none;
}


  .timeline-item,
  .timeline-item-green,
  .timeline-item3,
  .timeline-item-green3
 {
    width: 210px;   /* 2 items per row */
    min-width: 140px;
    margin-top: 4rem;
  }

 .timeline-title,
  .timeline-title3
 {
    padding-left: 0;
    object-position: center;
  }

  .timeline-item p,
  .timeline-item-green p,
  .timeline-item3 p,
  .timeline-item-green3 p
 {
    font-size: 16px;
  }

  .settling-down {
    margin-bottom: 4rem;
  }
  .settling-down img {
    display: none;
  }

}


/* ≤ 768px (tablet portrait) */
@media (max-width: 768px) {
.autoShow{
    animation:none;
  }

    .responsive {
    display: inline-block;
  }
  .timeline-section,
  .timeline-section3 {
    background-image: none;
  }
  .timeline,
  .timeline3
  {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

   .timeline-title,
  .timeline-title3
 {
    padding-left: 0;
    object-position: center;
  }


.timeline-section2, .timeline-section4 {
display: none;
background-image: none;
}

  .timeline-item,
  .timeline-item-green,
  .timeline-item3,
  .timeline-item-green3
 {
    width: 310px;   /* stack vertically */
  }

  .settling-down {
    margin-bottom: 4rem;
  }
  .settling-down img {
    display: none;
  }

}


/* ≤ 600px (mobile) */
@media (max-width: 600px) {
  .autoShow{
    animation:none;
  }
  .responsive {
    display: inline-block;
  }

  .timeline-section,
  .timeline-section3 {
    background-image: none;
  }

  .timeline,
  .timeline3
  {
    gap: 1.5rem;
  }

   .timeline-title,
  .timeline-title3
 {
    padding-left: 0;
    object-position: center;
  }


.timeline-section2, .timeline-section4{
display: none;
background-image: none;
}

  .timeline-item,
  .timeline-item-green,
  .timeline-item3,
  .timeline-item-green3
{
    width: 310px;  /* your responsive width */

  }

  .timeline-item p,
  .timeline-item-green p,
  .timeline-item3 p,
  .timeline-item-green3 p
  {
      flex: 1;
  display: flex;
  align-items: center;   /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
    font-size: 16px;

  }

  .step-num,
  .step-num-green,
  .step-num3,
  .step-num-green3
 {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    top: -60px;
  }

  .settling-down {
    margin-bottom: 4rem;
  }
  .settling-down img {
    display: none;
  }


}


/*================LINK STYLE=============================*/
/* unvisited link */
  

a:link {
  color: #64D7D7 ;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: #B9EB5F;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color:  #B9EB5F;
}

/* selected link */
a:active {
  color: #64D7D7;
}






/*========================POPUP=============================*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2)
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;    /* keep popup inside viewport */
  overflow: hidden;    /* no global scrollbars */
  display: flex;
  flex-direction: column;
  position: relative;
}

.popup-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.popup-body {
  display: flex;
  gap: 15px;
  height: 100%;
}

.popup-body img {
  width: 25%;          /* left column */
  height: auto;        /* let image scale naturally */
  max-height: 70vh;    /* prevent it from overflowing */
  object-fit: cover;
  border-radius: 6px;
}


.digid {
  width: 60%;
  height:auto;
}

.popup-text {
  flex: 1;                 /* take remaining width */
 height: 300px;            /* fixed height */
  overflow-y: auto;         /* scroll inside if text overflows */
  padding: 1rem;
  text-align: left;
  border-radius: 6px;       /* optional: rounded corners */
  background: #fafafa;      /* use padding instead of margins */

}

.popup-text li {
  text-align: left;
  margin-bottom: 1rem;
  color: #0072bb;
}

.popup-text h2 {
  display: inline-block;
  font-weight: 700;
  font-size: 10px;  
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: #ccf28d;
  color: #2b2b2b;
  border-radius: 4px;
}

.popup-text::-webkit-scrollbar {
  width: 6px;
}
.popup-text::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}
.popup-text::-webkit-scrollbar-track {
  background: #f0f0f0;
}






/* Settling Down Section */

.settling-down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 60px 20px;
  position: relative;
}

.content-box {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  max-width: 350px;
  z-index: 2;
  position: absolute;
  left: 5%;
}

.content-box h2 {
  font-size: 28px;
  margin-bottom: 1rem;
  color: #333;
}

.content-box p {
  font-size: 16px;
  margin-bottom: 1.5rem;
  color: #555;
  line-height: 1.5;
}

.content-box .btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #00c6ff, #0072bb);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}

.content-box .btn:hover {
  background: linear-gradient(90deg, #0072bb, #00c6ff);
}

.image-box img {
  max-width: 800px;
  width: 100%;
  border-radius: 8px;
}



.modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.modal-box {
background: white;
width: 100%;
max-width: 380px;
border-radius: 16px;
padding: 30px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
margin: 0 10px;
text-align: left;
}

a.delta-link, a.delta-link:visited {
    font-size: 12px;
    text-decoration: underline;
    color: #444;
}

.title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}
label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 20px;
}
input[type="text"], input[type="password"], input[type="hidden"] {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus {
    background-color:  #e0f2fe;
}

.btn-login {
width: 100%;
padding: 12px;
margin: 50px 0 30px 0;
border: none;
border-radius: 10px;
background: linear-gradient(to right, #38bdf8, #3b82f6);
color: white;
font-size: 16px;
cursor: pointer;
}
.footer-text {
text-align: center;
margin-top: 15px;
font-size: 12px;
color: #666;
}
.error {
color: red;
font-size: 13px;
margin-top: 10px;
display: none;
}