.book-meeting-btn {
    padding: 9px 22px !important;
    font-size: 1rem !important;
}
.aboutme-padding {
    padding-top: 169px;
    padding-bottom: 130px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.social-media-wrapper {
    margin-top: 33px;
}
.social-media-wrapper p {
    color: #d9d9d9;
    font-size: 20px;
    font-weight: 500;
}
/* Experince Section  */
.exp-wrapper {
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 65px 64px 60px 64px;
    height: 100%;
}
.exp-wrapper img {
    transition: all 0.4s ease-in-out;
}
.exp-wrapper:hover img {
    scale: 1.2;
}
.exp-margin {
    padding-top: 70px;
}
.exp-img-holder {
    background-color: white;
    width: 7rem;
    height: 7rem;
    border-radius: 999px;
}
.exp-wrapper p {
    font-size: 1.063rem;
}
/* Experince Section  */
.layout_image-wrapper {
    border-radius: 25px;
}
.layout_image-wrapper .project-title-wrapper {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 4.5%;
    right: auto;
    color: white;
    z-index: 1;
}
.layout_image-wrapper img {
    border-radius: 25px;
}
.layout_image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 0%) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    height: 274px;
    border-radius: 25px;
    opacity: 0.7;
    z-index: 0;
}

.view-all-projects {
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 6px 4px 6px 22px;
    font-size: 24px;
}
.icon-embed-xsmall.view-all {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    padding: 0.15rem;
    display: flex;
    margin-top: 4px;
}
.button-wrapper:hover .icon-embed-xsmall.view-all {
    margin-top: 3px;
}
/* Experince Section  */

/* Expertise */
.icon-embed-xsmall.exptertise-btn-icon {
    width: 22px;
    height: 22px;
    margin-top: 0px;
}
.expertise-wrapper {
    position: relative;
}
.expertise-pill {
    background-color: #F8F8F8;
    color: #414141;
    font-weight: 400;
    padding: 4px 15px;
    border-radius: 999px;
    width: max-content;
}

.info-pill {
    background-color: white;
    color: black;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 999px;
    width: max-content;
}
.info-pill img{
    background-color: #F8F8F8;
    padding: 3px;margin-bottom: 2px;
    border-radius: 999px;
}
.expertise-wrapper p {
    color: #282828;
}
.expertise-inner-img {
    width: 149px;
    height: 149px;
    object-fit: cover;
    position: absolute;
    right: 10px;
    top: -1rem;
}

/* Expertise */
.relative {
    position: relative;
}
progress {
    position: sticky;
    right: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 150px; /* Width now represents the thickness of the vertical bar */
    height: 9px; /* Adjust height to your desired length */
    border: none;
    background: #424242;
    z-index: 99999;
    border-radius: 999px;
    transform: rotate(90deg);
    transform-origin: center;
}
progress::-webkit-progress-bar {
    background: transparent;
}
progress::-webkit-progress-value {
    border-radius: 999px;
    background: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff);
    background-attachment: fixed;
}
progress::-moz-progress-bar {
    border-radius: 999px;
    background: linear-gradient(to bottom, #ffffff, #ffffff, #ffffff);
    background-attachment: fixed;
}

/* Testimonial */
.testimonial-pill {
    background-color: black;
    color: white;
    font-size: 20px;
    position: absolute;
    top: -26px;
    left: 68px;
    margin-top: 0px;
}
.textimonial-text {
    text-transform: capitalize;
    font-family: Human, sans-serif;
    font-size: 1.5rem;
    /* font-weight: 500; */
    line-height: 1.4;
}
.inner-project-page-intro {
    max-width: 1550px;
}
.testimonial15_slide-nav.w-slider-nav.w-slider-nav-invert.w-round {
    position: absolute;
    bottom: 3rem;
    left: 25%;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    padding: 5px 14px;
    height: 20px;
}
.w-slider-nav-invert > div {
    background-color: #d9d9d9;
}
.black-overlay {
    position: absolute;
    bottom: -30px;
    right: 40px;
    background-color: black;
    width: 128px;
    height: 62px;
    border-radius: 999px;
}
.gray_bg {
    background-color: #f8f8f8;
}
/* Testimonial */

/* Core Values Css */
.values_card {
    background-color: #f8f8f8;
    border-radius: 25px;
    position: relative;
    padding-inline: 42px;
    padding-top: 63px;
    padding-bottom: 48px;
    height: 100%;
}
.values_card_number {
    background-color: white;
    border-radius: 999px;
    width: 79px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f6f6f6;
    font-size: 24px;
    position: absolute;
    top: -44px;
    left: 44px;
}
.values_component {
    margin-top: 160px;
    row-gap: 53px;
}
/* CTA  */
.cta-row {
    padding-block: 5rem;
}

.line-divider.line-divider-animate {
    width: 0%;
    background-color: white;
    height: 1px;
}

.showcase-wrapper .layout_image-wrapper {
    height: 578px;
}
.showcase-wrapper .layout_image-wrapper::after {
    display: none;
}
.showcase-wrapper .layout_image-wrapper.layout_image-wrapper-long {
    height: 714px;
}
.max-w-50 {
    max-width: 50%;
}
.showcase-bottom-text {
    margin-top: 123px;
    margin-bottom: 162px;
}
.showcase-bottom-text-wrapper {
    max-width: 30%;
    margin-right: 98px;
}

.showcase-bottom-text-wrapper h3 {
    font-size: 1.6vw;
    font-weight: 500;
}

.showcase-suggestions .layout_card {
    height: 364px;
}
.project-details-grid {
    opacity: 0;
}

.progress-bar-vertical {
    width: 9px;
    min-height: 200px;
    display: flex;
    align-items: flex-start;
    float: left;
    background: #424242;
    border-radius: 999px;
    margin-left: auto;
    margin-right: auto;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    background-color: white;
    border-radius: 999px;
}

.vertical_bar_wrapper {
    position: sticky;
    top: 30%;
    height: 315px;
}

.contact-icon-wrapper {
    background-color: #f8f8f8;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact6_contact-list .contact6_item {
    background-color: white;
    border-radius: 999px;
    width: max-content;
    height: 38px;
    padding-left: 6px;
    padding-right: 1rem;
}

.show-scale {
    transform: scale(0);
    opacity: 0;
}
.more-work-wrapper {
   display: flex;
   justify-content: start;
   align-items: center;
   gap: 20px;
   overflow: hidden;
}

.checkout-work-card {
    width: 32.50%;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}
.more-work-btn-wrapper button {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-work-btn-wrapper button svg{
    width: 14px;
}