.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Recoleta Alt";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:58px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:19px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:16px;--e-global-typography-accent-letter-spacing:0.3px;--e-global-typography-0a80e2a-font-family:"Inter";--e-global-typography-0a80e2a-font-size:14px;--e-global-typography-0a80e2a-font-weight:500;--e-global-typography-0a80e2a-line-height:17px;--e-global-typography-0a80e2a-letter-spacing:0.3px;--e-global-typography-02bb2eb-font-family:"Recoleta Alt";--e-global-typography-02bb2eb-font-size:40px;--e-global-typography-02bb2eb-font-weight:400;--e-global-typography-02bb2eb-line-height:50px;--e-global-typography-e15a622-font-family:"Inter";--e-global-typography-e15a622-font-size:16px;--e-global-typography-e15a622-font-weight:400;--e-global-typography-e15a622-line-height:24px;--e-global-typography-2636fc5-font-family:"Inter";--e-global-typography-2636fc5-font-size:24px;--e-global-typography-2636fc5-font-weight:500;--e-global-typography-2636fc5-line-height:29px;--e-global-typography-929fba6-font-family:"Recoleta Alt";--e-global-typography-929fba6-font-size:16px;--e-global-typography-929fba6-font-weight:400;--e-global-typography-929fba6-line-height:19px;--e-global-typography-6965d4d-font-family:"Recoleta Alt";--e-global-typography-6965d4d-font-size:24px;--e-global-typography-6965d4d-line-height:29px;--e-global-typography-0bf1040-font-family:"Inter";--e-global-typography-0bf1040-font-size:16px;--e-global-typography-0bf1040-font-weight:600;--e-global-typography-0bf1040-line-height:24px;--e-global-typography-5a4dfaa-font-family:"Inter";--e-global-typography-5a4dfaa-font-size:16px;--e-global-typography-5a4dfaa-font-weight:700;--e-global-typography-5a4dfaa-line-height:24px;--e-global-typography-98354ab-font-family:"Recoleta Alt";--e-global-typography-98354ab-font-size:32px;--e-global-typography-98354ab-font-weight:400;--e-global-typography-98354ab-line-height:44px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:48px;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:25px;--e-global-typography-02bb2eb-font-size:36px;--e-global-typography-02bb2eb-line-height:49px;--e-global-typography-2636fc5-font-size:22px;--e-global-typography-2636fc5-line-height:27px;--e-global-typography-6965d4d-font-size:22px;--e-global-typography-98354ab-font-size:26px;--e-global-typography-98354ab-line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================
   CUSTOM PAGINATION STYLES
============================ */

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
}

.custom-pagination a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Numbered page buttons */
.custom-pagination .page {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 8px 14px;
}

.custom-pagination .page:hover {
  background-color: #f1f1f1;
}

/* Active page */
.custom-pagination .active {
  background-color: #d9f0ec;
  color: #000;
  border-color: #0E9C8B;
  font-weight: 600;
}

/* Arrows (left + right) — SAME STYLE as page buttons */
.custom-pagination .prev,
.custom-pagination .next {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination .prev:hover,
.custom-pagination .next:hover {
  background-color: #f1f1f1;
}

/* Arrow images */
.custom-pagination img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  margin: auto;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Recoleta Alt';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://abdulsattarslab.com/wp-content/uploads/2025/10/Recoleta-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */