/* About Agency Template Styles */

#about-main {
    overflow-x: clip;
}

/* ============================================================
   1. ABOUT HERO Premium Agentic Style
   ============================================================ */

#about-main .about-hero--dark {
    background-color: #050508;
    background-image:
        linear-gradient(180deg, rgba(5, 5, 8, 0.42) 0%, rgba(5, 5, 8, 0.18) 40%, rgba(5, 5, 8, 0.5) 100%),
        url("../img/home/hero/about-us-hero-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 88vh;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

#about-main .about-hero--dark > .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1430px;
    padding-top: 160px;
    padding-bottom: 80px;
}

#about-main .about-hero--dark > .container > .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 991px) {
    #about-main .about-hero--dark > .container {
        padding-top: 140px;
    }
}

#about-main .about-hero--dark .section-sub-title-blue {
    color: #c4a0ff;
}

#about-main .about-hero--dark .section-title {
    color: #ffffff;
}

#about-main .about-hero--dark .about-hero-cta1 {
    color: #141414 !important;
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

#about-main .about-hero--dark .about-hero-cta2 {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
}

.page-template-template-about-agency .tp-header-area:not(.header-sticky) .logo-black {
    display: none !important;
}

.page-template-template-about-agency .tp-header-area:not(.header-sticky) .logo-white {
    display: block !important;
}

.page-template-template-about-agency .tp-header-area:not(.header-sticky) .tp-header-menu > nav > ul > li > a {
    color: #ffffff;
}

.page-template-template-about-agency .tp-header-area:not(.header-sticky) .tp-header-dropdown nav ul li.has-dropdown::after {
    color: #ffffff;
}

.page-template-template-about-agency .tp-header-area:not(.header-sticky) .tp-header-bar button i {
    color: #ffffff;
}

.page-template-template-about-agency .tp-header-area.header-sticky.sticky-white-bg .logo-white {
    display: none !important;
}

.page-template-template-about-agency .tp-header-area.header-sticky.sticky-white-bg .logo-black {
    display: block !important;
}


/* Background orbs */
.about-hero__bg-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.45;
}

.about-hero__bg-orb--1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #c084fc 0%, transparent 70%);
    top: -120px;
    left: -200px;
}

.about-hero__bg-orb--2 {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, #00e5ff55 0%, transparent 70%);
    bottom: -80px;
    right: 0;
}

.about-hero__badge {
    display: inline-block;
    padding: 6px 18px;
    border: 1.5px solid rgba(115, 4, 251, 0.3);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--tp-common-blue);
    background: rgba(115, 4, 251, 0.06);
    margin-bottom: 20px;
}

.about-hero__title {
    font-size: clamp(36px, 5.5vw, 66px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-grotesk, 'Figtree', sans-serif);
}

.about-hero__lead {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.about-gradient-text {
    background: linear-gradient(135deg, #7304FB 0%, #00e5ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about__area {
    background-color: var(--tp-common-white);
}

.about__thumb-wrap {
    position: relative;
    border-radius: 20px;
}

.about__thumb-main img {
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.about__experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: linear-gradient(135deg, var(--tp-common-blue) 0%, #8e44ad 100%);
    padding: 35px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(115, 4, 251, 0.3);
    z-index: 2;
}

.about__experience-content h4 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
}

.about__shape-1 {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cta-modern__bg {
    background: linear-gradient(135deg, #1A0D3C 0%, var(--tp-common-black) 100%);
    padding: 100px 80px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.cta-modern__shape-1 {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(115, 4, 251, 0.2) 0%, transparent 70%);
    filter: blur(50px);
}

.cta-modern__shape-2 {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(247, 239, 51, 0.1) 0%, transparent 70%);
    filter: blur(40px);
}

.cta-modern__title {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #fff;
}

.cta-modern__text {
    font-size: 18px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.8);
}

.tp-btn-white-border {
    padding: 18px 34px;
    font-weight: 600;
    font-size: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: var(--tp-common-black);
    transition: all 0.3s ease;
    display: inline-block;
}

.tp-btn-white-border:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: rgba(115, 4, 251, 0.08);
    color: var(--tp-common-blue);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about__content h2.section-title {
    font-size: 36px;
}

.text-blue {
    color: var(--tp-common-blue) !important;
}

.me-3 {
    margin-right: 1rem !important;
}

/* Fix for Start a Conversation button arrow visibility */
.tp-btn-black-square i svg {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* About page — CTA form subhead + action buttons */
#about-main .cta-section--dark .section-description,
#about-main .cta-section--dark .section-description p {
    color: #ffffff !important;
    line-height: 1.65;
    font-size: 17px;
}

#about-main .cta-section--dark .about-cta-actions {
    gap: 14px;
}

#about-main .cta-section--dark .about-cta-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.02em;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

#about-main .cta-section--dark .about-cta-btn svg {
    flex-shrink: 0;
    transition: transform 0.28s ease;
}

#about-main .cta-section--dark .about-cta-btn--primary {
    background: linear-gradient(135deg, #5b00c9 0%, #7500ff 52%, #9b4dff 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(196, 160, 255, 0.35) !important;
    box-shadow: 0 12px 32px rgba(117, 0, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

#about-main .cta-section--dark .about-cta-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(117, 0, 255, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
}

#about-main .cta-section--dark .about-cta-btn--primary:hover svg {
    transform: translateX(3px);
}

#about-main .cta-section--dark .about-cta-btn--secondary {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

#about-main .cta-section--dark .about-cta-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.62) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    color: #ffffff !important;
}

#about-main .cta-section--dark .about-cta-btn--secondary:hover svg {
    transform: translateX(3px);
}

@media (max-width: 575px) {
    #about-main .cta-section--dark .about-cta-btn {
        width: 100%;
    }
}

.pl-70 {
    padding-left: 70px;
}

.text-purple {
    color: var(--tp-common-blue);
}

.about__area {
    background: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

/* WHO WE ARE — card left, copy right */
#about-main .about-who-we-are {
    background: #ffffff;
}

#about-main .about-who-we-are__card {
    border-radius: 24px;
}

#about-main .about-who-we-are__content .section-title {
    font-size: clamp(32px, 3.2vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

#about-main .about-who-we-are__lead {
    font-size: 17px;
    line-height: 1.7;
    color: #141414;
    max-width: 560px;
}

#about-main .about-who-we-are__quote {
    position: relative;
    padding: 28px 32px 28px 56px;
    background: #f6f2ff;
    border-radius: 20px;
    max-width: 560px;
}

#about-main .about-who-we-are__quote-icon {
    position: absolute;
    top: 18px;
    left: 22px;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #7304fb;
    font-family: Georgia, "Times New Roman", serif;
}

#about-main .about-who-we-are__quote p {
    font-size: 17px;
    line-height: 1.65;
    font-style: italic;
    color: #141414;
}

@media (max-width: 991px) {
    #about-main .about-who-we-are__content {
        padding-top: 8px;
    }

    #about-main .about-who-we-are__quote,
    #about-main .about-who-we-are__lead {
        max-width: none;
    }
}

/* OUR JOURNEY — horizontal zigzag timeline + skyline */
#about-main .about-journey {
    padding-bottom: 0;
    overflow: visible;
}

#about-main .about-journey__intro {
    max-width: 760px;
}

#about-main .about-journey-timeline-bleed {
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(8px, 1.25vw, 20px);
    box-sizing: border-box;
}

#about-main .about-journey-timeline {
    position: relative;
    margin-top: 8px;
    padding-bottom: 24px;
    width: 100%;
}

#about-main .about-journey-timeline__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 168px;
    width: 100%;
    height: 220px;
    pointer-events: none;
    z-index: 0;
}

#about-main .about-journey-timeline__nodes {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(4px, 0.8vw, 14px);
    min-height: 520px;
    align-items: stretch;
}

#about-main .about-journey-milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 0 2px;
    position: relative;
    z-index: 2;
}

#about-main .about-journey-milestone--top {
    justify-content: flex-start;
}

#about-main .about-journey-milestone--bottom {
    justify-content: flex-end;
}

#about-main .about-journey-milestone__copy {
    max-width: 15rem;
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 6px 4px;
}

#about-main .about-journey-milestone--top .about-journey-milestone__copy {
    margin-top: 18px;
}

#about-main .about-journey-milestone--bottom .about-journey-milestone__copy {
    margin-top: 18px;
    margin-bottom: 0;
}

#about-main .about-journey-milestone--bottom .about-journey-milestone__icon {
    margin-bottom: 0;
}

#about-main .about-journey-milestone__year {
    font-size: 15px;
    font-weight: 700;
    color: #7304fb;
    letter-spacing: -0.01em;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 4px 2px;
}

#about-main .about-journey-milestone--top .about-journey-milestone__year {
    margin-bottom: 14px;
}

#about-main .about-journey-milestone--bottom .about-journey-milestone__year {
    margin-top: 0;
    margin-bottom: 14px;
}

#about-main .about-journey-milestone__year--present {
    font-style: italic;
}

#about-main .about-journey-milestone__icon {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center center;
    display: block;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    border-radius: 50%;
    image-rendering: -webkit-optimize-contrast;
}

#about-main .about-journey-milestone__copy h3 {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin: 0 0 8px;
    line-height: 1.35;
    font-family: var(--tp-ff-heading);
}

#about-main .about-journey-milestone__copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #666666;
}

#about-main .about-journey-skyline {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    overflow: visible;
    line-height: 0;
    position: relative;
    z-index: 1;
}

#about-main .about-journey-skyline img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    object-position: center bottom;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1199px) {
    #about-main .about-journey-timeline__nodes {
        min-height: 500px;
    }

    #about-main .about-journey-milestone__copy {
        max-width: 13.5rem;
    }

    #about-main .about-journey-milestone__copy h3 {
        font-size: 15px;
    }

    #about-main .about-journey-milestone__copy p {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    #about-main .about-journey-timeline-bleed {
        padding: 0 20px;
    }

    #about-main .about-journey-timeline__line {
        display: none;
    }

    #about-main .about-journey-timeline__nodes {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 32px;
    }

    #about-main .about-journey-milestone,
    #about-main .about-journey-milestone--bottom {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 0 0 0 20px;
        border-left: 2px solid rgba(115, 4, 251, 0.22);
    }

    #about-main .about-journey-milestone__copy,
    #about-main .about-journey-milestone__year {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    #about-main .about-journey-milestone__copy {
        order: 3;
        max-width: none;
    }

    #about-main .about-journey-milestone__icon {
        order: 2;
        margin: 10px 0;
    }

    #about-main .about-journey-milestone__year {
        order: 1;
        margin-bottom: 8px;
    }

    #about-main .about-journey-milestone--top .about-journey-milestone__copy,
    #about-main .about-journey-milestone--bottom .about-journey-milestone__copy {
        margin-top: 12px;
        margin-bottom: 0;
    }
}

/* VISION & MISSION — team photo + stacked copy */
#about-main .about-vision-mission {
    margin-top: 0;
}

#about-main .about-vision-mission__photo {
    border-radius: 20px;
    overflow: hidden;
    background: #f3f4f6;
    line-height: 0;
    box-shadow: 0 20px 48px rgba(20, 20, 20, 0.08);
}

#about-main .about-vision-mission__photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center center;
    display: block;
}

#about-main .about-vision-mission__copy {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-left: 0;
}

#about-main .about-vision-mission__block .section-sub-title-blue {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7304fb;
    margin-bottom: 16px;
}

#about-main .about-vision-mission__text {
    font-size: 17px;
    line-height: 1.65;
    color: #333333;
    max-width: 34em;
}

@media (min-width: 992px) {
    #about-main .about-vision-mission__copy {
        padding-left: 12px;
    }
}

@media (max-width: 991px) {
    #about-main .about-vision-mission__copy {
        gap: 36px;
        padding-top: 8px;
    }

    #about-main .about-vision-mission__text {
        font-size: 16px;
        max-width: none;
    }
}

.bg-purple {
    background-color: rgb(117 0 255 / 0.05);
}

.about__feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about__feature-item p {
    font-size: 15px;
    line-height: 1.5;
}

.about__quote {
    padding: 40px;
    background-color: #f9f7ff;
    border-radius: 25px;
    border-left: 5px solid var(--tp-common-blue);
}

.about__quote-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: var(--tp-common-blue);
    opacity: 0.1;
}

.about__quote p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--tp-common-black);
    font-weight: 500;
}

@media (max-width: 991px) {
    .pl-70 {
        padding-left: 0;
        margin-top: 50px;
    }
}

.belief__quote {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tp-common-black);
    font-style: italic;
}

.belief__text {
    font-size: 20px;
    color: var(--tp-text-body);
}

@media (max-width: 767px) {
    .belief__quote {
        font-size: 24px;
    }
}

.what-we-do__item {
    padding: 50px 40px;
    background-color: var(--tp-common-white);
    border: 1px solid var(--tp-border-1);
    border-radius: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.what-we-do__item:hover {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
}

.what-we-do__item:hover .what-we-do__title a,
.what-we-do__item:hover p {
    color: var(--tp-common-white);
}

.what-we-do__icon i {
    font-size: 50px;
    color: var(--tp-common-blue);
}

.what-we-do__title {
    font-size: 24px;
    margin-bottom: 15px;
}

.what-we-do__nav-hint span {
    font-size: 16px;
    font-weight: 500;
}

.how-we-work__item {
    position: relative;
    padding-top: 40px;
}

.how-we-work__number {
    font-size: 18px;
    font-weight: 700;
    color: var(--tp-common-blue);
    display: block;
    margin-bottom: 20px;
}

.how-we-work__item-title {
    font-size: 22px;
    margin-bottom: 15px;
}

/* DIFFERENTIATORS — Why Enterprises Choose Tatvic */
#about-main .about-differentiators {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(115, 4, 251, 0.06) 0%, transparent 62%),
        linear-gradient(180deg, #f8f6fc 0%, #ffffff 55%, #faf9fd 100%);
}

#about-main .about-differentiators__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

#about-main .about-differentiators__intro {
    max-width: none;
    margin: 0;
    padding: 8px 12px 8px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

#about-main .about-differentiators__label {
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#about-main .about-differentiators__title {
    margin-bottom: 14px;
    font-size: clamp(26px, 2.2vw, 36px);
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: #141414;
    text-transform: none;
}

#about-main .about-differentiators__desc {
    margin: 0;
    max-width: none;
    font-size: 15px;
    line-height: 1.55;
    color: #4b5563;
}

#about-main .about-differentiators__flip-slot {
    min-width: 0;
    height: 100%;
    display: flex;
}

#about-main .about-differentiators--flip .why-flip {
    height: 100%;
    min-height: 280px;
}

#about-main .about-differentiators--flip .why-flip__face--front {
    background: #ffffff;
    border: 1.5px solid rgba(117, 0, 255, 0.22);
    box-shadow: 0 20px 48px rgba(117, 0, 255, 0.08);
}

#about-main .about-differentiators--flip .why-flip__icon {
    background: linear-gradient(160deg, #8a2bff 0%, #7500ff 100%);
    color: #ffffff;
    box-shadow:
        0 0 0 5px rgba(117, 0, 255, 0.12),
        0 10px 20px rgba(117, 0, 255, 0.28);
}

#about-main .about-differentiators--flip .why-flip__face--back,
#about-main .about-differentiators--flip .why-flip__face--back .why-flip__body {
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    #about-main .about-differentiators__grid {
        gap: 14px;
    }

    #about-main .about-differentiators--flip .why-flip {
        min-height: 260px;
    }
}

@media (max-width: 991px) {
    #about-main .about-differentiators__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #about-main .about-differentiators__intro {
        grid-column: 1 / -1;
        padding: 0 0 12px;
        text-align: center;
        align-items: center;
    }

    #about-main .about-differentiators__title {
        font-size: clamp(28px, 5vw, 36px);
    }

    #about-main .about-differentiators__desc {
        font-size: 16px;
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    #about-main .about-differentiators__grid {
        grid-template-columns: 1fr;
    }

    #about-main .about-differentiators--flip .why-flip {
        min-height: 240px;
    }
}

/* ECOSYSTEM — Google stack partners (About Us) */
.about-ecosystem {
    background-color: #f3f0fb;
    text-align: center;
}

.about-ecosystem__intro {
    max-width: 760px;
    margin: 0 auto 56px;
}

.about-ecosystem__label {
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.about-ecosystem__title {
    margin-bottom: 20px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #141414;
    text-transform: none;
}

.about-ecosystem__desc {
    margin: 0 auto;
    max-width: 640px;
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
}

.about-ecosystem__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px 72px;
}

.about-ecosystem__logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-ecosystem__logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 68px;
    object-fit: contain;
    object-position: center center;
    image-rendering: -webkit-optimize-contrast;
    mix-blend-mode: screen;
}

@media (max-width: 991px) {
    .about-ecosystem__intro {
        margin-bottom: 40px;
    }

    .about-ecosystem__logos {
        gap: 28px 40px;
    }

    .about-ecosystem__logo img {
        max-height: 48px;
    }
}

@media (max-width: 575px) {
    .about-ecosystem__desc {
        font-size: 16px;
    }

    .about-ecosystem__logos {
        flex-direction: column;
        gap: 24px;
    }

    .about-ecosystem__logo img {
        max-height: 44px;
    }
}

/* MEET THE TEAM — compact leadership row */
#about-main .about-team {
    padding-top: 56px;
    padding-bottom: 56px;
}

#about-main .about-team__intro {
    text-align: center;
    margin-bottom: 28px;
}

#about-main .about-team__label {
    display: inline-block;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#about-main .about-team__title {
    margin: 0;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #141414;
    text-transform: none;
}

#about-main .about-team__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

#about-main .about-team__card {
    min-width: 0;
}

#about-main .about-team__photo {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #ece9f5;
    height: clamp(190px, 16.5vw, 236px);
    line-height: 0;
}

#about-main .about-team__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: none;
    opacity: 1;
    image-rendering: auto;
    transform: none;
}

#about-main .about-team__photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 52%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}

#about-main .about-team__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 14px 14px 16px;
    text-align: left;
}

#about-main .about-team__name {
    margin: 0 0 2px;
    font-size: clamp(14px, 1.1vw, 17px);
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    font-family: var(--tp-ff-heading);
    letter-spacing: -0.01em;
}

#about-main .about-team__role {
    margin: 0;
    font-size: clamp(12px, 0.95vw, 14px);
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
}

@media (max-width: 1199px) {
    #about-main .about-team__grid {
        gap: 12px;
    }

    #about-main .about-team__caption {
        padding: 12px 12px 14px;
    }
}

@media (max-width: 991px) {
    #about-main .about-team {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    #about-main .about-team__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 575px) {
    #about-main .about-team__intro {
        margin-bottom: 28px;
    }

    #about-main .about-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    #about-main .about-team__card:last-child {
        grid-column: 1 / -1;
        max-width: 220px;
        margin: 0 auto;
        width: 100%;
    }
}

.ecosystem__brand-item img {
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.ecosystem__brand-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.ecosystem__tech-item {
    padding: 30px 20px;
    border: 1px solid var(--tp-border-1);
    border-radius: 20px;
    background-color: var(--tp-common-white);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ecosystem__tech-item i {
    font-size: 32px;
    color: var(--tp-common-blue);
    transition: all 0.3s ease;
}

.ecosystem__tech-item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-black);
}

.ecosystem__tech-item:hover {
    border-color: var(--tp-common-blue);
    box-shadow: 0 10px 30px rgba(115, 4, 251, 0.1);
    transform: translateY(-5px);
}

.ecosystem__tech-item:hover i {
    transform: scale(1.1);
}

.why-choose__item {
    padding: 50px 40px;
    background-color: var(--tp-common-white);
    border-radius: 30px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.why-choose__icon {
    width: 70px;
    height: 70px;
    background-color: #f7f3ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.why-choose__icon i,
.why-choose__icon svg {
    transition: all 0.4s ease;
    color: var(--tp-common-blue);
}

.why-choose__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-grotesk);
}

.why-choose__item p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--tp-common-black);
    opacity: 0.8;
}

.why-choose__item:hover {
    box-shadow: 0 30px 60px rgba(115, 4, 251, 0.08);
    transform: translateY(-10px);
    border-color: rgba(115, 4, 251, 0.1);
}

.why-choose__item:hover .why-choose__icon {
    background-color: var(--tp-common-blue);
}

.why-choose__item:hover .why-choose__icon i,
.why-choose__item:hover .why-choose__icon svg {
    color: var(--tp-common-white);
}

/* ==========================================================================
   RESPONSIVE OPTIMIZATIONS (TABLET & MOBILE)
   ========================================================================== */

/* Tablet View (Max 1199px) */
@media (max-width: 1199px) {
    .about-hero__title {
        font-size: 48px;
    }

    .pl-70 {
        padding-left: 30px;
    }

    .about__experience-badge {
        right: -15px;
        padding: 25px;
    }

    .about__experience-content h4 {
        font-size: 36px;
    }

    .cta-modern__bg {
        padding: 80px 60px;
    }
}

/* Tablet & Mobile Landscape (Max 991px) */
@media (max-width: 991px) {

    .section,
    .pt-120,
    .pb-120 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }



    .about-hero__title {
        font-size: 40px;
    }

    .pl-70 {
        padding-left: 0;
        margin-top: 60px;
    }

    .about__experience-badge {
        bottom: -20px;
        right: 0;
        padding: 20px 30px;
        border-radius: 20px;
    }

    .about__shape-1 {
        display: none !important;
    }

    .section-title {
        font-size: 36px !important;
    }

    .cta-modern__bg {
        padding: 70px 40px;
    }

    .cta-modern__title {
        font-size: 42px;
    }
}

/* Mobile View (Max 767px) */
@media (max-width: 767px) {

    .section,
    .pt-120,
    .pb-120 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }



    .about-hero__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-hero__lead {
        font-size: 16px !important;
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }

    .section-title {
        font-size: 28px !important;
        line-height: 1.25 !important;
    }

    .section-description {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 30px !important;
    }

    .about__experience-badge {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: -40px;
        margin-left: 20px;
        display: inline-block;
        padding: 15px 25px;
    }

    .about__experience-content h4 {
        font-size: 32px;
    }

    .why-choose__item {
        padding: 35px 25px;
    }

    .why-choose__title {
        font-size: 20px;
    }

    .p-80 {
        padding: 40px 20px !important;
    }

    .tp-btn-black-square {
        width: 100%;
        text-align: center;
        justify-content: center;
    }


    .about__quote {
        padding: 25px;
    }

    .about__quote p {
        font-size: 16px;
    }

    .cta-modern__bg {
        padding: 60px 25px;
        border-radius: 30px;
    }

    .cta-modern__title {
        font-size: 32px;
    }

    .cta-modern__btns {
        flex-direction: column;
        width: 100%;
        gap: 15px !important;
    }

    .cta-modern__btns a {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================================================
   GLOBAL SECTION STYLES & SPECIAL GRADIENTS
   ========================================================================== */


/* Section Background for WHAT WE DO */
.what-we-do {
    background: linear-gradient(310deg, rgb(136 70 211) 0% 0%, rgb(116 78 160) 100%) !important;
}

.crp-service-title-box h4.section-title {
    color: #fff !important;
}

.crp-service-title-box span.section-sub-title {
    color: #FF6B35 !important;
}

.perspective-list li svg {
    height: 18px;
    color: #7304FB;
}

.crp-service-content p {
    font-size: 16px;
    letter-spacing: 0.6px;
}

/* Journey Timeline Styles */
.timeline-dot,
.timeline-dot-final {
    position: relative;
    z-index: 2;
}

.timeline-dot-final::before,
.timeline-dot::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px dashed rgba(117, 0, 255, 0.3);
    animation: rotate 10s linear infinite;
    z-index: -1;
}

.timeline-dot-final svg {
    color: #fff;
}

.cro-ai__card-icon {
    padding: 10px;
    color: #fff;
}

.cro-ai__card:hover .cro-ai__card-icon {
    color: #c084fc;
}

.timeline-item:hover .timeline-card {
    border: 1px solid var(--tp-common-blue) !important;
}

.timeline-item:hover h4,
.timeline-item:hover h5 {
    color: #7304FB;
}

.timeline-dot svg {
    color: #7304FB;
}

.timeline-dot-final:hover svg,
.timeline-dot:hover svg,
.timeline-dot-final.timeline-dot-active svg,
.timeline-dot.timeline-dot-active svg {
    color: #fff !important;
}

.timeline-dot-final:hover,
.timeline-dot:hover,
.timeline-dot-final.timeline-dot-active,
.timeline-dot.timeline-dot-active {
    transform: scale(1.1);
    background-color: var(--tp-common-blue) !important;
    color: #fff !important;
}

.hover-scale {
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.timeline-dot-final::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 255, 217, 0.2) 0%, transparent 70%);
    z-index: -1;
    animation: pulse 2s infinite;
}

.enterprises-card {
    background: #ffffff;
    border: 1px solid var(--tp-border-1);
    border-radius: 24px;
    padding: 24px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.enterprises-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(115, 4, 251, 0.1) 0%, rgba(0, 229, 255, 0.1) 100%);
    color: var(--tp-common-blue);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprises-icon svg {
    height: 32px;
    width: 32px;
    color: #7304FB;
}

.enterprises-card:hover {
    border-color: var(--tp-common-blue) !important;
    box-shadow: 0 16px 40px rgba(115, 4, 251, 0.12);
    transform: translateY(-5px);
}

.our-vission:hover {
    background: var(--tp-common-blue) !important;
}

.our-mission:hover {
    background: #212529 !important;
}

.our-vission:hover h3,
.our-vission:hover p,
.our-mission:hover span {
    color: #fff !important;
}

.our-mission:hover h3 {
    color: var(--tp-common-blue) !important;
}

.our-mission:hover h3 {
    color: var(--tp-common-blue) !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}