/* Step 1: Properly load the font */
@font-face {
    font-family: 'cera-pro';
    src: url('https://www.aquilofts.com/wp-content/uploads/2025/05/cera-pro-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Step 2: Apply font-family globally or to specific elements */
body,
.category-card,
a.category-card-heading,
.category-card h3,
.underline-hover li,
a.category-card-link {
    font-family: 'cera-pro', sans-serif !important;
}

/* Section: Service information Catergories Start */

.service-categories-scrollbar {
	Padding: 30px 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.outsourced-service-categories-scroll_items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	flex-wrap: nowrap !important;
}


.category-card {
    width: 350px;
    background: #e6f9fc;
    border-radius: 20px;
    padding: 37px 37px 37px 37px;
    position: relative;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    height: 450px;
    overflow: hidden;
}

.category-card img {
    width: 50px;
    height: 50px;
}

a.category-card-heading {
	font-family: 'cera-pro';
    text-transform: capitalize;
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
    display: block;
    position: relative;
    color: #0a2840;
	text-decoration: none !important;
}

.category-card ul {
    list-style: none;
    padding: 0;
    font-size: 17px;
    overflow: hidden;
    margin: 13px 0;
}

.underline-hover li {
    color: #425466 !important;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.underline-hover li:hover {
    border-bottom: 2px solid #03ffff;
}

section.outsourced-service-categories-section .scroll-item:hover .category-card {
    transition: 0.3s;
    position: relative;
    transform: translate(-0.5rem, -1rem) rotate(3deg);
	background: #fff;
}

.outsourced-service-categories-section.error-page-section .outsourced-service-categories-txt-content p {
    max-width: 650px;
}

a.category-card-link {
    color: #0A2840;
    font-size: 18px;
    position: absolute;
    bottom: 8%;
	text-decoration: none !important;
}

section.build-your-team-section a.category-card-link {
    position: relative;
    bottom: -3%;
}

a.category-card-link:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: #0A2840;
    font-size: 17px;
    font-weight: 500;
}

a.category-card-link:hover::before {
    content: "";
    display: block;
    border-bottom: 2px solid #03ffff;
    padding-bottom: 5px;
    position: absolute;
    bottom: -5px;
    width: calc(100% - 17%);
    opacity: 1;
}

a.category-card-link:before {
    content: "";
    display: block;
    border-bottom: 2px solid #03ffff;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20%);
    opacity: 0;
    transition: ease-out 0.1s;
}

a.category-card-link:hover::after {
    background: #03ffff;
    padding: 1px 7px;
    border-radius: 50%;
    color: #0A2840;
    margin-left: 2px;
}



.category-card h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
    color: #0a2840;
}


section.outsourced-service-categories-section .scroll-item {
    width: 300px;
    float: left;
    padding-right: unset !important;
    border-radius: 20px;
    transition: 0.2s;
}

section.outsourced-service-categories-section .scroll-item:hover~.scroll-item {
    transform: translateX(130px);
}

section.outsourced-service-categories-section .scroll-item:last-of-type {
    width: 341px;
}

.service-categories-box-content {
    display: flex;
    position: relative;
    width: 2387px;
    cursor: pointer;
}

section.outsourced-service-categories-section h3 span {
    color: 0A2840;
}

section.outsourced-service-categories-section>.container.scrollable_wrapper>p {
    max-width: 628px;
    margin-bottom: 60px;
}

.service-categories-box-slider-content {
    background: #031929;
    width: 1242px;
    height: 18px;
    border-radius: 130px;
    margin-top: 34px;
    margin-bottom: 26px;
}

/* Section: Service Catergories End */