.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0B264E;--e-global-color-text:#000000;--e-global-color-accent:#236E87;--e-global-color-af18410:#4985AB;--e-global-typography-primary-font-family:"Cairo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cairo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cairo";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cairo";--e-global-typography-accent-font-weight:500;--e-global-typography-da540d2-font-family:"Cairo";--e-global-typography-8e5bc24-font-family:"Cairo";--e-global-typography-8e5bc24-font-size:18px;--e-global-typography-8e5bc24-font-weight:600;--e-global-typography-8e5bc24-line-height:30px;font-family:"Cairo", Sans-serif;font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:30px;line-height:40px;}.elementor-kit-6 h2{font-size:27px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-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 *//* General container alignment */
.elementor-pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

/* Style prev/next arrow buttons */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; 
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0073e6; /* Change to your brand color */
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  background-color: #005bb5; /* Darker shade on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
/* Spread prev and next to opposite ends */
.elementor-pagination {
  display: flex;
  justify-content: space-between; /* pushes items apart */
  align-items: center;
  width: 100%;  /* make sure it spans the container */
  margin-top: 20px;
}

/* Optional: style arrows as buttons */
.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #0073e6;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  background-color: #005bb5;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}/* End custom CSS */