body.elementor-page-1300:not(.elementor-motion-effects-element-type-background), body.elementor-page-1300 > .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;
}/* End custom CSS */