.elementor-724 .elementor-element.elementor-element-dd9faff{--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:75px;--padding-bottom:75px;--padding-left:15px;--padding-right:15px;}.elementor-724 .elementor-element.elementor-element-dd9faff:not(.elementor-motion-effects-element-type-background), .elementor-724 .elementor-element.elementor-element-dd9faff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-724 .elementor-element.elementor-element-34a8d8e{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-724 .elementor-element.elementor-element-da10046{text-align:center;}.elementor-724 .elementor-element.elementor-element-da10046 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;line-height:1.2em;}.elementor-724 .elementor-element.elementor-element-d097df2{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-724 .elementor-element.elementor-element-d097df2.e-con{--align-self:center;}.elementor-724 .elementor-element.elementor-element-e4328e1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-724 .elementor-element.elementor-element-e4328e1{text-align:center;font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:400;line-height:1.4em;}.elementor-724 .elementor-element.elementor-element-d9a10c1{--grid-columns:3;--grid-row-gap:60px;--grid-column-gap:20px;}.elementor-724 .elementor-element.elementor-element-d9a10c1 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-724 .elementor-element.elementor-element-d9a10c1 .e-loop-item > .elementor-section, .elementor-724 .elementor-element.elementor-element-d9a10c1 .e-loop-item > .elementor-section > .elementor-container, .elementor-724 .elementor-element.elementor-element-d9a10c1 .e-loop-item > .e-con, .elementor-724 .elementor-element.elementor-element-d9a10c1 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-724 .elementor-element.elementor-element-d9a10c1 .elementor-pagination{text-align:center;margin-top:50px;}body:not(.rtl) .elementor-724 .elementor-element.elementor-element-d9a10c1 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-724 .elementor-element.elementor-element-d9a10c1 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-724 .elementor-element.elementor-element-d9a10c1 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-724 .elementor-element.elementor-element-d9a10c1 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-724 .elementor-element.elementor-element-d9a10c1{--grid-columns:2;--grid-row-gap:60px;--grid-column-gap:30px;}.elementor-724 .elementor-element.elementor-element-d9a10c1 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-724 .elementor-element.elementor-element-d9a10c1.elementor-element{--align-self:center;}}@media(max-width:767px){.elementor-724 .elementor-element.elementor-element-dd9faff{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}.elementor-724 .elementor-element.elementor-element-d9a10c1{--grid-columns:2;--grid-row-gap:60px;--grid-column-gap:50px;}}@media(min-width:768px){.elementor-724 .elementor-element.elementor-element-d097df2{--width:80%;}}/* Start custom CSS for loop-grid, class: .elementor-element-d9a10c1 */@media (max-width: 560px) {
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}




/* Overall Pagination Container */
.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between elements */
    font-family: sans-serif; /* Or a suitable font */
    padding: 20px; /* Add some padding for visual separation */
}

/* Styling for "Previous" and "Next" text-based arrows */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
    background-color: #007bff; /* Blue background - assuming you want this for the arrows */
    color: white; /* White text */
    border-radius: 8px; /* Rounded corners */
    width: 40px; /* Fixed width (adjust as needed) */
    height: 40px; /* Fixed height (adjust as needed) */
    display: flex; /* Use flex to center content */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0; /* Hide the text to replace with an icon */
    position: relative; /* For positioning the icon */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    transition: background-color 0.3s ease;
}

.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Corrected "Previous" arrow icon using Base64 encoded SVG for a standard chevron-left */
.elementor-pagination .page-numbers.prev::before {
    content: ''; /* Required for pseudo-elements */
    display: inline-block;
    width: 24px; /* Icon size */
    height: 24px;
    /* Base64 encoded SVG for standard LEFT arrow (chevron) */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xNS40MSAxNi41OUwxMC44MyAxMiAxNS40MSA3LjQxTDE0IDZsLTYgNiA2IDZ6Ii8+PC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Corrected "Next" arrow icon using Base64 encoded SVG for a standard chevron-right */
.elementor-pagination .page-numbers.next::before {
    content: ''; /* Required for pseudo-elements */
    display: inline-block;
    width: 24px; /* Icon size */
    height: 24px;
    /* Base64 encoded SVG for standard RIGHT arrow (chevron) */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik04LjU5IDE2LjU5TDEzLjE3IDEyIDguNTkgNy40MSAxMCA2bDYgNi02IDZ6Ii8+PC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Styling for the page number "dots" */
.elementor-pagination .page-numbers:not(.prev):not(.next) {
    width: 12px; /* Size of the dots */
    height: 12px;
    background-color: #ccc; /* Grey color for inactive dots */
    border-radius: 50%; /* Make them perfectly round */
    cursor: pointer;
    display: flex; /* Use flex to center content (hidden 'Page' text) */
    align-items: center;
    justify-content: center;
    font-size: 0; /* Hide the number and 'Page' text */
    position: relative; /* If you ever want to overlay numbers */
    transition: background-color 0.3s ease;
}

/* Styling for the active dot */
.elementor-pagination .page-numbers.current {
    background-color: #0086CD; /* Blue color for the active dot */
}

.elementor-pagination .page-numbers:not(.prev):not(.next):hover:not(.current) {
    background-color: #a0a0a0; /* Slightly darker grey on hover for inactive dots */
}

/* Hide the screen-only text within the dots, if it's still somehow visible */
.elementor-screen-only {
    display: none;
}

.elementor-pagination .page-numbers.current {
    background-color: #0086CD !important; /* Blue color for the active dot */
}/* End custom CSS */