/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*************** Global ***************/
.button-green-gradient a{
	background: linear-gradient(90deg, #6DD395 0%, #5DD041 100%);
}

/* Mobile */
@media (max-width: 767px) {
  .br-desktop{
    display: none !important ;
  }    
}


/*************** Header ***************/
header > div:first-of-type{
	z-index: 1;
	box-shadow: 0px 4px 17px 0px #005CFB38;
}

.header-desktop .current-menu-item a::before,
.header-desktop .current-menu-item a::after,
.header-desktop li:hover a::before,
.header-desktop li:hover a::after{
  background: linear-gradient(90deg, #6DD395 0%, #5DD041 100%);
  border-radius: 26px;
}
.header-desktop .current-menu-item a,
.header-desktop li:hover a{
  font-weight: bold;
}

/*************** Homepage ***************/

/* ===== WIDE (Default - 1662 content) ===== */
@media (min-width: 768px) {
  #a_item.animated { animation: growLine_a_item 3s forwards; }
  #b_item.animated { animation: growLine_b_item 3s forwards; }
  #c_item.animated { animation: growLine_c_item 3s forwards; }
  #d_item.animated { animation: growLine_d_item 3s forwards; }
  #e_item.animated { animation: growLine_e_item 3s forwards; }
}

@keyframes growLine_a_item { to { min-height: 450px; } }
@keyframes growLine_b_item { to { min-height: 400px; } }
@keyframes growLine_c_item { to { min-height: 500px; } }
@keyframes growLine_d_item { to { min-height: 400px; } }
@keyframes growLine_e_item { to { min-height: 300px; } }

/* ===== DESKTOP (1260 content) ===== */
@media (max-width: 1440px) and (min-width: 768px) {

  @keyframes growLine_a_item { to { min-height: 340px; } }
  @keyframes growLine_b_item { to { min-height: 300px; } }
  @keyframes growLine_c_item { to { min-height: 380px; } }
  @keyframes growLine_d_item { to { min-height: 300px; } }
  @keyframes growLine_e_item { to { min-height: 230px; } }

}

/* ===== LAPTOP (1180 content) ===== */
@media (max-width: 1366px) and (min-width: 768px) {

  @keyframes growLine_a_item { to { min-height: 320px; } }
  @keyframes growLine_b_item { to { min-height: 280px; } }
  @keyframes growLine_c_item { to { min-height: 355px; } }
  @keyframes growLine_d_item { to { min-height: 280px; } }
  @keyframes growLine_e_item { to { min-height: 210px; } }

}

/* ===== MOBILE — stable bottom line + moving dot ===== */
@media (max-width: 767px) {

  /* Container setup */
  #a_item,
  #b_item,
  #c_item,
  #d_item,
  #e_item {
    position: relative;
    overflow: visible; /* allow dot to extend outside */
  }

  /* ---------- Bottom line ---------- */
  #a_item::after,
  #b_item::after,
  #c_item::after,
  #d_item::after,
  #e_item::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: -1px;        /* OUTSIDE container → no height change */

    width: 0;            /* start collapsed */
    height: 1px;
    background: #000;

    pointer-events: none;
  }

  /* ---------- Moving circle ---------- */
  #a_item::before,
  #b_item::before,
  #c_item::before,
  #d_item::before,
  #e_item::before {
    content: "";
    position: absolute;

    top: 94.5%;        /* center 16px circle on the line */

    width: 16px;
    height: 16px;
    background: var(--e-global-color-primary);
    border-radius: 50%;

    opacity: 0;

    pointer-events: none;
  }

  /* ===== Line animations (different lengths) ===== */

  #a_item.animated::after { animation: line_a 3s forwards; }
  #b_item.animated::after { animation: line_b 3s forwards; }
  #c_item.animated::after { animation: line_c 3s forwards; }
  #d_item.animated::after { animation: line_d 3s forwards; }
  #e_item.animated::after { animation: line_e 3s forwards; }

  @keyframes line_a { to { width: 90%; } }
  @keyframes line_b { to { width: 80%; } }
  @keyframes line_c { to { width: 95%; } }
  @keyframes line_d { to { width: 80%; } }
  @keyframes line_e { to { width: 70%; } }

  /* ===== Dot animations (stick to line end) ===== */

  #a_item.animated::before { animation: dot_a 3s forwards; }
  #b_item.animated::before { animation: dot_b 3s forwards; }
  #c_item.animated::before { animation: dot_c 3s forwards; }
  #d_item.animated::before { animation: dot_d 3s forwards; }
  #e_item.animated::before { animation: dot_e 3s forwards; }

  @keyframes dot_a {
    from { left: 0; opacity: 1; }
    to   { left: calc(90%); opacity: 1; }
  }

  @keyframes dot_b {
    from { left: 0; opacity: 1; }
    to   { left: calc(80%); opacity: 1; }
  }

  @keyframes dot_c {
    from { left: 0; opacity: 1; }
    to   { left: calc(95%); opacity: 1; }
  }

  @keyframes dot_d {
    from { left: 0; opacity: 1; }
    to   { left: calc(80%); opacity: 1; }
  }

  @keyframes dot_e {
    from { left: 0; opacity: 1; }
    to   { left: calc(70%); opacity: 1; }
  }

}

#homepage-solutions{
	background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 20%,#E2E9F8 65%,#DFE5F300 90%,#FFFFFF 100%);
}

.homepage-solutions-hover img{
	transition: 0.2s all;
}
.homepage-solutions-hover img:hover{
	box-shadow: 0px 4px 54px 0px #5DD041;
}

.homepage-technology-hover,
.homepage-technology-hover .elementor-widget-button,
.homepage-technology-hover h3{
	transition: 0.2s all;
}
.homepage-technology-hover .elementor-widget-button{
	opacity: 0;
	margin-bottom: -60px !important;
	margin-top: 60px !important;
}

.homepage-technology-hover:hover .elementor-widget-button{
	opacity: 1;
	margin-bottom: 0 !important;
}
.homepage-technology-hover:hover h3{
	color: var(--e-global-color-primary) !important;
}

#homepage-technology-hover-1{
    background-color: #E7F0FF;
    background-blend-mode: multiply;
}

.homepage-testimonials-slider .swiper.elementor-loop-container.elementor-grid.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    max-width: calc(100% - 180px);
}

/* Mobile */
@media (max-width: 767px) {
    .homepage-testimonials-slider .swiper{
      width: 100% !important;
    }
}

/* .homepage-numbers::before{
	opacity: 0.3;;
}
.homepage-numbers::after{
	content: "";
    position: absolute;
    inset: 0;

    background-image: url(https://qa2.ceph-x.com/wp-content/uploads/2026/01/homepage_section2_background1-scaled.jpg);
    background-position: 50% 44%;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 0.1;
    z-index: 0;
} */
.homepage-links-line-hover h2{
	transition: all 0.3s;
}
.homepage-links-line-hover:hover h2{
	color: #fff;
}

/* Mobile */
@media (max-width: 767px) {
  .homepage-news-post-info .elementor-icon-list-text{
    padding: 0 !important;
  }    
}


/*************** Footer ***************/
.footer-form #form-field-fullname,
.footer-form #form-field-company,
.footer-form #form-field-email,
.footer-form #form-field-phone{
	padding-bottom: 30px;
}


/*************** Card Loop Item ***************/
.card-loop-item{
  background: #fff;
}

/* Equal height loop items only on desktop */
/* Desktop */
@media (min-width: 767px) {
    /* Target the loop grid container */
    .card-loop-grid .e-loop-item {
        display: flex;           /* Make each loop item a flex container */
        flex-direction: column;  /* Stack content vertically */
        height: 100%;            /* Make items stretch full height */
    }

    /* Target the card inside the loop item */
    .card-loop-grid .e-loop-item .card-loop-item {
        flex: 1;                 /* Let the card stretch to fill height */
        display: flex;           /* Make inner card flex to allow content alignment */
        flex-direction: column;  /* Stack content vertically */
    }

    /* Optional: vertically center the title/content */
    .card-loop-grid .e-loop-item .card-loop-item .e-con-inner {
        display: flex;
        flex-direction: column;
        justify-content: start; /* Center content vertically inside the card */
    }

  .card-loop-item{
      box-shadow:
      0px 4px 54px 0px #005DFC66,
      inset 0 -8px 0 #63C06B;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .card-loop-item{
    box-shadow:
      0px 4px 54px 0px #005DFC66,
      inset 0 -5px 0 #63C06B;
  }
}

/*************** Customers & Case Studies Loop Item ***************/
/* Equal height loop items only on desktop */
.customers-case-studies-card-loop-item .elementor-widget-image a{
  width: 100%;
}
/* Desktop */
@media (min-width: 767px) {
  /* Target the loop grid container */
  .customers-case-studies-grid .e-loop-item {
      display: flex;           /* Make each loop item a flex container */
      flex-direction: column;  /* Stack content vertically */
      height: 100%;            /* Make items stretch full height */
  }

  /* Target the card inside the loop item */
  .customers-case-studies-grid .e-loop-item .customers-case-studies-card-loop-item {
      flex: 1;                 /* Let the card stretch to fill height */
      display: flex;           /* Make inner card flex to allow content alignment */
      flex-direction: column;  /* Stack content vertically */
  }

  /* Optional: vertically center the title/content */
  .customers-case-studies-grid .e-loop-item .customers-case-studies-card-loop-item .e-con-inner {
      display: flex;
      flex-direction: column;
      justify-content: start; /* Center content vertically inside the card */
  }
}

/* Ensure the card can contain absolute-positioned elements */
  .customers-case-studies-card-loop-item {
    position: relative;
    overflow: hidden;
  }

/* ---------- Dark overlay layer over the image ---------- */

.customers-case-studies-card-loop-item-img::before {
  content: "";
  position: absolute;
  inset: 0;                  /* Cover entire card */
  background: #00000080;     /* Semi-transparent black overlay */
  opacity: 0;                /* Hidden by default */
  transition: opacity .3s ease;
  z-index: 1;                /* Above image, below button/text */
  pointer-events: none;      /* Do not block clicks */
}

/* Show overlay on card hover */
.customers-case-studies-card-loop-item-img:hover::before {
  opacity: 1;
}

/* ---------- Button hover effects (triggered by card hover) ---------- */

.customers-case-studies-card-loop-item:hover .elementor-widget-button .elementor-button {

  box-shadow: 0px 4px 54px 0px #5DD041; /* Green glow effect */
  transform: translateX(-2px);          /* Move button 2px to the left */
  transition: all .25s ease;
}

.customers-case-studies-card-loop-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.customers-case-studies-card-loop-item-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: 1;
  pointer-events: none;
}

/* Desktop */
@media (min-width: 767px) {
  .customers-case-studies-card-loop-item-img::after {
    box-shadow: inset 0 -10px 0 #005DFC;
  }
}

/*************** Solutions Page ***************/
.solutions-for-dsos{
  background-image:
    linear-gradient(180deg,
      #FFFFFF 0%,
      rgba(255,255,255,0) 46.15%,
      #FFFFFF 100%
    ),
    linear-gradient(#BACCEA, #BACCEA),
    url("https://qa2.ceph-x.com/wp-content/uploads/2026/03/solutions-1-background-scaled.jpg");

  background-blend-mode: normal, color, normal;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions-for-partners{
  background-image:
    linear-gradient(180deg,
      #FFFFFF 0%,
      rgba(255,255,255,0) 46.15%,
      #FFFFFF 100%
    ),
    linear-gradient(#BACCEA, #BACCEA),
    url("https://qa2.ceph-x.com/wp-content/uploads/2026/03/solutions-2-background-1-scaled.jpg");

  background-blend-mode: normal, color, normal;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solutions-for-clinicians{
  background-image:
    linear-gradient(180deg,
      #FFFFFF 0%,
      rgba(255,255,255,0) 46.15%,
      #FFFFFF 100%
    ),
    linear-gradient(#BACCEA, #BACCEA),
    url("https://qa2.ceph-x.com/wp-content/uploads/2026/03/solutions-3-background-1-scaled.jpg");

  background-blend-mode: normal, color, normal;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Mobile */
@media (max-width: 767px) {
  .button-box-shadow-mobile{
    box-shadow: 0px 4px 54px 0px #5DD0414D;
  }
}

/*************** Technology Page ***************/
/* Desktop */
@media (min-width: 767px) {
  .technology-card-item .elementor-loop-container.elementor-grid{
    height: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .technology-card-item .card-item-title .elementor-heading-title {
    font-size: 30px !important;
  }
}
/* Desktop */
@media (min-width: 1025px) and (max-width: 2399px) {
  .technology-card-item .card-item-title .elementor-heading-title {
    font-size: 22.5px !important;
  }
}

/* Widescreen */
@media (min-width: 2400px) {
  .technology-card-item .card-item-title .elementor-heading-title {
    font-size: 30px !important;
  }
}
.technology-card-item-center-text .card-item-title{
  text-align: center;
}

/*************** Blog And News - Page ***************/
.category-news .blog-and-news-hero{
    background-image: url("https://qa2.ceph-x.com/wp-content/uploads/2026/04/Blog-And-News-Archive-Background-2.jpg") !important;
}
@media (min-width: 1025px) {

  /* Main grid layout */
  .blog-and-news-grid .elementor-loop-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: stretch;
  }

  /* Each card wrapper */
  .blog-and-news-grid .e-loop-item {
    display: flex;
    height: 100%;
  }

  /* Main clickable card container */
  .blog-and-news-grid .e-loop-item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  /* Inner content container */
  .blog-and-news-grid .e-con-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  /* Featured image styling (fixed height for consistency) */
  .blog-and-news-grid 
  .elementor-widget-theme-post-featured-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }

  /* Push title to align bottom for equal card heights */
  .blog-and-news-grid 
  .elementor-widget-theme-post-title {
    margin-top: auto;
  }

  /* Remove extra spacing between widgets */
  .blog-and-news-grid .elementor-widget {
    margin-bottom: 0;
  }

}

/* Limit title to 2 lines to prevent layout shifting */
.blog-and-news-grid .elementor-heading-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Smooth hover effect for cards */
.blog-and-news-grid .e-loop-item > a {
  transition: 0.25s ease;
}

/* Hover lift effect */
.blog-and-news-grid .e-loop-item > a:hover {
  transform: translateY(-5px);
}
/* Make grid rows align by tallest item in the row */
.blog-and-news-grid .elementor-loop-container {
  align-items: stretch;
}

/* Ensure each card fills full row height */
.blog-and-news-grid .e-loop-item {
  display: flex;
}

/* Card content must stretch full height */
.blog-and-news-grid .e-loop-item > a {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
/*************** Blog And News - Loop Item ***************/
.blog-and-news-loop-item-tags .elementor-post-info__item{
  background-color: #fff;
  border-radius: 26px;
  padding: 10px 28px;
}
.blog-and-news-loop-item-tags .elementor-post-info__item:hover{
  box-shadow: 0px 4px 54px 0px #5DD041;
}


/*************** Resources Page ***************/
.resources-hover h2{
  transition: all 0.35s;
}
.resources-hover:hover h2{
  margin-bottom: 30px;
}

/*************** FAQs Page ***************/
.faqs .e-n-accordion-item{
  border-bottom: 1px solid #000;
}

/*************** Careers Loop Item ***************/
.careers-loop-item,
.careers-loop-item .careers-loop-item-read-more{
  transition: all 0.35s;
}
.careers-loop-item:hover{
  box-shadow: 0px 4px 54px 0px #5DD041, inset 0 -8px 0 #63C06B;
}
.careers-loop-item:hover .careers-loop-item-read-more{
  width: 150px !important;
}

/* Widescreen */
@media (min-width: 2400px) {
  .careers-loop-item:hover .careers-loop-item-read-more{
    width: 200px !important;
  }
}

/*************** TERMS OF SERVICE ***************/
.page-id-3 #content,
.page-id-2311 #content,
.page-id-2316 #content,
.page-id-2321 #content,
.page-id-2324 #content{
  padding-top: 30px;
}

.page-id-3 a,
.page-id-2311 a,
.page-id-2316 a,
.page-id-2321 a,
.page-id-2324 a{
  color: var(--e-global-color-primary);
}

/* Mobile */
@media (max-width: 767px) {
    .page-id-3 .entry-title,
    .page-id-2311 .entry-title,
    .page-id-2316 .entry-title,
    .page-id-2321 .entry-title,
    .page-id-2324 .entry-title{
      text-align: center;
      padding: 0;
    }
    .page-id-3 #content,
    .page-id-2311 #content,
    .page-id-2316 #content,
    .page-id-2321 #content,
    .page-id-2324 #content{
      padding: 30px;
    }
}

/*************** New Pricing Page + Upgrade Page + Plan Upgrade ***************/
.mfp-content{
  font-family: "Lexend" !important;
}
.page-id-2309 .container,
.page-id-2401 .container,
.page-id-2418 .container{
  max-width: 1310px;
  margin: auto; 
  font-family: "Lexend" !important;
}
.page-id-2309 ul,
.page-id-2401 ul{
  list-style: none;
  padding-inline-start: 0;
  font-size:12px;
}
.page-id-2309 a,
.page-id-2401 a{
  color: var(--e-global-color-primary);
}
.page-id-2309 .popular p,
.page-id-2401 .popular p{
  font-weight: 700;
  font-size: 18px !important;
}

/*************** Upgrade Page ***************/
.page-id-2401 header#header{
  background-color: #fff;
}
.page-id-2401 header .container-fluid{
  box-shadow: none;
}
.page-id-2401 .credit-card-info a{
  color: #008afc;
}
.page-id-2401 footer{
  display: none;
}
.upgrade-subscription .section-data .col-md-2{
  padding: 0 10px;
}

/*************** Plan Upgrade Page ***************/
.page-id-2418 footer{
  display: none;
}

/*************** Singup Popup Container ***************/
#signup_popup_2d .popup-container input{
  font-size:13px;
}
#signup_popup_2d .popup-container #passwordCriteria,
#signup_popup_2d .popup-container #passwordMatch{
  font-size:12px;
}
#signup_popup_2d .popup-container .togglePassword{
  font-size:12px;
}
#signup_popup_2d .popup-container button.signup_button{
  color: #fff;
}
#signup_popup_2d .popup-container .row.d-flex.checkbox-row{
  margin-top:10px;
}
#signup_popup_2d .popup-container .row.d-flex.checkbox-row label{
  display: flex; 
  gap:10px;
  align-items: self-start;
}
.signup_form .col-12.text-center a{
  color: #008afc;
}

/*************** Login Popup Container ***************/
button.mfp-close:hover{
  background-color: #fff;
}
#login_popup .open-popup-link{
  color: #000;
}
/*************** Register template ***************/
.register-page-wrapper{
  background-color: #005CFB21;
  padding: 50px 0;
}
/*************** New Pricing Page ***************/
.ceph-card {
  position: relative;
  overflow: hidden;
  background-color: #4cadfd;
  padding: 25px;
}
.ceph-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.35s ease;
  z-index: 2;
}
.ceph-card:hover::before {
  opacity: 1;
}
.ceph-card > * {
  position: relative;
  z-index: 1;
}
.ceph-card:hover > * {
  opacity: 0;
  transition: 0.2s ease;
}

/*************** Cookmain Popup ***************/
#cookmain{
    --wp-admin--admin-bar--height: 32px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    opacity: 1;
    transition: opacity 1s ease;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
    left: 1em;
    bottom: 1em;
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #f9f9fa;
    box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1),
    0 10px 20px 0 rgba(90, 122, 190, 0.2);
    border: 1px solid #29b6f6;
    border-radius: 0.5rem;
    color: #3e4766;
}

#del i {
  padding: 1px 7px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #1c77a1;
  color: #1c77a1;
  position: absolute;
  right: 1%;
  top: 2%;
  font-style: none;
  cursor: pointer;
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-floating .cc-message a{
  color: #000;
}
.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cc-compliance #btnAdd {
    background-color: #1c77a1;
    border-radius: 10px !important;
}
.cc-floating .cc-compliance > .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cc-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 1rem 1.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #29b6f6;
    letter-spacing: 0.12em;
    border-radius: 0 1rem;
    background-color: #29b6f6;
    color: white !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}