.hc-home-box-wrapper { width: 100%; padding: 20px 0; padding-top:0px;}
.hc-widget-main-title {     margin-bottom: 25px;
    font-size: 34px;
    text-align: center; }

.hc-box-container {
    display: grid;
    gap: 20px; /* Kutular arası boşluk */
}

.hc-box-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;

}


.hc-box-link { display: block; height: 100%; width: 100%; }

.hc-box-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.3s ease;
    background-color: #F8F9FB;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    position: relative;
    text-align: center;
    box-shadow: none;
    padding-left: 5%;
    padding-right: 5%;
	    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 10%;
}

.hc-box-image img{
	    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    margin-top: 7%;
    margin-bottom: 7%;
	margin-top: 0;
    margin-bottom: 0;
}

.hc-box-item:hover .hc-box-image { transform: scale(1.00); }

.hc-box-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.1); /* İstediğiniz .5 siyah overlay */
    z-index: 1;
	transition:all 0.3s ease;
	    display: none;
}
.hc-box-item:hover .hc-box-overlay{
	background: rgba(0, 0, 0, 0.2); 
}
.hc-box-title {
    position: absolute;
    width: calc(100% - 2px);
    left: 1px;
    right: 1px;
    color: #000000;
	color: #0090e3;
    margin: 0;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.3s ease;
    bottom: 1px;
}
html[lang="fr-BE"] .hc-box-item-order8 .hc-box-title{
	    font-size: .90vw;
}
.hc-box-item:hover .hc-box-title {
	color: #ff6600 !important;
}
@media screen and (min-width: 560px) and (max-width: 768px) {
	.hc-home-boxes-top-area{
		height: auto;
		display: inline-block;
		width: 100%;
	}
	.hc-home-boxes-top-area .elementor-widget-container{
		height:auto;
		display: inline-block;
		width: 100%;
	}
}
.show-only-mob-box{
	display:none !important;
}
.hc-mobile-video-bottom-desc{
	display:none !important;
}
html[lang="de-BE"] .hc-box-container .hc-box-item:nth-child(8) .hc-box-title, .hc-box-container .hc-box-item:nth-child(9) .hc-box-title{
	font-size: .92vw;
}
@media only screen and (max-width: 1760px) and (min-width: 1100px) {
	.hc-box-container .hc-box-item:nth-child(8) .hc-box-title{
	    font-size: .98vw;
		line-height: 25px;
		        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.hc-box-container .hc-box-item:nth-child(9) .hc-box-title{
	    font-size: .98vw;
		line-height: 25px;
		        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}	
	html[lang="nl-NL"] .hc-box-container .hc-box-item:nth-child(8) .hc-box-title, .hc-box-container .hc-box-item:nth-child(9) .hc-box-title{
		font-size: 1vw;
	}	
	html[lang="de-BE"] .hc-box-container .hc-box-item:nth-child(8) .hc-box-title, .hc-box-container .hc-box-item:nth-child(9) .hc-box-title{
		font-size: .92vw;
	}	
}
@media only screen and (max-width: 1100px) and (min-width: 998px) {
	.hc-box-container .hc-box-item:nth-child(8) .hc-box-title{
	    font-size: .90vw;
		line-height: 25px;
		        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.hc-box-container .hc-box-item:nth-child(9) .hc-box-title{
	    font-size: .90vw;
		line-height: 25px;
		        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}	
	html[lang="nl-NL"] .hc-box-container .hc-box-item:nth-child(8) .hc-box-title, .hc-box-container .hc-box-item:nth-child(9) .hc-box-title{
		font-size: .92vw;
	}	
}
@media (max-width: 768px) {
	div[data-id="68ad37c"]{
		display:none !important;
	}
	div[data-id="f08dbe3"]{
		    margin-top: 0px !important;
	}
	.video-bottom-desc{
		font-size: 19px;
		text-align: center;
	}
	.hc-custom-pbox-wrapper-video{
		    padding: 16px;
    text-align: center;
	}
	.show-only-mob-box{
		display:block !important;
	    border-radius: 0;
	}
	.hc-widget-main-title {
		margin-bottom: 19px;
		font-size: 25px;
		background: #fff;
        width: auto;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
	}
	html[lang="fr-BE"] .hc-box-item-order8 .hc-box-title{
		font-size: 19px !important;
	}
	.hc-box-title{
		font-size:19px !important;
	}
	.hc-home-box-wrapper{
		padding-bottom:0px;
	}
}