body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #0f1e2e;
}

.container {
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.profile {
  flex: 1;
  padding: 30px;
  background: #f8f8f8;
  text-align: center;
}

.profile img {
  border-radius: 50%;
  border: 2px solid #00bfff;
  margin-bottom: .8rem;
  max-width: 180px;
}

.profile h1 {
  margin: 10px 0 0;
  font-size: 24px;
}

.profile h2 {
  margin: 5px 0 15px;
  color: #00bfff;
  text-align: center;
}

.social-icons a {
  margin: 0 8px;
  color: #00bfff;
  font-size: 18px;
  text-decoration: none;
  transition: .5s;
}

.social-icons a:hover{
	background: var(--main-color);
	color: var(--white-color);
}

.profile p {
  font-size: 16px;
  margin: 20px 0;
  text-align: justify;
}

.profile li {
  margin-bottom: 10px;
}

.profile ul {
  list-style: none;
  padding: 0;
}

.buttons button {
  margin: 5px;
  padding: 10px 20px;
  border: 2px solid #00bfff;
  background: none;
  color: #00bfff;
  color: #00bfff;
  border-radius: 5px;
  cursor: pointer;
  
}


.experience {
  flex: 1;
  padding: 30px;
}

.experience h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.experience p {
	text-align: justify;
}

.experience ul {
  list-style: none;
  padding: 0;
}

.experience li {
  margin-bottom: 20px;
}

.experience li span {
  display: block;
  font-size: 12px;
  color: #00bfff;
  margin-bottom: 5px;
}

.experience li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}



.education {
  flex: 1;
  padding: 30px;
  background: #f8f8f8;
}

.education h1 {
  margin: 10px 0 0;
  font-size: 24px;
}

.education h2 {
  margin: 5px 0 15px;
 text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.education p {
	text-align: justify;
}

.education ul {
  list-style: none;
  padding: 0;
}

.education li span {
  display: block;
  font-size: 14px;
  color: #00bfff;
  margin-bottom: 5px;
}

.education li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}





.services {
  flex: 1px;
  padding: 30px;
  background: #fff;
}

.services h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.education ul {
  list-style: none;
  padding: 0;
}

.education li {
  margin-bottom: 20px;
}

.education li span {
  display: block;
  font-size: 14px;
  color: #00bfff;
  margin-bottom: 5px;
}

.education li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.service-box {
  border: 1.5px solid #00bfff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.service-box i {
  font-size: 24px;
  color: #00bfff;
  margin-bottom: 10px;
}

.service-box h3 {
  margin: 10px 0 5px;
}

.service-box button {
  margin-top: 10px;
  padding: 8px 16px;
  border: none;
  background: #00bfff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.skills {
  flex: 1;
  padding: 30px;
  background: #f8f8f8;

}

.skills h1 {
  margin: 10px 0 0;
  font-size: 24px;
  
}

.skills h2 {
  margin: 5px 0 15px;
 text-align: center;
  font-size: 22px;
}


.skills p {
	text-align: justify;
}

.skills ul {
  list-style: none;
  padding: 0;
}

.skills li span {
  display: block;
  font-size: 14px;
  color: #00bfff;
  margin-bottom: 5px;
}

.skills li strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}



.projects {
  flex: 1;
  padding: 30px;
  background: #fff;
}

.projects h2 {
  margin-bottom: 15px;
  text-align: center;
}

.skill-category h4 {
  margin: 15px 0 5px;
  font-size: 16px;
  color: #333;
}

.skill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skill-box {
  border: 2px solid #00bfff;
  color: #000;
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

.projects .project-img {
  width: 100%;
  border: 2px solid #00bfff;
  border-radius: 8px;
  margin-bottom: 10px;
}

.project-details h3 {
  font-size: 18px;
  margin: 10px 0;
}

.project-details .live-preview {
  font-size: 14px;
  margin-left: 10px;
  color: #00bfff;
  text-decoration: none;
}

.project-details p {
  font-size: 14px;
  margin: 10px 0;
}

.project-buttons {
  margin-top: 10px;
}

.project-buttons button {
  margin-right: 10px;
  padding: 8px 16px;
  background: #00bfff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.project-buttons .outline {
  background: white;
  color: #00bfff;
  border: 2px solid #00bfff;
}


.contact-form h1 {
  margin: 10px 0 0;
  font-size: 24px;
}

.contact-form, .end-page {
  flex: 1;
  padding: 30px;
  background: #f8f8f8;
}

.contact-form h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  border: 2px solid #00bfff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  resize: none;
}

.contact-form button {
  padding: 10px;
  background: #00bfff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.end-page {
  background: linear-gradient(to right, #00bfff, #70d8ff);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


.site-footer {
  background-color: #0f1e2e;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 40px;
}

.footer-social a {
  color: #00bfff;
  margin: 0 10px;
  font-size: 18px;
  text-decoration: none;
}

.servicos-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.card {
  background: #fff;
  border: 1px solid #00bfff;
  border-radius: 10px;
  padding: 25px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.card button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #00bfff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.card button:hover {
  background: #0090c5;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  text-align: left;
}

.fechar {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}


.modal-img {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
}

.whatsapp-btn {
  display: inline-block;
  margin-top: 15px;
  background-color: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #1ebe57;
}

.whatsapp-btn i {
  margin-right: 8px;
}


.titulo-modal {
  font-size: 24px;
  color: #00bfff;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.descricao-modal {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  line-height: 1.6;
  font-weight: 500;
}

/* Carousel */
.carousel {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.carousel-img {
  width: 100%;
  display: none;
  border-radius: 10px;
}

.carousel-img.active {
  display: block;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  user-select: none;
  transform: translateY(-50%);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
