﻿/*body {
  font-family: 'Inter', system-ui, sans-serif;
  display: none !important;
}

.hero-section {
  min-height: 100vh;
  background: url("your-background-image.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15, 23, 42, 0.75),
    rgba(99, 102, 241, 0.65)
  );
  backdrop-filter: blur(6px);
}

.hero-glass {
  position: relative;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  padding: 60px 40px;
  text-align: center;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.hero-glass h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.hero-glass h1 span {
  color: #c7d2fe;
}

.hero-glass p {
  max-width: 720px;
  margin: 16px auto 0;
  opacity: 0.95;
}

.feature-icon {
  text-align: center;
}

.feature-icon i {
  font-size: 32px;
  background: rgba(255,255,255,0.2);
  padding: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 8px;
  transition: transform 0.4s ease;
}

.feature-icon:hover i {
  transform: translateY(-6px) scale(1.1);
}

.feature-icon span {
  display: block;
  font-size: 14px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-gradient {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border: none;
  padding: 12px 28px;
  color: #fff;
  border-radius: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s;
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.5);
}

.btn-video {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 16px;
}

.btn-video i {
  font-size: 22px;
  margin-right: 6px;
}
*/
/* header css*/

/* HEADER BASE (normal flow) */
.tele-header {
    position: relative;
    width: 100%;
    background: transparent;
    transition: all 0.4s ease;
    z-index: 1000;
}

    /* STICKY STATE */
    .tele-header.tele-sticky {
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        box-shadow: 0 12px 40px rgba(0,0,0,0.08);
        animation: teleSlideDown 0.45s ease forwards;
    }

/* SLIDE ANIMATION */
@keyframes teleSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* CTA BUTTON */
.tele-btn-demo {
    background: #7c6cf6;
    color: #fff;
    padding: 10px 22px;
    border-radius: 24px;
    font-weight: 600;
}

/* SPACER */
.tele-header-spacer {
    height: 80px;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
}

.hero-section {
    min-height: 100vh;
    background: url("your-background-image.jpg") center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(15, 23, 42, 0.75), rgba(99, 102, 241, 0.65) );
    backdrop-filter: blur(6px);
}

.hero-glass {
    position: relative;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 22px;
    padding: 60px 40px;
    text-align: center;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    color: #fff;
}

    .hero-glass h1 {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
    }

        .hero-glass h1 span {
            color: #c7d2fe;
        }

    .hero-glass p {
        max-width: 720px;
        margin: 16px auto 0;
        opacity: 0.95;
    }

.feature-icon {
    text-align: center;
}

    .feature-icon i {
        font-size: 32px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 8px;
        transition: transform 0.4s ease;
        height: 90px;
        width: 90px;
        line-height: 90px;
    }

    .feature-icon:hover i {
        transform: translateY(-6px) scale(1.1);
    }

    .feature-icon span {
        display: block;
        font-size: 14px;
    }

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-gradient {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border: none;
    padding: 12px 28px;
    color: #fff;
    border-radius: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s;
}

    .btn-gradient:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(99, 102, 241, 0.5);
    }

.btn-video {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
}

    .btn-video i {
        font-size: 22px;
        margin-right: 6px;
    }


/*section two css */
/* SECTION BASE */
.tele-trust-plus {
    padding: 90px 0;
    background: linear-gradient( 180deg, #ffffff 0%, #f8f9ff 100% );
}

/* EYEBROW */
.tele-trust-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    color: #7c6cf6;
    margin-bottom: 12px;
}

/* HEADING */
.tele-trust-heading {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
}

/* GRID */
.tele-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    align-items: stretch;
}

/* CARD */
.tele-trust-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 26px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

    /* LOGO */
    .tele-trust-card img {
        max-height: 42px;
        max-width: 140px;
        opacity: 0.8;
        filter: grayscale(100%);
        transition: all 0.35s ease;
    }

    /* HOVER EFFECT */
    .tele-trust-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(124, 108, 246, 0.18);
    }

        .tele-trust-card:hover img {
            opacity: 1;
            filter: grayscale(0);
            transform: scale(1.05);
        }

    /* GLOW LINE */
    .tele-trust-card::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 3px;
        background: linear-gradient(90deg, #7c6cf6, #9f8cff);
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .tele-trust-card:hover::after {
        opacity: 1;
    }

/* DUMMY CARD */
.tele-trust-dummy {
    background: linear-gradient(135deg, #7c6cf6, #9f8cff);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3px;
}

.tele-eyebrow-pill {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5b5ff7;
    background: linear-gradient(135deg, #eef0ff, #f6f7ff);
    margin-bottom: 18px;
}

/*about crm style*/
/* SECTION BASE */
.tele-about-crm {
    padding: 100px 0;
    background: linear-gradient( 180deg, #f6f7ff 0%, #ffffff 100% );
}

.tele-about-crm {
    background: black;
    color: #c7d2fe !important;
}
/* BADGE */
.tele-about-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #eef0ff;
    color: #5b5ff7;
    margin-bottom: 16px;
}

/* TITLE */
.tele-about-title {
    font-size: clamp(30px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

    .tele-about-title span {
        color: #c7d2fe;
    }

/* TEXT */
.tele-about-text {
    font-size: 16px;
    line-height: 1.75;
    color: #c7d2fe;
    margin-bottom: 16px;
}

/* VISUAL AREA */
.tele-about-visual {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

/* INFO CARDS */
.tele-info-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

    /* CARD TITLE */
    .tele-info-card h6 {
        font-weight: 700;
        margin-bottom: 8px;
        color: #111827;
    }

    /* CARD TEXT */
    .tele-info-card p {
        font-size: 14px;
        color: #4b5563;
    }

    /* HOVER EFFECT */
    .tele-info-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 70px rgba(109, 106, 246, 0.25);
    }

    /* GRADIENT ACCENT */
    .tele-info-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 4px;
    }

.crm-why-section {
    background: #ffffff;
    padding: 80px 20px;
}

.crm-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Heading */
.crm-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1c1c1c;
}

.crm-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 720px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

/* Grid */
.crm-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

/* Card */
.crm-card {
    padding: 24px;
    border-radius: 16px;
    background: #f9faff;
    transition: all .35s ease;
    text-align: left;
    position: relative;
}

    .crm-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        background: linear-gradient(135deg, #6b7cff, #7c5cff);
        opacity: 0;
        transition: opacity .35s ease;
        z-index: 0;
    }

    .crm-card * {
        position: relative;
        z-index: 1;
    }

    .crm-card:hover::before {
        opacity: 1;
    }

    .crm-card:hover {
        transform: translateY(-8px);
    }

        .crm-card:hover h4,
        .crm-card:hover p {
            color: #ffffff;
        }

/* Icon */
.crm-icon {
    font-size: 28px;
    margin-bottom: 14px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef1ff;
    border-radius: 12px;
    color: #5b63ff;
    transition: all .35s ease;
}

.crm-card:hover .crm-icon {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
}

/* Text */
.crm-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1c1c1c;
}

.crm-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 900px) {
    .crm-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .crm-features {
        grid-template-columns: 1fr;
    }

    .crm-title {
        font-size: 28px;
    }
}

.pricing-pro {
    padding: 100px 20px;
    background: #ffffff;
}

.pricing-wrap {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

/* Headings */
.pricing-heading {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.pricing-desc {
    color: #666;
    max-width: 620px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

/* Toggle */
.billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #f6f7fb;
    padding: 10px 18px;
    border-radius: 999px;
    margin-bottom: 60px;
    font-size: 14px;
}

    .billing-toggle span {
        color: #777;
    }

        .billing-toggle span.active {
            color: #111;
            font-weight: 600;
        }

    .billing-toggle em {
        color: #5b63ff;
        font-style: normal;
        font-weight: 500;
    }

/* Switch */
.toggle {
    position: relative;
    width: 46px;
    height: 24px;
}

    .toggle input {
        display: none;
    }

.track {
    position: absolute;
    inset: 0;
    background: #dcdfff;
    border-radius: 20px;
    cursor: pointer;
}

    .track::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        top: 3px;
        left: 3px;
        background: #5b63ff;
        border-radius: 50%;
        transition: transform .3s ease;
    }

.toggle input:checked + .track::after {
    transform: translateX(22px);
}

/* Cards Grid */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

/* Card */
.price-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 38px 28px;
    border: 1px solid #e8ebf3;
    transition: all .35s ease;
    text-align: left;
}

    .price-card:hover {
        transform: translateY(-8px);
        border-color: #5b63ff;
    }

/* Featured */
.featured {
    position: relative;
    border-color: #5b63ff;
    box-shadow: 0 20px 40px rgba(91,99,255,.15);
}

.tag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #5b63ff;
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 12px;
}

/* Price */
.price {
    font-size: 42px;
    font-weight: 800;
    margin: 22px 0;
    letter-spacing: -0.02em;
}

    .price small {
        font-size: 14px;
        color: #777;
    }

/* Features */
.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

    .price-card ul li {
        margin-bottom: 12px;
        font-size: 14px;
        color: #444;
    }

/* Buttons */
.btn-primary {
    width: 100%;
    padding: 14px;
    border-radius: 999px;
    border: none;
    background: #5b63ff;
    color: #fff;
    font-weight: 600;
}

.btn-outline {
    width: 100%;
    padding: 14px;
    border-radius: 999px;
    background: transparent;
    border: 1.5px solid #5b63ff;
    color: #5b63ff;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
}

.feature-spotlight {
    padding: 120px 20px;
    background: #ffffff;
}

.feature-wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ---------------- LEFT VISUAL ---------------- */
.feature-visual {
    position: relative;
    height: 420px;
}

.glow-bg {
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #6b7cff 0%, transparent 70%);
    opacity: 0.35;
    filter: blur(40px);
    top: 60px;
    left: 60px;
}

/* Mock cards */
.mock-card {
    position: absolute;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    width: 220px;
    animation: float 6s ease-in-out infinite;
}

    .mock-card h6 {
        font-size: 13px;
        color: #5b63ff;
        margin-bottom: 6px;
    }

    .mock-card p {
        font-size: 14px;
        margin: 0;
    }

    .mock-card small {
        font-size: 12px;
        color: #777;
    }

    /* Positions */
    .mock-card:nth-child(2) {
        top: 40px;
        left: 40px;
    }

    .mock-card:nth-child(3) {
        top: 170px;
        left: 140px;
    }

    .mock-card:nth-child(4) {
        top: 280px;
        left: 20px;
    }

/* Float animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.delay-1 {
    animation-delay: 0s;
}

.delay-2 {
    animation-delay: 1.5s;
}

.delay-3 {
    animation-delay: 3s;
}

/* ---------------- RIGHT CONTENT ---------------- */
.feature-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #eef1ff;
    color: #5b63ff;
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 14px;
}

.feature-content h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
}

.feature-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 480px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

    .feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 14px;
        font-size: 15px;
    }

        .feature-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #5b63ff;
            font-weight: bold;
        }

/* CTA */
.cta-btn {
    background: linear-gradient(135deg, #6b7cff, #7c5cff);
    border: none;
    padding: 14px 32px;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(91,99,255,.35);
    }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
    .feature-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .feature-visual {
        height: 360px;
    }
}

.integration-section {
    padding: 120px 20px;
    background: #ffffff;
}

.integration-wrap {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ---------- LEFT ---------- */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eef1ff;
    color: #5b63ff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 16px;
}

.icon-code {
    font-weight: bold;
}

.integration-content h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
}

.integration-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 520px;
}

.integration-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

    .integration-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 14px;
        font-size: 15px;
    }

        .integration-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #4CAF50;
            font-weight: bold;
        }

/* ---------- CTA ---------- */
.cta-btn {
    background: linear-gradient(135deg, #6b7cff, #7c5cff);
    border: none;
    padding: 14px 32px;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(91,99,255,.35);
    }

/* ---------- RIGHT VISUAL ---------- */
.integration-visual {
    position: relative;
    width: 420px;
    height: 420px;
    margin: auto;
}

/* Central hub */
.hub {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #6b7cff, #7c5cff);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 20px 40px rgba(91,99,255,.4);
    z-index: 3;
}

/* Nodes */
.node {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    animation: float 6s ease-in-out infinite;
    z-index: 3;
}

.node-1 {
    top: 40px;
    left: 40px;
    animation-delay: 0s;
}

.node-2 {
    top: 40px;
    right: 40px;
    animation-delay: 1s;
}

.node-3 {
    right: 0;
    top: 180px;
    animation-delay: 2s;
}

.node-4 {
    bottom: 40px;
    right: 40px;
    animation-delay: 3s;
}

.node-5 {
    bottom: 40px;
    left: 40px;
    animation-delay: 4s;
}

.node-6 {
    left: 0;
    top: 180px;
    animation-delay: 5s;
}

/* Lines */
.lines {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .lines path {
        stroke: #b9bdfc;
        stroke-width: 2;
        fill: none;
        stroke-dasharray: 6;
        animation: dash 3s linear infinite;
    }

/* Animations */
@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: -20;
    }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
    .integration-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .integration-visual {
        width: 360px;
        height: 360px;
    }
}

.feature-stack {
    padding: 120px 20px;
    background: #fff;
}

.feature-row {
    max-width: 1200px;
    margin: 0 auto 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

    .feature-row.reverse {
        direction: rtl;
    }

        .feature-row.reverse > * {
            direction: ltr;
        }

/* CONTENT */
.feature-content h3 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 16px;
}

.feature-content p {
    color: #555;
    max-width: 480px;
    margin-bottom: 24px;
    line-height: 1.7;
}

.feature-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

    .feature-content ul li {
        margin-bottom: 12px;
        padding-left: 26px;
        position: relative;
    }

        .feature-content ul li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #5b63ff;
        }

/* TAG */
.feature-tag {
    display: inline-block;
    background: #eef1ff;
    color: #5b63ff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 14px;
}

/* VISUAL */
.feature-visual {
    position: relative;
    height: 360px;
}

.blob {
    position: absolute;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, #6b7cff, transparent 70%);
    opacity: .3;
    filter: blur(40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* UI Cards */
.ui-card {
    position: absolute;
    background: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    font-size: 14px;
    animation: float 6s ease-in-out infinite;
}

.float-1 {
    top: 30px;
    left: 40px;
}

.float-2 {
    bottom: 40px;
    right: 30px;
    animation-delay: 1s;
}

.float-3 {
    top: 60px;
    right: 40px;
    animation-delay: 2s;
}

.float-4 {
    top: 30px;
    right: 40px;
    animation-delay: 1.5s;
}

.float-5 {
    bottom: 40px;
    left: 30px;
    animation-delay: 2.5s;
}

.calendar {
    top: 140px;
    left: 60px;
}

.chart {
    top: 140px;
    right: 60px;
}

/* Button */
.btn-primary {
    background: linear-gradient(135deg, #6b7cff, #7c5cff);
    border: none;
    padding: 14px 32px;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
}

/* Animation */
@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .feature-row {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

