/*PARTNER LOGO */

/* LOGOS */
.partner-logo-item.hidden {
    display: none;
}

.partner-logo img {
	/*    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
    transform:scale(0.95);
	    opacity:1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	/*cursor:pointer;*/
	max-height:80px;
   }
   .partner-logo img:hover {
/*	       -webkit-filter: grayscale(0%);*/ /* Safari 6.0 - 9.0 */
/*    filter: grayscale(0%);*/
	       opacity: 1;
    transform:scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	   
   }


.partner-logo-item img {
/*	    -webkit-filter: grayscale(100%); *//* Safari 6.0 - 9.0 */
/*    filter: grayscale(100%);*/
    transform:scale(0.95);
	    opacity:1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	/*cursor:pointer;*/
	max-height:80px;
   }
   .partner-logo-item img:hover {
/*	       -webkit-filter: grayscale(0%); *//* Safari 6.0 - 9.0 */
/*    filter: grayscale(0%);*/
	       opacity: 1;
    transform:scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
   }


.partner-carousel-item img { 
/* -webkit-filter: grayscale(100%); *//* Safari 6.0 - 9.0 */
/*    filter: grayscale(100%);*/
    transform:scale(0.95);
	    opacity:1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	/*cursor:pointer;*/
	max-height:100px;
}


.partner-carousel-item img:hover { 
/*	       -webkit-filter: grayscale(0%);*/ /* Safari 6.0 - 9.0 */
/*    filter: grayscale(0%);*/
	       opacity: 1;
    transform:scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


   /* END */


   /* CSS for Partner Logos Grid */
.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 6 logos per row on desktop */
    gap: 20px; /* Add some gap between logos */
  }
  
  /* CSS for Partner Logo Item */
  .partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Responsive CSS for Tablet */
  @media screen and (max-width: 768px) {
    .partner-logo-grid {
      grid-template-columns: repeat(3, 1fr); /* 3 logos per row on tablet */
    }
  }
  
  /* Responsive CSS for Mobile */
  @media screen and (max-width: 480px) {
    .partner-logo-grid {
      grid-template-columns: repeat(1, 1fr); /* 1 logo per row on mobile */
    }
  }

  .partner-logo-grid {
    /* CSS properties here */
    margin: 0 !important;
    padding: 0 !important;
}



/* LOGOS */
.partner-logo img {
 /*   -webkit-filter: grayscale(100%);
    transform: scale(0.95);*/
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  /*  cursor: pointer;*/
}

.partner-logo img:hover {
 /*   -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);*/
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* CSS for Partner Logos Grid */
.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 logos per row on desktop */
    gap: 20px; /* Add some gap between logos */
}

/* CSS for Partner Logo Item */
.partner-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive CSS for Tablet */
@media screen and (max-width: 768px) {
    .partner-logo-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 logos per row on tablet */
    }
}

/* Responsive CSS for Mobile */
@media screen and (max-width: 480px) {
    .partner-logo-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 logos per row on mobile */
    }
}


/* CSS for Partner Logos Grid */
.brand-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 6 logos per row on desktop */
    gap: 20px; /* Add some gap between logos */
}

/* Responsive CSS for Tablet */
@media screen and (max-width: 768px) {
    .brand-logo-grid {
        grid-template-columns: repeat(2, 1fr); /* 3 logos per row on tablet */
    }
}

/* Responsive CSS for Mobile */
@media screen and (max-width: 480px) {
    .brand-logo-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 logos per row on mobile */
    }
}




/*BLOG GRID */

.solutions-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px auto;
    padding: 0 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .solutions-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {
    .solutions-grid-container {
        grid-template-columns: 1fr;
    }
}

/* BLOG GRID UPDATED */

.blog-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px auto;
    padding: 0 10px;
}

.blog-grid-item {
    background-color: #f2f2f2; /* Card background */
    border-radius: 0.0rem; /* Rounded corners */
    overflow: hidden; /* Prevent content overflow */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
}

/* Hover Effects */
.blog-grid-item:hover {
    transform: translateY(-5px); /* Lift on hover */
    background-color: #f6f6f6;
}

/* Image */
.blog-grid-image {
    width: 100%;
    height: 200px; /* Fixed height */
    background-size: cover; /* Ensure the image covers the container */
    background-position: center; /* Center the image */
    background-color: #f2f2f2;
    overflow: hidden;
}

.blog-grid-image img {
    object-fit: cover;
    transition: transform 1.05s ease-in-out;
}

.blog-grid-image img:hover {
    transform: scale(1.2);
}

/* Content */
.blog-grid-content {
    padding: 15px 24px;
    text-align: center;
}

.blog-title {
    font-size: 22px;
    margin: 10px 0;
    color: #000;    
	min-height: 75px;
	display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .blog-title {
        min-height: 40px;
    }
}

.blog-title {
	text-align:center;
	justify-content: center;
}


.blog-grid-item:hover .blog-title {

}

.blog-excerpt {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 50px;
    color: #0000008a;
    font-weight: 400;
}

.blog-grid-item:hover .blog-excerpt {

}

.blog-button {
    color: #293868;
    text-decoration: underline;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.blog-button:hover {
    
}

.blog-grid-item:hover .blog-button {

	text-decoration:underline;
}

.blog-grid-item:hover .blog-button svg {
  color: #fff!important;
}

.blog-button:hover svg {
 color: #fff!important;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .blog-grid-image {
        height:auto!important;
    }
}

@media (max-width: 480px) {
    .blog-title,
    .blog-excerpt {
        font-size: 14px;
    }
}


.blog-button svg {
    display: inline-block;
	height: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid-container {
        grid-template-columns: 1fr;
    }
}


.blog-date { 
color:#757575;
}

























 /* APPLICATION */


.application-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.application-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:5px;
	border-radius:0.0rem;
}

.application-grid-item:hover {
/*background-color: #f2f2f2;*/
/*	transform: translateY(-5px);*/
   /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);*/
}

.application-grid-image {
    background-color: #f2f2f2;
    border-radius: 0.0rem;
    background-size: cover;
    background-position: center;
   /* height: 320px;*/
    width: 100%;
	background-color:#f2f2f2;
	object-fit: cover;
	overflow: hidden!important;
	aspect-ratio: 4 / 3!important; 
	
}



.application-grid-image img {
	background-color:#f2f2f2;
	object-fit: cover;
	/*height: 320px;*/
	aspect-ratio: 4 / 3!important; 
}

.application-grid-image img:hover {
transform: scale(1.2);
	overflow: hidden;
	 -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition:transform 1.05s ease-in-out;
    -ms-transition:transform 1.05s ease-in-out;
}

.application-grid-content {
    padding: 15px 0;
    text-align: center;
}

.application-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
	margin-top: 10px;
}

.application-excerpt {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
	font-weight:400;
}

.application-button {
    color: #293868;
    text-decoration: underline;
    padding: 10px 15px;
    border-radius: 0px;
    display: inline-block;
    transition: background-color 0.3s ease;
	font-size:16px;
}

.application-button:hover {

}

.application-button svg {
    display: inline-block;
	height: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .application-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .application-grid-container {
        grid-template-columns: 1fr;
    }
}

































.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 3fr; /* Left column 1/4 width, right column 3/4 width */
    gap: 20px;
}

.left-column {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 0px;
}

.taxonomy-term-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.taxonomy-term-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 0px;
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.taxonomy-term-link.active {
    background-color: #0073aa;
    color: #fff;
}

.taxonomy-term-link:hover {
    background-color: #0073aa;
    color: #fff;
}

.right-column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

h3.taxonomy-title { 
margin-top:15px;
}

.asortiman-grid-item {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
}

.asortiman-grid-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    text-align: center;
}

.asortiman-grid-title {
    font-size: 18px;
    font-weight: bold;
}

.asortiman-grid-button {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 12px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.asortiman-grid-button:hover {
    background-color: #005880;
}






/*cert */

.cert-grid-image { 
border-radius:0.0rem;
}

.cert-grid-image img { 
border-radius:0.0rem;
}


.blog-category-title { 
margin-top:30px;
}