.elementor-9964 .elementor-element.elementor-element-0a2cb91{--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;}.elementor-9964 .elementor-element.elementor-element-38a72c0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-9964 .elementor-element.elementor-element-b5bffc6{--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;--justify-content:center;}.elementor-9964 .elementor-element.elementor-element-561015b{--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;}.elementor-9964 .elementor-element.elementor-element-414b037{--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;}.elementor-9964 .elementor-element.elementor-element-eb683d9{--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;}.elementor-9964 .elementor-element.elementor-element-c96cd00 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9964 .elementor-element.elementor-element-47df67b{--display:flex;--margin-top:20px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-9964 .elementor-element.elementor-element-ddcbe07 > .elementor-widget-container{padding:0px 0px 0px 05px;}.elementor-9964 .elementor-element.elementor-element-ae5adc4 > .elementor-widget-container{background-color:#F2F4F9;padding:25px 25px 25px 25px;border-radius:25px 25px 25px 25px;}@media(min-width:768px){.elementor-9964 .elementor-element.elementor-element-b5bffc6{--width:50%;}.elementor-9964 .elementor-element.elementor-element-561015b{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-9e0e144 */.custom-categories-display {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates four columns */
    gap: 15px; /* Space between grid items */
}

.custom-categories-display .category-block img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out; /* Smooth transition for transform */
    object-fit: cover; /* Ensures the image covers the area and maintains aspect ratio */
}

.custom-categories-display .category-block:hover img {
    transform: scale(1.1); /* Scale the image up to 110% when hovered */
}

.custom-categories-display .category-block {
  overflow: hidden; /* Important to contain the image when it scales up */
    position: relative;
    display: inline-block;
    width: 100%; /* Ensure your blocks fill the container as needed */
    min-height: 20vh; /* or any other size depending on your layout needs */
}

.custom-categories-display .category-block img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images cover the entire block without distortion */
}

.custom-categories-display .category-block h2 {
    position: absolute;
    bottom: 10px; /* Positioned at the bottom inside the block */
    left: 10px; /* Distance from the left edge */
    right: 10px; /* Distance from the right edge */
    background: #0a48a1; /* Semi-transparent white background */
    color: white;
    padding: 5px 10px; /* Padding around text */
    border-radius: 25px; /* Rounded corners for the label */
    text-align: center; /* Center-aligns the text */
    margin: 0; /* Resets any default margin */
    font-family: poppins;
    font-weight: 500;
    font-size: 16px; /* Adjust font size as needed */
    box-sizing: border-box; /* Includes padding in width calculation */
}

@media (max-width: 992px) {
    .custom-categories-display {
        grid-template-columns: repeat(2, 1fr); /* Two columns on medium screens */
    }
}

@media (max-width: 600px) {
    .custom-categories-display {
        grid-template-columns: 1fr; /* One column on small screens */
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae5adc4 */h3.faq-question {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}/* End custom CSS */