.elementor-433 .elementor-element.elementor-element-dfcd84f{margin-top:0px;margin-bottom:0px;}.elementor-433 .elementor-element.elementor-element-884279c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}/* Start custom CSS for html, class: .elementor-element-c4320b4 */* {
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

body {
  background: radial-gradient(#0b0f14,#1c2430);
  color: #fff;
  line-height:1.6;
}

.resume {
  max-width: 1200px;
  margin:auto;
  padding: 30px;
}

header {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.profile {
  display:flex;
  gap:15px;
  align-items:center;
}

.avatar {
  width: 80px;
  height:80px;
  border-radius:50%;
  background: linear-gradient(135deg,#00f6ff,#ff00c8);
}

.profile h1 span {
  color:#00f6ff;
}

.contact h3 {
  color:#00f6ff;
  margin-bottom:8px;
}

.grid {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:25px;
}

.box {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(12px);
}

.box h2,h3 {
  color: #00f6ff;
  margin-bottom: 12px;
}

.item, ul, p {
  margin-bottom: 12px;
}

.skills .skill {
  margin-bottom: 12px;
}

.bar {
  background: #222;
  height:6px;
  border-radius:10px;
  overflow:hidden;
}

.bar div {
  height:100%;
  background: linear-gradient(90deg,#00f6ff,#ff00c8);
}

.footer {
  margin-top: 30px;
}

ul {
  list-style: disc;
  padding-left: 18px;
}

@media(max-width: 1024px) {
  header, .grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */