.navbar .nav-link i.fa-house {
  color: #0d6efd;
}

.navbar .nav-link i.fa-user {
  color: #6c757d;
}

.navbar .nav-link i.fa-envelope {
  color: #0ea5e9;
}

header .lead i.fa-code {
  color: #ff5722;
}

header .lead i.fa-palette {
  color: #9c27b0;
}

header .lead i.fa-bolt {
  color: #ffd700;
}

.badge i.fa-html5 {
  color: #e34f26;
}

.badge i.fa-database {
  color: #198754;
}

.badge i.fa-laptop-code {
  color: #fbc02d;
}

.badge i.fa-desktop {
  color: #17a2b8;
}

i {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
  transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.navbar .nav-link i.fa-house {
  color: #0d6efd;
}
.navbar .nav-link i.fa-house:hover {
  color: rgb(63.5819672131, 140.3073770492, 253.4180327869);
  transform: scale(1.2);
  text-shadow: 0 0 6px rgb(114.1639344262, 170.6147540984, 253.8360655738);
}

.navbar .nav-link i.fa-user {
  color: #6c757d;
}
.navbar .nav-link i.fa-user:hover {
  color: rgb(133.7553648069, 142.4849785408, 150.2446351931);
  transform: scale(1.2);
  text-shadow: 0 0 6px rgb(161.1158798283, 167.8755364807, 173.8841201717);
}

.navbar .nav-link i.fa-envelope {
  color: #0ea5e9;
}
.navbar .nav-link i.fa-envelope:hover {
  color: rgb(55.016194332, 184.6194331984, 242.983805668);
  transform: scale(1.2);
  text-shadow: 0 0 6px rgb(103.1255060729, 201.5506072874, 245.8744939271);
}

header .lead i.fa-code {
  color: #ff5722;
}
header .lead i.fa-code:hover {
  color: rgb(238, 57.0769230769, 0);
  transform: rotate(-10deg) scale(1.2);
  text-shadow: 0 0 8px rgb(255, 164.5384615385, 136);
}

header .lead i.fa-palette {
  color: #9c27b0;
}
header .lead i.fa-palette:hover {
  color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
  transform: rotate(-10deg) scale(1.2);
  text-shadow: 0 0 8px rgb(202.0372093023, 97.0093023256, 219.9906976744);
}

header .lead i.fa-bolt {
  color: #ffd700;
}
header .lead i.fa-bolt:hover {
  color: #ccac00;
  transform: rotate(-10deg) scale(1.2);
  text-shadow: 0 0 8px #ffe766;
}

.list-group-item i.fa-envelope {
  color: #0ea5e9;
}

.list-group-item i.fa-phone {
  color: #0d6efd;
}

.list-group-item i.fa-location-dot {
  color: #0ea5e9;
}

.badge i.fa-html5 {
  color: #ffffff;
}

.badge i.fa-database {
  color: #ffffff;
}

.badge i.fa-laptop-code {
  color: #000000;
}

.badge i.fa-desktop {
  color: #000000;
}

header {
  background-color: #f8f9fa;
  text-align: center;
  padding: 4rem 0;
}
header img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
header img:hover {
  transform: scale(1.05);
}
header h1 {
  font-weight: 700;
  color: #1e293b;
  margin-top: 1rem;
}
header p.lead {
  color: #6c757d;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
header .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}
header .btn-primary:hover {
  background-color: rgb(63.5819672131, 140.3073770492, 253.4180327869);
}

section {
  margin: 3rem 0;
}
section h2 {
  color: #0ea5e9;
  font-weight: 600;
  margin-bottom: 1rem;
}
section p {
  color: #1e293b;
  line-height: 1.6;
}
section .list-group-item {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #1e293b;
  padding: 0.75rem 1rem;
}
section .list-group-item strong {
  color: #0d6efd;
}

section.bg-dark {
  background-color: #1e293b;
  color: #ffffff;
  padding: 3rem 0;
}
section.bg-dark h2 {
  color: #0ea5e9;
  font-weight: 700;
  margin-bottom: 2rem;
}
section.bg-dark .badge {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  margin: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
section.bg-dark .badge:hover {
  transform: scale(1.1);
}

i.fa-user {
  color: #6c757d;
  font-size: 1.3rem;
  margin-right: 0.4rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
i.fa-user:hover {
  color: rgb(133.7553648069, 142.4849785408, 150.2446351931);
  transform: scale(1.2);
  text-shadow: 0 0 6px rgb(161.1158798283, 167.8755364807, 173.8841201717);
}

i.fa-lightbulb {
  color: #ffd700;
  font-size: 1.4rem;
  margin-right: 0.4rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
i.fa-lightbulb:hover {
  color: #ccac00;
  transform: rotate(-10deg) scale(1.2);
  text-shadow: 0 0 8px #ffe766;
}

form {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

form .form-label i {
  margin-right: 0.5rem;
  color: #0d6efd;
}

form .form-control {
  border: 1px solid #dee2e6;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
form .form-control:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 6px rgb(103.1255060729, 201.5506072874, 245.8744939271);
}

form button {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
form button i {
  color: #ffffff;
}
form button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.gallery .gallery-item {
  overflow: hidden;
  height: 500px;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.gallery .gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(1.15);
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: #1e293b;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
}
footer p {
  margin: 0;
  font-size: 0.9rem;
  color: white;
}

.navbar {
  background-color: #1e293b;
  padding: 1rem;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0d6efd;
}
.navbar .navbar-brand:hover {
  color: rgb(88.8729508197, 155.4610655738, 253.6270491803);
}
.navbar .nav-link {
  color: #ffffff;
  margin-left: 1rem;
  transition: color 0.3s ease;
}
.navbar .nav-link.active {
  color: #0ea5e9;
  font-weight: 600;
}
.navbar .nav-link:hover {
  color: rgb(55.016194332, 184.6194331984, 242.983805668);
}
.navbar .navbar-toggler {
  border-color: #0d6efd;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(100%);
}
.navbar .navbar .btn-primary {
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 0.4rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.navbar .navbar .btn-primary i {
  margin-right: 0.4rem;
}
.navbar .navbar .btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.navbar {
  background-color: #1e293b;
  padding: 1rem;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0d6efd;
}
.navbar .navbar-brand:hover {
  color: rgb(88.8729508197, 155.4610655738, 253.6270491803);
}
.navbar .nav-link {
  color: #ffffff;
  margin-left: 1rem;
  transition: color 0.3s ease;
}
.navbar .nav-link.active {
  color: #0ea5e9;
  font-weight: 600;
}
.navbar .nav-link:hover {
  color: rgb(55.016194332, 184.6194331984, 242.983805668);
}
.navbar .navbar-toggler {
  border-color: #0d6efd;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(100%);
}

.resume-header {
  text-align: center;
  padding: 3rem 0;
}
.resume-header .resume-photo {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0d6efd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.resume-header h1 {
  font-weight: 700;
  margin-top: 1rem;
}
.resume-header p {
  font-size: 1.1rem;
  color: #64748b;
}
.resume-header .btn {
  margin-top: 1rem;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
}

.contact-section {
  font-size: 1rem;
  color: #1e293b;
}
.contact-section i {
  color: #0d6efd;
  margin-right: 0.5rem;
}
.contact-section div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-section div {
    justify-content: flex-start;
  }
}

.section-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  padding-left: 0.8rem;
  border-left: 4px solid #0d6efd;
  color: #1e293b;
}

.resume-item {
  padding: 1.2rem 1.4rem;
  border-radius: 8px;
  background: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem;
}
.resume-item .job-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #1e293b;
}
.resume-item .company {
  color: #0d6efd;
  font-weight: 500;
}
.resume-item .date {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 0.6rem;
}
.resume-item ul {
  padding-left: 1.2rem;
}
.resume-item ul li {
  margin-bottom: 0.4rem;
  color: #1e293b;
  line-height: 1.5;
}

.skill-box {
  background: #f8f9fa;
  padding: 1.2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.skill-box i {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
  display: block;
}
.skill-box span {
  font-weight: 600;
  font-size: 1.05rem;
  color: #1e293b;
}
.skill-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.skill-box i.fa-html5 {
  color: #e34f26;
}

.skill-box i.fa-bootstrap {
  color: #7952b3;
}

.skill-box i.fa-sass {
  color: #cc6699;
}

.skill-box i.fa-laptop-code {
  color: #0ea5e9;
}

.education-item {
  background: #f8f9fa;
  padding: 1rem 1.4rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}
.education-item h5 {
  font-weight: 600;
  color: #1e293b;
}
.education-item p {
  color: #64748b;
  margin: 0.3rem 0 0;
}/*# sourceMappingURL=main.css.map */