.elementor-1251 .elementor-element.elementor-element-10b97d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1251:not(.elementor-motion-effects-element-type-background), body.elementor-page-1251 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS *//* ───────────────────────────────────────────────
   Icon Boxes – applies only inside .icon-cards
   (UNCHANGED)
─────────────────────────────────────────────── */
.icon-cards .elementor-widget-icon-box {
    background: #ffffff;
    border-radius: 20px;
    border: none;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    padding: 32px 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.icon-cards .elementor-widget-icon-box:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.20);
}

.icon-cards .elementor-widget-icon-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e40af, #3b82f6);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.4s ease;
}

.icon-cards .elementor-widget-icon-box:hover::after {
    width: 80px;
}

.icon-cards .elementor-icon-box-icon {
    margin-bottom: 24px;
}

.icon-cards .elementor-icon i,
.icon-cards .elementor-icon svg {
    color: #3b82f6;
    font-size: 4rem;
    line-height: 1;
    transition: transform 0.4s ease, color 0.4s ease;
}

.icon-cards .elementor-widget-icon-box:hover .elementor-icon i,
.icon-cards .elementor-widget-icon-box:hover .elementor-icon svg {
    transform: scale(1.15) rotate(5deg);
    color: #1e40af;
}

.icon-cards .elementor-icon-box-title,
.icon-cards .elementor-icon-box-title a {
    color: #1e3a8a;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.icon-cards .elementor-icon-box-description,
.icon-cards .elementor-icon-box-description p {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    flex-grow: 1;
}

/* ───────────────────────────────────────────────
   Device Cards – card style on CONTAINER
   Add class "device-card" to each card container
─────────────────────────────────────────────── */
.device-cards .device-card {
    background: #ffffff90;
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 24px 20px;
    transition: all 0.35s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.device-cards .device-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

/* Remove card styling from image box itself */
.device-cards .device-card .elementor-widget-image-box {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left; /* change to center if you prefer */
    transition: none;
}

/* Keep image behavior */
.device-cards .device-card .elementor-image-box-img,
.device-cards .device-card .elementor-image-box-img img {
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.device-cards .device-card:hover .elementor-image-box-img img {
    transform: scale(1.06);
}

.device-cards .device-card .elementor-image-box-title,
.device-cards .device-card .elementor-image-box-title a {
    color: #1e3a8a;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    text-decoration: none;
}

.device-cards .device-card .elementor-image-box-description,
.device-cards .device-card .elementor-image-box-description p {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.device-cards .device-card .elementor-image-box-title a {
    position: relative;
    display: block;
}

.device-cards .device-card .elementor-image-box-title a::before {
    content: "";
    position: absolute;
    inset: -12px -20px;
    z-index: -1;
}

/* ───────────────────────────────────────────────
   Mobile adjustments
─────────────────────────────────────────────── */
@media (max-width: 767px) {
    .icon-cards .elementor-widget-icon-box {
        padding: 24px 18px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
        transform: none;
    }
    .icon-cards .elementor-widget-icon-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    }
    .icon-cards .elementor-icon i,
    .icon-cards .elementor-icon svg {
        font-size: 3.5rem;
    }

    .device-cards .device-card {
        transform: none;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    }
    .device-cards .device-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }
}















/* =========================================================
   Base: place CTA at bottom-right of each card
   ========================================================= */
.device-cards .device-card {
  position: relative;
  padding-bottom: 84px; /* room for button */
}

.device-cards .device-card .view-more-btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
}

/* Elementor button reset (inside our class only) */
.device-cards .device-card .view-more-btn .elementor-button {
  border: 0;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .2px;
  border-radius: 12px;
  padding: 10px 16px;
  line-height: 1;
  transition: all .25s ease;
}

/* =========================================================
   A) Vuetify-like TONAL (light blue)
   Add class: btn-tonal-blue
   ========================================================= */
.device-cards .device-card .view-more-btn.btn-tonal-blue .elementor-button {
  color: #0f3f91;
  background: #dbeafe; /* tonal container */
  box-shadow: inset 0 0 0 1px rgba(30, 64, 175, 0.10);
}

.device-cards .device-card .view-more-btn.btn-tonal-blue .elementor-button:hover {
  background: #bfdbfe;
  color: #0b2f73;
  transform: translateY(-1px);
}

.device-cards .device-card .view-more-btn.btn-tonal-blue .elementor-button:active {
  transform: translateY(0);
  background: #93c5fd;
}

/* =========================================================
   Optional: Vuetify-like TONAL (black/white)
   Add class: btn-tonal-mono
   ========================================================= */
.device-cards .device-card .view-more-btn.btn-tonal-mono .elementor-button {
  color: #111827;
  background: #f3f4f6;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.12);
}

.device-cards .device-card .view-more-btn.btn-tonal-mono .elementor-button:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}

/* =========================================================
   B) Glassmorphism button (light blue tint)
   Add class: btn-glass-blue
   ========================================================= */
.device-cards .device-card .view-more-btn.btn-glass-blue .elementor-button {
  color: #eaf3ff;
  background: rgba(59, 130, 246, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.40);
  box-shadow:
    0 8px 24px rgba(30, 64, 175, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.device-cards .device-card .view-more-btn.btn-glass-blue .elementor-button:hover {
  background: rgba(59, 130, 246, 0.30);
  transform: translateY(-1px);
}

/* Optional: glass monochrome */
.device-cards .device-card .view-more-btn.btn-glass-mono .elementor-button {
  color: #ffffff;
  background: rgba(17, 24, 39, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 8px 24px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.35);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}

/* Mobile */
@media (max-width: 767px) {
  .device-cards .device-card {
    padding-bottom: 76px;
  }
  .device-cards .device-card .view-more-btn {
    right: 14px;
    bottom: 14px;
  }
  .device-cards .device-card .view-more-btn .elementor-button {
    padding: 9px 14px;
    border-radius: 10px;
  }
}/* End custom CSS */