/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 09:32:54 */
    ::selection {
        color: #ffff;
        background: #FF7500;
    }

    html.lenis,
    html.lenis body {
        height: auto;
    }

    .lenis.lenis-smooth {
        scroll-behavior: auto !important;
    }

    html {
        scroll-behavior: smooth !important;
    }

    .page-template-default,
    .post-template-default {
        background: #ff690017;
    }

    .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
    }

    .lenis.lenis-stopped {
        overflow: hidden;
    }

    .lenis.lenis-smooth iframe {
        pointer-events: none;
    }

    /* Sticky Header */
    .header-wrap.active {
        background: rgba(255, 255, 255, 1);
        height: 68px;
        border: 1px solid rgba(235, 235, 235, 1);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
    }

    .header-wrap.active nav ul li a.hfe-menu-item {
        color: rgba(51, 51, 51, 1) !important;
    }

    #logo-2 {
        display: none;
    }

    .header-wrap.active .products-pipeline-menu {
        border-color: rgba(51, 51, 51, 0.2);
    }

    .header-wrap.active nav ul li:last-child a {
        color: #fff !important;
    }

    .products-pipeline-menu {
        border-right: 1px solid #ffffff33;
    }

    /* post title */
    h3.uael-post__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .uael-post__bg-wrap.uael-bg-wrap-disabled {
        border-radius: 8px;
    }

    a.uael-post__read-more.elementor-button span.elementor-button-content-wrapper {
        gap: 0;
    }

    .uael-post__meta-data {
        position: relative;
        padding-bottom: 16px;
    }

    .uael-post__meta-data::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: rgba(247, 247, 247, 1);
    }

    /* owl crousel */
    .owl-nav {
        width: 66%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-top: 32px;
    }

    .progress-bar {
        width: 85.1%;
        height: 4px;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.08);
        position: relative;
        margin-top: -72px;
    }

    .progress-bar-container {
        width: 65%;
        margin: 0 auto;
    }

    button.owl-prev,
    button.owl-next {
        line-height: 0 !important;
    }

    .progress {
        position: absolute;
        height: 4px;
        background: rgba(255, 117, 0, 1);
        width: 28.3%;
        transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    }

    button.owl-prev.disabled,
    button.owl-next.disabled {
        opacity: 40%;
        cursor: no-drop !important;
    }

    .header-wrap.active nav ul.sub-menu li a.hfe-sub-menu-item {
        color: #000 !important;
    }

    .content-wrap p:has(img) {
        padding-top: 35px;
        border-top: 1px solid #EBEBEB;
    }

    .no-scroll {
        overflow: hidden;
        height: 100vh;
    }

    .post-wrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px;
        justify-content: space-between;
    }

    .post-wrap {
        cursor: pointer;
        width: 400px;
        padding: 24px;
        border: 1px solid rgba(232, 232, 232, 1);
        border-radius: 16px;
    }

    .title-wrap {
        padding-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .title-wrap h4 {
        line-height: 30px;
        font-weight: 600;
        font-family: Poppins;
        margin: 0;
    }

    .title-wrap div {
        font-size: 16px;
        font-family: Inter;
        font-weight: 400;
        line-height: 24px;
    }

    .post-wrap.post-wrap-container {
        width: 302px;
        padding: 18px;
    }

    .post-wrap.post-wrap-container .post-container .title-wrap {
        padding-top: 18px;
    }

    /* model */
    .model-wrap {
        display: none;
        width: 95%;
        height: 551px;
        border-radius: 28px 28px 0px 0px;
        background: #FFFFFF;
        padding: 64px;
        padding-bottom: 124px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
        cursor: default;
        position: fixed;
        top: 50%;
        left: 50%;
        bottom: 0%;
        transform: translate(-50%, 100%);
        z-index: 1003;

        visibility: hidden;
        opacity: 0;
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;

    }

    .model-wrap-active {
        display: flex;
        animation: fade-in 0.5s ease-in-out forwards;
        visibility: visible;

        opacity: 1;
        transform: translate(-50%, 0);
    }

    .model-wrap-fade-out {
        animation: fade-out 0.5s ease-in-out forwards;
    }

    .close-model {
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .image-container {
        width: 20%;
    }

    .content-wrap {
        width: 75%;
    }

    .content-wrap p {
        display: flex;
    }

    .content-wrap p img {
        width: 149px;
        margin-right: 18px;
    }

    .member-detail {
        margin-top: 20px;
    }

    .member-detail h4 {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Poppins';
        line-height: 23.97px;
        margin: 0;
        margin-bottom: 9px;
        color: #333333;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1002;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .overlay-active {
        opacity: 1;
        visibility: visible;
    }

    .content-wrap p {
        display: flex;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Poppins';
        line-height: 164%;
        margin-bottom: 32px;
    }

    /* footer */
    .footer-svg img {
        translate: none;
        rotate: none;
        scale: none;
        transform: scale(1, 1);
    }



    .elementor-button {
        display: inline-block;
        /* Important for transform to work */
        transition: transform 0.2s ease-out;
    }

    /* single post */

    .single-post.custom-single {
        padding-top: 6em;
    }

    /* pipeline */
    .table-wrap {
        width: 1264px;
        margin: 0 auto;
        padding: 4em 0;
        padding-bottom: 6em;
    }

    .table-head {
        display: flex;
    }

    .table-col:first-child {
        width: 25%;
        flex-basis: 25%;
    }

    .table-col {
        width: 20.8333%;
        flex-basis: 20.8333%;
    }

    .table-col {
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .table-row {
        display: flex;
        flex-direction: row;
        margin-left: -12.5px;
        margin-right: -12.5px;
        padding-top: 30px;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .pipeline-wrap {
        width: 100%;
    }

    /* .table-info-col.table-btn-wrap {
    padding-left: 12.5px;
    padding-right: 12.5px;
}
 */

    .table-btn-wrap {
        width: 24%;
        flex-basis: 24%;
        padding-left: 22px;
    }

    h4.btn-text.btn-title {
        cursor: pointer;
        font-family: 'Poppins';
        font-size: 20px;
        line-height: 100%;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin: 0 !important;
    }

    .table-info-col.prog-bar {
        width: 75.5%;
        flex: 0 0 75.5%;
    }

    .table-progress {
        align-items: center;
        background: linear-gradient(90deg, #F87505 0%, #DE6600 100%);
        border-radius: 4px 20px 20px 4px;
        display: flex;
        height: 60px;
        padding-left: 12px;
        justify-content: start;
        padding-right: 20px;
        position: relative;
        text-align: left;
    }

    span.bar-title {
        color: #fff;
        font-family: Inter;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap;
    }

    span.sm-text,
    .minus-icon {
        display: none;
    }

    span.icon {
        padding-right: 10px;
    }

    h4.head-title {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        color: #333333;
        font-family: Poppins;
        text-transform: uppercase;
        border-bottom: 2px solid #F87506;
        padding: 13.5px 20px 22.5px;
        padding-left: 0;
    }

    .last-col-wrap {
        width: 20.833333333333336%;
        flex-basis: 20.833333333333336%;
    }

    .table-info-col.table-info-col-web {
        padding-right: 42px;
    }

    .table-info-col.table-info-col-web {
        width: 75.3333%;
        flex-basis: 75.3333%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .table-info-col.table-info-col-web .content {
        padding: 30px 0;
        border-bottom: 1px solid #F87506;
    }

    .content li::marker {
        color: #F87506;
    }

    .contentid {
        max-height: 0;
        overflow: hidden;
        transition: max-height 400ms ease-out;
    }

    .contentid.visible {
        max-height: 500px;
        transition: max-height 400ms ease-in;
    }

    /* start */
    .left-content {
        overflow: hidden;
    }

    .right-content img {
        width: 100%;
        opacity: 0;
    }

    .right-content img.active {
        z-index: 1;
    }

    /* end */


    /* Fade-in (Slide Up) Animation */
    @keyframes fade-in {
        0% {
            opacity: 0;
            transform: translate(-50%, 100%);
        }

        100% {
            opacity: 1;
            transform: translate(-50%, -13%);
        }
    }

    /* Fade-out (Slide Down) Animation */
    @keyframes fade-out {
        0% {
            opacity: 1;
            transform: translate(-50%, -13%);
        }

        100% {
            opacity: 0;
            transform: translate(-50%, 100%);
        }
    }


    @media (min-width: 768px) {
        .image {
            transition: transform 0.3s ease-in-out;
        }

        .image:hover {
            transform: scale(1.1);
        }

/*     .post-wrap,
    .post-wrap.post-wrap-container {
        width: 350px;
    } */
    }

    @media (max-width :768px) {
    .owl-nav {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
        .post-wrap,
        .post-wrap.post-wrap-container {
            width: 100%;
			text-align:center;
        }


    .table-head {
        display: none;
    }

    .table-row {
        flex-direction: column;
        margin: 0;
        left: 0;
        align-items: start;
        padding: 0 16px;
        padding-top: 30px;
    }

    .table-info-col.table-btn-wrap {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .table-list {
        max-width: 100%;
        width: 100%;
    }

    .table-wrap {
        width: 100%;
        padding: 1em 0 6em;
    }

    .pipeline-wrap .table-wrap .table-row:before {
        background: rgba(255, 117, 0, 1);
        bottom: 0;
        content: "";
        height: 1px;
        left: 10px;
        position: absolute;
        right: 0;
        width: calc(100% - 20px);
    }
    span.sm-text {
        display: block;
    }

    .table-info-col.prog-bar {
        width: 100% !important;
    }

    span.sm-text {
        text-transform: uppercase;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: right;
    }

    .bar-wrap.Discovery {
        width: 65% !important;
    }

    .bar-wrap.IND-Enabling {
        width: 80% !important;
    }

    .table-info-col.table-info-col-web {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    .contentid.visible .content ul {
        margin-left: 20px;
    }

    .image-container,
    .content-wrap {
        width: 100%;
    }

    .model-wrap.model-wrap-active {
        padding: 16px;
        padding-bottom: 100px;
        flex-direction: column;
        overflow: scroll;
    }

    .content-wrap p {
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: self-start;
        font-size: 15px;
        gap: 7px;
		text-align:justify;
    }
		.header-wrap.active nav ul li:last-child a{
			color: #262424 !important;
		}
    }