/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1720500769
Updated: 2024-07-09 04:52:49

*/
.comments-area a, .page-content a {
    text-decoration: none !important;
}

#comments{
	display:none;
}
ul{
    padding:0;
    margin:0;
}
.pl-40{
    padding-left:40px;   
}

#header {
    width: 100%;
    transition: all 0.3s ease;
}
.
#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.12);
	display:flex;
	justify-content:space-between;
	align-items:center;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow{
	width:100% !important;
}
#testimonials .slide-image{
	//display:none !important;
}

#client_logo img{
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}

#client_logo img:hover {
    filter: grayscale(0);
}
/**== Products List Css open ==**/
.project_grid {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
    max-height: 400px;
    min-height: 230px;
}

.project_grid:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(26, 158, 217, 0.3), 0 10px 10px rgba(26, 158, 217, 0.22);
}

.project_grid:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}

.project_grid figure {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.project_grid figure img {
    opacity: 0;
    height: 100%;
    width: 100%;
}

.project_grid .content {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient( 45deg, rgba(26, 158, 217, 0.9) 0%,  rgba(26, 158, 217, 0.5) 50%, transparent 100%);
    transition: all 0.3s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 2;
    text-align: center;
}

.project_grid:hover .content {
    opacity: 1;
}
ul.project-tags{
    display:inline-block;
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
    border-bottom:1px solid #fff;
    margin-bottom:10px;
    padding-bottom:5px;
}
ul.project-tags li{
    color:#fff;
    opacity:0.9;
    font-size:15px;
    text-align:left;
}

.project_grid .content h4 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    transform: translateY(50px);
    transition: transform 0.3s ease;
    text-align:left;
}

.project_grid:hover .content h4 {
    transform: translateY(0);
}

.project_list ul#filters {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    display:block;
}

.project_list ul#filters li {
    display: inline-block;
    margin: 5px 2px;
}

.project_list ul#filters li a {
    display: inline-block;
    padding: 10px 20px;
    //border: 1px solid var(--e-global-color-primary);
    background: var( --e-global-color-text );
    color: #fff;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.project_list ul#filters li a:hover,
.project_list ul#filters li a.active {
    background:  var(--e-global-color-primary);
}
.project_list #submenu .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    margin-bottom:30px;
}
.project_list #submenu a.active{
     color:  var(--e-global-color-primary);
}
.project_slider_list .project_grid {
    margin: 30px 20px;
}

.project_slider_list .slick-dots li{
	margin-right: 5px;
}
.project_slider_list .slick-dots li.slick-active button:before{
	color:var(--e-global-color-primary);
}
.slick-prev, .slick-next {
  font-size: 0 !important;
  color: #333;
  background: none;
  border: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
    padding: 0 !important;
    background: transparent !important;
}
.slick-next:before, .slick-prev:before{
    color:var(--e-global-color-primary);
    font-size:28px;
}
.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-prev:hover, .slick-next:hover {
  color: #000;
}

.slick-prev:focus, .slick-next:focus {
  outline: none;
}
/**== Products List Css Close ==**/

/**== technology List Css Open ==**/
.tech_list ul.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tech_list .nav-item .nav-link {
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  color: #333;
  background: #f5f5f5;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.tech_list .nav-item .nav-link:hover {
  background: rgba(27, 158, 217, 0.15);
  transform: translateY(-1px);
}

.tech_list .nav-item .nav-link.active {
  background: linear-gradient(135deg, #1b9ed9, #1477ab);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(27, 158, 217, 0.3);
}

.tech_list .tech_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.tech_list .tech_grid {
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 10px;
}

.tech_list .tech_grid:hover {
  transform: scale(1.08);
  background: rgba(27, 158, 217, 0.05);
}

.tech_list .tech_grid figure {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
}

.tech_list .tech_grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(20%);
  transition: all 0.3s ease;
}

.tech_list .tech_grid:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .tech_list ul.nav-tabs {
    gap: 8px;
  }
  
  .tech_list .nav-item .nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
  
  .tech_list .tech_ul {
    gap: 15px;
  }
  
  .tech_list .tech_grid figure {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .tech_list ul.nav-tabs {
    justify-content: flex-start;
  }
  
  .tech_list .tech_ul {
    gap: 12px;
    justify-content: space-around;
  }
  
  .tech_list .tech_grid figure {
    width: 60px;
    height: 60px;
  }
}
/**== technology List Css Close ==**/
/**== Single Blogs Css Open ==**/
.blog-header{
	background-image: url(https://krizmatic.com.au/wp-content/uploads/2024/07/K-background.jpg);
    background-position: bottom left;
    background-size: cover;
}

.breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.post-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.eblog-single-inner .icon-img{
	background:transparent !important;
}
/**== Single Blogs Css Close ==**/
/* Category Page Styles */
.category-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.category-header {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.category-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--e-global-color-primary);
}

.category-title {
    font-size: 2.8rem;
    color: var( --e-global-color-text );
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.category-description {
    font-size: 1.2rem;
    color: var( --e-global-color-text );
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.category-posts {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}

.post-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(26, 158, 217, 0.1);
}

.post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px 0 #CEE5ED;
    border-color: rgba(26, 158, 217, 0.3);
}

.post-thumbnail {
    display: block;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.1);
}

.post-card:hover .image-overlay {
    opacity: 1;
}

.post-content {
    padding: 25px;
}
.post-excerpt{
	margin-bottom:15px;
}

.category-pagination {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.no-posts {
    text-align: center;
    font-size: 1.2rem;
    color: #95a5a6;
    padding: 60px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .category-posts {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .category-title {
        font-size: 2.2rem;
    }
    
    .category-header {
        margin-bottom: 30px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.post-card:nth-child(1) { animation-delay: 0.1s; }
.post-card:nth-child(2) { animation-delay: 0.2s; }
.post-card:nth-child(3) { animation-delay: 0.3s; }
.post-card:nth-child(4) { animation-delay: 0.4s; }
.post-card:nth-child(5) { animation-delay: 0.5s; }
.post-card:nth-child(6) { animation-delay: 0.6s; }


/* 404 Page Styles */
.error-illustration img {
    max-width: 100%;
    height: auto;
    animation: float 4s ease-in-out infinite;
}

.error-title {
    color: #1A9ED9;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
}

.error-subtitle {
    font-weight: 600;
    margin-bottom: 20px;
}

.error-message {
    max-width: 400px;
}

/* Animation for the illustration */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .error-title {
        font-size: 3rem;
    }
    .error-subtitle {
        font-size: 1.5rem;
    }
}