body {
    background: #67B26F;
    background: -webkit-linear-gradient(left, #4ca2cd, #67B26F);
    background: linear-gradient(90deg, #4ca2cd, #67B26F);
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #000;
}

.my-profile .card {
    border-radius: 10px;
}

.my-profile .card .card-header .profile_img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 10px auto;
    border: 10px solid #ccc;
    border-radius: 50%;
}

.my-profile .card h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: Verdana, Geneva, sans-serif;
}

.my-profile .card p {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 6px;
    font-family: Verdana, Geneva, sans-serif;
}

.my-profile .table th,
.my-profile .table td {
    font-size: 14px;
    padding: 5px 10px;
    color: #000;
}

h1 {
    text-align: center;
    font-family: "Century Gothic", arial, sans-serif;
    font-size: 150%;
    letter-spacing: 1px;
    margin-top: 2.5px;
    margin-bottom: 1px;
    line-height: 1.1;
}

.rt-heading {
    padding: 1px 0;
    margin: 1px 0;
}

.rt-heading div {
    margin-top: 0;
}

.rt-heading p {
    margin: 0;
    line-height: 1.2;
}

.rt-heading p + p {
    margin-top: 2px !important;
}

header.ScriptHeader {
    padding-top: 1px;
    padding-bottom: 1px;
}

p {
    font-family: "Century Gothic", arial, sans-serif;
    font-size: 125%;
    margin: 0;
    line-height: 1.5;         
}

.social-icons a:hover {
    transform: translateY(-3px);
    transition: transform 0.3s ease;
}

ol li {
    margin-bottom: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

.ellipsis-separator {
    font-style: italic;
    letter-spacing: 3px;
    color: #555;
    margin: 0;
    line-height: 1;
}

p.ellipsis-separator + p {
    margin-top: 3px;
}

.card-header p {
    margin-bottom: 2px;
    margin-top: 2px;
}

.card-header ol {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
}

.card-header {
    padding: 1rem 1rem 0.5rem !important;
}

.my-profile {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media (min-width: 992px) {
    .my-profile .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .my-profile .row > div[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .my-profile .row .col-lg-4 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    
    .my-profile .row .col-lg-8 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    
    .tech-grid {
        max-width: 350px;
    }
}

.my-profile .row .col-lg-8 .card {
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

.my-profile .row .col-lg-8 .card .card-header {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0.75rem 1.5rem !important;
}

.tech-stack {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 350px;
    margin: 0 auto 15px auto;
}

.tech-item {
    background: #e0e0e0;
    padding: 4px 6px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    margin: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
