 header.header_area.has_header_bg{
	position:absolute;
	top:40px;
}

header.header_area.has_header_bg.navbar_fixed {
    top: 0 !important;
}

.menu_cus.btn_get.btn-meta.btn_hover{
background-color: #6754e2;
color: #fff;
}

.price-sec-featured h3.elementor-heading-title.elementor-size-default{
		font-family: "Poppins", Sans-serif !important;
    font-weight: 600!important;
}

.price-sec-featured h2{
		font-family: "Poppins", Sans-serif !important;
    font-weight: 600!important;
}

.page-id-8673 section.breadcrumb_area {
    display: none;
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link{
	padding: 7px 0px;
}
.custom-footer nav{
    background-color: transparent !important;
}
.custom-footer nav li a{
    color: #fff ;
}
.custom-footer nav li a{
background-color: transparent !important;
}

/* navbar logo  */

img.sticky_logo_img {
    max-width: 250px !important;
}

img.main_logo_img{
	max-width: 250px !important;
}
/* documentation page css  */
/* Documentation page CSS */

.documentation_item {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px rgba(204, 199, 199, 0.5); /* Updated box shadow */
    text-align: center;
    height: 200px; /* Set a fixed height */
    width: 100%; /* Ensures full width in its container */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures spacing between elements inside */
}

.documentation_item .icon img {
    width: 50px;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 5px;
	padding-top: 5px;
}

.documentation_item .card-body {
    padding: 0;
    flex-grow: 1; /* Allows the body to grow to fill available space */
}

.documentation_item .card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.documentation_item .card-text {
    color: #666;
    text-align: justify; /* Added text justification */
    margin-top: 10px;
}

.media.documentation_item {
    display: block;
    padding: 10px;
}

/* Responsive adjustments */

/* For tablets and small desktops */
@media (max-width: 992px) {
    .documentation_item {
        height: auto; /* Allows height to adjust to content on smaller screens */
        margin-bottom: 15px; /* Reduces spacing between cards */
    }
    .documentation_item .icon img {
        width: 45px;
        height: 45px;
    }
    .documentation_item .card-title {
        font-size: 16px;
    }
}

/* For mobile devices */
@media (max-width: 576px) {
    .documentation_item {
        padding: 15px; /* Reduces padding on smaller screens */
        box-shadow: 0px 2px 4px rgba(204, 199, 199, 0.5);
    }
    .documentation_item .icon img {
        width: 40px;
        height: 50px;
    }
    .documentation_item .card-title {
        font-size: 15px;
    }
    .documentation_item .card-text {
        font-size: 14px; /* Adjusts text size for readability on small screens */
    }
	.documentation_item {
        height: auto; /* Allows height to adjust to content on smaller screens */
        margin-bottom: 15px; /* Reduces spacing between cards */
    }
}

@media(max-width: 1451px){
	.documentation_item {
        height: auto; /* Allows height to adjust to content on smaller screens */
        margin-bottom: 15px; /* Reduces spacing between cards */
    }
}
}


/* button effect */

section.erp_call_action_are, a.analytices_action_area_two{
	display: none !important;
}

.erp_call_action_area:after {
    display: none;
}

/* navigation css */
.header_area .navbar .navbar-nav .menu-item a, .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px !important;
}

.elementor-posts .elementor-post__excerpt p {
   
    text-align: justify !important;
}

html {
  scroll-behavior: smooth !important;
}


/* card css */
.card_content{
 display: -webkit-box;
    -webkit-line-clamp: 4 !important; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10em; /* Adjust based on line height */
    line-height: 1.5em; /* Adjust line height as needed */
}