/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Danny - HTML Template
Version:	1.1
Author:	    Andrey Sokoltsov
Profile:	http://themeforest.net/user/andreysokoltsov
-------------------------------------------------------------------*/

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700i');
@import url("font-awesome.min.css");

/* PLUGIN CSS */


/* MAIN CSS */
@import url("animate.css");
@import url("bootstrap.min.css");
@import url("main.css");

.skill {
  margin-bottom: 10px;
}


.progress-container {
  position: relative;
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}


.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #007bff, #00c6ff);
  border-radius: 10px 0 0 10px;
  transition: width 0.8s ease;
}

.progress-percent {
  position: absolute;
  right: 10px;
  top: -20px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
