/* ===================================================================================

* Theme Name: Lexend Child
* Theme URI: https://lexend.themegenix.com/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Lexend - Software, SaaS & Startup WordPress Theme
* Version: 1.0
* Template: lexend
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


/* HomePage css */
@media (min-width: 768px) {
    article.post.type-post.panel.rounded-3.p-2.md\:p-4.bg-secondary.dark\:bg-gray-300.dark\:bg-opacity-10 {
        padding: 1rem!important;
    }
	.cus-padding-none .container-expand{
	padding:0;
}
}
@media (max-width: 991px) {
	.cus-padding-none .container-expand{
	padding:0px 15px 0px 15px;
}
	.by-three{
	display: grid;
  grid-template-columns: repeat(1, 1fr)!important; /* 2 columns */
}
	.by-three > *:nth-last-child(-n+3) {
  display: none !important;
}
	}
i.icon.icon-4.unicon-quotes.text-primary::before {
  content: url('https://sqa.caretap.net/wp-content/uploads/2025/06/quotes.svg');
  display: inline-block;
  width: 24px;     /* adjust size */
  height: 24px;
  vertical-align: middle;
}
.cus-features .icon-box {
    background-color: #ffff !important;
    border-radius: 40px !important;
}
.cus-features-card .elementskit-box-style-content{
	list-style:none;
}
.cus-features-card .elementskit-box-style-content svg{
	color:#318378;
	margin-right: 10px;
	 fill: currentColor;
}
.cus-growfaster-border .e-con-inner{
	border: 2px solid #C0C0C0;
    border-radius: 50px;
}
@media (max-width: 767px) {
	body {
  overflow-x: hidden !important;
}
}
/* Ensure all icons in the list have the same size */
.ekit-wid-con .elementor-icon-list-icon svg {
  width: 1.2em;    /* Adjust size as needed */
  height: 1.2em;
  flex-shrink: 0;  /* Prevent shrinking if text is longer */
}

/* Align icons vertically with text */
.ekit-wid-con .elementor-icon-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-padding-none .max-w-1440px{
	max-width:1280px!important;
}
.custom-posts-grid{
	font-family: "Inter Tight", Sans-serif;
	display:grid;
	gap:20px;
}
.by-three{
	display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
}
.custom-post-category{
	color:#318378;
	
}
.custom-post-date{
	color:#797979;
}
.by-one .custom-post-meta{
	padding: 20px 0;
}
.by-three .custom-post-meta{
	padding: 0;
}
.custom-post-title{
	color: #318378;
    font-weight: bold;
    font-size:20px;
}
.custom-post-excerpt{
	color:#797979;
	margin-bottom:10px;
}
.custom-post-author {
	display:flex;
	align-items:center;
	color:#797979;
	gap:5px;
	font-size:14px;
}
.custom-post-author img{
	width:22px;
}
 .blog-box {
            display: flex;
            align-items: center;
            gap: 12px;
        }
         .blog-box .blog-right-img img{
           max-width: 185px;
        }
        .blog-box h5{
             color: #318378;
            font-size: 14px;
            font-weight: 400;
        }
            .blog-box span {
            color: #545453;
        }
        .blog-box a{
            color: #318378;
            font-size: 16px;
            font-weight: 600;

        }
         .blog-box a:hover{
            text-decoration: none;
         }
       .blog-box .btn{
           padding: 10px;
            background: #FAAE3C;
            color: #fff;
            border: 0.398442px solid #FAAE3C;
            border-radius: 8px;
            font-size: 14px;
		   line-height:0;
		   font-weight:400;
		   font-family: 'Inter Tight';
        }
/* HomePage css */

/* Mental health Software */
.cus-box-style-01 .box-body{
	padding:10px;
	border-radius:10px;
	background-color:#fff;
}
#ekit-table-container-ff85ca4_wrapper{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.cus-section__table table {
  position: relative;
  margin:0;
  font-family: "Inter Tight", Sans-serif;
  border-radius: 30px;
  overflow: hidden;
}
.cus-section__table tr > th:nth-child(1),
.cus-section__table tr > th:nth-child(2) {
    /* Your styles here */
    color: #383838;
}
.cus-section__table table th {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #D9D9D9;
  border: 0;
}
.cus-section__table table th, .cus-section__table table td {
  border: solid 1px rgba(51, 131, 119, 0.2509803922)!important;
  padding: 25px 40px;  
  vertical-align: middle;
}
.cus-section__table table td {
  font-size: 18px;
  color: #646464;
  background-color: #ffff;
}
.cus-section__table table tr:nth-child(odd) td {
  background-color: #F9F6F6;
}
.cus-section__table table th:first-child, .cus-section__table table td:first-child {
  border-left: solid 2px #FAAE3C;
}
.cus-section__table table th:last-child {
  font-weight: 700 !important;
  background-color: #338377;
}
.cus-section__table table td:last-child {
  font-weight: 600;
	color:#000;
}
.cus-section__table table td:first-child {
  font-weight: 600;
	color:#5A5A5A;
}
.cus-section__table table tr:nth-child(odd) td:last-child {
  background-color: #EFFBF7;
}

@media (min-width: 768px) {
.cus-section__table th:first-child, .cus-section__table td:first-child {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
.cus-section__table table th {
    padding: 10px;
    font-size: 15px;
  }
.cus-section__table table td {
    padding: 10px;
    font-size: 14px;
  }
}
/* Mental health Software */
/* Interpreting and Translation */
.cus-features-card .elementor-image-box-content{
	list-style:none;
}
.cus-features-card .elementor-image-box-content li{
	padding:5px;
	font-size:18px;
	color:#383838;
	display: flex;
  align-items: center;
  gap: 0.5em; /* adds space between SVG and text */
}
.cus-features-card .elementor-image-box-content svg{
	color:#00BC72;
	margin-right: 10px;
	width: 1rem;
    height: 1rem;
	flex-shrink: 0;
  fill: currentColor; /* optional: inherits text color */
}
/* Interpreting and Translation */
/* blog page css */
.cus-blog-breadcrumb{
	background-color: #F3F5F6;
    padding-top: 2rem;
    padding-bottom: 2rem;
	margin-bottom: 60px;
	border-radius: 20px;
}
@media (min-width: 768px) {
.cus-blog-breadcrumb{
	margin-top: -1rem;
}
}
@media (max-width: 992px) {
.cus-blog-breadcrumb{
	margin-top: 40px;
	margin-bottom: 40px;
	width:auto;
	margin-left: 15px;
    margin-right: 15px;
	padding: 30px;
}
	.cus-blog-breadcrumb li a{
	font-size:12px!important;
}
	.cus-blog-breadcrumb li {
	margin:0!important;
}
	.cus-blog-title{
		margin-left:15px;
		margin-right:15px;
		padding-left: 15px !important;
		font-size: 36px !important;
	}
	.cus-image-width{
		width:95%;
	}
}
.cus-blog-breadcrumb li a{
	font-family: "Inter Tight", Sans-serif!important;
}
.cus-blog-sidebar-form input{
	width:100%;
	border-radius: 10px;
    border: 1px solid #ddd;
}
.blog__sidebar{
	background-color:#F3F5F6!important;
}
.cus-container-padding{
	padding:0;
}
.cus-blog-title{
	margin-bottom:25px;
	padding-left:0px;
}
.cus-img-fill{
	object-fit: fill;
}
.pagination-wrap ul{
	justify-content: center;
}
.cus-blogs-left-aligned .items-center {
    align-items: flex-start!important;
}
.cus-blogs-left-aligned h3{
	text-align:left!important;
}
.comments-area, 
.comment-form,
#comments, 
.comments, 
.comment-list {
    display: none !important;
}
/* blog page css */

/* Pricing Page */
#wpcf7-f13-p1027-o1 textarea, #wpcf7-f13-p1027-o1 input{
	width:100%;
	border: 1px solid #ddd;
}
#wpcf7-f13-p1027-o1 input[type="checkbox"]{
	width:auto;
}

/* Pricing Page */
.wpcf7 form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0 auto;
  float: none;
}

.backtotop-wrap.uc-active {
   margin-bottom: 6rem !important;
}
.elementor-widget-elementskit-category-list{
	pointer-events:none;
}
/* Pricing Page */

/*  */
.why-attend-svg svg {
	max-width: none !important;
	max-width:fit-content!important;
}
@media (max-width: 767px) {
.mob-br{
	display:none;
}
}
/*  */

