.elementor-kit-8{--e-global-color-primary:#0C1D41;--e-global-color-secondary:#233E81;--e-global-color-text:#0B1D40;--e-global-color-accent:#DD662F;--e-global-color-1eeb494:#F7F7F7;--e-global-color-b820631:#FFFFFF;--e-global-color-d882177:#AD4D27;--e-global-color-d05e0d4:#0C88EE;--e-global-color-10cd89a:#1330CE;--e-global-color-cfe36f0:#1FDCD4;--e-global-color-978979a:#F8C811;--e-global-color-d4214e8:#9900FF;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;line-height:30px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;--e-preloader-rotate:0deg;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#DC652F;font-family:"Rubik", Sans-serif;font-weight:600;text-transform:uppercase;color:var( --e-global-color-b820631 );border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#AD4D27;}.elementor-kit-8 e-page-transition{background-color:#233E81;}.elementor-kit-8 h4{line-height:30px;}.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);}@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 *//* Normal State */
.hover-card {
    transition: all 0.25s ease;
    transform: translateY(0);
}

/* Hover State */
.hover-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    background-color: #F7F9FC;
}

/* Text Color Change */
.hover-card:hover * {
    color: #DD662F !important;
}

/* Icon Color Change */
.hover-card:hover svg,
.hover-card:hover i {
    fill: #DD662F !important;
    color: #DD662F !important;
}

/* Center the widget */
.teamtailor-widget-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

/* Font */
.teamtailor-widget-wrapper * {
  font-family: "Rubik", sans-serif !important;
}

/* Ensure widget spans wrapper */
.teamtailor-jobs-widget {
  width: 100%;
}

/* Job card */
.teamtailor-jobs-widget .tt-job {
  border: 1px solid #F9F9F9;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 18px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

/* Hover effect */
.teamtailor-jobs-widget .tt-job:hover {
  background: #F9F9F9;
  border-color: #233E81;
}

/* Job title */
.teamtailor-jobs-widget .tt-job__title {
  color: #0C1D41 !important;
  font-weight: 600;
  font-size: 20px;
}

/* Meta text */
.teamtailor-jobs-widget .tt-job__meta {
  color: #464646 !important;
  font-size: 14px;
}

/* Links */
.teamtailor-jobs-widget a {
  color: #DD662F !important;
  text-decoration: none;
  font-weight: 500;
}

.teamtailor-jobs-widget a:hover {
  color: #233E81 !important;
  text-decoration: underline;
}

/* Filters */
.teamtailor-jobs-widget select {
  padding: 10px 14px;
  border: 1px solid #464646;
  border-radius: 4px;
  background-color: #F9F9F9;
  color: #0C1D41;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.teamtailor-jobs-widget select:focus {
  outline: none;
  border-color: #233E81;
}/* End custom CSS */