section .services .col-md-12{
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
    display:inline-block;
}

@media (min-width: 1000px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 25%;
    display: table-cell;
  }
}

section .col-md-12{
  padding-top: 70px;
  text-align: -moz-center;
}



.services .icon {
    position: relative;
    width: 175px;
    height: 175px;
    margin: 0 auto;
    text-align: center;
    line-height: 175px; /* Adjusted to match height */
    font-size: 56px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom: 40px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #9443e0;
    color: #9443e0;
    overflow: hidden; /* Added to hide overflowing content */
}

.services .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire container */
    object-position: center; /* Center the image within the container */
    position: absolute;
    top: 0;
    left: 0;
}






/* Rest of your CSS styles */


 @font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot');
  src:  url('./fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf') format('truetype'),
    url('./fonts/icomoon.woff') format('woff'),
    url('./fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
 
dt {
  clear: both;
  float: left;
  width: 2rem;
}

.icon-location::before {
  content: "\e947";
}
.icon-phone::before {
  content: "\e942";
}
.icon-email::before {
  content: "\ea84";
}
.icon-linkedin::before {
  content: "\eaca";
}
.icon-github::before {
  content: "\eab0";
}


.infodata::after{
  content: "";
  display: table;
  clear: both;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dt::after {
  content: " :";
  color: var(--menu-text);
}

@media screen and (min-width: 86em) {
  .leftdata {
    width: 66.67%;
  }
}
.leftdata {
  float: left;
  padding-left: 1.5rem;
  width: 100%;
}

.skill .badge-pill {
  color: #7a6de2;
  background-color: whitesmoke;
  padding: 5px 10px;
  border-radius: 50px; 
  margin-right: 5px; 
}

.skill .list-inline{
  padding-left: 15px;
  width:64%;
}

.font-weight-bold{
  width: 36%;
}

.skill h1{
  text-align: center;
}
.skill .font-weight-bold{
  text-align: center;
}
.container-skill{
  display: flex;
}

.datatotal{
  display: flex;
}

.leftdata{
  width: 80%;
}

.rightdata{
  width:40%;
}

@media screen and (max-width: 48em) {
  .container-skill{
    display:block;
  }

  .skill .font-weight-bold{
    text-align: center;
    width: 100%;
  }

  .skill .list-inline{
    width:100%;
    margin: 6% auto 6%;
    text-align: center;
    display: grid;
    padding: 0px;
  }
}

.rightdata {
  text-align: center;
}

.rightdata db a {
  display: inline-block;
  border-radius: 50%;
  padding: 0.5rem;
  color: #695aa6;
  border-color: #695aa6;
  background-color: transparent;
  border: 1px solid #695aa6;
  margin-top: 1.5rem !important;
  margin-right: 0.5rem;
  transition: color 0.25s ease-in-out; /* Added transition property for color */
}

.rightdata db a:hover {
  background: #695aa6;
  color: white;
}


@media screen and (max-width: 59em) {
  .datatotal{
    display: block;
  }

  .leftdata{
    width: 100%;
  }

  .rightdata{
    width: 102%;
  }
}



