.resousce-bg{
    background-color: #ECFBF0;
    background-image: url('/assets/img/resource-images/resource-banner-graphcs.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 720px;
    width: 100%;
}
.section-title-resource h1{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 10px;
}
.resource-subtext{
    font-size: 16px;
    color: #666;
    padding: 0 30px;
}
.resource-subtext1{
    font-size: 18px;
    color: #666;
}
.section-title-resource span{
    font-size: 38px;
}
.start_your_free_trial .book-demo-text {
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    line-height: 1.4;
    margin-top: 0;
}
.start_your_free_trial p {
    font-size: 22px;
    color: #666;
    line-height: 1.4;
    padding-top: 20px;
}
.reviewCard {
    background: #E1FCDE;
    border-radius: 10px;
    border: none;
    height: 100%;
    padding: 0.5rem 0.8rem;
}
/* --------navbar----- */
/* Navigation UI – matches the screenshot */
.resource-navbar-wrapper {
  background: #ffffff;
  border-bottom: 1px solid #eef0f5;
  position: relative;
  z-index: 100;
}

.resource-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 35px 15px 1px 15px;
    margin: 0;
    height: 70px;
}

.resource-nav li {
  margin: 0 5px;
}

.resource-nav .nav-item-link {
  font-size: 16px;
  font-weight: 500;
  padding: 14px 22px;
  color: #333;
  border-radius: 5px 5px 0 0;
  transition: 0.2s;
}
.resource-nav .nav-item-link.active {
  background: #eef4ff;
  color: #1a56db !important;
  font-weight: bold;
}
/* Sticky on scroll */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.hippa-images img {
  height: 120px;
  margin: 10px 20px;
}
/* ------featuredIN-------- */
/* Card container */
.resources-card {
  border-radius: 10px;
  overflow: hidden;
}

/* Left image column */
.resources-card .col-lg-6:first-child {
  padding: 0;
}
.resources-card .cardImage {
  width: 100%;
  height: 100%;
  max-height: 300px;  /* controls height */
}

/* RIGHT SIDE SCROLL AREA */
.brochure-section {
  padding: 10px;
  max-height: 300px;      /* same height as image */
  overflow-y: auto;       /* enables vertical scroll */
  -webkit-overflow-scrolling: touch; /* smooth scroll */
}

/* Each news/media row */
.brochure-section .media {
  padding: 12px 6px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Last one */
.brochure-section .media.border-0 {
  border-bottom: 0;
}

/* Scrollbar styling (optional) */
.brochure-section::-webkit-scrollbar {
  width: 8px;
}
.brochure-section::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.18);
  border-radius: 6px;
}
.brochure-section .media {
  border-bottom: 1px solid #ccc;
  padding: 12px 5px;
}
.brochure-section p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.brochure-section img{
  height: 285px;
}
/* MOBILE — disable scroll for better UX */
@media (max-width: 991px) {
  .brochure-section {
    max-height: none;
    overflow: visible;
    padding: 18px;
  }
}


/* -----------------------------------
   MOBILE RESPONSIVENESS
-------------------------------------*/

/* For mobiles: Horizontal scroll tabs */
@media (max-width: 991px) {
  .resource-nav {
      overflow-x: auto;
      white-space: nowrap;
      justify-content: flex-start;
      padding: 35px 0;
      height: 0;
      scroll-behavior: smooth;
  }

  .resource-nav::-webkit-scrollbar {
      display: none;  /* Hide scrollbar for mobile */
  }

  .resource-nav li {
      margin: 0 12px;
      display: inline-block;
  }

  .resource-nav .nav-item-link {
      font-size: 15px;
      padding: 14px 16px;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .resource-nav .nav-item-link {
      font-size: 14px;
      padding: 10px 14px;
  }
  .resource-nav{
    padding: 30px 0;
  }
  .resource-nav li {
      margin: 0 8px;
  }
}
/* -----end--------- */
.g21{
  height: 85px;
  position: relative;
  margin-top: -70px;  
}
.g22{
    height: 100px;
    position: relative;
    margin-top: -35px;  
}
.g23{
    height: 85px;
    position: relative;
    margin-top: -70px;  
}
.capimages {
    height: 55px;
    margin: auto;
    position: relative;
    margin-top: -35px;
}
.ssuggest {
  height: 55px;
  margin: auto;
  position: relative;
  margin-top: -35px;
  }
/*  */
.pdfLink{
    padding: 8px 12px;
    color: #fff;
    background-color: #3ba341;
    border-radius: 5px;
    font-weight: bold;
}
.pdfLink:hover{
    color: #fff;
    background-color: #3ba341;
    font-weight: bold;
}
.pdfLink:focus{
    color: #fff;
}
.pdfLink:active{
    color: #fff;
}
.pdfLink:active{
    color: #fff;
}
.linkIcon{
    padding: 5px 10px;
    color: #fff;
    background-color: #3ba341;
    border-radius: 5px; 
    font-weight: 600;
}
.linkIcon:focus{
    color: #fff;
}
.linkIcon:active{
    color: #fff;
}
.linkIcon:hover{
    color: #fff;
}
.reportLink{
    padding: 4px 12px;
    color: #222;
    background-color: rgb(226, 225, 225);
    border-radius: 5px;
    font-weight: bold;
}
.reportLink:hover{
    color: #222;
    background-color: rgb(226, 225, 225);
    font-weight: bold;
}
.reportLink:focus{
    color: #222;
}
.reportLink:active{
    color: #222;
}
.border-round-btn{
  color: #3ba341;
  border: 2px solid #3ba341;
  border-radius: 50px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 600;
}
.border-round-btn:hover{
  color: #3ba341;
}
.border-round-btn:active{
  color: #3ba341;
}
/* -----brochure------- */
.custom-tabs {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
}
    .custom-tabs .nav-item { margin-right: 30px; position: relative; }
    .custom-tabs .nav-link { 
        font-weight: 500;
        font-size: 18px;
        color: #444;
        padding: 12px 30px;
        border-radius: 2px 2px 0 0;
        border: none;
    }
    .custom-tabs .nav-link.active {
      background: #eef4ff;
      color: #1a4dd8 !important;
      font-weight: 600;
    }
    .custom-tabs .nav-link:hover {
        background: #eef4ff;
        color: #1a4dd8 !important;
        font-weight: 600;
    }
    .custom-tabs .divider {
      width: 1px;
      height: 20px;
      background: #ccc;
      margin-right: 30px;
    }
.brochure-card {
    background : #D2F4D4;
    border-radius: 12px;
    padding : 0;
    overflow : hidden;
    border : 1px solid #eaeaea;
}
.brochure-card .brochureImg {
    margin: auto;
    padding: 20px 0 0 0;
    justify-items: center;
    display: grid;
    height: 185px;
}
.brochure-body {
    padding: 20px;
    background: #fff;
}
.brochure-title {
    font-size: 20px;
    font-weight: 600;
}
.brochure-desc {
    font-size: 15px;
    color: #666;
    margin: 10px 0 20px;
}
.btn-download {
    background : #4caf50;
    color : #fff;
    border-radius: 6px;
    padding : 6px 20px;
    font-size : 15px;
    border: 0;
}
.btn-download:hover{
    color: #fff;
    font-size : 15px;
}
.btn-download:focus{
  color: #fff;
  font-size : 15px;
}
/* product overview */

.product-overview-section {
    position: relative;
  }
  .overview-box {
    border: 1px solid #457ef8;
    border-radius: 30px;
    padding: 30px 40px;
    background: #fff;
    position: relative;
  }
  .overview-text {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    padding-right: 300px;
  }
  
  /* Laptop & Mobile positioning */
  .product-laptop-image{        
        position: absolute;
        margin-top: -100px;
        right: 190px;  
  }
  .product-laptop-image img{ 
      height: 300px;
   }
   .productOverviewcard{
        border-radius: 12px;
        padding : 0;
        overflow : hidden;
        border : 1px solid #eaeaea;
        height: 100%;
   }
   .productOverviewcard .brochure-body {
     padding: 20px 20px 0 20px;
     background: #fff;
    }
   .productOverviewcard ul{
       padding-bottom: 0px;
   }
   .productOverviewcard .list-icon{
    height: 18px;
    float: right;
    margin-right: 5px;
    margin-top: 3px;
   }
   .productOverviewcard ul li:first-child{
    border-top: 1px solid #eee;
   }
   .productOverviewcard ul li{
       padding: 12px 10px;
       border-bottom: 1px solid #eee;
       font-weight: 600;
   }
.brochure-desc-1 {
    font-size: 15px;
    color: #666;
    margin: 0px 0 20px;
}
.mobileappcard{
    border-radius: 12px;
    padding : 0;
    overflow : hidden;
    border : 1px solid #eaeaea;
}
.apps-section .media {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 20px;
}
.apps-section .media:last-child{
    border-bottom: 0;
}
.apps-section .appIcon {
    width: auto;
    height: 35px;
}
.apps-section span {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.3;
    font-weight: bold;
}
.apps-section .redirecrIcon {
    width: 30px;
    height: auto;
}
.mobileappimage{
    height: 362px;
    width: auto;
}
/*---------plan suggester----------- */
#planSuggesterModal .close {
    font-size: 2.5rem;
    color: #222;
    margin-right: 20px;
    margin-top: 20px;
}
.plan-suggester{
    background-color: #ECFBF0;
    padding: 60px 0 10px 0;
    margin-top: 30px;
    margin-bottom: 90px;
}
.plan-btn{
    padding: 10px 50px;
    font-size: 20px !important;
    background-color: #3ba341;
    font-weight: bold;
    border-color: #3ba341;
    color: #fff;
}
.plan-suggester .card{
   height: 100%;
   width: 215px;
}
.plan-suggester .card img{
    height: 50px;
}
.plan-btn:hover{
    color: #fff;
}
.plan-btn:active{
    color: #fff;
}
.standardbgColor{
    background-color: #C9FAD5;
    border-radius: 12px;
    position: relative;
    top: 60px;
}
.plan-suggester .card p{
    color: #666;
}
.advancedbgColor{
    background-color: #C0E0F8;
    border-radius: 12px;
    position: relative;
    top: 90px;
}
.premiumbgColor{
    background-color: #F4E18A;
    border-radius: 12px;
    position: relative;
    top: 60px;
}
/* -----------Ai-Powerd-------- */
.card-ai-section{
    padding-top: 2rem;
}
:root {
    --split-color: #49546B; /* dark background behind the image */
  }
.ai-card{
    background: white;
    padding: 25px;
    min-height: 250px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 15px;
  }
  .ai-card.split-left{
    background:
      linear-gradient(90deg, var(--split-color) 0 30%, rgba(255,255,255,0) 30% 100%),
      white;
  }
  .ai-card.split-right{
    background:
      linear-gradient(90deg, rgba(255,255,255,0) 0 70%, var(--split-color) 70% 100%),
      white;
  }
  /* illustration container */
  .illustration{
    width: auto;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 16px;
    border-radius: 10px;
  }
  /* text column */
  .card-text{
    flex: 1;
    padding: 0 24px;
  }
  .ai-title{
    font-weight:bold;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .ai-desc{
    line-height:1.5;
    margin-bottom: 20px;
    font-size: 15px;
    color: #666;
  }
  .cta{
    background-color: #3ba341;
    border-color: #3ba341;
    color: white;
    border-radius: 8px;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    margin-top: 30px;
  }
  .cta:hover{
      color: #fff;
  }
  .cta:active{
    color: #fff;
  }
  .cta:focus{
    color: #fff;
  }
.illustration img{
    height: 240px;
    display:block;
}
.card-row{
    margin-bottom: 18px;
}
/* -----------Academy------------- */
.crelio-academy{
  padding-top: 30px;
}
.course-list-wrapper {
    background: #fff;
    border-radius: 16px;
    height: 600px;
    overflow: hidden;
    border: 1px solid #ccc;
  }
  .course-list {
    height: 520px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .course-list::-webkit-scrollbar {
    width: 8px;
  }
  .course-list::-webkit-scrollbar-track {
    background: #E6EFFF;  
    border-radius: 10px;
  }
  
  .course-list::-webkit-scrollbar-thumb {
    background: #AFCAFF;
    border-radius: 10px;
  }
  .icon-img {
    height: 80px;
    width: auto;
    margin-top: 8px;
  }
  .course-image-wrapper {
    position: relative;
  }
  .bg-course-list{
      background-color: #F2F5FA;
      padding: 20px 0;
      font-size: 26px;
  }

/* Blog Section - Blog Page
------------------------------*/
.blog{
padding: 50px 0 0 0;
}
#posts-container{
  position: relative;
  margin-top: -50px;
}
.blog .posts-list article {
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
    border: 1px solid #ccc;
  }
  .blog .posts-list .post-img {
    margin: -25px -30px 15px -30px;
    overflow: hidden;
    border: 1px solid #DBECE3;
  }
  
  .blog .posts-list .post-category {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog .posts-list .title {
    margin: 20px 0;
  }
  .blog .posts-list .title a{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    transition: 0.3s;
    font-family: "Product Sans"!important;
  }
  .blog .posts-list .title a:hover{
    color: #3ba341;
  }
  .blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .blogMargin{
    margin-top: 30px;
}

.slick-prev:before, .slick-next:before{
    font-size: 35px;
  }
  .slick-slide {   
    margin: 0 8px; 
    width: 100%;
    box-sizing: border-box; 
  }
  .slick-prev:before, .slick-next:before{
    color: #3ba341;
  }
  .slick-next {
    right: -12px;
  }
  .slick-prev {
    left: -25px;
  }

  .block {
    overflow: hidden;
    width: 100%;
    margin: 35px auto;
    background: transparent;
    }
    .animation {
    width: auto;
    height: 100px;
    font-size: 0px;
    }
    .animation div {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    }
    .slick-dots li button:before{
      font-size: 12px;
    }
    .slick-dots {
      position: relative;
      top: 10px;
    }

/* -------Smart report template-------- */
.labReportCard{
  border-radius: 12px;
  padding : 0;
  overflow : hidden;
  border : 1px solid #eaeaea;
  height: 95%;
}
.labReportCard .brochure-body {
padding: 20px 20px 0 20px;
background: #fff;
}
.reportImg{
  padding: 10px 25px 0 25px;
  background-color: #EBF1FA;
}
.smart-report-template h6{
  font-size: 18px;
  font-weight: bold;
}
.smart-report-template .card .card-body{
  padding: 12px 25px;
}
.report-item {
  padding : 5px 0 15px 0;
  border-bottom: 1px solid #e8ebef;
  align-items: center;
}
.report-item:last-child {
  border-bottom: none;
}
.report-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}
.report-desc {
  color : #6b7280;
  font-size: 15px;
  line-height: 1.35;
}
/* truncation using line-clamp */
.expandable {
  display: inline-block!important;
  max-width: 435px;    
  white-space: nowrap;     
  overflow: hidden;
  text-overflow: ellipsis; 
  position: relative;
  padding-right: 40px; 
}
.expandable::after {
  display: none !important; 
}
.hidden-more {
  display: none;
}
/* More link */
.more-link {
  color: #2563eb;
  font-weight:500;
  font-size: 15px;
  cursor:pointer;
  margin-left:2px;
  white-space:nowrap;
}
.expandable.expanded {
  display:block;
  -webkit-line-clamp: unset;
  overflow: visible;
  max-width: unset;  
  white-space: normal;
}
.expandable.expanded::after { opacity:0; display:none; }
.downloadPdf {
  padding: 5px 12px;
  color: #fff;
  background-color: #3ba341;
  border-radius: 5px;
  right: 5px;
  top: 10px;
  position: relative;
}
.downloadPdf:hover{
  color: #fff;
}
.downloadPdf:active{
  color: #fff;
}
.downloadPdf2 {
  padding: 5px 12px;
  color: #fff;
  background-color: #3ba341;
  border-radius: 5px;
  margin-top: 10px;
}
.downloadPdf2:hover{
  color: #fff;
}
.downloadPdf2:active{
  color: #fff;
}
/* --------Event Archives-------- */
.event-archives .card{
  border-radius: 10px;
}
.event-archives .eventimage img{
  margin: 10px 20px;
}
.event-archives .adlmimage{
height: 80px;
}
.event-title {
  font-size: 22px;
  font-weight: 600;
}
.event-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.slider-track {
  display: flex;
  width: calc(250px * 10); /* slide width × total slides */
  animation: scroll 40s linear infinite;
}

.slide {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
  transition: 0.3s ease;
}

.slide:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}

/* Infinite scroll animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 5)); }
}

/* Responsive */
@media (max-width: 768px) {
  .slide {
    width: 180px;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .slide {
    width: 140px;
    height: 200px;
  }
}

/* ---------customer stories------- */
.customer-stories {
  background: #e9f1f7;
}
.video-list-wrapper {
  background: #49546B;
  border-radius: 12px;
  height: 370px;
  overflow-y: auto;
}
.video-card {
  border-radius: 10px;
  padding: 15px 15px 5px 15px;
}
.person-img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 20px;
}
.video-content {
  flex: 1;
  color: #fff;
  border-bottom: 2px solid #414c61;
}
.quote {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
.youtube-icon {
  width: 100px;
  height: 60px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 8px;
}
.highlight-box {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  height: -webkit-fill-available;
}
.highlight-box h3{
  font-size: 2.4rem;
}
.quote-icon {
  font-size: 50px;
  color: #5bb46e;
  line-height: 30px;
}
.video-content h6{
  color:#e2e2e2; 
}
.carousel-in a {
  position: relative;
  display: inline-block;
  max-width: 190px;  
  height: auto;
  width: 25%;  
  opacity: 1;  
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border: 1px solid #666;
}
.slick-slide {
  margin: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.carousel-in a::before {
  content: "";
  position: absolute;
  top: 0em;
  right: 0em;
  bottom: 0em;
  left: 0em;
  background: rgba(0, 0, 1, .1);
}
.slick-slide img {
  display: block;
  border-radius: 5px;
}
.carousel-in .slick-prev {
  left: -12px;
}
.carousel-in .slick-prev, .carousel-in .slick-next {
  top: 35%;
}
.carousel-in .slick-next:before {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.carousel-in .slick-prev:before {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

/* ------------------------ */

/* Responsive Adjustments */
  @media (max-width: 991px) {
    .illustration{ width: 38%; }
    .product-laptop-image{
       display: none;
    }
    .overview-text {
        padding-right: 0px;
    }
    .mobileappcard{
        padding: 0px 20px 20px 20px;
    }
    .standardbgColor{
        top: 20px;
    }
    .advancedbgColor{
        top: 40px;
    }
    .premiumbgColor{
        top: 60px;
        margin-bottom: 20px;
    }
    .plan-suggester {
        background-color: #ECFBF0;
        padding: 60px 0 100px 0;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .ai-card.split-right{
        background: none!important;
    }
    .ai-card.split-left{
        background: none!important;
    }
    .cta {
        margin-top: 10px;
    }
    .custom-tabs {
      border:0;
      width: -webkit-fill-available;
      margin: auto;
      justify-content: center;
    }
    .custom-tabs .divider {
      display: none;
    }
    .custom-tabs .nav-link{
      padding: 15px 30px;
    }
    .plan-suggester .card{
      width: auto;
      margin-top: 10px;
    }

  }
  
/* -----media 767---- */
  @media (max-width: 767px){
    .ai-card{
      flex-direction: column;
      text-align: center;
    }
    .slick-dots {
        display: none!important;
        top: 0px;
    }
    .illustration{ width: 80%; margin-bottom: 0px;order: 1; }
    .card-text{ padding: 0;order: 2; }
    .expandable {
      display: inline-block!important;
      max-width: none;    
      white-space: normal;     
      overflow: auto;
      text-overflow: ellipsis; 
      position: relative;
      padding-right: 0px; 
    }
    .more-link {
      display: none;
    }
  }

  @media only screen and (max-width: 572px) {
      
    .slick-prev{
      left: 9px;
      z-index: 999999999;
    }
    .slick-next{
      right: 19px;
      z-index: 999999999;
    }
    }