.elementor-441 .elementor-element.elementor-element-c4320b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 190px;}/* Start custom CSS for html, class: .elementor-element-c4320b4 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#111;
  display:flex;
  justify-content:center;
  padding:30px;
}

.resume{
  background:#f9f9f9;
  width:100%;
  max-width:1100px;
  border-radius:30px;
  display:grid;
  grid-template-columns:320px 1fr;
  overflow:hidden;
}

/* SIDEBAR */
.sidebar{
  background:#fff;
  padding:30px;
  border-right:2px solid #eee;
}

.profile-img{
  width:120px;
  height:120px;
  border-radius:20px;
  background:#dfff00;
  margin-bottom:20px;
}

.sidebar h1 span{
  color:#b4cc00;
}

.role{
  margin-bottom:20px;
  color:#777;
}

.section{
  margin-bottom:25px;
}

.section h3{
  margin-bottom:10px;
  color:#222;
}

/* SKILLS */
.skill{
  margin-bottom:10px;
}

.skill span{
  font-size:13px;
}

.bar{
  height:8px;
  background:#ddd;
  border-radius:10px;
  margin-top:4px;
}

.bar div{
  height:100%;
  background:#dfff00;
  border-radius:10px;
}

/* MAIN */
.content{
  padding:40px;
}

.top{
  display:flex;
  justify-content:space-between;
  gap:30px;
  margin-bottom:40px;
}

.contact{
  background:#f1f1f1;
  padding:20px;
  border-radius:20px;
}

section{
  margin-bottom:40px;
}

.job{
  background:#fff;
  padding:20px;
  border-radius:20px;
  margin-bottom:15px;
}

.job-head{
  display:flex;
  justify-content:space-between;
  font-weight:600;
}

.hobby-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.hobby-grid div{
  background:#fff;
  padding:15px;
  border-radius:15px;
  text-align:center;
}

.social a{
  margin-right:15px;
  text-decoration:none;
  color:#111;
  font-weight:600;
}

@media(max-width:900px){
  .resume{
    grid-template-columns:1fr;
  }
}/* End custom CSS */