* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


body {
  background-color: azure;
  height: 100vh;
  width: auto;
  color: darkblue;
  padding: 10px auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*=======================================================*/
.cv-btn {
  background: linear-gradient(45deg, #007bff, #00d4ff);
  color: white;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.cv-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/*=======================================================*/
/**/

.logo{
    color: orange;
    font-weight: bolder;
    font-size: medium;
}

.navbar{
  height: fit-content;
  
}
.nav-link a{
  text-decoration: none;
  color: orange;
}
.nav-link a:hover{
  background-color: rgba(255, 166, 0, 0.811);
}
/*=======================================================*/

.myprofile_img1{
     width: 400px;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 250px;
}
.myprofile_img2{
    background-color: rgba(255, 255, 119, 0.875);
    width: 400px;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid yellow;
}

.home{
  width: 100vw;
  height: 98vh;
  background: url(./assets/wave.svg);
  background-repeat:no-repeat;
  background-size:cover;
  background-clip: initial;
  background-position: 55%;
  position: relative;
 
}

.home .intro{
  margin-top: 200px;
  margin-left: 50px;
}
/*==========================================================*/
.project-skills{
  display: inline-block;
}
.project-skills span{
  font-size: xx-small;
  background-color: #e7e7fb8b;
  padding: 2px 5px;
  margin: 2px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 2px solid orange;
}
/*==========================================================*/
.contact-head{
  margin-top: 100px;
}
.contact{
  position: relative;
  padding-top: 10px;
}
.contact_pic{
  width: 680px;
  object-fit: cover;
  position: absolute;
  left: -60px;
  bottom: 95px;
  /* z-index: 10; */
}
/*==========================================================*/

/*==========================================================*/
/* body {
      background: #0a0f1f;
      color: white;
      overflow-x: hidden;
    } */

    /* Particles Background */
    #particles-js {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    /* 2 Column Layout */
    .timeline-container {
       background: #0a0f1f;
      color: white;
      overflow-x: hidden;
      position: relative;
      padding: 50px 0;
      display: flex;
      justify-content: center;
      gap: 40px;
    }

    .timeline-column {
      width: 45%;
      position: relative;
    }

    /* Connector Line */
    .timeline-line {
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      background: linear-gradient(180deg, #00eaff, #0077ff, #00eaff);
      animation: pulseGlow 3s infinite ease-in-out;
      z-index: 1;
    }

    @keyframes pulseGlow {
      0% {
        box-shadow: 0 0 5px #00eaff;
      }

      50% {
        box-shadow: 0 0 15px #00eaff;
      }

      100% {
        box-shadow: 0 0 5px #00eaff;
      }
    }

    /* Glowing Dots */
    .timeline-dot {
      width: 16px;
      height: 16px;
      background: #00eaff;
      border-radius: 50%;
      position: absolute;
      left: calc(50% - 8px);
      z-index: 5;
      box-shadow: 0 0 8px #00eaff;
    }

    /* Timeline Card */
    .timeline-card {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
      padding: 18px 22px;
      border-radius: 18px;
      margin: 60px 0;
      transition: 0.3s ease;
    }

    .timeline-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 20px #00eaff;
      border-color: #00eaff;
    }

    /* Alternating Cards */
    .left-card {
      margin-right: auto;
      width: 90%;
      
    }

    .right-card {
      margin-left: auto;
      width: 90%;
    }

    /* Section Titles */
    .section-header {
      text-align: center;
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: bold;
      color: #00eaff;
      text-shadow: 0 0 12px #00eaff;
    }
/*==========================================================*/
/* Particles background */
#particles-tech {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Glass effect */
.tech-glass {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(0px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Title */
.tech-title {
  font-size: 30px;
  color: orange;
  text-shadow: 2px 0px 2px #585757;
}

/* Subtitle */
.tech-sub {
  font-size: 16px;
  color: #bceeff;
}

/* Tech card item */
.tech-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 5px 15px;
  transition: 0.3s ease;
  font-size: 12px;
  border: 1px solid transparent;
  margin-right: 10px;
  width: 150px;
  text-align: center;
}

.tech-box:hover {
  transform: translateY(-4px);
  border-color: #00eaff;
  box-shadow: 0 0 12px #00eaff;
}

/* Small icons */
.tech-icon-sm {
  font-size: 28px !important;
}

/* Text under icons */
.tech-box p {
  margin-top: 4px;
  font-size: 12px;
}
/*==========================================================*/
/* Dark Mode Styles */
body.dark {
    background: #0e0e10;
    color: #eaeaea;
}

body.dark .glass-card {
    background: rgba(30, 30, 30, 0.35);
    border-color: rgba(255, 255, 255, 0.09);
}

body.dark .tech-box {
    background: rgba(255, 255, 255, 0.05);
}

body.dark .tech-box:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Toggle Button */
.theme-toggle-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 8px 14px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    cursor: pointer;
    z-index: 2000;
    transition: 0.3s ease;
}

.d-flex.flex-wrap.gap-2 {
  gap: 8px !important;
}



.theme-toggle-btn:hover {
    transform: scale(1.1);
}
/*==========================================================*/

/* animations for card  */
[data-animate] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

[data-animate].active {
    opacity: 1;
    transform: translateY(0);
}

[data-animate="fade-in"] {
    transform: translateY(10px);
}

[data-animate="fade-up"] {
    transform: translateY(40px);
}

/*==========================================================*/
/* footer styles  */
.contact-card {
  background-color: #ffffff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-card i {
  font-size: 2rem;
  margin-right: 15px;
  color: #0d6efd;
}

.contact-card a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #333;
}

.social-icons a {
  font-size: 2rem;
  margin: 0 10px;
  color: #333;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}
