.custom-hero {
    background: linear-gradient(135deg, #0f172a 0%, #0f3b5a 60%);
    color: #ffffff
}

.custom-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.5rem;
    border-radius: 12px
}

.prcustomofile-hero h1 {
    font-weight: 700;
    margin-bottom: .25rem
}

.profcustomile-hero h2 {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.25rem
}

.custom-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center
}

.custom-left {
    flex: 1 1 420px
}

.custom-right {
    width: 320px
}

.pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: .85rem
}

.muted {
    color: rgba(255, 255, 255, 0.75)
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem
}

details summary {
    cursor: pointer;
    padding: .8rem;
    border-radius: 8px;
    background: #fff;
    border: 0;
    outline: 0
}

details {
    background: transparent
}

.content-white {
    color: #fff
}

@media(max-width:767px) {
    .custom-grid {
        flex-direction: column
    }

    .custom-right {
        width: 100%
    }
}

.custom-social a{
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--primary-color);
  color: var(--heading-color);
  margin-right: 5px;
}

.custom-social a i {
    color: var(--white);
}

.custom-social a:hover {
    background-color: var(--primary-color-hover);
    color: var(--heading-color);
}

.custom-social a:hover i {
    color: var(--primary-color);
}
