/* =========================================================
   About Company — Tekni index-3 layout (Spider Software)
   Uses CSS grid for a stable two-column layout.
   Bootstrap 5 `col-lg-*` utilities are available via vendor/bootstrap.min.css.
   ========================================================= */

.about-style-three-area {
    --about-primary: #97d700;
    --about-heading: #0e0e0e;
    --about-text: #666666;
    --about-white: #ffffff;
    --about-gray: #eff6fe;
    --about-dark: #2f425c;
    --about-gradient: linear-gradient(90deg, #97d700 0%, #2f425c 100%);
    position: relative;
    z-index: 1;
    background: var(--about-gray) !important;
    padding: clamp(4.5rem, 9vh, 6.5rem) 0;
    font-family: var(--font-1, "Montserrat", sans-serif);
    color: var(--about-text);
    overflow: hidden;
    isolation: isolate;
}

/* Luces blancas suaves (acorde a spider-surface) */
.about-tekni-lights {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.about-tekni-lights__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(64px);
    will-change: transform, opacity;
}

.about-tekni-lights__orb--a {
    width: min(55vw, 480px);
    height: min(55vw, 480px);
    top: -12%;
    left: -6%;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0.7;
    animation: aboutTekniLightA 16s ease-in-out infinite alternate;
}

.about-tekni-lights__orb--b {
    width: min(48vw, 420px);
    height: min(48vw, 420px);
    top: 18%;
    right: -8%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0.55;
    animation: aboutTekniLightB 20s ease-in-out infinite alternate;
}

.about-tekni-lights__orb--c {
    width: min(42vw, 360px);
    height: min(42vw, 360px);
    bottom: 8%;
    left: 35%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(151, 215, 0, 0.12) 55%, transparent 70%);
    opacity: 0.5;
    animation: aboutTekniLightC 18s ease-in-out infinite alternate;
}

@keyframes aboutTekniLightA {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.55;
    }
    100% {
        transform: translate3d(8%, 10%, 0) scale(1.12);
        opacity: 0.85;
    }
}

@keyframes aboutTekniLightB {
    0% {
        transform: translate3d(0, 0, 0) scale(1.05);
        opacity: 0.4;
    }
    100% {
        transform: translate3d(-10%, 6%, 0) scale(1);
        opacity: 0.75;
    }
}

@keyframes aboutTekniLightC {
    0% {
        transform: translate3d(0, 0, 0) scale(0.95);
        opacity: 0.35;
    }
    100% {
        transform: translate3d(-6%, -8%, 0) scale(1.15);
        opacity: 0.65;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-tekni-lights__orb {
        animation: none !important;
    }
}

.about-style-three-area *,
.about-style-three-area *::before,
.about-style-three-area *::after {
    box-sizing: border-box;
}

.about-tekni-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 2em;
    padding-right: 2em;
}

/* Two-column layout (Tekni col-lg-6 / col-lg-5 offset-1) */
.about-tekni-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: stretch;
}

@media (min-width: 992px) {
    .about-tekni-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        column-gap: 8.333%; /* offset-lg-1 feel */
        row-gap: 0;
    }
}

.about-style-three {
    position: relative;
    min-width: 0;
}

.about-tekni-right {
    display: flex;
    flex-direction: column;
}

/* White shelf under section (Tekni shape-light-bottom) */
.about-style-three-area.shape-light-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: var(--about-white);
    z-index: -1;
}


/* Title */
.about-style-three-area .title {
    font-weight: 600;
    font-size: clamp(1.75rem, 2.15vw, 2.35rem);
    line-height: 1.18;
    margin: 0 0 0.25rem;
    color: var(--about-heading) !important;
    -webkit-text-fill-color: var(--about-heading) !important;
    background: none !important;
}

@media (min-width: 1200px) {
    .about-style-three-area .title {
        font-size: clamp(1.85rem, 2vw, 2.4rem);
        max-width: 22ch;
    }

    .about-style-three .thumb {
        padding-top: 5.5rem;
    }

    .about-style-three .thumb > img {
        width: 112%;
        max-width: 112%;
        margin-left: -12%;
    }

    .about-style-three .experience {
        width: 200px;
        height: 200px;
        border-width: 12px;
    }

    .about-style-three .fun-fact .counter {
        font-size: clamp(2.45rem, 3vw, 3.15rem);
    }

    .about-style-three .fun-fact .medium {
        font-size: 1.05rem;
    }

    .about-style-three-area .list-item-style-two .info h4 {
        font-size: 1.2rem;
    }

    .about-style-three .mt-50 {
        margin-top: 2.25rem;
    }

    .about-style-three .mb-30 {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1200px) and (max-height: 900px) {
    .about-style-three-area {
        padding: 3.25rem 0;
    }

    .about-style-three-area .title {
        font-size: clamp(1.65rem, 1.85vw, 2.05rem);
        margin-bottom: 0.95rem;
    }

    .about-style-three .thumb {
        padding-top: 4.25rem;
    }

    .about-style-three .thumb > img {
        width: 105%;
        max-width: 105%;
        margin-left: -5%;
    }

    .about-style-three .experience {
        width: 168px;
        height: 168px;
        border-width: 10px;
    }

    .about-style-three .fun-fact .counter {
        font-size: 2.35rem;
    }
}

.about-style-three-area .title.split-text .split-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    padding-bottom: 0.08em;
    margin-bottom: -0.08em;
}

.about-style-three-area .title.split-text .split-word-inner {
    display: inline-block;
}

/* Thumb + experience badge */
.about-style-three .thumb {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.about-style-three .thumb > img {
    display: block;
    width: 140%;
    max-width: 140%;
    margin-left: -40%;
    border-radius: 10px;
    height: auto;
    object-fit: cover !important;
    box-shadow: 0 25px 60px rgba(14, 39, 105, 0.12);
}

.about-style-three .experience {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    background: var(--about-white);
    border: 15px solid var(--about-gray);
    box-shadow: 0 18px 40px rgba(14, 39, 105, 0.1);
}

.about-style-three .experience::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px dashed rgba(151, 215, 0, 0.55);
    z-index: -1;
    animation: about-experience-spin 18s linear infinite;
}

@keyframes about-experience-spin {
    to { transform: rotate(360deg); }
}

.about-style-three .experience h2 {
    margin: 0;
    padding: 0 1.1rem;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.35;
    color: var(--about-heading) !important;
    -webkit-text-fill-color: var(--about-heading) !important;
    background: none !important;
}

.about-style-three .experience h2 strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    color: var(--about-primary) !important;
    -webkit-text-fill-color: var(--about-primary) !important;
}

/* Fun facts */
.about-style-three .fun-fact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}

.about-style-three .fun-fact {
    display: inline-block;
    text-align: left;
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid #c6c6c6;
}

.about-style-three .fun-fact:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.about-style-three .fun-fact .counter {
    display: flex;
    align-items: center;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    color: var(--about-primary);
    margin-bottom: 5px;
}

.about-style-three .fun-fact .counter .timer,
.about-style-three .fun-fact .counter .number {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.about-style-three .fun-fact .operator {
    font-size: 0.55em;
    font-weight: 600;
    margin-left: 2px;
    align-self: flex-start;
    margin-top: 0.12em;
}

.about-style-three .fun-fact .medium {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--about-heading);
}

.about-style-three > p,
.about-tekni-right > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--about-text) !important;
}

.about-style-three .mt-50 {
    margin-top: 50px;
}

.about-style-three .mb-30 {
    margin-bottom: 30px;
}

/* List items */
.about-style-three-area .list-item-style-two {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.about-style-three-area .list-item-style-two .list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 25px;
    border-radius: 50%;
    background: var(--about-dark);
    color: var(--about-white);
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.about-style-three-area .list-item-style-two .info {
    flex: 1;
    min-width: 0;
}

.about-style-three-area .list-item-style-two .info h4 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--about-heading) !important;
    -webkit-text-fill-color: var(--about-heading) !important;
    background: none !important;
}

.about-style-three-area .list-item-style-two .info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--about-text) !important;
}

.about-style-three-area .list-item-style-two::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -21px;
    height: 60%;
    width: 1px;
    border-left: 1px dashed #8f8e8e;
    z-index: -1;
}

.about-style-three-area .list-item-style-two:last-child::after {
    display: none;
}

/* Author + signature pinned to bottom of right column */
.about-tekni-right .company-autor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 50px;
    width: 100%;
    position: relative;
}

.about-style-three-area .company-autor .left-info {
    display: flex;
    align-items: center;
    min-width: 0;
}

.about-style-three-area .company-autor .author-thumb img,
.about-style-three-area .company-autor .left-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover !important;
    margin-right: 15px;
    flex-shrink: 0;
}

.about-style-three-area .company-autor .left-info h4 {
    margin: 0 0 2px;
    font-size: 20px;
    font-weight: 600;
    color: var(--about-heading) !important;
    -webkit-text-fill-color: var(--about-heading) !important;
    background: none !important;
}

.about-style-three-area .company-autor .author-info {
    display: block;
}

.about-style-three-area .company-autor .left-info span {
    color: var(--about-text);
    font-size: 15px;
}

.about-style-three-area .company-autor .right-info img {
    height: 120px;
    width: auto;
    max-width: 240px;
    object-fit: contain !important;
    filter: none;
}

/* ---------- Responsive (Tekni breakpoints) ---------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .about-style-three-area .title {
        font-size: 36px;
    }

    .about-style-three .fun-fact-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .about-style-three .fun-fact {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
        padding: 1.1rem 1rem;
        border: 1px solid rgba(47, 66, 92, 0.12);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }

    .about-style-three .fun-fact:first-child {
        margin: 0;
        padding: 1.1rem 1rem;
        border-left: 1px solid rgba(47, 66, 92, 0.12);
    }

    .about-style-three .fun-fact .counter {
        font-size: 2.35rem;
    }

    .about-style-three .fun-fact .medium {
        font-size: 0.92rem;
        line-height: 1.3;
    }

    .about-style-three-area.shape-light-bottom::after {
        display: none;
    }

    .about-style-three-area {
        padding-bottom: 100px;
    }

    .about-style-three-area .company-autor .right-info {
        display: none;
    }

    .about-style-three .thumb > img {
        width: 120%;
        max-width: 120%;
        margin-left: -20%;
    }
}

@media (max-width: 991px) {
    .about-style-three-area {
        padding: 70px 0 60px;
    }

    .about-style-three-area.shape-light-bottom::after {
        display: none;
    }

    .about-style-three .thumb {
        padding-top: 0;
    }

    .about-style-three .thumb > img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .about-style-three .experience {
        display: none;
    }

    .about-style-three .fun-fact-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.7rem;
        align-items: stretch;
        margin-bottom: 1.15rem !important;
    }

    .about-style-three .fun-fact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0.95rem 0.8rem;
        border: 1px solid rgba(47, 66, 92, 0.12);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
        min-width: 0;
    }

    .about-style-three .fun-fact:first-child {
        margin: 0;
        padding: 0.95rem 0.8rem;
        border-left: 1px solid rgba(47, 66, 92, 0.12);
    }

    .about-style-three .fun-fact .counter {
        font-size: clamp(1.7rem, 7vw, 2.15rem);
        margin-bottom: 0.3rem;
        gap: 0.05rem;
    }

    .about-style-three .fun-fact .operator {
        font-size: 0.5em;
        margin-top: 0.08em;
    }

    .about-style-three .fun-fact .medium {
        font-size: 0.78rem;
        line-height: 1.25;
        font-weight: 600;
        letter-spacing: 0.01em;
    }

    .about-tekni-right .company-autor {
        padding-top: 35px;
    }

    .about-style-three-area .company-autor .right-info {
        display: none;
    }

    .about-style-three-area .title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .about-style-three-area {
        padding: 36px 0 36px;
    }

    .about-tekni-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .about-style-three .mt-xs-30 {
        margin-top: 20px;
    }

    .about-style-three .fun-fact-box {
        gap: 0.55rem;
        margin-bottom: 1rem !important;
    }

    .about-style-three .fun-fact,
    .about-style-three .fun-fact:first-child {
        padding: 0.8rem 0.7rem;
        border-radius: 12px;
    }

    .about-style-three .fun-fact .counter {
        font-size: clamp(1.55rem, 8vw, 1.95rem);
        margin-bottom: 0.25rem;
    }

    .about-style-three .fun-fact .medium {
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .about-style-three-area .title {
        font-size: 24px;
        line-height: 1.25;
    }

    .about-style-three-area .sub-title {
        font-size: 14px;
    }

    .about-style-three .thumb img {
        border-radius: 12px;
    }
}
