/*linkedin profile styling*/
.txt-orange {
    color: #1ca500;
}

.profile-container {
    width: 80%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-header {
    display: flex;
    align-items: center;
    background: linear-gradient(to top left, #178600, #22e36e);
    padding: 25px;
    border-radius: 20px 20px 0 0;
}

.profile-header .icons p {
    color: #fff;
}

.profile-header .icons p a {
    text-decoration: none;
    color: #fff;
}

.profile-header .icons p i {
    background: #ffffff78;
    padding: 8px 10px;
    border-radius: 6px;
}

.profile-header img {
    border-radius: 50%;
    margin-right: 20px;
}

.profile-header h1 {
    margin: 0;
}

.profile-section {
    margin-top: 10px;
    padding: 20px;
}

.profile-section.skills ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    gap: 10px;

}

.profile-section.skills ul li {
    padding: 6px 20px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.profile-section h2 {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.profile-item {
    margin-bottom: 15px;
}

.profile-item b {
    display: inline-block;
    width: 200px;
}

.profile-item p.comp-linked a {
    font-weight: 500;
}

@media (max-width: 576px) {
    .profile-item p b {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .profile-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .profile-item p.comp-linked b {
        width: 100%;
    }
}



.profile-item a {
    color: #0073b1;
    text-decoration: none;
}

/*personal_search_results styling*/
.profile {
    border: 1px solid #ddd;
    padding: 20px;
    /* margin-bottom: 10px; */
    background: linear-gradient(to top left, #178600, #22e36e);
    color: #fff;
    height: 100%;
    border-radius: 30px;
}

.profile img {
    height: 130px;
    width: 130px;
    max-width: 130px;
    border-radius: 20px;
}

.profile h3 {
    margin: 0;
}

.profile a {
    color: #fff;
    text-decoration: none;
}

.profile a:hover {
    text-decoration: underline;
}

.profile p i {
    background: #ffffff78;
    padding: 8px 10px;
    border-radius: 6px;
}

/*styling for the web search results*/
.txt-orange {
    color: #1ca500;
}

.domain-pdf {
    background: #fff;
}

.domain-pdf .row .content {
    /* background: linear-gradient(to top left, #1ca500, #36E97D); */
    background: linear-gradient(to top left, #178600, #22e36e);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    backdrop-filter: blur(20px);
    border: 1px solid #ccc;
    color: #fff;
}

.domain-pdf .row .content h4 {
    font-weight: 600;
}

.domain-pdf .row .content ul li {
    margin: 5px 0;
}
