:root {
  --primary: #30d374;
  --dark: #0b0b0b;
  --white: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Acme", sans-serif;
  background-color: var(--white);
  color: var(--primary);
}

/* ========== NAVBAR ========== */
.main-header {
  background: var(--dark);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo h2 {
  font-size: 34px;
    font-family: "Acme", sans-serif;

  color: var(--primary);
}

.nav-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-menu a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
}

.nav-menu a:hover {
  color: var(--primary);
}



/* .contact-btn {
  background: var(--primary);
  color: #000;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: 400;
    font-size: 16px;
  text-transform: uppercase; */
  /* border: 1px solid black; */

/* .contact-btn:hover{
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    /* padding: 10px 20px; */
    /* border-radius: 4px; */
    /* font-size: 16px; */
   
.btn-primary-con {
  background: transparent;
  color: black;
  border: 2px solid var(--primary);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary-con :hover {
  background: transparent
  /* color: black; */
}


.nav-toggle {
  display: none;
  background: none;
  border: none;
}

.nav-toggle img {
  width: 24px;
}

/* ========== HERO SECTION ========== */
.hero-section {
  background: var(--dark);
  color: var(--white);
  padding: 80px 0;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    align-items: flex-start;  

  gap: 30px;
  flex-wrap: wrap;
}

.hero-left,
.hero-right {
  flex: 1 1 500px;
}

.hero-left img {
  width: 370px;
  height: 450px;
  border-radius: 10px;
}

.hero-right {
  padding: 10px;
}

.hero-right h4 {
    color: var(--primary);
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Acme", sans-serif;
          letter-spacing: 0.7px;

    
}

.hero-right h1 {
  font-size: 48px;
  font-family: "Acme", sans-serif;
margin-top: 0px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #30d374;
        letter-spacing: 0.7px;

}

.hero-right h1 span {
    color: #ffffff;
}

.hero-right p {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 40px;
        letter-spacing: 0.7px;

}

.btn-primary {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--primary);
  color: var(--dark);
}

.hero-triangle {
  width: 100%;
  height: 80px;
  background: linear-gradient(to right bottom, var(--dark) 50%, white 50%);
}

/* About Section ====== */

.about-section {
  background: var(--white);
  padding: 80px 0;
}
.about-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}



.about-left img {
  width: 300px;
  height: auto;
  border-radius: 20px;
}

.about-right {
  max-width: 600px;
  /* padding: 10px 20px; */
}

.about-right h2 {
    font-size: 46px;
    font-weight: 500;
    color: var(--dark);
    margin: 0px;
}


.about-right h2 span {
  color: var(--primary);
}

.about-right h4 {
  color: var(--primary);
  font-size: 25px;
  margin-top: 10px;
      letter-spacing: 0.7px;
      margin-bottom:10px;

}

.about-right p {
    font-size: 17px;
    color: #7a7a7a;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0.3px;
    padding-right: 50px;
}

.social-icons a {
  color: var(--dark);
  font-size: 20px;
  margin-right: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: var(--primary);
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: #000;
  margin-right: 15px;
  font-size: 24px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: var(--primary);
}


/* Project section  =======================*/

.projects-section {
  background-color: #0b0b0b;
  padding: 60px 30px 90px;
  text-align: center;
}

.section-title {
    font-size: 46px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #30d374;
}
.section-title span {
  color: #fff;
}

.section-subtitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 90px;
}

.projects-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.project-card {
    background: #06131b;
    padding: 30px 20px;
    border-radius: 12px;
    width: 350px;
    box-shadow: 0 8px 25px rgb(65 89 60 / 30%);
    transition: transform 0.3s, box-shadow 0.3s;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #30d374;;
}

#project-highlight {
  background: #06131b;
  padding: 30px 20px;
  border-radius: 12px;
  width: 350px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #30d374;;

}

.icon-box {
  background: var(--primary);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #000;
      border: 1px solid white;
  box-shadow: 0 0 5px #00ffcc;

}

.project-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
        font-family: "Acme", sans-serif;
    letter-spacing: 0.4px;
color: #fff;
    font-weight: 500;
}


.project-card p {
    font-size: 16px;
    color: #bebebe;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.read-more {
  text-decoration: none;
  font-weight: 400;
  color: #d0d0d0;
  font-size: 14px;
  
}

.read-more:hover {
  text-decoration: underline;
}

/*  */



/* Rotation animation */
/* @keyframes rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
    animation: rotate 4s linear infinite;
 */


/* Education and experience ================== */
 
.skills-edu-section {
  background: #0b0b0b;
  padding: 80px 40px;
  color: white;
}

.section-title h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  color: white;
}

.section-title span {
  color: #2ecc71;
}

.skills-edu-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.skills-box {
  flex: 1 1 30%;
  background: #111;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid #2ecc71;
  box-shadow: 0 0 20px rgba(46, 204, 113, 0.2);
  animation: fadeInUp 1s ease-out;
}

.skills-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.skills-box span {
  color: #2ecc71;
}

.skills-box ul {
  list-style: disc inside;
  font-size: 16px;
  line-height: 1.8;
  color: #ccc;
}

.right-column {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}




.info-card {
  background: #111;
  padding: 30px 25px;
  border-radius: 16px;
  border: 1px solid transparent; /* All borders exist */
  border-left: 4px solid #2ecc71;
  box-shadow: 0 0 10px rgba(46, 204, 113, 0.1);
  animation: fadeInUp 1s ease-out;
  transition: all 0.6s ease;
}

.info-card:hover {
  border-top: 1px solid #2ecc71;
  border-bottom: 1px solid #2ecc71;
  border-right: 4px solid #2ecc71;
  border-left: 4px solid #2ecc71; /* keep this to avoid jump */
  box-shadow: 0 0 20px rgba(46, 204, 113, 0.3);
}



.info-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #2ecc71;
}

.info-card ul {
  list-style: square inside;
  color: #bbb;
  line-height: 1.6;
  font-size: 15px;
}

/* Fade-in Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 1.2s ease-out;
}



/* Responsive */
@media (max-width: 768px) {
  .skills-edu-container {
    flex-direction: column;
  }

  .skills-box,
  .right-column {
    flex: 1 1 100%;
  }
}

/* Contact Page */
#vanashri-contact-section {
  background-color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.vanashri-container {
  max-width: 1100px;
  margin: auto;
}

.vanashri-section-title {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #111;
}

.vanashri-section-title span {
  color: #30d374;
}

.vanashri-subtitle {
  color: #444;
  margin-bottom: 40px;
  font-size: 18px;
}

.vanashri-contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vanashri-contact-box {
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  width: 280px;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
  display: block;
  border: 2px solid #30d374;
}

.vanashri-contact-box:hover {
  transform: translateY(-5px);
  
}



.vanashri-icon-wrap {
  background-color: #30d374;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
}

.vanashri-contact-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.vanashri-contact-box p {
  color: #555;
  font-size: 15px;
}

/* footer */
#vanashri-footer {
  background-color: #0b0b0b;
  padding: 50px 20px;
  font-family: "Acme", sans-serif;
  border-top: 1px solid #222;
  color: #ccc;
}

.vanashri-footer-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.vanashri-footer-left h3 {
  font-size: 28px;
  color: #30d374;
  margin: 0;
}

.vanashri-footer-left p {
  margin-top: 8px;
  font-size: 14px;
  color: #777;
}

.vanashri-footer-center a {
  margin: 0 12px;
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
}

.vanashri-footer-center a:hover {
  color: #30d374;
}

.vanashri-footer-right a {
  margin-left: 12px;
  color: #aaa;
  font-size: 18px;
  transition: color 0.3s, transform 0.3s;
}

.vanashri-footer-right a:hover {
  color: #30d374;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .vanashri-footer-container {
    flex-direction: column;
    text-align: center;
  }

  .vanashri-footer-center a {
    display: inline-block;
    margin: 8px;
  }

  .vanashri-footer-right {
    margin-top: 10px;
  }
}




/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-left img {
    width: 280px;
    margin-bottom: 20px;
  }

  .hero-right h1 {
    font-size: 26px;
  }

  .hero-right p {
    font-size: 14px;
  }
}

