.elementor-kit-7{--e-global-color-primary:#F26522;--e-global-color-secondary:#54595F;--e-global-color-text:#343434;--e-global-color-accent:#FF7F3D;--e-global-color-3af8abe:#F26522;--e-global-color-68f2884:#F0F0F0;--e-global-color-7bc7471:#FF7300;--e-global-color-b2b5fbf:#DDDDDD;--e-global-color-04f8637:#FFFFFF;--e-global-color-cda6060:#000000;--e-global-color-289014d:#FF7F3D;--e-global-color-6d9a81a:#F7941D;--e-global-color-0a0b9ab:#B2B2B2;--e-global-color-8e56f31:#333333;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-c8a23be-font-family:"Open Sans";--e-global-typography-c8a23be-font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-04f8637 );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-7bc7471 );color:var( --e-global-color-04f8637 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 *//* Style pagination numbers as boxes */
.elementor-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  min-width: 40px;
  margin: 0 4px;
  border: 1px solid #ccc;        /* border around the box */
  border-radius: 4px;            /* rounded corners */
  background-color: #f9f9f9;     /* light background */
  color: #333;                   /* text color */
  text-decoration: none;
  transition: all 0.3s ease;     /* smooth hover effect */
}

/* Hover effect */
.elementor-pagination .page-numbers:hover {
  background-color: #f26522;     /* your theme's primary color */
  color: #fff !important;                   /* white text */
  border-color: #dddddd;
}

/* Active (current) page */
.elementor-pagination .page-numbers.current {
  background-color: #f26522;     /* active background */
  color: #fff !important;
  border-color: #dddddd;
  font-weight: bold;
}/* End custom CSS */