html{
scroll-behavior: smooth;
}
body > div.taptalent-single-post-wrap > div.taptalent-single-post-top > div.blog-breadcrumb {
margin-bottom: 1rem;
}
.taptalent-single-post-content-wrap .taptalent-single-post-content {
font-weight: 500;
max-width: 1440px;
width: 100%;
}
.tt-post-top no-thumbnail, .taptalent-single-post-top .tt-post-top {
display: none;
}
.body > div.taptalent-single-post-wrap > div.taptalent-single-post-top > div.tt-post-top.no-thumbnail {
display: none;
}
.tt-post-info-wrap{
display: none;
}
.taptalent-single-post-wrap {
padding: 20px 20px 70px;
max-width: 1440px;
width: 100%;
margin: 0 auto;
}
.taptalent-single-post-content-wrap {
gap: 30px;
}
.company-profile {
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 1rem 2rem;
padding-top: 0;
font-family: system-ui, -apple-system, sans-serif;
}
.header {
background: linear-gradient(180deg, #251A7D 0%, #4131C2 100%);
border-radius: 16px;
padding: 2rem;
color: white;
display: flex;
align-items: center;
gap: 2rem;
margin-bottom: 2rem;
}
.taptalent-single-post-content-wrap .taptalent-single-post-content h3{
font-size: 1.4rem;
color: #5644c9;
}
.logo {
width: 120px;
height: 120px;
border-radius: 12px;
background: white;
padding: 1rem;
}
.header-content h1 {
margin: 0;
font-size: 2.5rem;
}
.header-subtitle {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
color: #fff;
font-size: 1.1rem;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin-bottom: 2rem;
}
.stat-card {
background: white;
border-radius: 12px;
padding: 1.5rem;
box-shadow: 0 4px 6px rgba(110, 88, 255, 0.1);
}
.stat-card svg {
width: 24px;
height: 24px;
fill: #5644c9;
margin-right: 0.5rem;
}
.stat-header {
display: flex;
align-items: center;
color: #5644c9;
font-weight: 600;
margin-bottom: 0.5rem;
margin-left: -15px;
}
.expertise-section {
background: white;
border-radius: 16px;
padding: 2rem;
margin-bottom: 2rem;
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.expertise-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
margin-top: 1rem;
}
.service-item {
display: flex;
align-items: center;
background: rgba(110, 88, 255, 0.1);
padding: 0.5rem;
border-radius: 8px;
color: #6e58ff;
font-size: 0.9rem;
font-weight: 500;
line-height: 1.3;
}
.service-item svg {
width: 15px;
height: 20px;
fill: #28c76f;
margin-right: 0.5rem;
font-weight: 500;
}
.keyword-item {
display: inline-flex;
align-items: center;
background: #FFF3E0;
padding: 0.5rem 1rem;
border-radius: 20px;
color: #FF9800;
font-size: 0.9rem;
font-weight: 500;
margin: 0.25rem;
}
.keyword-item:before {
content: “#”;
margin-right: 2px;
}
.keyword-item svg {
width: 15px;
height: 20px;
fill: #28c76f;
margin-right: 0.5rem;
font-weight: 500;
}
.social-links {
display: flex;
gap: 1rem;
margin-top: 1rem;
}
.social-link {
color: white;
text-decoration: none;
}
.social-link svg:hover {
fill: #28c76f;
}
.social-link:hover {
color: #28c76f;
}
.social-link svg {
width: 24px;
height: 24px;
fill: white;
}
.tech-stack {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-top: 1rem;
}
.specialization-item {
display: flex;
align-items: center;
background: rgba(40, 199, 111, 0.1);
padding: 0.5rem;
border-radius: 8px;
color: #188046;
font-size: 0.9rem;
font-weight: 500;
line-height: 1.3;
}
.specialization-item svg {
width: 15px;
height: 20px;
fill: #188046;
margin-right: 0.5rem;
font-weight: 500;
}
.description {
background: white;
border-radius: 16px;
padding: 2rem 1.3rem;
margin-bottom: 2.5rem;
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
line-height: 1.6;
}
.description h3{
font-size: 1.4rem;
}
.reviews-wrapper {
max-width: 1200px;
margin: 0 auto;
background: white;
border-radius: 12px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.review-container {
display: grid;
grid-template-columns: 1fr 5fr;
padding: 25px;
column-gap: 10px;
border-bottom: 1px solid #eef0f2;
transition: background-color 0.2s ease;
}
.review-container:hover {
background-color: #f2f3f5;
}
.review-container:last-child {
border-bottom: none;
}
.user-info {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
padding-right: 10px;
min-width: 150px;
}
.user-info img {
width: 75px;
height: 75px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-info p {
font-size: 16px;
font-weight: 500;
color: #2d3748;
white-space: wrap;
max-width: 100%;
}
.review-content {
display: flex;
flex-direction: column;
gap: 12px;
}
.reviews-header {
padding: 24px;
border-bottom: 1px solid #eef0f2;
display: flex;
align-items: center;
gap: 8px;
}
.text-small {
font-size: 14px;
}
.google-text {
font-family: Arial, sans-serif;
display: inline-flex;
}
.google-text span:nth-child(1) {
color: #4285F4;
}
/* G */
.google-text span:nth-child(2) {
color: #EA4335;
}
/* o */
.google-text span:nth-child(3) {
color: #FBBC05;
}
/* o */
.google-text span:nth-child(4) {
color: #4285F4;
}
/* g */
.google-text span:nth-child(5) {
color: #34A853;
}
/* l */
.google-text span:nth-child(6) {
color: #EA4335;
}
/* e */
.reviews-header h2 {
font-size: 20px;
color: #1a202c;
font-weight: 500;
}
.reviews-link {
color: #fff;
text-decoration: underline dashed;
text-underline-offset: 4px;
margin-left: 0.5rem;
font-size: 14px;
}
.reviews-link:hover {
color: #28c76f;
}
.header-rating {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.review-rating {
color: #f59e0b;
display: flex;
gap: 2px;
}
.star {
font-size: 18px;
position: relative;
display: inline-flex;
align-items: center;
width: 1em;
height: 1em;
color: rgba(255,255,255,0.5);
line-height: 1;
}
.star:before {
content: ‘★’;
position: absolute;
left: 0;
width: var(–fill, 0%);
overflow: hidden;
color: #ffd700;
}
.star:after {
content: ‘★’;
}
.star.partial:before {
width: var(–fill);
}
.color-grey {
color: #d1d1d1;
}
.review-date {
color: #8d9fbad4;
font-size: 12px;
font-weight: 500;
margin-top: -3px;
line-height: 1.1;
}
.review-text {
font-size: 15px;
line-height: 1.6;
color: #6c7a8fe3;
font-style: italic;
}
.no-review-text {
font-size: 13px;
color: #ccc;
}
.reviews-header {
padding: 24px;
border-bottom: 1px solid #eef0f2;
}
.reviews-header h2 {
font-size: 20px;
color: #1a202c;
font-weight: 600;
}
.reviews-footer {
padding: 20px;
display: flex;
justify-content: center;
border-top: 1px solid #eef0f2;
}
.show-more-btn {
background-color: #fff;
border: 1px solid #e2e8f0;
padding: 10px 20px;
border-radius: 6px;
color: #6e58ff;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
text-decoration: none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.show-more-btn:hover {
background-color: #f0eeff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.header {
flex-wrap: wrap;
}
.review-container {
grid-template-columns: 1fr;
gap: 16px;
}
.user-info {
flex-direction: row;
align-items: center;
}
}
.header-rating {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.rating-number {
color: #ffd700;
font-weight: 600;
font-size: 1.1rem;
line-height: 1;
display: inline-flex;
align-items: center;
}
// For review stars specifically
.review-rating .star {
color: rgba(0,0,0,0.2); // darker gray for review stars
}
.review-rating .star:before {
color: #f59e0b; // different gold color for review stars
}
.header-subtitle {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 1rem;
color: #fff;
font-size: 1.1rem;
}
.header-rating {
display: inline-flex;
align-items: center;
gap: 0.5rem;
line-height: 1;
}
.star {
font-size: 18px;
position: relative;
display: inline-flex;
align-items: center;
width: 1em;
height: 1em;
color: rgba(255,255,255,0.5);
line-height: 1;
}
.star:before {
content: ‘★’;
position: absolute;
left: 0;
width: var(–fill, 0%);
overflow: hidden;
color: #ffd700;
}
.star:after {
content: ‘★’;
}
.rating-number {
color: #ffd700;
font-weight: 600;
font-size: 1.1rem;
line-height: 1;
display: inline-flex;
align-items: center;
}
.reviews-link {
color: #fff;
text-decoration: underline dashed;
text-underline-offset: 4px;
margin-left: 0.5rem;
font-size: 14px;
line-height: 1;
display: inline-flex;
align-items: center;
}
.review-header {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.review-rating {
display: inline-flex;
align-items: center;
gap: 2px;
line-height: 1;
min-width: fit-content;
}
.review-date {
color: #8d9fbad4;
font-size: 12px;
font-weight: 500;
line-height: 1;
display: inline-flex;
align-items: center;
}
@media (max-width: 768px) {
.header-subtitle {
gap: 0.25rem;
}
.header-rating {
gap: 0.25rem;
}
.review-header {
gap: 8px;
}
}
@media (max-width: 768px) {
.company-profile {
padding: 0.5rem;
max-width: 100%;
}
.header {
flex-direction: column;
text-align: center;
padding: 1.5rem 1rem;
margin: 0 -0.5rem;
border-radius: 0;
}
.header-content {
width: 100%;
}
.header-content h1 {
font-size: 1.8rem;
margin-bottom: 0.5rem;
}
.header-subtitle {
justify-content: center;
font-size: 1rem;
}
.social-links {
justify-content: center;
}
.stats-grid {
grid-template-columns: 1fr;
gap: 1rem;
margin: 1rem 0;
}
.stat-card {
padding: 1rem;
margin: 0;
}
.expertise-section {
padding: 1rem;
margin: 1rem -0.5rem;
border-radius: 0;
}
.expertise-grid {
grid-template-columns: 1fr;
}
.description {
padding: 1rem;
margin: 1rem -0.5rem;
border-radius: 0;
}
.tech-stack {
justify-content: center;
}
.reviews-wrapper {
margin: 0 -0.5rem;
border-radius: 0;
}
.review-container {
padding: 1rem;
}
.user-info {
flex-direction: row;
align-items: center;
gap: 1rem;
padding: 0;
}
.user-info img {
width: 50px;
height: 50px;
}
.review-content {
padding: 0;
}
.review-header {
flex-wrap: wrap;
gap: 0.5rem;
}
.review-text {
font-size: 14px;
}
.reviews-header {
padding: 1rem;
}
.reviews-footer {
padding: 1rem;
}
.taptalent-single-post-wrap {
padding: 10px;
}
.logo {
width: 80px;
height: 80px;
margin: 0 auto;
}
.keyword-item {
font-size: 0.8rem;
padding: 0.4rem 0.8rem;
margin: 0.2rem;
}
.specialization-item {
font-size: 0.8rem;
padding: 0.4rem 0.8rem;
margin: 0.2rem;
}
.service-item {
font-size: 0.8rem;
padding: 0.4rem 0.8rem;
}
.show-more-btn {
width: 100%;
text-align: center;
}
}
// Add specific styles for very small screens
@media (max-width: 480px) {
.header-content h1 {
font-size: 1.5rem;
}
.header-subtitle {
font-size: 0.9rem;
}
.review-container {
grid-template-columns: 1fr;
}
.user-info {
margin-bottom: 0.5rem;
}
.stat-card {
font-size: 0.9rem;
}
.description {
font-size: 0.9rem;
}
}
li {
margin-bottom: 10px;
}
@media (max-width: 768px) {
li {
margin-bottom: 12px;
}
}
North Sydney, New South Wales, Australia
Specializations
Artificial Intelligence & Machine Learning
Recruitment Technology
Skill Gap Analysis
Workforce Management
About Agency
Overview
- Skillojo was founded in 2021 in response to the challenges posed by the worldwide pandemic.
- The company is located in North Sydney, New South Wales, Australia.
- Skillojo has a small team consisting of 9 employees.
- The organization focuses on addressing the complexities of modern recruitment dynamics influenced by artificial intelligence and automation.
Specializations
- Skillojo specializes in artificial intelligence and machine learning applications within the recruitment sector.
- The company provides expertise in recruitment technology and skill gap analysis.
- Skillojo’s services are tailored to enhance workforce management for businesses seeking effective hiring solutions.
Services & Approach
- Skillojo offers AI-powered recruitment tools designed to streamline candidate sourcing and filtering processes.
- The company employs an AI job match rate calculation to improve the accuracy of candidate-job fit.
- Services include candidate screening and assessment, ensuring that the right individuals are matched to the right jobs.
- Skillojo provides course recommendations to help candidates develop necessary skills for specific roles.
- The organization utilizes an AI job description builder to optimize job postings for better candidate engagement.
- Top matched candidate recommendations are provided to clients, facilitating a more efficient hiring process.
North Sydney, New South Wales, Australia
Keywords
wholebrainthinkingartificialintelligencerecruitmentjobplacementskillgapanalysishbdi