html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #0a0e17;
  color: #ffffff;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
}
header {
  background-color: #121727;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  max-width: 1400px;
  margin: 0 auto;
}
.logo img {
  height: 60px;
  filter: brightness(0) invert(1);
}
.list-item {
  display: flex;
  align-items: center;
}
.list {
  color: #000;
  display: flex;
  flex-wrap: wrap;
}
.nav {
  overflow: auto;
  white-space: nowrap;
}
.nav a {
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0 20px;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}
.nav a:hover {
  color: #00e4ff;
}
.lets-talk {
  background-color: #00e4ff;
  padding: 10px 25px;
  border-radius: 25px;
  color: #0a0e17;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
  min-width: max-content;
}
.lets-talk:hover {
  background-color: #00bcd4;
}
#menu-bar, #close-bar {
  display: none;
  height: 30px;
}
#hero {
  padding: 120px 1rem 80px;
  background: linear-gradient(135deg, #0a0e17 0%, #1c2526 100%);
}
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 3rem;
}
.hero-description {
  flex: 1;
  max-width: 500px;
}
.hero-description h3 {
  font-size: 1.2rem;
  color: rgba(0, 229, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero-description h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: 1.5px;
}
.hero-description h1 .name {
  color: #00e4ff;
}
.hero-description p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #d1d1d1;
}
.appointment-stats {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
.stat {
  text-align: left;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00e4ff;
}
.stat-suffix {
  font-size: 1.5rem;
}
.stat-label {
  font-size: 1rem;
  color: #d1d1d1;
}
.hero-img {
  box-shadow: 0 15px 20px rgba(0, 228, 225, 0.6);
  border-radius: 50%;
  width: 600px;
  animation: shadowZoom 2s ease-in-out infinite; /* Add animation */
}
@keyframes shadowZoom {
  0% {
    box-shadow: 0 15px 20px rgba(0, 228, 225, 0.6); /* Base state (zoom-in) */
  }
  50% {
    box-shadow: 0 25px 40px rgba(0, 228, 225, 0.3); /* Zoom-out (larger, softer shadow) */
  }
  100% {
    box-shadow: 0 15px 20px rgba(0, 228, 225, 0.6); /* Back to base state */
  }
}
.hero-img img {
  border-radius: 50%;
  width: 100%;
}
.social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.button {
  background-color: #00e4ff;
  padding: 12px 30px;
  border-radius: 25px;
  color: #0a0e17;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #00bcd4;
}
.social-items a svg {
  fill: #00e4ff;
  height: 40px;
  width: 40px;
  padding: 8px;
  border: 1px solid #ffffff33;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.social-items a svg:hover {
  background-color: #ffffff1a;
}
#about {
  padding: 80px 5%;
  background-color: #0a0e17;
}
.about-section {
  max-width: 1400px;
  margin: 0 auto;
}
.about-section h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.about-section h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.about-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #d1d1d1;
  margin-bottom: 1.5rem;
}
.about-services {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.about-services li {
  background-color: #121727;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
}
#resume {
  padding: 80px 5%;
  background-color: #121727;
}
.resume-section {
  max-width: 1400px;
  margin: 0 auto;
}
.resume-section h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.resume-section h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.resume-timeline {
  position: relative;
  padding-left: 2rem;
}
.resume-timeline::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #00e4ff;
}
.resume-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.resume-item::before {
  content: '';
  position: absolute;
  left: -0.3rem;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #00e4ff;
  border-radius: 50%;
}
.resume-year {
  font-size: 1rem;
  color: #00e4ff;
  margin-bottom: 0.5rem;
}
.resume-item h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.resume-item p {
  font-size: 1rem;
  color: #d1d1d1;
}
#services {
  padding: 80px 5%;
  background-color: #0a0e17;
}
.services-section {
  max-width: 1400px;
  margin: 0 auto;
}
.services-section h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.services-section h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.service-item {
  background-color: #121727;
  padding: 2rem;
  border-radius: 10px;
  transition: transform 0.3s;
}
.service-item:hover {
  transform: translateY(-5px);
}
.service-item h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service-item p {
  font-size: 1rem;
  color: #d1d1d1;
}
#skills {
  padding: 80px 5%;
  background-color: #121727;
}
.skills-section {
  max-width: 1400px;
  margin: 0 auto;
}
.skills-section h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.skills-section h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.skill-item {
  background-color: #121727;
  padding: 1.5rem;
  border-radius: 10px;
}
.skill-item h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.progress-bar {
  background-color: #0a0e17;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.progress {
  background-color: #00e4ff;
  height: 100%;
  transition: width 1s ease-in-out;
}
.skill-item span {
  font-size: 1rem;
  color: #00e4ff;
}
#projects {
  padding: 80px 5%;
  background-color: #0a0e17;
}
.projects-section {
  max-width: 1400px;
  margin: 0 auto;
}
.projects-section h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.projects-section h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.project-item {
  background-color: #121727;
  border-radius: 15px;
  padding: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}
.project-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.project-item img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.right-push {
  justify-self: flex-end;
}
.project-item h4 {
  font-size: 1.5rem;
  margin: 1rem 0;
}
.project-item p {
  font-size: 1rem;
  color: #d1d1d1;
  margin-bottom: 1.5rem;
}
.project-item .btn {
  background-color: #00e4ff;
  color: #0a0e17;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.project-item .btn:hover {
  background-color: #00bcd4;
}
#testimonials {
  padding: 80px 5%;
  background-color: #121727;
}
.testimonials-section {
  max-width: 1400px;
  margin: 0 auto;
}
.testimonials-section h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
.testimonials-section h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.testimonial-item {
  background-color: #0a0e17;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
}
.testimonial-item p {
  font-size: 1rem;
  color: #d1d1d1;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #00e4ff;
  margin-bottom: 0.5rem;
}
.testimonial-author h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.testimonial-author span {
  font-size: 1rem;
  color: #00e4ff;
}
.testimonial-image {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.testimonial-image img {
  width: 100px;
  height: 100px;
  border-radius: 10%;
  object-fit: cover;
  border: 4px solid #00bcd4;
  background-color: #e0e0e0;
}
.testimonial-image h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  align-self: flex-end;
}
#contact {
  padding: 80px 5%;
  background-color: #121727;
}
.contact-section {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
}
.getin-touch {
  flex: 1;
  background-color: #0a0e17;
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid #ffffff33;
}
.getin-touch h2 {
  font-size: 2.5rem;
  color: #00e4ff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.getin-touch h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.getin-touch p {
  font-size: 1.1rem;
  color: #d1d1d1;
  margin-bottom: 2rem;
}
#contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form {
  display: flex;
  gap: 2rem;
}
.form div {
  flex: 1;
}
label {
  font-size: 0.9rem;
  color: #ffffff80;
  margin-bottom: 0.5rem;
  display: block;
}
input, textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ffffff33;
  border-radius: 5px;
  background-color: #0a0e17;
  color: #ffffff;
  font-size: 1rem;
}
textarea {
  height: 120px;
}
.error {
  color: #ff4d4f;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
#submit {
  background-color: #00e4ff;
  color: #0a0e17;
  padding: 1rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}
#submit:hover {
  background-color: #00bcd4;
}
.contact-details {
  flex: 1;
}
.contact-details h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.client-logos img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-icon .icon {
  background-color: #00e4ff;
  padding: 1rem;
  border-radius: 10px;
  fill: #0a0e17;
}
.contact-icon svg {
  width: 24px;
  height: 24px;
}
.contact-icon p {
  font-size: 1.1rem;
  color: #ffffff;
}
.contact-icon span {
  font-size: 1rem;
  color: #d1d1d1;
}
footer {
  background-color: #0a0e17;
  padding: 2rem 1rem;
  text-align: center;
}
.footer {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-footer img {
  height: 60px;
  filter: brightness(0) invert(1);
}
.copyright p {
  font-size: 0.9rem;
  color: #d1d1d1;
}
footer .social a svg {
  fill: #00e4ff;
  height: 40px;
  width: 40px;
  padding: 8px;
  border: 1px solid #ffffff33;
  border-radius: 50%;
  margin: 0 10px;
}