:root {
    --tc-green: #38d39f;
    --tc-green-deep: #0f7b5a;
    --tc-green-soft: #dffbf1;
    --tc-ink: #081513;
    --tc-ink-soft: #10211e;
    --tc-muted: #64807a;
    --tc-white: #ffffff;
    --tc-cream: #f4faf7;
    --tc-line: rgba(8, 21, 19, 0.1);
    --tc-shadow: 0 30px 80px rgba(8, 21, 19, 0.16);
    --tc-radius-xl: 36px;
    --tc-radius-lg: 26px;
    --tc-radius-md: 20px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--tc-ink);
     font-family: "Poppins", sans-serif;
    background:#fff;
    font-size: 15px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    overflow: hidden;
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 18px 0;
    transition: padding 0.28s ease;
}

.topbar .navbar {
    min-height: 78px;
    border-radius: 999px;
    /* background: rgba(8, 24, 21, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.14); */
    /* backdrop-filter: blur(18px); */
    padding: 0.72rem 1rem;
    transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

/* .topbar .navbar.scrolled {
    background: rgba(5, 16, 13, 0.94);
    transform: translateY(-2px);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
} */

.brand-logo {
    width: 185px;
    max-height: 54px;
    object-fit: contain;
    object-position: left center;
}

.navbar-toggler {
    background: rgba(255, 255, 255, 0.95);
    padding: 0.42rem 0.58rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%288,21,19,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 0.65rem 1rem !important;
    text-transform: none;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.35rem;
    height: 2px;
    background: var(--tc-green);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.btn-brand,
.btn-outline-brand,
.btn-ghost {
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600; font-size: 15px;
    padding: 0.92rem 2rem;
    text-transform: uppercase;
    transition: transform 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.btn-brand {
    color: var(--tc-ink);
    background: linear-gradient(135deg, #a5f6d9 0%, #5be0ad 48%, #31bf88 100%);
    box-shadow: 0 16px 34px rgba(49, 191, 136, 0.3);
}

.btn-brand:hover {
    color: var(--tc-ink);
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(49, 191, 136, 0.38);
}

.btn-outline-brand,
.btn-ghost {
    color: #000;
    border-color: #fff;
    background: #fff;
}

.btn-outline-brand:hover,
.btn-ghost:hover {
    color: var(--tc-ink);
    border-color: var(--tc-green);
    background: var(--tc-green);
    transform: translateY(-3px);
}

.tc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--tc-green);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.tc-eyebrow.dark {
    color: var(--tc-green-deep);
}

.tc-hero-copy h1,
.tc-section-copy h2,
.tc-section-heading h2,
.tc-workflow-copy h2,
.tc-cta h2 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
}

.tc-hero {
    position: relative;
    padding: 148px 0 58px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(6, 24, 21, 0.96) 0%, rgba(8, 34, 29, 0.88) 48%, rgba(8, 34, 29, 0.8) 100%),
        url("../images/bg 1.png") center/cover no-repeat;
    z-index: -3;
}

.tc-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -12rem;
    height: 20rem;
    background: radial-gradient(circle at center, rgba(56, 211, 159, 0.28), transparent 60%);
    z-index: -2;
}

.tc-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    z-index: -1;
}

.orb-one {
    width: 18rem;
    height: 18rem;
    top: 8rem;
    right: 8%;
    background: rgba(56, 211, 159, 0.2);
}

.orb-two {
    width: 14rem;
    height: 14rem;
    bottom: 8rem;
    left: 5%;
    background: rgba(88, 126, 255, 0.18);
}

.tc-hero-panel {
    padding: clamp(1.25rem, 2vw, 1.8rem);
    border-radius: var(--tc-radius-xl);
    background: url(../images/banner.webp) center/cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--tc-shadow);
    backdrop-filter: blur(12px);
}

.tc-hero-panel2 {
    /* padding: clamp(1.25rem, 2vw, 1.8rem); */
    background: url(../images/bg-1-1.webp) center/cover no-repeat;
    backdrop-filter: blur(12px);
}

.tc-hero-panel3 {
    /* padding: clamp(1.25rem, 2vw, 1.8rem); */
    background: url(../images/bg3.webp) center/cover no-repeat;
    backdrop-filter: blur(12px);
    color: #fff;
}
.tc-hero-panel4{
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(5, 17, 14, 0.94), rgba(10, 88, 64, 0.9)),
        url("../images/BG3.webp") center/cover;
    color: #fff;
    box-shadow: 0 28px 70px rgba(8, 21, 19, 0.18);
}

.tc-hero-panel6{
    padding: clamp(6rem, 10vw, 12rem);
    
    background: url(../images/footer-bg.webp) center/cover no-repeat;
    backdrop-filter: blur(12px);
    color: #fff;
}

.tc-hero-copy {
    color: #fff;
}

.tc-hero-copy h1 {
    max-width: 920px;
    font-size: clamp(3rem, 7vw, 2.1rem);
    line-height: 1.2;
    margin-bottom: 1.35rem;
}

.tc-hero-copy p {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.82;
    margin-bottom: 2rem;
}

.tc-hero-actions,
.tc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tc-inline-metrics {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.tc-countdown-wrap {
    max-width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.tc-countdown-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
    align-items: center;
    gap: 1.1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.tc-countdown-intro {
    text-align: left;
}

.tc-countdown-intro strong {
    display: block;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    font-weight: 700;
    line-height: 1.1;
}

.tc-countdown-intro span {
    display: block;
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    font-weight: 500;
}

.tc-countdown-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.tc-countdown-item {
    padding: 0.95rem 0.75rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.tc-countdown-item strong {
    display: block;
    color: var(--tc-green);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1;
}

.tc-countdown-item span {
    display: block;
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-inline-metric {
    padding: 1rem 1.05rem;
    border-radius: var(--tc-radius-md);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tc-inline-metric strong {
    display: block;
    color: var(--tc-green);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}

.tc-inline-metric span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
}

.tc-hero-visual {
    position: relative;
    padding-bottom: 2rem;
}

.tc-visual-main {
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.tc-visual-main img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.tc-glass-card,
.tc-float-chip {
    position: absolute;
    backdrop-filter: blur(20px);
}

.tc-glass-card {
    left: -1.2rem;
    bottom: 0;
    width: min(24rem, 86%);
    padding: 1.35rem;
    border-radius: 28px;
    background: rgba(8, 21, 19, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

.tc-card-label {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--tc-green);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tc-glass-card h3 {
    font-size: 1.28rem;
    line-height: 1.35;
    margin-bottom: 0.85rem;
}

.tc-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tc-card-list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.55rem;
}

.tc-card-list i {
    color: var(--tc-green);
}

.tc-float-chip {
    min-width: 150px;
    padding: 0.95rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 20px 44px rgba(8, 21, 19, 0.18);
}

.tc-float-chip strong {
    display: block;
    color: var(--tc-green-deep);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
}

.tc-float-chip span {
    display: block;
    margin-top: 0.3rem;
    color: #36514a;
    font-size: 0.84rem;
    font-weight: 700;
}

.chip-left {
    top: 2rem;
    left: -1.4rem;
}

.chip-right {
    top: 4rem;
    right: -1rem;
}

.tc-trust-strip {
    position: relative;
    margin-top: -1.2rem;
    padding-bottom: 1rem;
}

.tc-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    padding: 1.5rem 1.6rem;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--tc-line);
    box-shadow: 0 18px 48px rgba(8, 21, 19, 0.08);
}

.tc-trust-grid p {
    color: var(--tc-muted);
    line-height: 1.75;
}

.tc-trust-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.tc-trust-items span {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    background: var(--tc-cream);
    color: var(--tc-ink-soft);
    font-weight: 800;
}

.tc-section {
    padding: 96px 0;
}

.tc-section-copy h2,
.tc-section-heading h2,
.tc-workflow-copy h2 {
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 1rem;
}

.tc-section-copy p,
.tc-section-heading p,
.tc-workflow-copy p,
.tc-pillar-card p,
.tc-service-card p,
.tc-workflow-step p,
.tc-solution-card p,
.tc-cta p {
    color: var(--tc-muted);
    line-height: 1.78;
}

.tc-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.tc-pillar-card,
.tc-service-card,
.tc-workflow-step,
.tc-solution-card,
.tc-logo-card {
    height: 100%;
    border-radius: var(--tc-radius-md);
    border: 1px solid var(--tc-line);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tc-pillar-card {
    padding: 1.45rem;
    background: #fff;
    box-shadow: 0 22px 50px rgba(8, 21, 19, 0.08);
   
}

.tc-pillar-card span,
.tc-workflow-step span,
.tc-solution-card span {
    color: var(--tc-green-deep);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tc-pillar-card h5,
.tc-service-card h4,
.tc-workflow-step h5,
.tc-solution-card h5 {
    margin: 0.8rem 0;
    font-weight: 900;
}

.tc-pillar-card:hover,
.tc-service-card:hover,
.tc-workflow-step:hover,
.tc-solution-card:hover,
.tc-logo-card:hover {
    transform: translateY(-8px);
    border-color: rgba(56, 211, 159, 0.45);
    box-shadow: 0 28px 70px rgba(8, 21, 19, 0.12);
}

.tc-image-stack {
    position: relative;
    min-height: 600px;
}

.tc-image-card {
    position: absolute;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(8, 21, 19, 0.18);
}

.tc-image-card.large {
    inset: 0 6% 12% 0;
    background: linear-gradient(180deg, #f7fffb, #ddf5ea);
    padding: 1rem;
}

.tc-image-card.large img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tc-image-card.small {
    right: 0;
    bottom: 0;
    width: 50%;
    background: #081513;
    padding: 0.8rem;
}

.tc-image-card.small img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 24px;
}

.tc-dark-section {
    background:
        radial-gradient(circle at top right, rgba(56, 211, 159, 0.14), transparent 24rem),
        linear-gradient(180deg, #071512 0%, #0b1d19 100%);
    color: #fff;
}

.tc-dark-section .tc-section-heading {
    max-width: 780px;
    margin: 0 auto 2.8rem;
}

.tc-dark-section .tc-section-heading p,
.tc-dark-section .tc-service-card p,
.tc-dark-section .tc-service-card ul {
    color: rgba(255, 255, 255, 0.72);
}

.tc-service-card {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.tc-service-card img {
    width: 84px;
    height: 84px;
    object-fit: contain;
    margin-bottom: 1.4rem;
    display: inline-block;
}

.tc-service-card ul {
    padding-left: 1.1rem;
    margin: 1rem 0 0;
}

.tc-service-card li {
    margin-bottom: 0.55rem;
}

.tc-workflow-section {
    background: #fff;
}

.tc-workflow-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tc-workflow-step {
    padding: 1.55rem;
    background: linear-gradient(180deg, #ffffff 0%, #f4faf7 100%);
    box-shadow: 0 18px 45px rgba(8, 21, 19, 0.08);
}

.tc-numbers {
    padding: 72px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(5, 17, 14, 0.97), rgba(11, 69, 52, 0.92)),
        url("../images/bg 1.png") center/cover fixed;
}

.tc-number {
    height: 100%;
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

.tc-number strong {
    display: block;
    color: var(--tc-green);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 1;
}

.tc-number span {
    display: block;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-partner-section {
    background: #f4faf7;
}

.tc-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tc-logo-card {
    min-height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.4rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(8, 21, 19, 0.08);
}

.tc-logo-card img {
    max-height: 54px;
    width: auto;
    object-fit: contain;
}

.tc-solutions {
    background:
        radial-gradient(circle at right top, rgba(56, 211, 159, 0.12), transparent 28rem),
        #fff;
}

.tc-solution-card {
    min-height: 240px;
    padding: 1.7rem;
    background: #fff;
    box-shadow: 0 22px 50px rgba(8, 21, 19, 0.08);
}

.tc-cta {
    padding: 0 0 92px;
}

.tc-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(5, 17, 14, 0.94), rgba(10, 88, 64, 0.9)),
        url("../images/BG3.webp") center/cover;
    color: #fff;
    box-shadow: 0 28px 70px rgba(8, 21, 19, 0.18);
}

.tc-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.98;
    margin: 0 0 1rem;
    max-width: 760px;
}

.tc-cta p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

.footer-area {
    background: #05100c;
    color: rgba(255, 255, 255, 0.72);
    padding: 4.5rem 0 2rem;
}

.footer-area h5 {
    color: var(--tc-white);
    font-weight: 900;
    margin-bottom: 1rem;
}

.footer-area a {
    color: rgba(255, 255, 255, 0.72);
    display: inline-block;
}

.footer-area a:hover {
    color: var(--tc-green);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-logo {
    width: 190px;
    max-height: 54px;
    object-fit: contain;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.reveal-up,
.reveal-left,
.reveal-scale {
    opacity: 0;
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-up {
    transform: translateY(36px);
}

.reveal-left {
    transform: translateX(-36px);
}

.reveal-scale {
    transform: scale(0.94);
}

.is-visible {
    opacity: 1;
    transform: none;
}

@media (min-width: 992px) {
    .navbar .navbar-collapse {
        display: grid !important;
        grid-template-columns: 10fr auto 1fr;
        align-items: center;
    }

    .navbar-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 1199.98px) {
    .brand-logo {
        width: 158px;
    }

    .navbar-nav .nav-link {
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }

    .tc-inline-metrics,
    .tc-pillar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .topbar {
        padding: 10px 0;
    }

    .topbar .navbar {
        border-radius: 30px;
        background: rgba(6, 19, 14, 0.96);
    }

    .navbar-actions {
        padding: 1rem 0 0.35rem;
    }

    .tc-hero {
        min-height: auto;
        padding: 128px 0 46px;
    }

    .tc-hero-panel {
        border-radius: 28px;
    }

    .tc-visual-main img {
        min-height: 440px;
    }

    .tc-glass-card {
        left: 1rem;
        right: 1rem;
        width: auto;
    }

    .chip-left,
    .chip-right {
        position: static;
        display: inline-block;
        margin-top: 1rem;
        margin-right: 0.75rem;
    }

    .tc-trust-grid,
    .tc-cta-panel {
        grid-template-columns: 1fr;
        display: grid;
    }

    .tc-trust-items {
        justify-content: flex-start;
    }

    .tc-image-stack {
        min-height: 500px;
    }

    .tc-image-card.large {
        inset: 0 4% 16% 0;
    }

    .tc-countdown-wrap {
        max-width: 100%;
        padding-top: 34px;
        padding-bottom: 24px;
    }

    .tc-countdown-card {
        grid-template-columns: 1fr;
    }

    .tc-countdown-intro {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    .brand-logo,
    .footer-logo {
        width: 150px;
    }

    .tc-hero-copy h1 {
        font-size: clamp(2rem, 14vw, 2rem);
        line-height: 2rem;
    }

    .tc-inline-metrics,
    .tc-pillar-grid,
    .tc-workflow-grid,
    .tc-logo-grid {
        grid-template-columns: 1fr;
    }

    .tc-countdown-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tc-countdown-card {
        padding: 1rem;
        border-radius: 18px;
    }

    .tc-countdown-item {
        border-radius: 14px;
    }

    .tc-trust-grid,
    .tc-pillar-card,
    .tc-service-card,
    .tc-workflow-step,
    .tc-solution-card,
    .tc-logo-card {
        border-radius: 18px;
    }

    .tc-section {
        padding: 68px 0;
    }

    .tc-image-stack {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .tc-image-card {
        position: static;
    }

    .tc-image-card.small {
        width: 100%;
    }

    .tc-image-card.small img {
        min-height: 210px;
    }

    .tc-visual-main img {
        min-height: 320px;
    }

    .tc-cta {
        padding-bottom: 64px;
    }

    .tc-cta-panel {
        border-radius: 24px;
    }
}
.pd20t{
    padding-top: 20px;
}
.pd20b{
    padding-bottom: 20px;
}
.mrt2{
    margin-top: 20px;
}
.mrt5{  margin-top: 50px;}

.crdbg{
     background:
        radial-gradient(circle at top right, rgba(56, 211, 159, 0.14), transparent 24rem),
        linear-gradient(180deg, #071512 0%, #0b1d19 100%);
        color: #fff;
        text-align: center;
        align-items: center;
        h4{
            color: #fff;
            font-weight: 600;
        }
        p{
            color: #fff; 
            font-size: 14px;
        }
        hr{
            border: 1px solid rgb(255, 255, 255);
            padding: 0px; width: 60%;
            display: inline-block; 
        }
}
.txtcl{

    color: #525252 !important;
}
.bg4{
    padding-top: 50px; background: radial-gradient(circle at center, #00b090 0%, #001410 50%); border-radius: 20px;
}

.forum-section {
    margin-top: 50px;
}

.forum-shell {
    position: relative;
    padding: 2.25rem;
    border-radius: 34px;
    /* background:
        linear-gradient(135deg, rgba(0, 176, 144, 0.864), rgb(0, 20, 16)),
        radial-gradient(circle at top center, rgb(0, 0, 0), transparent 36rem),
        #031612; */
         background: radial-gradient(circle at center, #00B090 0%, #001410 70%);
    overflow: hidden;
}

.forum-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.12), transparent 24rem),
        repeating-radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 18px);
    opacity: 0.2;
    pointer-events: none;
}

.forum-shell > * {
    position: relative;
    z-index: 1;
}

.forum-heading {
    margin-bottom: 2rem;
}

.forum-heading .tc-eyebrow {
    color: #9cf2db;
    justify-content: center;
}

.forum-heading h2 {
    color: #fff;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin: 0;
}

.forum-info-stack {
    display: grid;
    gap: 1.35rem;
    height: 100%;
}

.forum-info-card,
.forum-agenda-card {
    height: 100%;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f3f3 100%);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
}

.forum-info-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 4px solid transparent;
}

.forum-info-stack .forum-info-card:first-child {
    border-color: #1e9cff;
}

.forum-info-card h4,
.forum-agenda-card h4 {
    color: #565656;
    font-size: clamp(1.4rem, 1vw, 1rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

.forum-info-card p {
    margin: 0;
    color: #5b5b5b;
    font-size: 20px;
    line-height: 1.5;
}

.forum-agenda-card h4 {
    margin-bottom: 1.35rem;
}

.forum-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
}

.forum-agenda-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.forum-agenda-table tr + tr {
    border-top: 1px solid rgba(8, 21, 19, 0.08);
}

.forum-agenda-table td {
    padding: 0.85rem 0.35rem;
    color: #616161;
    font-size: 0.98rem;
    vertical-align: top;
}

.forum-agenda-table td:first-child {
    width: 34%;
    padding-right: 1.25rem;
    color: #5b6d6a;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .forum-shell {
        padding: 1.6rem;
        border-radius: 26px;
    }

    .forum-info-card,
    .forum-agenda-card {
        padding: 1.5rem;
        border-radius: 22px;
    }
}

@media (max-width: 767.98px) {
    .forum-shell {
        padding: 1.15rem;
    }

    .forum-heading {
        margin-bottom: 1.4rem;
    }

    .forum-info-card {
        min-height: 160px;
    }

    .forum-agenda-table,
    .forum-agenda-table tbody,
    .forum-agenda-table tr,
    .forum-agenda-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .forum-agenda-table tr {
        padding: 0.8rem 0;
    }

    .forum-agenda-table td {
        padding: 0.2rem 0;
        white-space: normal;
    }

    .forum-agenda-table td:first-child {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0.25rem;
    }

.forum-agenda-table td::before {
        content: attr(data-label);
        display: block;
        color: #0f7b5a;
        font-size: 0.74rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 0.12rem;
    }
}

.continuity-section {
    padding-top: 36px;
    background: #FFF;
}

.continuity-header {
    margin-bottom: 2.5rem;
}

.continuity-header .tc-eyebrow {
    justify-content: center;
    color: #73d9ca;
}

.continuity-header h2 {
    margin: 0 0 0.85rem;
    color: #000;
    font-family: "Poppins", sans-serif;
     font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 700;
}

.continuity-header p {
    margin: 0;
    color: #676767;
    font-size: 18px;
    font-weight: 500;
}

.continuity-top {
    margin-bottom: 2rem;
}

.continuity-visual {
    display: flex;
    justify-content: center;
}

.continuity-image-frame {
    width: min(100%, 31rem);
    min-height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff 0%, #f4f4f4 100%);
    box-shadow: 0 24px 54px rgba(12, 24, 22, 0.12);
}

.continuity-image-frame img {
    max-height: 18rem;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(8, 21, 19, 0.15));
}

.continuity-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.continuity-card {
    min-height: 11rem;
    padding: 1.5rem 1.2rem;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff 0%, #f4f4f4 100%);
    box-shadow: 0 18px 40px rgba(12, 24, 22, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.continuity-card img {
    width: 4em;
    height: 4rem;
    object-fit: contain;
    margin-bottom: 1rem;
}

.continuity-card p {
    margin: 0;
    color: #6b6b6b;
    font-size: 0.98rem;
    line-height: 1.55;
    font-weight: 400;
}

.continuity-card:hover {
    background: linear-gradient(145deg, #3d8f89 0%, #134a47 100%);
    color: #ffffff;
    p{
        color: #ffffff;
    }
}

.continuity-card p:hover {
    color: #ffffff;
}

.continuity-card-active img {
    filter: brightness(0) invert(1);
    opacity: 0.96;
}

.continuity-board {
    margin-top: 1.8rem;
}

.continuity-board-inner {
    padding: 1.8rem 1.8rem 2.2rem;
    border-radius: 30px;
    background: linear-gradient(145deg, #2d706d 0%, #062e2a 100%);
    box-shadow: 0 24px 54px rgba(12, 24, 22, 0.18);
}

.continuity-board-inner h3 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: "Poppins", "Manrope", sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
}

.continuity-board-placeholder {
    position: relative;
    min-height: 14rem;
    margin-top: 1.5rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(1, 24, 21, 0.12), rgba(1, 24, 21, 0.24));
}

.continuity-board-placeholder span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: rgba(84, 153, 255, 0.9);
    transform: translate(-50%, -50%);
}

.continuity-board-placeholder span:first-child {
    width: min(28rem, 56%);
    height: 2px;
    border-radius: 999px;
}

.continuity-board-placeholder span:last-child {
    width: 2px;
    height: 2.2rem;
    border-radius: 999px;
}

@media (max-width: 991.98px) {
    .continuity-image-frame {
        width: 100%;
    }

    .continuity-card-grid {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .continuity-card-grid {
        grid-template-columns: 1fr;
    }

    .continuity-image-frame {
        min-height: 16rem;
        padding: 1.5rem;
    }

    .continuity-image-frame img {
        max-height: 14rem;
    }

    .continuity-card {
        min-height: 9.5rem;
    }

    .continuity-board-inner {
        padding: 1.4rem 1rem 1.6rem;
        border-radius: 22px;
    }

.continuity-board-placeholder {
        min-height: 10rem;
    }
}

.sponsor-section {
    padding-top: 36px;
    padding-bottom: 48px;
    background: #f8faf8;
}

.end-banner-section {
    padding-top: 18px;
    padding-bottom: 24px;
    background: #f8faf8;
}

.end-banner-panel {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background:
        linear-gradient(135deg, rgba(2, 15, 17, 0.7), rgba(2, 15, 17, 0.82)),
        url("../images/Group 76.png") center/cover no-repeat;
    box-shadow: 0 24px 60px rgba(8, 21, 19, 0.12);
}

.end-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0, transparent 62%, rgba(255, 255, 255, 0.08) 62%, rgba(255, 255, 255, 0.08) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 46%, transparent 46%, transparent 100%);
    opacity: 0.36;
    pointer-events: none;
}

.end-banner-content {
    position: relative;
    z-index: 1;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
}

.end-banner-logo {
    width: min(100%, 320px);
    margin-bottom: 0.85rem;
    filter: brightness(0) invert(1);
}

.end-banner-kicker {
    margin-bottom: 0.3rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.end-banner-content h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.end-banner-content p {
    margin: 0.9rem 0 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 2.2rem);
    font-weight: 700;
}

.end-banner-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.end-banner-line span {
    display: block;
    height: 8px;
}

.end-banner-line .line-blue {
    width: 175px;
    background: #386ef2;
}

.end-banner-line .line-orange {
    position: relative;
    width: 88px;
    height: 32px;
    background: transparent;
}

.end-banner-line .line-orange::before,
.end-banner-line .line-orange::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 44px;
    height: 8px;
    background: #ff6a3b;
}

.end-banner-line .line-orange::before {
    left: 0;
    transform: translateY(-50%) rotate(36deg);
    transform-origin: right center;
}

.end-banner-line .line-orange::after {
    right: 0;
    transform: translateY(-50%) rotate(-36deg);
    transform-origin: left center;
}

.end-banner-line .line-yellow {
    width: 118px;
    background: #d7dc3a;
}

.landing-register-section {
    padding-top: 16px;
    padding-bottom: 54px;
    background: #f8faf8;
}

.landing-register-shell {
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(8, 21, 19, 0.08);
    box-shadow: 0 22px 55px rgba(8, 21, 19, 0.08);
}

.landing-register-head {
    max-width: 760px;
    margin: 0 auto 2rem;
}

.landing-register-head h2 {
    margin: 0 0 0.85rem;
    color: #0c1715;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
}

.landing-register-head p {
    margin: 0;
    color: #667672;
    font-size: 1rem;
    line-height: 1.8;
}

.landing-register-alert {
    margin-bottom: 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.landing-register-alert.is-success {
    background: #e8f9f1;
    color: #0f7b5a;
    border: 1px solid rgba(15, 123, 90, 0.18);
}

.landing-register-alert.is-error {
    background: #fff1f1;
    color: #c63f3f;
    border: 1px solid rgba(198, 63, 63, 0.16);
}

.landing-register-form .form-label {
    color: #21312e;
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.landing-register-control {
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(8, 21, 19, 0.12);
    padding: 0.85rem 1rem;
    font-size: 0.98rem;
    box-shadow: none;
}

.landing-register-control:focus {
    border-color: #0f7b5a;
    box-shadow: 0 0 0 0.2rem rgba(15, 123, 90, 0.12);
}

.landing-mobile-card {
    padding: 1rem;
    border-radius: 20px;
    background: #f7fbf9;
    border: 1px solid rgba(8, 21, 19, 0.08);
}

.landing-register-button {
    min-width: 220px;
}

.parsley-errors-list {
    margin: 0.4rem 0 0;
    padding: 0;
    list-style: none;
    color: #d63c3c;
    font-size: 0.84rem;
}

.sponsor-header {
    margin-bottom: 2rem;
}

.sponsor-header h2 {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 700;
}

.sponsor-tier + .sponsor-tier {
    margin-top: 2.4rem;
}

.sponsor-tier h3 {
    margin: 0 0 1rem;
    color: #333;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.sponsor {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sponsor-slider {
    position: relative;
    overflow: hidden;
    padding: 0.6rem 0;
    width: 100%;
}

.sponsor-slider::before,
.sponsor-slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5rem;
    z-index: 2;
    pointer-events: none;
}

.sponsor-slider::before {
    left: 0;
    background: linear-gradient(90deg, #f8faf8 0%, rgba(248, 250, 248, 0) 100%);
}

.sponsor-slider::after {
    right: 0;
    background: linear-gradient(270deg, #f8faf8 0%, rgba(248, 250, 248, 0) 100%);
}

.sponsor-track {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    will-change: transform;
}

.sponsor-track-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.4rem;
    width: 100%;
}

.sponsor-logo-card {
    width: 18rem;
    min-width: 18rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.2rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(8, 21, 19, 0.04);
    box-shadow: none;
}

.sponsor-logo-card img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    object-fit: contain;
}
 .txtcenter{
    text-align: left !important;
    }

@media (max-width: 767.98px) {
    .end-banner-panel,
    .end-banner-content {
        min-height: 340px;
    }

    .end-banner-content {
        padding: 2.25rem 1rem;
    }

    .end-banner-logo {
        width: min(100%, 220px);
    }

    .end-banner-line .line-blue {
        width: 96px;
    }

    .end-banner-line .line-orange {
        width: 52px;
        height: 22px;
    }

    .end-banner-line .line-orange::before,
    .end-banner-line .line-orange::after {
        width: 27px;
        height: 6px;
    }

    .end-banner-line .line-yellow {
        width: 60px;
    }

    .landing-register-shell {
        border-radius: 22px;
        padding: 1.25rem;
    }

    .landing-mobile-card {
        border-radius: 16px;
        padding: 0.9rem;
    }

    .sponsor-tier + .sponsor-tier {
        margin-top: 2rem;
    }

    .sponsor-slider::before,
    .sponsor-slider::after {
        width: 2.4rem;
    }

    .sponsor-track-group {
        gap: 1rem;
    }

    .sponsor-logo-card {
        width: 8.5rem;
        min-width: 8.5rem;
        height: 4.8rem;
        padding: 0.85rem 1rem;
        border-radius: 16px;
    }

    .sponsor-logo-card img {
        max-height: 2rem;
    }
    .txtcenter{
    text-align: center !important;
    }
}
