/* Popup modal */
.collab-demo-video-popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.collab-demo-video-popup-content {
    position: relative;
    padding: 0;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
}

.collab-demo-video-popup-video iframe {
    width: 80vw;
    /* 80% of screen width */
    height: 45vw;
    /* maintain 16:9 ratio */
    max-width: 1200px;
    /* cap size */
    max-height: 675px;
    border-radius: 10px;
    border: none;
}

.collab-demo-video-popup-close {
    position: absolute;
    top: -14px;
    right: -10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collab-demo-video-popup-close img {
    width: 22px;
    height: 22px;
    display: block;
    filter: invert(1);
    /* make icon white if it's black */
}

.p-mb-0 p {
    margin-bottom: 0;
}


/*-- section trusted by start --*/

.clients-slider-wrapper {
    padding: 50px 0 100px;
    /* max-width: 705px; */
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    .clients-slider-wrapper {
        padding: 50px 0 90px;
    }
}

@media only screen and (max-width: 1366px) {
    .clients-slider-wrapper {
        padding: 50px 0 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .clients-slider-wrapper {
        padding: 50px 0 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .clients-slider-wrapper {
        padding: 45px 0 45px;
    }
}

@media only screen and (max-width: 575px) {
    .clients-slider-wrapper {
        padding: 35px 0 45px;

    }
}

/* .clients-slider-wrapper .swiper {
    height: 100%;
} */

.clients-slider-wrapper .swiper-wrapper {
    align-items: center;
}

.clients-slider-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.clients-slider-wrapper .swiper-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-slider-wrapper .swiper-slide img,
.clients-slider-wrapper .swiper-slide-image {
    max-width: 190px;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s;
    width: 100%;
    height: auto;
    opacity: 0.5;
    /* filter: grayscale(0%); */
    display: block;
}

.clients-slider-wrapper .swiper-slide:hover img {
    /* filter: grayscale(50%) contrast(15%) brightness(100%); */
    opacity: 1;
}

/*-- section trusted by end --*/

/* award Section start */
.d-block {
    display: block !important;
}

.award-img-wrapper img {
    max-height: 88px !important;
}

.award-img-wrapper .techimply {
    text-align: start !important;
}

.award-img-wrapper .elementor-widget-html {
    text-align: center;
}

.award-img-wrapper .award-gra {
    text-align: end !important;
}

@media only screen and (max-width: 1024px) {
    .award-img-wrapper img {
        max-height: 100px !important;
    }

    .award-img-wrapper .techimply {
        text-align: center !important;
    }

    .award-img-wrapper .elementor-widget-html {
        text-align: center;
    }

    .award-img-wrapper .award-gra {
        text-align: center !important;
    }
}


/* award Section End */

/*  operations page css start  */
.operations-middle .elementor-icon-wrapper {
    display: flex;
}

.operations-box {
    display: grid !important;
    grid-template-columns: 1fr 60px 1fr !important;
    gap: 50px !important;
}

@media only screen and (max-width: 1024px) {
    .operations-box {
        gap: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .operations-box {
        gap: 10px !important;
    }
}

@media only screen and (max-width: 424px) {
    .operations-box {
        gap: 6px !important;
    }
}

/* operation management tabs use cases (start) */
.operation_management_tabs .e-n-tabs {
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}

.operation_management_tabs .e-n-tabs-heading {
    border-right: 1px solid #E5E7EB;
}

.operation_management_tabs .e-n-tabs-heading .e-n-tab-title {
    border-bottom: 1px solid #E5E7EB !important;
}

.operation_management_tabs .e-n-tabs-heading .e-n-tab-title:first-child {
    border-radius: 16px 0 0;
    border-bottom: 1px solid #E5E7EB;
}

.operation_management_tabs .e-n-tabs-heading .e-n-tab-title:last-child {
    border-radius: 0 0 0 16px;
    border: none !important;
    border-top: 1px solid #E5E7EB;
}





.operation_management_tabs .e-n-tabs-heading button .e-n-tab-icon svg {
    width: 24px;
    height: 24px;
}

.operation_management_tabs .e-n-tabs-heading button .e-n-tab-icon {
    background: #F3F4F6;
    padding: 10px;
    border-radius: 8px;
}

.use_it_bullet {
    opacity: 60%;
    margin-left: 12px;
}

/* operation management tabs use cases (end) */
/*  operations page css end */



/* Terms & Conditions Page css (start) */
.terms_conditions p {
    margin-bottom: 12px;
}

.terms_conditions ul,
.terms_conditions ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 30px;
}

/* Terms & Conditions Page css (End) */


/* employee lifecycle managment page start */

.employee-lifecycle-managment-steps::after {
    content: "";
    position: absolute;
    right: -23%;
    top: 50%;
    width: 55px;
    height: 20px;
    background-image: url(../svg/employee-lifecycle-managment-steps-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width: 1366px) {
    .employee-lifecycle-managment-steps::after {
        content: "";
        position: absolute;
        right: -17%;
        top: 50%;
        width: 40px;
        height: 20px;
        background-image: url(../svg/employee-lifecycle-managment-steps-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}

@media only screen and (max-width: 1200px) {
    .employee-lifecycle-managment-steps::after {
        position: absolute;
        right: -24%;
        top: 50%;
        width: 37px;
        height: 20px;
    }

}

@media only screen and (max-width: 1024px) {
    .employee-lifecycle-managment-steps::after {
        content: none;
    }
}

/* employee lifecycle managment page End */

.scroll-cards .benefits-inner-box {
    cursor: pointer;
}

.scroll-cards .benefits-inner-box.benefits-color {
    background-color: #FFFFFF !important;

}

@media only screen and (max-width: 767px) {
    .walkthrough-cta {
        background: linear-gradient(180deg, #685BC7 -0.03%, #E1DEFB 99.97%);
        border: 1px solid var(--Base-Colors-Border-Subtle, #E5E7EB);
        border-radius: 16px;
    }
}



/* contact page css start */
.contact-icon-box .elementor-icon-wrapper {
    display: flex;
}




/*Contact Us Form Css*/
#collabcrm-contact-form input,
#collabcrm-contact-form select,
#collabcrm-contact-form textarea {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    display: flex;
}

#collabcrm-contact-form .phone-row {
    display: flex;
    gap: 10px;
}

.collabcrm-form .blue-btn button.collabcrm-cf-submit {
    width: 100%;
    padding: 10px 20px;
    background: #111827;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: none;
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter' !important;
    margin-top: 38px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
}

.blue-btn button.collabcrm-cf-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

.form-response {
    margin-top: 10px;
}

#collabcrm-contact-form select#cf_country_code {
    width: 100px;
}

/* Placeholder text color */
.collabcrm-form ::placeholder {
    color: #6B7280;
    /* default placeholder color */
    opacity: 1;
    text-transform: capitalize;

    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;

}

/* Input focus styles */
.collabcrm-form input:focus,
.collabcrm-form select:focus,
.collabcrm-form textarea:focus {
    border: none;
    /* blue border when focused */
    outline: none;
    /* remove default outline */
}

/* Optional: change placeholder color on focus */
.collabcrm-form input:focus::placeholder,
.collabcrm-form textarea:focus::placeholder {
    color: #6B7280;
    /* lighter placeholder when typing */
}

/* Textarea base */
.collabcrm-form textarea {
    resize: vertical;
    min-height: 113px;
    max-height: 250px;
    overflow-y: auto;
    line-height: 1.5;
    /* Firefox */
    scrollbar-color: rgba(202, 208, 217, 1);
}

/* WebKit browsers (Chrome, Edge, Safari) */
.collabcrm-form textarea::-webkit-scrollbar {
    width: 6px;
    /* slim scrollbar */
}

/* Track */
.collabcrm-form textarea::-webkit-scrollbar-track {
    background: transparent;
}

/* Thumb */
.collabcrm-form textarea::-webkit-scrollbar-thumb {
    background: rgba(202, 208, 217, 1);
    border-radius: 3px;
}

/* Completely hide scrollbar buttons (up/down arrows) */
.collabcrm-form textarea::-webkit-scrollbar-button {
    display: none;
}

#collabcrm-contact-form .form-group .half select#cf_country_iso_code,
#collabcrm-contact-form .form-group select#cf_country_code {
    background-image: url(../images/select-arrow.svg) !important;
    border: 1px solid #CAD0D9;
    background-repeat: no-repeat;
    background-position: calc(100% - 15.5px) center;
    appearance: none;
    /* Most modern browsers */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
}

.contact-page-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    padding-bottom: 8px !important;
}

#collabcrm-contact-form div.error {
    color: red;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 3px;
    line-height: normal;
}

#collabcrm-contact-form .form-group.phone-group input {
    width: calc(100% - 110px);
}

#collabcrm-contact-form .form-group.phone-group {
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
}

@media (min-width: 516px) and (max-width: 767px) {

    /* to do::: */
    .interested-incollab .test-multi img {
        width: 120px;
    }

    .contact-us-newsletter #collab-subscribe-form {
        width: 100%;
        flex-direction: row;
        gap: 15px 0;
        /* to do::: */
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .contact-us-newsletter #collab-subscribe-form {
        width: 100%;
    }
}

@media screen and (max-width: 515px) {

    /* to do::: */
    .contact-us-newsletter #collab-subscribe-form {
        width: 100%;
        flex-direction: column !important;
        gap: 15px 0;
    }

    .contact-us-newsletter #collab-subscribe-form .gjs-row:nth-child(2) {
        width: 100%;
        flex-direction: column !important;
        gap: 15px 0;
    }
}

@media (min-width: 768px) and (max-width: 815px) {

    /* to do::: */
    /* .contact-us-newsletter #collab-subscribe-form{
    width: 100%;
    flex-direction: column!important;
    gap: 15px 0;
  }
  .contact-us-newsletter #collab-subscribe-form .gjs-row:nth-child(2){
    width: 100%;
    flex-direction: column!important;
    gap: 15px 0;
  } */
    .contact-us-newsletter #newsletter-section .e-con-inner {
        flex-direction: column;
        gap: 50px;
    }

    .contact-us-newsletter #newsletter-section .newsletter-wrapper .e-con {
        align-items: center;
    }
}

/* Sept 22 2025 */
#collabcrm-contact-form .row-group div.half,
#collabcrm-contact-form .phone-group,
#collabcrm-contact-form .wid-100 {
    margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    #collabcrm-contact-form .row-group {
        display: block;
    }
}

#collabcrm-contact-form .cf-message #cf_message-error {
    margin-top: 0;
}

/* Target only Icon Boxes that already have a link */
.contact-page-icon-box a:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) { 

    .collabcrm-form .blue-btn button.collabcrm-cf-submit {
        margin-top: 24px;
    }

}
/*End*/

.count-down-icon-box .elementor-icon-wrapper {
    display: flex;
}

/* contact page css End */



/* about us page css Start */

.about-us-hero .cc-new-hero-section .cc-dashboard-wrapper::before {
    height: 200%;
}

/* about us page css End */
