
/* =========================================
   Custom Navbar Styling
   ========================================= */
.navbar {
  background: #2c3e50;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  padding: 0.8rem 0;
  transition: all 0.3s ease;
  margin-bottom:1px;
}

/* Brand Styling */
/* .navbar-brand {
  font-weight: 700;
  font-size: 1.4rem;
  color: #10d3a9 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
} */

.navbar-brand {
  font-weight: 800;
  font-size: 1.0rem;
  background: linear-gradient(135deg, #10d3a9, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-brand::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: linear-gradient(135deg, #10d3a9, #00c6ff);
  transition: width 0.3s ease-in-out;
}

.navbar-brand:hover {
  transform: scale(1.05);
  text-shadow: 0 0 8px rgba(16, 211, 169, 0.4);
}

.navbar-brand:hover::after {
  width: 100%;
}

/* Nav Links */
.navbar-nav .nav-link {
  color:  #64ffda !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color:  #64ffda !important;
}

/* Active/Current Page Link */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
  color: #64ffda !important;
}

/* Underline animation effect */
.navbar-nav .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #64ffda;
  transition: width 0.3s;
  margin: auto;
}

.navbar-nav .nav-link:hover::after {
  width: 60%;
}

.navbar.scrolled {
  background: rgba(171, 174, 177, 0.95);
  box-shadow: 0 2px 8px rgba(138, 137, 137, 0.25);
} 

/* Navbar Toggler */
/* .navbar-toggler {
  border: none;
  background: transparent;
  color: beige;
} */

/* .navbar-toggler:focus {
  box-shadow: none;
} */

/* .navbar-toggler-icon {
  filter: invert(85%);
} */


/* Navbar Toggler (Teal icon version) */
/* .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100,255,218,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */

/* Optional: remove border and add hover feedback */
/* .navbar-toggler {
  border: none;
  outline: none;
  transition: transform 0.2s ease;
}

.navbar-toggler:hover {
  transform: scale(1.1);
}

.navbar-toggler:focus {
  box-shadow: none;
} */



/* === Hero Section Styling === */
.home-jumbotron {
  position: relative;
   background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
  /* background: linear-gradient(rgba(0, 106, 255, 0.5), rgba(0, 180, 216, 0.5)),  */
            url('../images/jumb_background.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  border-radius: 0;
  margin-bottom: 0;
}

.home-jumbotron h1 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 20px;
}


.home-jumbotron p.lead {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px auto;
  color: #f1f1f1;
}

/* === Buttons === */
.home-jumbotron .btn {
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.home-jumbotron .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.home-jumbotron .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004999;
}

.home-jumbotron .btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}

.home-jumbotron .btn-outline-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.home-jumbotron i {
  margin-right: 8px;
}

/* === Responsive === */
@media (max-width: 768px) {
  .home-jumbotron h1 {
    font-size: 2rem;
  }
  .home-jumbotron p.lead {
    font-size: 1rem;
  }
}


/* =========================================
   Extra Information Section Styling
   ========================================= */



.extra-information-section {
  background: #f8f9fc;
  position: relative;
}

.extra-information-section h2 {
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Skill card base */
.skill-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: pointer;
  height: 100%;
}

/* Hover effect */
.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Icon circle */
.skill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #00b4d8);
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}

/* Icon hover glow */
.skill-card:hover .skill-icon {
  transform: scale(1.1);
  box-shadow: 0 5px 18px rgba(0, 123, 255, 0.5);
}

/* Headings */
.skill-card h5 {
  font-weight: 600;
  color: #222;
}

/* Paragraphs */
.skill-card p {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Buttons */
.skill-card .btn {
  border-radius: 30px;
  padding: 0.4rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Primary button */
.skill-card .btn-primary {
  background: linear-gradient(135deg, #007bff, #00b4d8);
  border: none;
}

.skill-card .btn-primary:hover {
  background: linear-gradient(135deg, #0056b3, #0077b6);
}

/* Outline button */
.skill-card .btn-outline-primary {
  color: #007bff;
  border: 1px solid #007bff;
}

.skill-card .btn-outline-primary:hover {
  background: #007bff;
  color: #fff;
}




    #my-profile {
    font-size: 3.5rem;
    color: #2c3e50;
    text-align: center;
    position: relative;
    margin: 2rem 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    animation: fadeInDown 1s ease-out;
}

#my-profile::before,
#my-profile::after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 4px;
    background: linear-gradient(to right, #2c3e50, #3498db);
}

#my-profile::before {
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
}

#my-profile::after {
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    bottom: -20px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}








/* About Page Styles */
.about-page .profile-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(44,62,80,0.06);
}

.profile-img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(44,62,80,0.06);
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-list .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #495057;
}

.contact-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: #fff;
    border-radius: 8px;
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(52,152,219,0.08);
}

.info-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(12,35,55,0.04);
}

.skill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-badge {
    display: inline-block;
    background: rgba(52,152,219,0.12);
    color: #2c3e50;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid rgba(52,152,219,0.08);
}

.experience-list {
    list-style: none;
    padding-left: 0;
}

.experience-list li {
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.04);
}

.experience-list li:last-child {
    border-bottom: none;
}

/* responsive tweaks */
@media (max-width: 767.98px) {
    .profile-img { width: 120px; height: 120px; }
    .contact-icon { width: 32px; height: 32px; font-size: 0.85rem; }
    .skill-badge { font-size: 0.8rem; padding: 5px 8px; }
}
    .education-grid {
        gap: 0.75rem;
    }




.project-jumbotron{
 background: linear-gradient(rgba(0, 106, 255, 0.5), rgba(0, 180, 216, 0.5)), 
            url('../images/jumb_background.jpg') center/cover no-repeat;

}





    
/* footer Styles */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        body {
            background-color: #f5f5f5;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        main {
            flex: 1;
            padding: 2rem;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        .content {
            background-color: white;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        h1 {
            color: #333;
            margin-bottom: 1rem;
        }

        p {
            line-height: 1.6;
            color: #666;
            margin-bottom: 1rem;
        }

        footer {
            background-color: #2c3e50;
            color: white;
            padding: 3rem 1rem;
            margin-top: auto;
        }

        footer p, 
        footer h3, 
        footer label,
        footer a {
            color: white !important;
        }

        .footer-section p {
            color: rgba(255, 255, 255, 0.9) !important;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .footer-section h3 {
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.5rem;
        }

        .footer-section h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 2px;
            background-color: #3498db;
        }

        .contact-info p {
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
        }

        .contact-info i {
            margin-right: 10px;
            color: #3498db;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 0.8rem;
            margin-bottom: 1rem;
            border: none;
            border-radius: 4px;
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .contact-form textarea {
            height: 100px;
            resize: vertical;
        }

        .checkbox-container {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
        }

        .checkbox-container input {
            margin-right: 10px;
            margin-top: 3px;
        }

        .checkbox-container label {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .search-container {
            display: flex;
            margin-top: 1rem;
        }

        .search-container input {
            flex: 1;
            padding: 0.8rem;
            border: none;
            border-radius: 4px 0 0 4px;
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

        .search-container button {
            padding: 0 1.2rem;
            background-color: #3498db;
            color: white;
            border: none;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .search-container button:hover {
            background-color: #2980b9;
        }

        .footer-bottom {
            max-width: 1200px;
            margin: 2rem auto 0;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }

        @media (max-width: 768px) {
            .footer-container {
                grid-template-columns: 1fr;
            }
            
            .footer-section h3 {
                font-size: 1.3rem;
            }
        }



    /* ====== General Styling for project Page ====== */
    
    .hero{
      background: linear-gradient(rgba(10, 25, 47, 0.8), rgba(17, 34, 64, 0.8)),
                 url('../images/jumb_background.jpg') center/cover no-repeat;
      color: white;
      padding: 200px;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      background: #f8f9fc;
      color: #333;
    }
    .hero p {
      font-size: 1.2rem;
      color: #030b18;
    }

    /* ====== Project Cards ====== */
    .project-card {
      border: none;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .project-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    }
    .project-card img {
      height: 200px;
      object-fit: cover;
    }
    .card-body h5 {
      color: #0a192f;
      font-weight: 600;
    }

