/* Custom styles */
.section-title {
    font-weight: bold;
    font-size: 2rem;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.section-subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.02);
}

.text-justify {
    text-align: left !important;
}

.orange-button {
    background-color: var(--base-skin);
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.orange-button:hover {
    background-color: var(--base-skin);
}

#skills .col {
    /* text-align: justify; */
}

.col div h3 {
    font-size: 1.5rem;
}

.col div p {
    font-size: 0.95rem;
}

div.ud>div.h-100>h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--base-skin);
    /* border-bottom: 2px solid var(--base-skin); */
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: left;
    /* height: 35% !important; */
}

.uf {
    font-size: 1.5rem;
        font-weight: bold;
        /* border-bottom: 2px solid var(--base-skin); */
        padding-bottom: 5px;
        margin-bottom: 15px;
        text-align: left;
}

section.mt-5>h2.section-title {
    margin-bottom: -1px;
}