/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2026 | 13:11:34 */
/* ================================================
   SERVICES GRID
   ================================================ */
.ourseslide {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  overflow: visible !important;
  justify-content: center !important;
}

.ourseslide > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
}

.ourseslide > .elementor-element > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .ourseslide {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile: 1 column, centered */
@media (max-width: 479px) {
  .ourseslide {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }
  .ourseslide > .elementor-element {
    width: 100% !important;
  }
}

/* ================================================
   TESTIMONIALS GRID
   ================================================ */
.testislide {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  overflow: visible !important;
}

.testislide > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
}

@media (max-width: 767px) {
  .testislide {
    grid-template-columns: 1fr !important;
  }
}

/* Hide orphaned arrow buttons */
.custom-arrow,
.slick-prev,
.slick-next {
  display: none !important;
}