@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root{
    --green-clr:#DFFE02;
    --gray--clr:#898989;
    --dark-blue-clr:#171C22;
}
body {
  font-family: "Merriweather Sans", sans-serif;
  background: #000;
  color: #fff;
}

.bg-green{
    background: var(--green-clr);
}
.bg-dark-blue{
    background: var(--dark-blue-clr);
}
.txt-green{
    color:var(--green-clr);
}
.txt-gray{
    color:var(--gray-clr);
}
.navbar-logo{
   height: 40px;
}
.mybtn{
    border: .1rem solid var(--green-clr) !important;
    padding: .5rem 1.6rem;
}
.mybtn:hover{
    background:transparent;

}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hero Section */
.hero-section {
    background: #000;
    color: #fff;
}

/* Hello I'm */
.hero-intro {
    font-size: 1rem;
    color: #aaa;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Main Heading */
.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
}

/* Highlight text (like Developer in reference) */
.hero-title span {
    color: var(--green-clr);
}
.hero-title {
    animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.image-container {
    background: gold;          /* yellow circle */
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    border-top: 1rem solid white;
    border-bottom: 1rem solid white;

    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50%;
}


.h1{
    font-size:4rem;
    font-family: "Merriweather Sans", sans-serif;
}
.p{
    font-size:.95;
}
.para{
    max-width:500px;
}

.hero-section {
    background: #000;
    color: #fff;
    padding: 5rem 0 3rem;
}
/* About Section Fix */
.about-section {
    background: #000;
    padding: 6rem 0;
}

/* Small heading like "LET ME INTRODUCE MYSELF" */
.about-small-title {
    color: #aaa;              /* same as Hello I'm */
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 0.4rem;
}

/* About Me title */
.about-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--green-clr);  /* SAME yellow as name */
    margin-bottom: 0.6rem;
}

/* Subtitle */
.about-subtitle {
    font-size: 1.05rem;
    color: #bbb;              /* readable gray */
    margin-bottom: 1.5rem;
}

/* Paragraph text */
.about-text {
    color: #bbb;              /* visible on black */
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    max-width: 720px;
}

/* Section Headings */
.section-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--green-clr);
}

.section-subtitle {
  color: #aaa;
  font-size: 1rem;
}

/* Skills */
.skills-section {
  background: #000;
  padding: 5rem 0;
}

.skill-card {
  background: #111;
  border: 1px solid #222;
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  font-weight: 600;
}

/* Projects */
.projects-section {
  background: #000;
  padding: 5rem 0;
}

.project-card {
  background: #111;
  padding: 2rem;
  border-radius: 12px;
  color: #fff;
  height: 100%;
}

.project-card h5 {
  color: var(--green-clr);
}
/* Project Cards */
.project-card {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.35s ease;
  border: 1px solid #222;
}

/* Image wrapper */
.project-img {
  overflow: hidden;
}

/* Image */
.project-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Content */
.project-content {
  padding: 1.5rem;
  text-align: left;
}

.project-content h5 {
  color: var(--green-clr);
  font-weight: 700;
}

.project-content p {
  color: #bbb;
  font-size: 0.95rem;
}

/* 🔥 Hover Effects */
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(223, 254, 2, 0.15);
  border-color: var(--green-clr);
}

.project-card:hover img {
  transform: scale(1.1);
}
/* Projects Section */
.projects-section {
  background: #000;
  padding: 6rem 0;
}

.section-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 800;
}

.section-subtitle {
  color: #aaa;
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* Project Card */
.project-card {
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #222;
  transition: all 0.35s ease;
}

/* Project Image */
.project-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Card Body */
.project-body {
  padding: 1.5rem;
  text-align: left;
}

.project-body h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--green-clr);
  margin-bottom: 0.5rem;
  
}

.project-body p {
  color: #bbb;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Hover Effect */
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(223, 254, 2, 0.15);
  border-color: var(--green-clr);
}

.project-card:hover .project-img {
  transform: scale(1.08);
}

/*Certification*/
/* Certification Section */
.certification-section {
  background: #000;
  padding: 6rem 0;
}

/* Certification Card */
.cert-card {
  background: #111;
  border-radius: 18px;
  padding: 2rem;
  border: 1px solid #222;
  height: 100%;
  transition: all 0.35s ease;
  text-align: left;
}

/* Course Title */
.cert-card h5 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--green-clr);
  margin-bottom: 0.5rem;
}

/* Duration */
.cert-duration {
  display: block;
  font-size: 0.85rem;
  color: #ccc;              /* LIGHT GRAY */
  margin-bottom: 0.8rem;
}

/* Description */
.cert-card p {
  color: #e0e0e0;            /* VERY VISIBLE */
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

/* View Certificate Button */
.cert-btn {
  background: var(--green-clr);
  color: #000;
  border: 1px solid var(--green-clr);
  padding: 0.45rem 1.4rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* Hover Effects */
.cert-card:hover {
  transform: translateY(-10px);
  border-color: var(--green-clr);
  box-shadow: 0 20px 40px rgba(223, 254, 2, 0.18);
}

.cert-btn:hover {
  background: transparent;
  color: var(--green-clr);
}

/* Contact */
.contact-section {
  background: #000;
  padding: 6rem 0;
}

.contact-text {
  color: #bbb;
  margin-bottom: 1.5rem;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  color: #bbb;
  margin-bottom: 0.6rem;
}

.contact-form-box {
  background: #111;
  padding: 2rem;
  border-radius: 14px;
}

.contact-form-box h4 {
  color: var(--green-clr);
  margin-bottom: 1rem;
}

.form-control {
  background: #000;
  border: 1px solid #333;
  color: #fff;
}

.form-control::placeholder {
  color: #777;
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }
}


















@media screen and (max-width: 768px) {

    /* Center text on mobile */
    .hero-section {
        text-align: center;
        padding-top: 2rem;
    }

    /* Stack columns vertically */
    

    /* Reduce heading size */
    .hero-title {
        font-size: 2.4rem;
    }

    /* Paragraph width fix */
    .para,
    .txt-gray,
    .hero-subtext {
        max-width: 100%;
        font-size: 0.95rem;
    }

    /* Image resize for phone */
    .image-container {
        width: 18rem;
        margin: 2rem auto 0;
        background-size: cover;
    }
    .project-content {
    text-align: center;
  }

  .project-img {
    height: 200px;
  }
}
