.card-img:hover {}

.card-img-overlay {
	flex-direction: column;
	justify-content: center;
}


.testimonial-card {}

.card-title,
.card-text {
	text-align: center;
}

.hr-separator {
	border-top: 3px solid #fff;
	width: 50px;
}

.custom-card-title {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.723px;
	text-transform: uppercase;

}

.custom-card-title-animation {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.custom-card:hover .custom-card-title-animation {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.custom-card-type {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.723px;
	text-transform: uppercase;
	transform: translateY(20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.custom-card:hover .custom-card-type {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.custom-separator {
	width: 58.685px;
	height: 1.001px;
	flex-shrink: 0;
	border: none;
	background-color: #FFF !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 2px !important;
	/* Adjust as necessary */
	margin-bottom: 2px !important;
	/* Adjust as necessary */
}

.custom-card {
	height: 270px;
	width: 450px;
	margin-right:15px;
	margin-bottom:15px
}

.custom-meta-box-field {
	margin-bottom: 10px;
	/* Adjust spacing as needed */
}

.custom-meta-box-field label {
	display: block;
	margin-bottom: 5px;
}

.custom-meta-box-field input,
.custom-meta-box-field select {
	width: 100%;
	box-sizing: border-box;
	/* Makes sure padding doesn't add to the total width */
}

/* Laptop L - screens around 1440px wide */
@media (max-width: 1440px) {
    .custom-card {
        height: 300px;
        width: 300px;
    }
}

/* Smaller desktops and laptops */
@media (max-width: 1200px) {
    .custom-card {
        height: 300px;
        width: 300px;
    }
}

/* Tablets and large phones */
@media (max-width: 768px) {
    .custom-card {
        height: 300px;
        width: 300px;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .custom-card {
        height: 300px;
        width: 90%;
		margin-right:0px;
    }
}

.filter-form {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: nowrap;
}

.filter-btn {
	background-color: transparent !important;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;

	color: #4A4A4E;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.465px;
}

.filter-form button:focus {
	outline: none;
}

.filter-btn.active,
.filter-btn:hover {
	background-color: transparent !important;
	border: none;
	color: #141416;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.465px;
}

.filter-btn.active::after,
.filter-btn:hover::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 3px;
	background-color: #141416;
	/* Underline color for active and hover state */
}

.filter-dropdown {
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: fit-content;
	color: #4A4A4E;

	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.465px;
}

/* Add focus and hover styles for dropdowns */
.filter-dropdown:focus,
.filter-dropdown:hover {
	/* outline: none;
    border-bottom: 2px solid #000;  */
	/* Underline color for focus and hover state */
}


/* Reset the focus outline on select elements */
.filter-dropdown:focus {
	outline: none;
}

@media only screen and (max-width: 767px) {
	.filter-form {
		flex-wrap: wrap;
	}

	.filter-dropdown {
		width: -webkit-fill-available;
	}
}

/* Custom breakpoint for xxl screens (above 2560px) */
@media (min-width: 2560px) {
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}


.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

.modal-type {
	color: #141416;

	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.465px;
	text-transform: uppercase;
}

.modal-post-title {
	color: #141416;

	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.723px;
}

.modal-post-products-list {}

.modal-post-products {
	color: #141416;

	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.723px;
	padding-top: 20px;
}

.modal-button-text {
	color: #141416 !important;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.362px;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #141416;
}

.description-modal {
	color: #515151;

	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 137.5% */
	letter-spacing: 0.413px;
}

/* Custom styles for the close button */
.custom-close-button {
	position: absolute !important;
	background-color: #000 !important;
	border: none !important;
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
	color: #fff !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	opacity: inherit !important;
	right: -20px !important;
	top: -20px !important;
}

/* Remove the default close button styles added by Bootstrap */
.custom-close-button span {
	font-size: 22px;
	/* Adjust the font size as needed */
	font-weight: bold;
	/* Make the "X" bold */
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 0.9;
}

.close:hover {
	color: #ebebeb;
	text-decoration: none;
}

.news-product {
	color: #4A4A4E;

	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.465px;
	text-transform: uppercase;
}

.news-title {
	color: #141416;

	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	/* 108.333% */
	letter-spacing: 0.62px;
}

.news-subheading {
	color: #4A4A4E;

	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	letter-spacing: 0.413px;
}

.card {
	border: none;

}

.card .card-img img:hover {
	opacity: 0.6;
}

.card-img-overlay-review {
	opacity: 0;
}

.card-img-overlay-review:hover {
	opacity: 1;
	background: rgb(0 0 0 / 70%);
}

.card-img-overlay-award {
	opacity: 0;
}

.card .card-img-overlay-award:hover {
	opacity: 1;
	background: rgb(123 123 123 / 60%);
}

.card-img-overlay-testimonial {
	/* opacity: 0; */
}

.card-img-overlay-testimonial p {
	opacity: 0;
}

.card-img-overlay-testimonial:hover p {
	opacity: 1;
}

.card .card-img-overlay-testimonial:hover {
	opacity: 1;
	background: rgb(0 0 0 / 70%);
}

.card .card-img-overlay-testimonial:hover .custom-card-title {
	color: #fff !important
}

.custom-card-title-animation-testimonial {
	-webkit-transform: translateY(85px);
	-moz-transform: translateY(85px);
	transform: translateY(85px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.custom-card:hover .custom-card-title-animation-testimonial {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.news-date {
	color: #4A4A4E;

	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.465px;
}

.card-img-overlay-news {
    background-color:#818181
}

.card-img-overlay-news:hover {
    background: rgb(0 0 0 / 75%);
}

.card-img-overlay-news:hover .news-product {
	color: #4A4A4E;
}

.card-img-overlay-news:hover .news-title {
	color: #141416;
}

.card-img-overlay-news:hover .news-subheading {
	color: #4A4A4E;
}

.card-img-overlay-news:hover .news-date {
    color: #4A4A4E;
}

.custom-container {
    margin: auto;
}

.custom-container .custom-card {
	 width: 270px; 
	 height: 450px;
	 margin-bottom: 10px;
	 margin-right:15px
}


/* Optional: If you need to adjust the first and last column's margin */
.custom-container .custom-col:first-child {
    margin-left: 0;
}

.custom-container .custom-col:last-child {
    margin-right: 0;
}

.description-trim{
	margin-top:15px;
	margin-bottom:15px;
	height:50px;
	-webkit-line-clamp: 2;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 18px;
    font-weight: 400;
	color:#7a7a7a;
}

.new-card-title{
	color: #666666;
	/* font-family: "Figtree", Sans-serif; */
	font-size: 25px;
	font-weight: 700;
	height: 70px;
	/* margin-top:15px; */
	/* margin-bottom:15px; */
}

.new-card-post-type{
	color: #383838;
    transition: color 0.3s;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 5px;
}

.new-card-url{
	color: #666666;
    font-family: Sans-serif;
    font-size: 18px;
    font-weight: 600;
}
