/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2026 | 22:16:47 */
/* =========================================================
   PROBLEM SOLVER SECTION
   Homepage - Compact dark-blue question section
   ========================================================= */


/* ---------------------------------------------------------
   FULL-WIDTH SECTION
   --------------------------------------------------------- */

.problem-solver-section {
    position: relative;
    width: 100%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(37, 99, 235, 0.30) 0%,
            rgba(37, 99, 235, 0.10) 35%,
            transparent 65%
        ),
        linear-gradient(
            135deg,
            #081a35 0%,
            #0a2448 50%,
            #071a36 100%
        );

    padding: 58px 24px 62px;
}


/* Soft blue glow */

.problem-solver-section::before {
    content: "";
    position: absolute;

    width: 700px;
    height: 350px;

    left: 50%;
    top: -180px;

    transform: translateX(-50%);

    background: rgba(37, 99, 235, 0.16);
    filter: blur(100px);

    border-radius: 50%;

    pointer-events: none;
}


/* ---------------------------------------------------------
   INNER CONTENT
   --------------------------------------------------------- */

.problem-solver-inner {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
}


/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.problem-solver-intro {
    max-width: 880px;

    /* Slightly tighter than before */
    margin: 0 auto 20px;

    text-align: center;
}


/* Eyebrow */

.problem-solver-eyebrow .elementor-heading-title {
    margin: 0 0 8px;

    color: #60a5fa;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}


/* Main heading */

.problem-solver-title .elementor-heading-title {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;

    letter-spacing: -0.02em;
}


/* Intro paragraph */

.problem-solver-text,
.problem-solver-text p {
    margin: 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   QUESTION GRID
   --------------------------------------------------------- */

.problem-questions-grid {
    width: 100%;

    gap: 0 30px !important;
}


/* ---------------------------------------------------------
   QUESTION ITEMS
   --------------------------------------------------------- */

.problem-card {
    position: relative;

    min-height: 0 !important;

    padding: 18px 4px 17px !important;

    background: transparent !important;

    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}


/* Remove old accent */

.problem-card::before {
    display: none !important;
}


/* Subtle hover */

.problem-card:hover {
    transform: none !important;

    background: rgba(255, 255, 255, 0.015) !important;

    border-top-color: rgba(96, 165, 250, 0.42) !important;

    box-shadow: none !important;
}


/* ---------------------------------------------------------
   QUESTION TEXT
   --------------------------------------------------------- */

.problem-card-question {
    margin: 0 !important;
}


.problem-card-question .elementor-heading-title {
    margin: 0 !important;

    color: #ffffff;

    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: -0.01em;
}


/* ---------------------------------------------------------
   SERVICE LINK ROW
   --------------------------------------------------------- */

.problem-card-link {
    width: 100%;

    margin-top: 9px !important;
    padding-top: 0 !important;

    border: 0 !important;
}


/* Service name */

.problem-card-service,
.problem-card-service .elementor-heading-title,
.problem-card-service a {
    color: #60a5fa !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.3;

    text-decoration: none !important;

    transition: color 0.2s ease;
}


.problem-card:hover .problem-card-service,
.problem-card:hover .problem-card-service .elementor-heading-title,
.problem-card:hover .problem-card-service a {
    color: #ffffff !important;
}


/* ---------------------------------------------------------
   ARROW
   --------------------------------------------------------- */

.problem-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px !important;

    background: rgba(96, 165, 250, 0.12) !important;

    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 50%;

    color: #60a5fa;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.problem-card-arrow i,
.problem-card-arrow svg {
    color: #60a5fa !important;
    fill: #60a5fa !important;

    font-size: 11px !important;
}


/* Arrow hover */

.problem-card:hover .problem-card-arrow {
    background: #2563eb !important;
    border-color: #2563eb;

    transform: translateX(3px);
}


.problem-card:hover .problem-card-arrow i,
.problem-card:hover .problem-card-arrow svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}


/* ---------------------------------------------------------
   OPTIONAL - make link row feel more clickable
   --------------------------------------------------------- */

.problem-card-link {
    cursor: pointer;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px) {

    .problem-solver-section {
        padding: 52px 26px 56px;
    }

    .problem-solver-intro {
        margin-bottom: 18px;
    }

    .problem-solver-title .elementor-heading-title {
        font-size: 31px;
    }

    .problem-questions-grid {
        gap: 0 24px !important;
    }

    .problem-card-question .elementor-heading-title {
        font-size: 16.5px;
    }

}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .problem-solver-section {
        padding: 46px 20px 50px;
    }

    .problem-solver-intro {
        margin-bottom: 16px;
    }

    .problem-solver-eyebrow .elementor-heading-title {
        font-size: 12px;
        letter-spacing: 0.14em;
    }

    .problem-solver-title .elementor-heading-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .problem-solver-text,
    .problem-solver-text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .problem-card {
        padding: 16px 2px 15px !important;
    }

    .problem-card-question .elementor-heading-title {
        font-size: 16px;
    }

    .problem-card-service,
    .problem-card-service .elementor-heading-title,
    .problem-card-service a {
        font-size: 13.5px !important;
    }

    .problem-card-arrow {
        width: 26px !important;
        height: 26px !important;
        flex-basis: 26px !important;
    }

}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .problem-card,
    .problem-card-service,
    .problem-card-service a,
    .problem-card-arrow {
        transition: none !important;
    }

    .problem-card:hover .problem-card-arrow {
        transform: none !important;
    }

}