﻿:root {
  --te-navy: #0d1f45;
  --te-navy-dark: #081530;
  --te-green: #1fae5f;
  --te-green-dark: #16884a;
  --te-gray-bg: #f7f9fc;
  --te-text: #2b3446;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--te-text);
  background: #fff;
}

h1, h2, h3, h4, .brand-text { font-family: 'Inter', sans-serif; font-weight: 700; }

/* ---------- Navbar ---------- */




.te-navbar { background: var(--te-navy); box-shadow: 0 2px 12px rgba(0,0,0,.15); }
.brand-text { color: #fff; font-weight: 800; font-size: 1.15rem; line-height: 1; }
.brand-text small { color: var(--te-green); letter-spacing: .08em; font-size: .6rem; font-weight: 600; }
.navbar .nav-link { color: rgba(255,255,255,.85) !important; font-weight: 500; font-size: .93rem; padding: .5rem .8rem !important; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: #fff !important; }
.te-btn-cta { font-weight: 600; border-radius: 6px; padding: .5rem 1.2rem; }
.te-mega-menu { min-width: 320px; max-height: 420px; overflow-y: auto; border: none; box-shadow: 0 12px 30px rgba(0,0,0,.18); border-radius: 10px; padding: .5rem; }
.dropdown-item { border-radius: 6px; padding: .55rem .8rem; font-size: .9rem; }
.dropdown-item:hover { background: var(--te-gray-bg); color: var(--te-green-dark); }

/* ---------- Hero sections ---------- */
.te-hero {
    /* background: linear-gradient(135deg, var(--te-navy) 0%, var(--te-navy-dark) 100%); */

    background-image: url("'/images/DPDP IMAG.png'");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #fff;
    padding: 5rem 0;
}
.te-hero-light { background: var(--te-gray-bg); padding: 4rem 0; }
.te-eyebrow { color: var(--te-green); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; font-weight: 700; }
.te-hero h1 { font-size: 2.6rem; }
.text-green { color: var(--te-green); }

.btn-success { background: var(--te-green); border-color: var(--te-green); }
.btn-success:hover { background: var(--te-green-dark); border-color: var(--te-green-dark); }
.btn-outline-light:hover { color: var(--te-navy); }

/* ---------- Cards ---------- */
.te-card { background: #fff; border: 1px solid #eef1f6; border-radius: 14px; padding: 1.75rem; height: 100%; transition: .25s; box-shadow: 0 2px 10px rgba(20,30,60,.04); }
.te-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(20,30,60,.1); }
.te-icon-circle { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1rem; }
.te-icon-blue { background: #e8f0fe; color: #2563eb; }
.te-icon-green { background: #e6f7ee; color: var(--te-green-dark); }
.te-icon-orange { background: #fff1e6; color: #ea7c1f; }
.te-icon-purple { background: #f1eafe; color: #7c3aed; }

/* ---------- Stats / dark panel ---------- */
.te-stats-panel { background: var(--te-navy); border-radius: 16px; color: #fff; padding: 2rem; }
.te-stat-number { font-size: 1.9rem; font-weight: 800; color: var(--te-green); }

/* ---------- Process steps ---------- */
.te-step { text-align: center; }
.te-step-circle { width: 46px; height: 46px; border-radius: 50%; background: var(--te-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto .75rem; }

/* ---------- Section spacing ---------- */
.te-section { padding: 4.5rem 0; }
.te-section-title { font-weight: 800; color: var(--te-navy); }

/* ---------- CTA banner ---------- */
.te-cta-banner { background: linear-gradient(135deg, var(--te-navy) 0%, #123166 100%); border-radius: 18px; color: #fff; padding: 2.5rem; }

/* ---------- Footer ---------- */
.te-footer { background: var(--te-navy-dark); }
.footer-links a { color: rgba(255,255,255,.65); text-decoration: none; display: block; padding: .3rem 0; font-size: .9rem; }
.footer-links a:hover { color: var(--te-green); }
.footer-links li { color: rgba(255,255,255,.65); }

/* ---------- Utility ---------- */
.rounded-xl { border-radius: 16px; }
.badge-soft { background: #e6f7ee; color: var(--te-green-dark); font-weight: 600; padding: .4rem .8rem; border-radius: 20px; font-size: .8rem; }

@media (max-width: 768px) {
    .te-step-circle {
        margin: 0 auto;
    }

    .te-card {
        padding: 20px 15px;
    }
}

.btn-demo {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(8px);
    transition: 0.3s;
}

    .btn-demo:hover {
        background: #0d6efd;
        border-color: #0d6efd;
        color: #fff;
        transform: translateY(-2px);
    }

.hero-feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.9);
    font-size: 15px;
    font-weight: 500;
    margin-top: 18px;
}

    .hero-feature i {
        color: #22c55e;
        font-size: 18px;
    }



/* Simplify*/




.te-hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
}

.text-white {
    color: #ffffff !important;
}

.text-red {
    color: #ff5a1f !important; /* Orange-Red */
}

.te-hero {
    position: relative;
    overflow: hidden;
    height: 520px;
    color: #fff;
}

   
/* Background images */
.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Images */
.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* IMAGE ANIMATION */
.img1 {
    animation: slideOut 8s infinite;
}

.img2 {
    animation: slideIn 8s infinite;
}

/* LEFT → OUT */
@keyframes slideOut {
    0%, 40% {
        transform: translateX(0);
    }

    50%, 100% {
        transform: translateX(-100%);
    }
}

/* RIGHT → IN */
@keyframes slideIn {
    0%, 50% {
        transform: translateX(100%);
    }

    60%, 100% {
        transform: translateX(0);
    }
}

/* TEXT */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* TEXT ANIMATION */
.text1 {
    animation: text1Anim 8s infinite;
}

.text2 {
    animation: text2Anim 8s infinite;
}

@keyframes text1Anim {
    0%, 40% {
        opacity: 1;
        transform: translateX(0);
    }

    50%, 100% {
        opacity: 0;
        transform: translateX(-50px);
    }
}

@keyframes text2Anim {
    0%, 50% {
        opacity: 0;
        transform: translateX(50px);
    }

    60%, 100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* COLORS */
.text-orange {
    color: #ff5a1f;
}

/* Glow */
.text-glow {
    color: #0ea5e9;
    text-shadow: 0 0 10px #0ea5e9, 0 0 20px #2563eb;
}

/* Buttons (optional polish) */
.btn-demo {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

    .btn-demo:hover {
        background: #fff;
        color: #000;
    }

.hero-big {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
}






.te-step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: auto;
}

.te-step-line {
    height: 2px;
    background: #e5e7eb;
    flex: 1;
}



.te-hero {
    background: #f8fafc;
    padding: 80px 0;
}

/* Typography */
.te-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
}

.te-hero-desc {
    margin-top: 15px;
    color: #64748b;
}

/* Image */
.te-hero-img {
    max-width: 90%;
}

/* Floating cards */
.te-float-card {
    position: absolute;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
}

/* Positions */
.card-1 {
    top: 10%;
    left: 10%;
}

.card-2 {
    bottom: 15%;
    left: 5%;
}

.card-3 {
    top: 15%;
    right: 5%;
}

.card-4 {
    bottom: 10%;
    right: 10%;
}

/* Shield */
.te-shield {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: #2563eb;
}




.te-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
}

    .te-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.te-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

/* Colors */
.te-icon-blue {
    background: #2563eb;
}

.te-icon-green {
    background: #16a34a;
}

.te-icon-orange {
    background: #f59e0b;
}

.te-icon-purple {
    background: #7c3aed;
}

.te-icon-teal {
    background: #14b8a6;
}

.te-icon-pink {
    background: #ec4899;
}

.te-trusted {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.te-logo {
    height: 28px;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
}

    .te-logo:hover {
        opacity: 1;
        transform: scale(1.05);
    }

.te-industry-box {
    width: 52px;
    height: 52px;
    margin: auto;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .te-industry-box:hover {
        background: #eff6ff;
        border-color: #2563eb;
        transform: translateY(-3px);
    }

.te-overview-panel {
    background: linear-gradient(135deg, #0f2a5c, #0b3a75);
    padding: 30px;
    border-radius: 14px;
}

.te-mini-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

    .te-mini-card h4 {
        margin: 5px 0;
        font-weight: 700;
    }

.te-progress {
    height: 6px;
    background: #e5e7eb;
    border-radius: 10px;
    margin: 6px 0;
}

    .te-progress div {
        height: 100%;
        background: #22c55e;
        border-radius: 10px;
    }

.te-industries-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.te-industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #374151;
    min-width: 90px;
}

    .te-industry-item i {
        font-size: 26px;
        color: #2563eb;
        margin-bottom: 6px;
        transition: 0.3s;
    }

    .te-industry-item:hover i {
        transform: translateY(-3px);
        color: #1d4ed8;
    }

.te-benefit-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    color: #374151;
    transition: 0.25s;
}

    .te-benefit-card i {
        font-size: 18px;
        color: #16a34a; /* green like screenshot */
    }

    .te-benefit-card:hover {
        border-color: #16a34a;
        background: #f0fdf4;
        transform: translateY(-2px);
    }
.te-benefits-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
}

/* Each item inside single card */
.te-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #374151;
}

    .te-benefit-item i {
        font-size: 18px;
        color: #16a34a; /* green */
    }

.te-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 25px;
}

/* checklist */
.te-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .te-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        font-size: 14px;
    }

        .te-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #16a34a;
            font-weight: bold;
        }

/* testimonial */
.te-testimonial {
    background: #f9fafb;
    border-radius: 12px;
    padding: 15px;
    height: 100%;
    position: relative;
}

    .te-testimonial .quote {
        font-size: 28px;
        color: #2563eb;
        position: absolute;
        top: 10px;
        left: 12px;
    }

    .te-testimonial p {
        margin-top: 20px;
        font-size: 14px;
        color: #374151;
    }

.te-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

/* dots */
.te-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d1d5db;
    border-radius: 50%;
    margin: 0 3px;
}

    .te-dot.active {
        background: #2563eb;
    }

.te-trusted-title {
    font-size: 12px;
    letter-spacing: 1px;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 20px;
}

/* MAIN BOX */
.te-trusted-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 25px 20px;
}

/* LOGOS */
/* LOGO ROW FIX */
.te-trusted {
    background: #f7f8fa;
}

.te-trusted-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #444;
    margin-bottom: 18px;
}

.te-trusted-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 18px 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

/* LOGOS */

.te-logos {
    margin: 0;
}

    .te-logos .col {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

        /* Vertical Divider */

        .te-logos .col:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 28px;
            background: #e7e7e7;
        }

    .te-logos img {
        max-height: 34px;
        width: auto;
        object-fit: contain;
    }

/* Horizontal Divider */

.te-divider {
    height: 1px;
    background: #ececec;
    margin: 16px 0;
}

/* Industry */

.te-industry {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

    .te-industry i {
        font-size: 18px;
        color: #0d4ea3;
    }

/* Mobile */

@media(max-width:768px) {

    .te-logos .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

        .te-logos .col::after {
            display: none;
        }

    .te-industry {
        margin-bottom: 15px;
        justify-content: flex-start;
    }
}



/*About us*/
/* Reveal Base */

.hero-logo {
    max-width: 280px; /* pehle 180 tha → ab bada */
    width: 100%;
    height: auto;
}

.trust-section {
    background: #0f2a5c;
    padding: 60px 0;
}

/* LEFT TEXT */
.trust-title {
    color: #fff;
    font-weight: 600;
}

.trust-desc {
    color: #cbd5e1;
}

/* CARD DESIGN */
.trust-item {
    background: rgba(255, 255, 255, 0.08); /* glass effect */
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px 15px;
    margin: 8px;
    transition: all 0.3s ease;
    height: 100%;
}

    /* ICON */
    .trust-item i {
        font-size: 30px;
        color: #22c55e; /* green accent */
        margin-bottom: 10px;
    }

    /* TITLE */
    .trust-item h5 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px;
    }

    /* SUBTEXT */
    .trust-item p {
        color: #cbd5e1;
        font-size: 13px;
    }

    /* HOVER EFFECT */
    .trust-item:hover {
        transform: translateY(-8px);
        background: rgba(255, 255, 255, 0.15);
        border-color: #22c55e;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }
.trust-item {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    color: #1e293b; /* TEXT FIX */
    text-align: center;
}

    .trust-item h5 {
        color: #0f172a;
        margin-top: 10px;
    }

    .trust-item p {
        color: #64748b;
        font-size: 14px;
    }
.reveal,
.reveal-left,
.reveal-right,
.reveal-zoom {
    opacity: 0;
    transition: all 0.8s ease;
}

/* Directions */
.reveal {
    transform: translateY(40px);
}

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

.reveal-right {
    transform: translateX(50px);
}

.reveal-zoom {
    transform: scale(0.9);
}

    /* Active State */
    .reveal.active,
    .reveal-left.active,
    .reveal-right.active,
    .reveal-zoom.active {
        opacity: 1 !important;
        transform: translate(0,0) scale(1) !important;
    }

/* UI */
.story-card,
.industry-box,
.value-item,
.trust-item {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    transition: 0.3s;
}

    /* Hover */
    .story-card:hover,
    .industry-box:hover,
    .value-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

/* Logo */
.hero-logo {
    max-width: 180px;
}

/* Industry */
.industry-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 15px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

    .industry-box:hover {
        background: #ffffff;
        border-color: #2563eb;
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(37,99,235,.12);
    }

.industry-icon {
    font-size: 34px;
    color: #2563eb;
}

.industry-name {
    margin-top: 14px;
    color: #1e293b;
    font-weight: 600;
}


/* Industries */

.reveal,
.reveal-left,
.reveal-right,
.reveal-zoom {
    opacity: 0;
    transition: all 0.8s ease;
}

.reveal {
    transform: translateY(40px);
}

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

.reveal-right {
    transform: translateX(50px);
}

.reveal-zoom {
    transform: scale(0.9);
}

    .reveal.active,
    .reveal-left.active,
    .reveal-right.active,
    .reveal-zoom.active {
        opacity: 1;
        transform: translate(0,0) scale(1);
    }
.industry-hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg,#F8FBFF 0%,#FFFFFF 100%);
}

    .industry-hero::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(22,163,74,.08);
        top: -180px;
        left: -120px;
    }

    .industry-hero::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgba(11,45,99,.06);
        bottom: -180px;
        right: -120px;
    }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E8F5EE;
    color: #15803D;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
}

.hero-title {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.2;
    color: #0B2D63;
}

.hero-subtitle {
    font-size: 18px;
    color: #64748B;
    max-width: 760px;
    margin: auto;
    line-height: 1.8;
}

.hero-buttons .btn {
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 600;
}

.btn-success {
    background: #16A34A;
    border: none;
}

    .btn-success:hover {
        background: #15803D;
    }

.btn-outline-primary {
    border: 2px solid #0B2D63;
    color: #0B2D63;
}

    .btn-outline-primary:hover {
        background: #0B2D63;
        color: #fff;
    }

@media(max-width:768px) {

    .industry-hero {
        padding: 70px 0;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

        .hero-buttons .btn.ms-2 {
            margin-left: 0 !important;
        }
}








.industries-title {
    color: #0A4DA2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.industries-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.te-industries-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.te-industry-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

    .te-industry-item i {
        color: #0A4DA2;
        font-size: 22px;
    }

@media(max-width:768px) {
    .te-industries-row {
        justify-content: flex-start;
        gap: 20px;
    }

    .te-industry-item {
        width: 45%;
    }
}

















.industry-icon {
    font-size: 28px;
    color: #1b5fd1;
}

.industry-name {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
}

/* Stats */

.stats-card {
    background: #062d66;
    border-radius: 18px;
    padding: 30px;
    color: #fff;
    height: 100%;
}

.stat-box {
    text-align: center;
    padding: 25px 10px;
    border-right: 1px solid rgba(255,255,255,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
}

    .stat-box:nth-child(3),
    .stat-box:nth-child(6) {
        border-right: none;
    }

    .stat-box:nth-child(n+4) {
        border-bottom: none;
    }

    .stat-box i {
        font-size: 28px;
        color: #fff;
    }

    .stat-box h3 {
        color: #7CFF6B;
        font-weight: 700;
        margin: 10px 0 5px;
    }

    .stat-box small {
        color: rgba(255,255,255,.8);
        line-height: 1.5;
        display: block;
    }

.trust-section {
    background: #082b63;
    color: #fff;
    padding: 60px 0;
}

.trust-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.trust-desc {
    color: rgba(255,255,255,.75);
    line-height: 1.8;
    font-size: 15px;
}

.trust-items {
    border-left: 1px solid rgba(255,255,255,.15);
}

.trust-item {
    text-align: center;
    padding: 20px;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,.15);
}

    .trust-item i {
        font-size: 42px;
        color: #fff;
        margin-bottom: 18px;
    }

    .trust-item h5 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .trust-item p {
        font-size: 14px;
        color: rgba(255,255,255,.75);
        line-height: 1.6;
        margin: 0;
    }

@media (max-width:991px) {

    .trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .trust-items {
        border-left: none;
    }
}

/*Industries*/

.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    height: 100%;
    transition: .35s;
    box-shadow: 0 12px 30px rgba(11,45,99,.12);
}

    .industry-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(11,45,99,.20);
    }

    .industry-card::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        top: -70px;
        right: -70px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
    }

.industry-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(255,255,255,.15);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
}

.industry-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    margin-bottom: 20px;
}

    .industry-icon i {
        font-size: 30px;
        color: #fff;
    }

.industry-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.industry-card p {
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.industry-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .industry-link i {
        transition: .3s;
    }

.industry-card:hover .industry-link i {
    margin-left: 8px;
}

/* TrustEdge Theme */

.blue {
    background: linear-gradient(135deg,#0B2D63,#1E40AF);
}

.indigo {
    background: linear-gradient(135deg,#1E3A8A,#4338CA);
}

.green {
    background: linear-gradient(135deg,#047857,#16A34A);
}

.teal {
    background: linear-gradient(135deg,#0F766E,#14B8A6);
}

.navy {
    background: linear-gradient(135deg,#082B63,#123D8C);
}

.cyan {
    background: linear-gradient(135deg,#0369A1,#0EA5E9);
}

.slate {
    background: linear-gradient(135deg,#334155,#475569);
}

.ocean {
    background: linear-gradient(135deg,#155E75,#0891B2);
}

.emerald {
    background: linear-gradient(135deg,#065F46,#10B981);
}

.feature-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: .35s;
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(11,45,99,.10);
    }

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .feature-icon i {
        font-size: 30px;
        color: #fff;
    }

.feature-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0B2D63;
    margin-bottom: 12px;
}

.feature-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Theme Colors */

.green {
    background: linear-gradient(135deg,#16A34A,#15803D);
}

.blue {
    background: linear-gradient(135deg,#2563EB,#1D4ED8);
}

.teal {
    background: linear-gradient(135deg,#0F766E,#14B8A6);
}

.indigo {
    background: linear-gradient(135deg,#4338CA,#312E81);
}




.process-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:30px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(11,45,99,.12);
}

.process-card::before{
    content:"";
    position:absolute;
    width:130px;
    height:130px;
    right:-50px;
    top:-50px;
    border-radius:50%;
    background:rgba(11,45,99,.04);
}

.process-step{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:26px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.process-card h5{
    color:#0B2D63;
    font-weight:700;
    margin-bottom:12px;
}

.process-card p{
    color:#64748B;
    font-size:14px;
    line-height:1.8;
    margin-bottom:0;
}

/* Step Colors */

.blue{
    background:linear-gradient(135deg,#2563EB,#1D4ED8);
}

.green{
    background:linear-gradient(135deg,#16A34A,#15803D);
}

.teal{
    background:linear-gradient(135deg,#0F766E,#14B8A6);
}

.indigo{
    background:linear-gradient(135deg,#4338CA,#312E81);
}

.cyan{
    background:linear-gradient(135deg,#0891B2,#0284C7);
}

.navy{
    background:linear-gradient(135deg,#0B2D63,#1E3A8A);
}

.emerald{
    background:linear-gradient(135deg,#059669,#10B981);
}

.slate{
    background:linear-gradient(135deg,#475569,#334155);
}

.navbar-logo {
    height: 45px;
    width: auto;
    border-radius: 5px;
    object-fit: contain;
}

.brand-text {
    line-height: 1.1;
}

    .brand-text small {
        color: #25d366;
        font-size: 11px;
        letter-spacing: 2px;
        font-weight: 600;
       
    }

.Footer-logo {
    height: 45px;
    width: auto;
    border-radius: 5px;
    object-fit: contain;
}

.te-cta-section {
    background: #11224D;
    margin: 0;
    padding: 0;
}

.te-cta-banner {
    width: 100%;
    background: #20376E;
    padding: 28px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    color: #fff;
    border-radius: 0; /* Full-width banner */
}

.te-cta-logo {
    flex-shrink: 0;
}

    .te-cta-logo img {
        width: 90px;
        height: 90px;
        object-fit: contain;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }

.te-cta-content {
    flex: 1;
}

    .te-cta-content h3 {
        margin: 0 0 8px;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
    }

    .te-cta-content p {
        margin: 0;
        color: rgba(255,255,255,.8);
        font-size: 16px;
    }

.te-cta-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

    .te-cta-buttons .btn {
        padding: 10px 24px;
    }

@media (max-width:992px) {
    .te-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .te-cta-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .te-cta-content h3 {
        font-size: 28px;
    }
}


/* Hero fixed background */
.te-hero-fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}

    .te-hero-fixed-wrap .te-hero {
        height: 100vh;
        display: flex;
        align-items: center;
    }
/* ==================== Scroll Animation ==================== */

.reveal,
.reveal-left,
.reveal-right,
.reveal-zoom {
    opacity: 0;
    transition: all .8s ease;
}

.reveal {
    transform: translateY(40px);
}

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

.reveal-right {
    transform: translateX(50px);
}

.reveal-zoom {
    transform: scale(.9);
}

    .reveal.active,
    .reveal-left.active,
    .reveal-right.active,
    .reveal-zoom.active {
        opacity: 1;
        transform: translate(0,0) scale(1);
    }
.right-list {
    padding-left: 80px;
}


/* Trusted Section */
.te-trusted {
    padding: 70px 0;
    background: #fff;
}

.te-trusted-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #6c757d;
    margin-bottom: 30px;
}

.te-divider {
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 35px;
}

/* Industry Item */
.te-industry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 10px;
    transition: .3s ease;
    cursor: pointer;
}

    .te-industry i {
        font-size: 32px; /* Increased from default */
        color: #0d6efd;
    }

    .te-industry span {
        font-size: 18px; /* Increased text size */
        font-weight: 600;
        color: #212529;
    }

    /* Hover Effect */
    .te-industry:hover {
        transform: translateY(-6px);
    }

        .te-industry:hover i {
            color: #dc3545;
        }

        .te-industry:hover span {
            color: #dc3545;
        }

/* Responsive */
@media(max-width:768px) {

    .te-industry {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

        .te-industry i {
            font-size: 28px;
        }

        .te-industry span {
            font-size: 16px;
        }
}

/* Contact*/

.contact-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

    /* Background Image */
    .contact-page::before {
        content: "";
        position: fixed;
        inset: 0;
        background: url('/images/DPDP IMAG.png') center center no-repeat;
        background-size: cover;
        filter: blur(8px);
        transform: scale(1.08);
        opacity: 0.18;
        z-index: -2;
    }

    /* White Overlay */
    .contact-page::after {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(255,255,255,0.88);
        z-index: -1;
    }

    /* Keep content above background */
    .contact-page > * {
        position: relative;
        z-index: 2;
    }

/* Form */

.form-control {
    border-radius: 12px;
    padding: 14px;
    border: 1px solid #ddd;
}

    .form-control:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.15);
    }

/* Button */

.btn-danger {
    border-radius: 50px;
    padding: 14px 35px;
    font-weight: 600;
    transition: .3s;
}

    .btn-danger:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(220,53,69,.3);
    }

/* Responsive */

@media(max-width:768px) {

    .display-4 {
        font-size: 2.3rem;
    }

    .glass-card {
        margin-bottom: 20px;
    }
}
.glass-card h3 {
    color: #ef4444;
    font-weight: 700;
}

.glass-card p,
.contact-item h6,
.contact-item span {
    color: #ffffff;
}
.glass-card {
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
}

.contact-item i {
    width: 55px;
    height: 55px;
    background: #ef4444;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Left Contact Card */

.glass-card {
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
}

    /* Heading */

    .glass-card h3 {
        color: #ffffff;
        font-weight: 700;
    }

    /* Description */

    .glass-card p {
        color: rgba(255,255,255,.85);
    }

/* Labels */

.contact-item h6 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 4px;
}

/* Contact Details */

.contact-item span,
.contact-item div {
    color: rgba(255,255,255,.90);
    line-height: 1.7;
}

/* Email, Phone, Address Text */

.contact-item a {
    color: #ffffff;
    text-decoration: none;
}

    .contact-item a:hover {
        color: #ff4d4d;
    }

/* Icons */

.contact-item i {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
}