.custom-counter-widget-main{
    width: 100%;
    height: fit-content;
    position: relative;
    height: 100%;
}
.custom-counter-widget{
    position: relative;
    padding: 30px 35px 30px;
    height: 100%;
}
.custom-counter-widget:before{
    border-width: 2px;
    border-style: solid;
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    position: absolute;
    border-color: #565658;
    top: 0px;
    left: 0px;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    transition: border-width 0.3s ease;
}
.custom-counter-widget:after{
    border-width: 2px;
    border-style: solid;
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    position: absolute;
    border-color: #565658;
    bottom: 0px;
    right: 0px;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    transition: border-width 0.3s ease;
}
.custom-counter-widget-icon{
    width: fit-content;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0.3;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 100px;
}
.custom-counter-widget-heading{
    font-size: 40px;
    float: none;
    display: inline-block;
    width: 100%;
    color: #565658;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    font-family: Poppins;
}
.custom-counter-widget-paragraph{
    margin-bottom: 0;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: inherit;
    color: #565658;
}
.custom-counter-widget-main:hover .custom-counter-widget::before{
    border-width: 5px;
}
.custom-counter-widget-main:hover .custom-counter-widget::after{
    border-width: 5px;
}
.custom-counter-widget-main:hover .custom-counter-widget-icon{
    transform: scale(0.9);
    opacity: 1;
}
.custom-counter-widget-icon img{
    filter: sepia(100%);
}

.olympeo-custom-widget-main{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.olympeo-custom-widget-outer{
    position: relative;
    overflow: hidden;
    width: calc(33.33% - 7px);
    height: 250px;
}
.olympeo-custom-widget{
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 1s ease;
}
.olympeo-custom-widget-inner{
    padding: 35px 45px;
    height: 100%;
}
.olympeo-custom-widget-image{
    padding: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
    transition: opacity 0.5s ease;
}
.olympeo-custom-widget-title{
    color: #CEB378;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
.olympeo-custom-widget-subtitle{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px 10px 0px;
}
.olympeo-custom-widget-outer:hover .olympeo-custom-widget{
    transform: scale(1.09);
    transition: transform 1s ease;
}
.olympeo-custom-widget-outer:hover .olympeo-custom-widget-image{
    opacity: 1;
    transition: opacity 0.5s ease;
}
.olympeo-custom-widget-learn-more{
    color: white;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.olympeo-custom-widget-learn-more span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-arrow-cus{
    display: none!important;
}
.olympeo-custom-widget-learn-more:hover{
    color: white;
}
@media screen and (max-width:1024px) {
    .olympeo-custom-widget-outer{
        width: calc(50% - 5px);
    }
	.olympeo-custom-widget-inner{
		padding: 30px 35px;
	}
}
@media screen and (max-width:768px) {
     .olympeo-custom-widget-outer {
        width: 100%;
    }

    .olympeo-custom-widget {
        transform: scale(1);
        transition: transform 1s ease;
        height: 250px;
    }

    .olympeo-custom-widget-image {
        opacity: 1;
        transition: opacity 0.5s ease;
        padding: 20px;
        justify-content: space-between;
        flex-direction: row;
    }

    .olympeo-custom-widget-outer:hover .olympeo-custom-widget {
        transform: scale(1);
        transition: transform 1s ease;
    }

    .olympeo-custom-widget-outer:hover .olympeo-custom-widget-image {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .olympeo-custom-widget-outer {
        height: 350px;
    }

    .olympeo-custom-widget-inner {
        position: absolute;
        top: 250px;
        padding: 0px;
        width: 100%;
        height: 100px;
    }

    .olympeo-custom-widget-title {
        text-align: start;
    }

    .olympeo-custom-widget-subtitle {
        text-align: start;
        margin: 0px;
    }

    .desktop-arrow-cus, .text-desktop-cus{
        display: none!important;
    }
    .mobile-arrow-cus{
        display: flex!important;
    }
    /* .olympeo-custom-widget-image{
		opacity: 1;
		transition: opacity 0.5s ease;
	}
	.olympeo-custom-widget{
		transform: scale(1.09);
		transition: transform 1s ease;
	}
	.olympeo-custom-widget-outer.active-ocwo .olympeo-custom-widget{
		transform: scale(1);
		transition: transform 1s ease;
	}
	.olympeo-custom-widget-outer.active-ocwo .olympeo-custom-widget-image{
		opacity: 0;
		transition: opacity 0.5s ease;
	} */
}