.case-studies-box{ 
       pointer-events: none;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}

.clint-title-box {
    background: var(--Gradient-1, radial-gradient(107.05% 179.51% at 50% 50%, #c5a153 0, #e2cb98 50.4%, #fff5de 100%));
}

.clint-logo-box {
    border: 1px solid #c6c6c6;
    border-radius: 18px;
    height: 100%;
}

.clint-logo {
    height: auto;
    width: 185px;
    margin: 20px 0;
}

.clint-icon {
    height: 60px;
    width: 60px;
}

.text-white {
    color: #ffffff;
}

.text-bold {
    font-weight: bold;
}

.bg-light {
    background: white;
}

.skill-card {
    border-top: 5px solid #c3a055;
    margin: 20px;
    padding: 5px;
}

.skill-card-title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.skill-card ul {
    padding: 0 20px;
    list-style: unset;
}

.skill-card ul li {
    padding: 5px 0;
}

.hire-process-content {
    padding: 20px;
}

.process-title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.hire-process-content ul {
    padding: 0 20px;
    list-style: square;
}

.hire-process-content ul li {
    padding: 5px 0;
}

.pricing-card {
    border: 1px solid #c3a055;
    border-radius: 5px;
    padding: 30px;
    margin: 20px;
}

.pricing-title {
    font-size: 30px;
    font-weight: 900;
    padding: 10px 0;
}

.pricing-amount {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.pricing-amount strong {
    font-size: 50px;
    font-weight: 900;
}

.pricing-txt {
    padding: 10px 0;
}

.pricing-sub-txt {
    padding: 10px 0;
    color: grey;
    font-size: small;
    text-align: center;
}

.pricing-btn {
    background: #c3a055;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    width: 100%;
    margin: 10px 0;
}

.f-col-1{
    width: 25%;
    padding: 0 15px;
}

.f-col-2{
    width: 75%;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .f-col-1,
    .f-col-2 {
        width: 100%;
    }
}