.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-15 .elementor-element.elementor-element-6e3f240{--grid-columns:3;--grid-row-gap:30px;--grid-column-gap:24px;}.elementor-15 .elementor-element.elementor-element-6e3f240 > .elementor-widget-container{padding:10px 10px 22px 10px;}.elementor-15 .elementor-element.elementor-element-6e3f240.elementor-element{--align-self:stretch;}.elementor-15 .elementor-element.elementor-element-6e3f240 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-15 .elementor-element.elementor-element-6e3f240 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-15 .elementor-element.elementor-element-6e3f240 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-15 .elementor-element.elementor-element-6e3f240 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-15 .elementor-element.elementor-element-6e3f240 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-element-6e3f240{--grid-columns:2;}}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-6e3f240{--grid-columns:1;}}/* Start custom CSS for loop-grid, class: .elementor-element-6e3f240 *//* SMART CAREER INTERNATIONAL — Job Cards */

.sci-job-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(8, 11, 63, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(8, 11, 63, 0.09);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.sci-job-card:hover {
  transform: translateY(-7px);
  border-color: rgba(212, 131, 0, 0.4);
  box-shadow: 0 18px 42px rgba(8, 11, 63, 0.15);
}

.sci-job-card .elementor-widget-theme-post-featured-image img {
  width: 100% !important;
  height: 380px !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block;
}

.sci-job-card-content {
  flex: 1 1 auto;
  padding: 0 20px 22px !important;
}

.sci-job-card .elementor-heading-title {
  color: #080b3f !important;
  font-size: 20px;
  line-height: 1.35;
}

.sci-job-card .elementor-post-info {
  color: #d48300 !important;
  font-size: 13px;
}

.sci-job-card .elementor-widget-theme-post-excerpt {
  color: #555b66;
  font-size: 15px;
  line-height: 1.65;
}

.sci-job-card .elementor-button {
  width: 100%;
  background: #080b3f !important;
  color: #ffffff !important;
  border-radius: 7px;
  font-weight: 700;
}

.sci-job-card .elementor-button:hover {
  background: #d48300 !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .sci-job-card .elementor-widget-theme-post-featured-image img {
    height: auto !important;
    aspect-ratio: auto;
    object-fit: contain !important;
  }
}/* End custom CSS */