.elementor-57373 .elementor-element.elementor-element-8cc0030{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-57373 .elementor-element.elementor-element-b8376b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-57373 .elementor-element.elementor-element-4aeac3b{--display:flex;}.elementor-57373 .elementor-element.elementor-element-4542dbc{--display:flex;}.elementor-57373 .elementor-element.elementor-element-c0e8d71{--display:flex;}.elementor-57373 .elementor-element.elementor-element-20bd8bb .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-57373 .elementor-element.elementor-element-d1d6662{--display:flex;}.elementor-57373 .elementor-element.elementor-element-c6467b1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.elementor-pagination .page-numbers.current {
    font-size: 24px; /* Current page size */
}

.elementor-pagination .prev {
    background-image: url('https://www.adaptationcommunity.net/wp-content/uploads/2025/03/Arrow_Left_Petrol.svg');
}

.elementor-pagination .prev,
.elementor-pagination .next {
    display: inline-block;
    width: 24px; /* Adjust image width */
    height: 24px; /* Adjust image height */
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px; /* Hides default text */
}

.elementor-pagination .next {
    background-image: url('https://www.adaptationcommunity.net/wp-content/uploads/2025/03/Arrow_Right_Petrol.svg');
}
.dots {
    color: #839297;
}

.publication-type {
    display: block; /* Ensures the text is on its own line */
    text-align: center; /* Centers the text */
    color: #00abab; /* Sets the text color */
    font-family: 'Core Sans'; /* Sets the font */
    font-size: 16px; /* Adjusts the size */
    font-weight: bold; /* Makes it stand out */
}

.topic-container .icon-container,
.topic-container .hover-arrow {
    display: none;  /* Initially hide the elements */
}

.topic-container:hover .icon-container,
.topic-container:hover .hover-arrow {
    display: block; /* Show the elements when hovering over .topic-container */
}


/* Hide initial-arrow when hovering */
.topic-container:hover .initial-arrow {
    display: none; /* Hide initial arrow */
}

/* Change heading color on hover */
.topic-container:hover .topic-name {
    color: white;
    transition: color 0.3s ease;
}/* End custom CSS */