/* =========================================================
   Tools & Technology - About Page
   Template: tools_technology_about.php
   ========================================================= */

.tools-technology-about {
    position: relative;
    overflow: hidden;
    padding: 90px 0 100px;
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 99, 235, .09), transparent 24%),
        radial-gradient(circle at 92% 35%, rgba(99, 102, 241, .08), transparent 25%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f7fbff 100%);
}

.tools-technology-about::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .45;
    background-image: radial-gradient(rgba(37, 99, 235, .16) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 38%);
}

.tools-tech-orb {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}

.tools-tech-orb-left {
    left: -125px;
    top: 35px;
    background: rgba(191, 219, 254, .32);
}

.tools-tech-orb-right {
    right: -135px;
    bottom: 90px;
    background: rgba(224, 231, 255, .55);
}

.tools-tech-header {
    position: relative;
    z-index: 2;
    max-width: 930px;
    margin: 0 auto 48px;
    text-align: center;
}

.tools-tech-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 15px;
    color: #1267e8;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tools-tech-eyebrow span {
    display: block;
    width: 42px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, transparent, #1677f2);
}

.tools-tech-eyebrow span:last-child {
    background: linear-gradient(90deg, #1677f2, transparent);
}

.tools-tech-header h2 {
    margin: 0;
    color: #0b1d3a;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.8px;
}

.tools-tech-header p {
    max-width: 820px;
    margin: 18px auto 0;
    color: #50627c;
    font-size: 17px;
    line-height: 1.7;
}

.tools-tech-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tools-tech-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 176px;
    padding: 28px 28px 28px 26px;
    overflow: hidden;
    border: 1px solid rgba(216, 226, 239, .95);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 35px rgba(21, 55, 96, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.tools-tech-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #1677f2;
}

.tools-tech-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, .28);
    box-shadow: 0 20px 45px rgba(21, 55, 96, .13);
}

.tools-tech-card-1::before,
.tools-tech-card-3::before {
    background: #1677f2;
}

.tools-tech-card-2::before {
    background: #ff8a1f;
}

.tools-tech-card-4::before {
    background: #11b879;
}

.tools-tech-card-5::before {
    background: #ef3340;
}

.tools-tech-card-6::before {
    background: #7141e8;
}

.tools-tech-icon {
    position: relative;
    flex: 0 0 102px;
    width: 102px;
    height: 102px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf5ff;
    border: 8px solid #f7fbff;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .12);
}

.tools-tech-icon::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px dashed rgba(37, 99, 235, .18);
    border-radius: 50%;
}

.tools-tech-icon i {
    position: relative;
    z-index: 1;
    color: #1769e8;
    font-size: 40px;
}

.tools-tech-card-2 .tools-tech-icon {
    background: #fff4e9;
    box-shadow: inset 0 0 0 1px rgba(255, 138, 31, .13);
}

.tools-tech-card-2 .tools-tech-icon i {
    color: #ff8419;
}

.tools-tech-card-3 .tools-tech-icon {
    background: #edf8ff;
}

.tools-tech-card-3 .tools-tech-icon i {
    color: #0877bd;
}

.tools-tech-card-4 .tools-tech-icon {
    background: #eafaf3;
}

.tools-tech-card-4 .tools-tech-icon i {
    color: #08a96d;
}

.tools-tech-card-5 .tools-tech-icon {
    background: #edf4ff;
}

.tools-tech-card-5 .tools-tech-icon i {
    color: #1d68dc;
}

.tools-tech-card-6 .tools-tech-icon {
    background: #f2edff;
}

.tools-tech-card-6 .tools-tech-icon i {
    color: #7040e8;
}

.tools-tech-content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.tools-tech-content h3 {
    margin: 0 0 9px;
    color: #0b1d3a;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.tools-tech-content p {
    margin: 0;
    color: #52647d;
    font-size: 15px;
    line-height: 1.65;
}

.tools-tech-number {
    position: absolute;
    top: 14px;
    right: 20px;
    color: rgba(37, 99, 235, .10);
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.tools-tech-cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
    padding: 25px 30px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(105deg, #0875ed 0%, #087ff5 52%, #168cf5 100%);
    box-shadow: 0 18px 40px rgba(9, 107, 226, .22);
}

.tools-tech-cta::before,
.tools-tech-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}

.tools-tech-cta::before {
    width: 190px;
    height: 190px;
    right: 20%;
    top: -130px;
}

.tools-tech-cta::after {
    width: 150px;
    height: 150px;
    right: -40px;
    bottom: -95px;
}

.tools-tech-cta-glow {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 32%;
    top: -190px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}

.tools-tech-cta-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 22px;
}

.tools-tech-cta-content {
    position: relative;
    z-index: 1;
    flex: 1;
}

.tools-tech-cta-content h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.tools-tech-cta-content p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 14px;
    line-height: 1.55;
}

.tools-tech-cta-button {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 10px;
    background: #fff;
    color: #0c1d38;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0,0,0,.10);
    transition: transform .25s ease, box-shadow .25s ease;
}

.tools-tech-cta-button:hover {
    color: #0c1d38;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.tools-tech-cta-button i {
    color: #1677f2;
}

/* Tablet */
@media (max-width: 991.98px) {
    .tools-technology-about {
        padding: 75px 0 80px;
    }

    .tools-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tools-tech-card {
        min-height: 160px;
    }

    .tools-tech-icon {
        flex-basis: 86px;
        width: 86px;
        height: 86px;
    }

    .tools-tech-icon i {
        font-size: 34px;
    }

    .tools-tech-cta {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .tools-tech-cta-content {
        flex-basis: calc(100% - 90px);
    }

    .tools-tech-cta-button {
        margin-left: 82px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .tools-technology-about {
        padding: 60px 0 65px;
    }

    .tools-tech-header {
        margin-bottom: 34px;
    }

    .tools-tech-eyebrow {
        gap: 10px;
        font-size: 12px;
    }

    .tools-tech-eyebrow span {
        width: 28px;
    }

    .tools-tech-header h2 {
        font-size: 32px;
    }

    .tools-tech-header p {
        font-size: 15px;
        line-height: 1.65;
    }

    .tools-tech-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tools-tech-card {
        min-height: 145px;
        padding: 23px 22px;
        gap: 17px;
        border-radius: 17px;
    }

    .tools-tech-icon {
        flex-basis: 76px;
        width: 76px;
        height: 76px;
        border-width: 6px;
    }

    .tools-tech-icon i {
        font-size: 29px;
    }

    .tools-tech-content h3 {
        font-size: 19px;
    }

    .tools-tech-content p {
        font-size: 14px;
    }

    .tools-tech-number {
        font-size: 28px;
        right: 14px;
    }

    .tools-tech-cta {
        display: block;
        margin-top: 28px;
        padding: 24px;
        border-radius: 17px;
    }

    .tools-tech-cta-icon {
        margin-bottom: 16px;
    }

    .tools-tech-cta-content h3 {
        font-size: 20px;
    }

    .tools-tech-cta-content p {
        font-size: 14px;
    }

    .tools-tech-cta-button {
        width: 100%;
        margin: 20px 0 0;
    }
}
