.main-content {
  position: relative;
}

.main-content .navbar-top {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: transparent;
}

@media (min-width: 768px) {
  .main-content .container-fluid {
    padding-right: 39px !important;
    padding-left: 39px !important;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

 .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .375rem;
  background-clip: border-box;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

.card-profile-image {
  position: relative;
}

.card-profile-image img {
  position: absolute;
  left: 50%;
  max-width: 180px;
  max-height: 180px;
  transition: all .15s ease;
  transform: translate(-50%, -30%);
  border-radius: .375rem;
  width: 150px;
  height: 150px;
  margin-top: -40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-profile-image img:hover {
  transform: translate(-50%, -33%);
}

.card-profile-stats {
  padding: 1rem 0;
  margin-top: -24px!important;
}

.card-profile-stats>div {
  margin-right: 1rem;
  padding: .875rem;
  text-align: center;
  margin-top: 30px;
}

.card-profile-stats>div:last-child {
  margin-right: 0;
}

.card-profile-stats>div .heading {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

.card-profile-stats>div .description {
  font-size: .875rem;
} */

.heading {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.description {
  font-size: .875rem;
}

h5,
.h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-size: 1rem;
  letter-spacing: 2px;
}


.contact-details .icon-circle  {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--card-font-color);
  font-size: 21px;
  height: 42px;
  min-width: 42px;
  max-width: 42px!important;
  border-radius: 100px!important;
  padding: 0 10px;
}








.sticky-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}

.sticky-bottom a {
  margin: 0 10px;
}


.social-icon {
  color: inherit;
}


.pt-5, .py-5 {
    padding-top: 0rem!important;
}


.contact-details .icon-circle i {
	color: var(--theme-gb);
    background-image: var(--card-gb);
	background-color: var(--card-gb);
}

.contact-details .icon-circle i {
    font-size: 21px !important;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

							
    .banner-container {
        position: relative;
        width: 100%;
		min-height: auto;
    }

    .card-bg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner-placeholder {
        width: 100%;
        height: 100%;
    }

    .profile-container {
        position: relative;
        margin-top: -75px; /* Adjust based on the height of the profile image */
    }


    .card-body {
        padding-top: 100px; /* Adjust to match the size of the profile image and spacing */
    }

h6 {
    font-weight: 500;
}

.contact-details-item h6 {
    font-size: 0.9rem!important;
}

.pt-4, .py-4 {
    padding-top: 0.2rem !important;
}
