.elementor-kit-958{--e-global-color-primary:#000000;--e-global-color-text:#676767;--e-global-color-secondary:#F7F7F7;--e-global-color-accent:#EB4A4A;--e-global-color-8945b21:#FFFFFF;--e-global-color-64bd467:#3D3140;--e-global-color-24b5e4e:#F4F3EE;--e-global-color-5829311:#F1F1F1;--e-global-color-b0fc759:#EDEDED;--e-global-color-8ac1b63:#E5E5E5;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:400;--e-global-typography-66a5477-font-size:40px;--e-global-typography-66a5477-font-weight:600;--e-global-typography-f1d787b-font-size:30px;--e-global-typography-f1d787b-font-weight:600;--e-global-typography-f978308-font-size:36px;--e-global-typography-f978308-font-weight:600;--e-global-typography-f978308-line-height:1.3px;background-color:var( --e-global-color-astglobalcolor4 );color:var( --e-global-color-primary );font-size:18px;font-weight:400;}.elementor-kit-958 p{margin-bottom:20px;}.elementor-kit-958 a{font-size:18px;font-weight:400;}.elementor-kit-958 a:hover{font-weight:500;}.elementor-kit-958 h1{color:#000000;font-size:40px;font-weight:600;}.elementor-kit-958 h2{color:var( --e-global-color-primary );font-size:36px;font-weight:600;}.elementor-kit-958 h3{color:var( --e-global-color-primary );font-size:24px;font-weight:600;}.elementor-kit-958 h4{color:var( --e-global-color-primary );font-size:20px;font-weight:500;}.elementor-kit-958 h5{color:#333333;font-size:16px;font-weight:400;}.elementor-kit-958 h6{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;font-style:normal;}.elementor-kit-958 button,.elementor-kit-958 input[type="button"],.elementor-kit-958 input[type="submit"],.elementor-kit-958 .elementor-button{border-radius:10px 10px 10px 10px;padding:15px 20px 15px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */.badge {
  background-color: #990000;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  line-height: 1.2;
}


.card-image:hover {
  transform: scale(1.03);
  transition: 0.3s ease;
}

.card-image img {
  max-height: 300px;
  object-fit: contain;
}

/* Prevent horizontal scrolling on mobile */
html, body {
  overflow-x: hidden;
}

body {
  width: 100vw;
  position: relative;
}

html {
  scroll-behavior: smooth;
}/* End custom CSS */