/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-poppins: "Poppins", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-11 {
    margin-inline: calc(var(--spacing) * 11);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .-mt-20 {
    margin-top: calc(var(--spacing) * -20);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-28 {
    margin-top: calc(var(--spacing) * 28);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-44 {
    margin-top: calc(var(--spacing) * 44);
  }
  .-mb-10 {
    margin-bottom: calc(var(--spacing) * -10);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-75 {
    max-width: calc(var(--spacing) * 75);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-\[200\%\] {
    min-width: 200%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-indigo-400 {
    border-color: var(--color-indigo-400);
  }
  .border-indigo-600 {
    border-color: var(--color-indigo-600);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\/assets\/hero-section-dot-image\.png\'\)\] {
    background-image: url('/assets/hero-section-dot-image.png');
  }
  .from-indigo-600 {
    --tw-gradient-from: var(--color-indigo-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-pink-500 {
    --tw-gradient-to: var(--color-pink-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-violet-600 {
    --tw-gradient-to: var(--color-violet-600);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[40px\]\/12 {
    font-size: 40px;
    line-height: calc(var(--spacing) * 12);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-indigo-600 {
    color: var(--color-indigo-600);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_26px\] {
    --tw-shadow: 0px 4px 26px var(--tw-shadow-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-black {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/6 {
    --tw-shadow-color: color-mix(in srgb, #000 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 6%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .drop-shadow-2xl {
    --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-blue-500 {
    --tw-drop-shadow-color: oklch(62.3% 0.214 259.815);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-drop-shadow-color: color-mix(in oklab, var(--color-blue-500) var(--tw-drop-shadow-alpha), transparent);
    }
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }
  .drop-shadow-blue-500\/15 {
    --tw-drop-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-drop-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 15%, transparent) var(--tw-drop-shadow-alpha), transparent);
    }
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:bg-indigo-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-700);
      }
    }
  }
  .hover\:bg-purple-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-purple-700);
      }
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:text-indigo-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-indigo-600);
      }
    }
  }
  .hover\:text-purple-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-600);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .max-md\:overflow-hidden {
    @media (width < 48rem) {
      overflow: hidden;
    }
  }
  .md\:left-20 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 20);
    }
  }
  .md\:-mt-100 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -100);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-9\.5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 9.5);
    }
  }
  .md\:w-40 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .md\:max-w-114 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 114);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[54px\]\/16 {
    @media (width >= 48rem) {
      font-size: 54px;
      line-height: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:pl-20 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-32 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .dark\:border-purple-900 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-purple-900);
    }
  }
  .dark\:border-slate-700 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-700);
    }
  }
  .dark\:border-slate-800 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-slate-800);
    }
  }
  .dark\:bg-gray-800\/50 {
    @media (prefers-color-scheme: dark) {
      background-color: color-mix(in srgb, oklch(27.8% 0.033 256.848) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
      }
    }
  }
  .dark\:bg-slate-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-slate-900);
    }
  }
  .dark\:text-indigo-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-indigo-400);
    }
  }
  .dark\:text-slate-50 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-50);
    }
  }
  .dark\:text-slate-300 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-slate-300);
    }
  }
}
body {
  background-color: var(--color-white);
  font-family: var(--font-poppins);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-slate-800);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  cursor: pointer;
}
.marquee-inner {
  animation: marqueeScroll 15s linear infinite;
  padding-top: 50px;
}
.marquee-inner-testimonials {
  animation: marqueeScroll 35s linear infinite;
}
.marquee-reverse {
  animation-direction: reverse;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* =========================
   HERO SECTION
========================= */

.hero-section {
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Soft Gradient Glow */
.hero-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(37, 211, 102, 0.06);
  border-radius: 50%;
  top: -150px;
  right: -120px;
  filter: blur(70px);
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(139, 92, 246, 0.05);
  border-radius: 50%;
  bottom: -120px;
  left: -100px;
  filter: blur(70px);
}

/* Content */
.hero-content {
  max-width: 950px;
  position: relative;
  z-index: 2;
}

/* Badge */
.hero-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #f8f5ff;
  border: 1px solid #e9ddff;
  color: #8b5cf6;
  font-weight: 600;
  font-size: 14px;
}

/* Title */
.hero-title {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.1;
  color: #111111;
  margin-bottom: 28px;
  letter-spacing: -1px;
}

.hero-title span {
  color: #25d366;
  display: block;
}

/* Description */
.hero-text {
  font-size: 22px;
  line-height: 1.8;
  color: #666666;
  max-width: 850px;
  margin: auto;
  margin-bottom: 42px;
}

/* Buttons */
.hero-buttons {
  margin-bottom: 45px;
}

.hero-btn-primary {
  background: #25D366 !important;
  border: 2px solid #25D366;
  color: #ffffff !important;
  padding: 16px 34px;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.25);
}

.hero-btn-primary:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.35);
}

/* =========================
   OUTLINE BUTTON
========================= */

.hero-btn-outline {
  background: transparent;
  border: 2px solid #111111;
  color: #111111;
  padding: 16px 34px;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.hero-btn-outline:hover {
  background: #111111;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Feature Pills */
.hero-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.feature-pill {
  background: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 600;
  color: #222;
  border: 1px solid #f0f0f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  transition: 0.3s ease;
}

.feature-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

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

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

  .hero-text {
    font-size: 19px;
  }

}

@media (max-width: 768px) {

  .hero-section {
    min-height: auto;
    padding: 90px 0;
  }

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

  .hero-text {
    font-size: 17px;
  }

  .hero-buttons .btn {
    width: 100%;
  }

}

@media (max-width: 576px) {

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

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

  .feature-pill {
    width: 100%;
  }

}

/* =========================
   SECTION SECTION
========================= */

.third-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Image Wrapper */
.third-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main Image */
.third-section-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: contain;
  border-radius: 30px;
  transition: 0.4s ease;
}

/* Hover Effect */
.third-section-image:hover {
  transform: translateY(-6px);
}

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

  .third-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .third-section-image {
    max-width: 100%;
  }

}

@media (max-width: 576px) {

  .third-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .third-section-image {
    border-radius: 20px;
  }

}

/* =========================
   THIRD SECTION
========================= */

.whatsapp-growth-section {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

/* LEFT VISUAL */
.growth-visual {
  position: relative;
  width: 100%;
  height: 650px;
}

/* Main Background Circle */
.main-circle {
  position: absolute;
  width: 520px;
  height: 520px;
  background: rgba(37, 211, 102, 0.08);
  border: 2px dashed rgba(37, 211, 102, 0.25);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Center Image */
.center-card {
  position: absolute;
  width: 340px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.center-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #25d366;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.25);
  z-index: 10;
}

/* Floating Cards */
.chat-card,
.order-card,
.stats-card,
.roi-card {
  position: absolute;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  animation: floatY 4s ease-in-out infinite;
}

/* Chat Card */
.chat-card {
  width: 250px;
  padding: 18px;
  top: 160px;
  left: 0;
}

.chat-header {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}

.chat-header .dot {
  width: 10px;
  height: 10px;
  background: #25d366;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}

.chat-body p {
  font-size: 15px;
  color: #555;
  margin-bottom: 14px;
}

.chat-body button {
  width: 100%;
  border: none;
  background: #25d366;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
}

/* Order Card */
.order-card {
  right: 0;
  top: 180px;
  width: 220px;
  padding: 22px;
  text-align: center;
}

.order-card h3 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
}

.order-card p {
  margin: 0;
  color: #25d366;
  font-weight: 700;
}

/* Stats Card */
.stats-card {
  right: 20px;
  bottom: 80px;
  padding: 18px 22px;
  text-align: center;
}

.stats-card h4 {
  font-size: 32px;
  color: #111;
  margin-bottom: 5px;
  font-weight: 800;
}

.stats-card span {
  font-size: 14px;
  color: #666;
}

/* ROI Card */
.roi-card {
  left: 20px;
  top: 40px;
  padding: 18px 22px;
  text-align: center;
}

.roi-card h4 {
  font-size: 32px;
  color: #25d366;
  margin-bottom: 5px;
  font-weight: 800;
}

.roi-card span {
  font-size: 14px;
  color: #666;
}

/* RIGHT CONTENT */
.section-badge {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #f3fff7;
  border: 1px solid #dff7e8;
  color: #25d366;
  font-weight: 700;
}

.growth-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #111;
}

.growth-title span {
  color: #25d366;
  display: block;
}

.growth-text {
  font-size: 19px;
  line-height: 1.8;
  color: #666;
}

.growth-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.growth-feature {
  background: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  font-weight: 600;
}

/* Floating Animation */
@keyframes floatY {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

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

  .growth-visual {
    height: auto;
    min-height: 700px;
  }

  .growth-title {
    font-size: 42px;
  }

}

@media (max-width: 768px) {

  .growth-title {
    font-size: 34px;
  }

  .growth-text {
    font-size: 16px;
  }

  .chat-card,
  .order-card,
  .stats-card,
  .roi-card {
    transform: scale(0.9);
  }

}

@media (max-width: 576px) {

  .main-circle {
    width: 320px;
    height: 320px;
  }

  .center-card {
    width: 240px;
    height: 360px;
  }

  .chat-card {
    width: 180px;
    left: -10px;
  }

  .order-card {
    width: 170px;
    right: -10px;
  }

}



/* =========================
   FOURTH SECTION
========================= */

.platform-section {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Heading */
.platform-title {
  font-size: 68px;
  line-height: 1.15;
  font-weight: 800;
  color: #111111;
  letter-spacing: -1px;
}

.platform-title span {
  display: block;
  color: #25d366;
}

/* CTA Button */
.platform-btn {
  background: #25d366 !important;
  color: #ffffff !important;
  border-radius: 16px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s ease;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.18);
}

.platform-btn:hover {
  background: #1ebe5d;
  color: #ffffff;
  transform: translateY(-4px);
}

/* Cards */
.platform-card {
  background: #eef8f3;
  border-radius: 36px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.platform-card:hover {
  transform: translateY(-6px);
}

/* Small Card */
.small-card {
  min-height: 520px;
}

/* Large Card */
.large-card {
  min-height: 520px;
}

/* Content */
.card-content h3 {
  font-size: 42px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 18px;
}

.card-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  max-width: 90%;
}

/* Analytics Visual */
.analytics-visual {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 220px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

/* Bars */
.bar {
  width: 80px;
  background: #c8e9dd;
  border-radius: 14px 14px 0 0;
}

.bar-1 {
  height: 90px;
}

.bar-2 {
  height: 140px;
}

.bar-3 {
  height: 190px;
}

/* Growth Line */
.growth-line {
  position: absolute;
  width: 280px;
  height: 280px;
  border-left: 4px solid #6dbfa5;
  border-top: 4px solid #6dbfa5;
  border-radius: 50%;
  transform: rotate(45deg);
  bottom: -120px;
  left: 40px;
}

/* Chat UI */
.chat-ui {
  position: absolute;
  bottom: 60px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

/* Chat Bubble */
.chat-bubble {
  background: #bde8dc;
  border-radius: 18px;
  position: relative;
}

/* Bubble Sizes */
.long {
  width: 180px;
  height: 70px;
}

.small {
  width: 120px;
  height: 50px;
}

/* Bubble Lines */
.chat-bubble::before,
.chat-bubble::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 6px;
  background: #74bba5;
  border-radius: 10px;
}

.chat-bubble::before {
  top: 16px;
}

.chat-bubble::after {
  top: 32px;
  width: 60%;
}

/* WhatsApp Center */
.whatsapp-center {
  width: 120px;
  height: 120px;
  background: #a7ddcb;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-center i {
  font-size: 56px;
  color: #ffffff;
}

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

  .platform-title {
    font-size: 52px;
  }

  .card-content h3 {
    font-size: 34px;
  }

  .card-content p {
    font-size: 18px;
    max-width: 100%;
  }

}

@media (max-width: 768px) {

  .platform-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .platform-title {
    font-size: 38px;
  }

  .platform-btn {
    width: 100%;
  }

  .small-card,
  .large-card {
    min-height: auto;
  }

  .analytics-visual {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 40px;
  }

  .chat-ui {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 40px;
  }

}

@media (max-width: 576px) {

  .platform-title {
    font-size: 32px;
  }

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

  .card-content p {
    font-size: 16px;
  }

  .platform-card {
    padding: 30px;
    border-radius: 26px;
  }

  .whatsapp-center {
    width: 90px;
    height: 90px;
  }

  .whatsapp-center i {
    font-size: 42px;
  }

}

/* =========================
   FIFTH SECTION
========================= */

.broadcast-section {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* Badge */
.broadcast-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #f3fff7;
  border: 1px solid #d8f5e4;
  color: #25d366;
  font-weight: 700;
  font-size: 14px;
}

/* Title */
.broadcast-title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 800;
  color: #111111;
}

.broadcast-title span {
  display: block;
  color: #25d366;
}

/* Text */
.broadcast-text {
  font-size: 20px;
  line-height: 1.8;
  color: #666666;
  max-width: 90%;
}

/* Features */
.broadcast-features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Feature Box */
.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

/* Icon */
.feature-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 16px;
  background: #eefaf3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Content */
.feature-content h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111111;
}

.feature-content p {
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

/* Button */
.broadcast-btn {
  background: #25d366!important;
  color: #ffffff!important;
  padding: 16px 38px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.18);
  transition: 0.3s ease;
}

.broadcast-btn:hover {
  background: #1ebe5d;
  color: #ffffff;
  transform: translateY(-4px);
}

/* RIGHT VISUAL */
.broadcast-visual {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background */
.visual-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 40px;
  background: linear-gradient(
    180deg,
    #e8fff0 0%,
    #c8f7d9 100%
  );
  bottom: 40px;
}

/* Phone */
.phone-mockup {
  position: absolute;
  width: 280px;
  height: 560px;
  background: #111111;
  border-radius: 40px;
  padding: 12px;
  left: 80px;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* Screen */
.phone-screen {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px;
  overflow: hidden;
}

/* Header */
.chat-header {
  height: 70px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  font-weight: 700;
}

.header-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #25d366;
}

/* Promo Card */
.promo-card {
  margin: 20px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.promo-image {
  height: 180px;
  background: linear-gradient(
    135deg,
    #d7f7e4,
    #b8eccc
  );
}

.promo-content {
  padding: 20px;
}

.promo-content h6 {
  font-size: 22px;
  font-weight: 800;
}

.promo-content p {
  color: #666;
  margin-top: 10px;
}

.promo-btn {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  border: none;
  background: #25d366;
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
}

/* Floating User */
.floating-user {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 320px;
  z-index: 3;
}

.floating-user img {
  width: 100%;
  object-fit: contain;
}

/* Floating Message */
.floating-message {
  position: absolute;
  right: 180px;
  top: 300px;
  background: #e9ffe9;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 700;
  color: #222;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  z-index: 4;
}

/* Arrow */
.arrow-path {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 70px;
  color: #25d366;
  transform: rotate(20deg);
}

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

  .broadcast-title {
    font-size: 48px;
  }

  .broadcast-text {
    max-width: 100%;
  }

  .broadcast-visual {
    height: 750px;
  }

}

@media (max-width: 768px) {

  .broadcast-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .broadcast-title {
    font-size: 38px;
  }

  .phone-mockup {
    width: 220px;
    height: 460px;
    left: 20px;
  }

  .floating-user {
    width: 240px;
  }

  .floating-message {
    right: 80px;
    top: 240px;
  }

}

@media (max-width: 576px) {

  .broadcast-title {
    font-size: 32px;
  }

  .feature-content h5 {
    font-size: 20px;
  }

  .broadcast-text {
    font-size: 16px;
  }

  .broadcast-btn {
    width: 100%;
  }

  .broadcast-visual {
    height: 620px;
  }

  .visual-bg {
    width: 320px;
    height: 320px;
  }

  .phone-mockup {
    width: 180px;
    height: 380px;
  }

  .floating-user {
    width: 180px;
  }

}

/* =========================
   SIXTH SECTION
========================= */

.automation-section {
  background: #ffffff;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}

/* Badge */
.automation-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: #f3fff7;
  border: 1px solid #dcf7e7;
  color: #25d366;
  font-weight: 700;
  font-size: 14px;
}

/* Title */
.automation-title {
  font-size: 64px;
  line-height: 1.15;
  font-weight: 800;
  color: #111111;
}

.automation-title span {
  color: #25d366;
  display: block;
}

/* Subtitle */
.automation-subtitle {
  font-size: 21px;
  line-height: 1.8;
  color: #666666;
  max-width: 850px;
  margin: auto;
}

/* Features */
.automation-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Feature Item */
.automation-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

/* Icon */
.automation-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  background: #eefaf3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Content */
.automation-content h5 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111111;
}

.automation-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #666666;
}

/* Button */
.automation-btn {
  background: #25d366!important;
  color: #ffffff!important;
  padding: 16px 38px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.18);
  transition: 0.3s ease;
}

.automation-btn:hover {
  background: #1ebe5d;
  color: #ffffff;
  transform: translateY(-4px);
}

/* VISUAL */
.automation-visual {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Glow */
.automation-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(37, 211, 102, 0.18),
    rgba(37, 211, 102, 0.04)
  );
  border-radius: 50%;
  filter: blur(10px);
}

/* Ad Card */
.ad-card {
  position: absolute;
  width: 320px;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  left: 40px;
  top: 80px;
  z-index: 3;
}

/* Header */
.ad-header {
  padding: 18px 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #25d366;
}

/* Image */
.ad-image {
  height: 240px;
  background: linear-gradient(
    135deg,
    #c9f3d8,
    #9de7ba
  );
  position: relative;
}

.ad-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #ffffff;
}

.ad-overlay h4 {
  font-size: 34px;
  font-weight: 800;
}

.ad-overlay p {
  margin: 0;
  font-size: 18px;
}

/* Footer */
.ad-footer {
  padding: 20px;
}

.send-btn {
  width: 100%;
  border: none;
  background: #25d366!important;
  color: #ffffff!important;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
}

/* Chat Window */
.chat-window {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 320px;
  background: #f8f2ea;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  z-index: 4;
}

/* Top */
.chat-top {
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.chat-user {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.user-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #25d366;
}

/* Message */
.incoming-msg {
  margin: 20px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  font-size: 16px;
  color: #333333;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Form */
.form-card {
  margin: 20px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.form-line {
  height: 12px;
  border-radius: 10px;
  background: #e5e5e5;
  margin-bottom: 14px;
}

.form-line.short {
  width: 70%;
}

.form-card button {
  width: 100%;
  border: none;
  background: #25d366;
  color: #ffffff;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
  margin-top: 10px;
}

/* Arrow */
.flow-arrow {
  position: absolute;
  top: 90px;
  right: 180px;
  font-size: 80px;
  color: #25d366;
  transform: rotate(-20deg);
}

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

  .automation-title {
    font-size: 48px;
  }

  .automation-visual {
    height: 760px;
  }

}

@media (max-width: 768px) {

  .automation-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .automation-title {
    font-size: 38px;
  }

  .automation-subtitle {
    font-size: 17px;
  }

  .ad-card {
    width: 260px;
    left: 0;
  }

  .chat-window {
    width: 260px;
    right: 0;
  }

}

@media (max-width: 576px) {

  .automation-title {
    font-size: 30px;
  }

  .automation-content h5 {
    font-size: 22px;
  }

  .automation-content p {
    font-size: 15px;
  }

  .automation-btn {
    width: 100%;
  }

  .automation-visual {
    height: 650px;
  }

  .ad-card {
    width: 220px;
  }

  .chat-window {
    width: 220px;
  }

  .flow-arrow {
    font-size: 50px;
    right: 100px;
  }

}



/* Key Features Section */
.features-section {
  background: #ffffff;
}

/* Header */
.features-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #0f172a;
}

.features-subtitle {
  color: #64748b;
  max-width: 640px;
  margin: 0 auto;
}

/* Feature card */
.feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 26px;
  text-align: left;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  border-color: #1FA2C9;   
}

/* Icon */
.feature-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(31,162,201,0.12),
    rgba(126,217,87,0.12)
  );
  margin-bottom: 18px;
}

/* Text */
.feature-card h5 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.feature-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Subtle hover glow */
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,140,66,0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.feature-card:hover::after {
  opacity: 1;
}


/* How it works */

.how-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
}

/* Header */
.how-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #0f172a;
}

.how-subtitle {
  color: #64748b;
  max-width: 640px;
  margin: 0 auto;
}

/* Step connector line (desktop) */
@media (min-width: 768px) {
  .how-steps::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 16%;
    width: 68%;
    height: 2px;
    background: linear-gradient(90deg, #1FA2C9, #7ED957);
    z-index: 0;
  }
}

/* Card */
.how-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  position: relative;
  z-index: 1;
}

.how-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  border-color: #1FA2C9;
}

/* Step number bubble */
.how-step-number {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: linear-gradient(90deg, #1FA2C9, #7ED957);
  color: #fff;
  font-weight: 700;
  margin: 0 auto 14px;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.35);
}

/* Icon */
.how-icon {
  font-size: 34px;
  margin-bottom: 12px;
}

/* Text */
.how-card h5 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.how-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Button */
.btn-primary {
  background: linear-gradient(135deg, #1FA2C9, #7ED957);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.25);
}


/* Use Cases / Industries Section */

/* Section background */
.industries-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Header */
.industries-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #0f172a;
}

.industries-subtitle {
  color: #64748b;
  max-width: 640px;
  margin: 0 auto;
}

/* Card */
.industry-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 26px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  border-color: #1FA2C9;
}

/* Icon */
.industry-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

/* Title */
.industry-card h5 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

/* Text */
.industry-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* Link */
.industry-link {
  font-weight: 600;
  color: #1FA2C9;
  text-decoration: none;
  transition: all 0.25s ease;
}

.industry-link:hover {
  color: #1FA2C9;
  letter-spacing: 0.3px;
}

/* Subtle hover glow */
.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,140,66,0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.industry-card:hover::after {
  opacity: 1;
}


/* Dashboard Preview */

/* Section background */
.dashboard-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Title */
.dashboard-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #0f172a;
}

.dashboard-subtitle {
  color: #64748b;
  margin-bottom: 22px;
}

/* List */
.dashboard-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.dashboard-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #475569;
}

.dashboard-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: bold;
}

/* Preview container */
.dashboard-preview {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

/* Image */
.dashboard-preview img {
  display: block;
  width: 100%;
  height: auto;
}

/* Floating badges */
.preview-badge {
  position: absolute;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 0.85rem;
  box-shadow: 0 15px 35px rgba(0,0,0,0.18);
  animation: floatBadge 3.5s ease-in-out infinite;
}

.preview-badge strong {
  display: block;
  font-size: 1.2rem;
  color: #0f172a;
}

/* Positions */
.badge-top {
  top: 18px;
  right: 18px;
}

.badge-bottom {
  bottom: 18px;
  left: 18px;
}

/* Floating animation */
@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Button */
.btn-primary {
  background: linear-gradient(135deg, #1FA2C9, #7ED957);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px 22px;
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.25);
}


/* Pricing Section */

/* Section */
.pricing-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Header */
.pricing-title {
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 800;
  color: #0f172a;
}

.pricing-subtitle {
  color: #64748b;
  max-width: 620px;
  margin: 0 auto;
}

/* Card */
.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

/* Featured plan */
.pricing-card.featured {
  border: 2px solid #1FA2C9;
  transform: scale(1.03);
}

/* Popular badge */
.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #1FA2C9, #7ED957);
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.35);
}

/* Plan name */
.plan-name {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Price */
.plan-price {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
}

.currency {
  font-size: 1.2rem;
  vertical-align: super;
}

.plan-price small {
  font-size: 0.9rem;
  color: #64748b;
}

/* Features list */
.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pricing-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #475569;
}

.pricing-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: bold;
}

/* Note */
.pricing-note {
  color: #64748b;
}

.pricing-note a {
  color: #1FA2C9;
  font-weight: 600;
  text-decoration: none;
}

.pricing-note a:hover {
  text-decoration: underline;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, #1FA2C9, #7ED957);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.25);
}

.btn-outline-primary {
  border-radius: 10px;
  font-weight: 600;
}



/* Toggle */
.pricing-toggle-wrap {
  font-weight: 600;
}

.toggle-label {
  color: #6c757d;
}

.save-badge {
  background: #e6f0ff;
  color: #1FA2C9;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
  margin-left: 6px;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  inset: 0;
  background: #dee2e6;
  border-radius: 50px;
  transition: .3s;
  cursor: pointer;
}

.slider:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: .3s;
}

.switch input:checked + .slider {
  background: #1FA2C9;
}

.switch input:checked + .slider:before {
  transform: translateX(26px);
}

/* Price animation */
.plan-price .price {
  transition: all .35s ease;
}

/* FAQ Section */


.faq-section {
  background: #f8f9ff;
}

/* Accordion Card */
.faq-accordion .accordion-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.faq-accordion .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

/* Button */
.faq-accordion .accordion-button {
  font-weight: 600;
  padding: 18px 22px;
  background: #fff;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #1FA2C9;
  background: #eef4ff;
}

/* Body */
.faq-accordion .accordion-body {
  padding: 20px 22px;
  color: #6c757d;
  line-height: 1.6;
}

/* Remove default arrow background */
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}



/* Download Section */
.download-section {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

/* Card */
.download-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  position: relative;
}

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

/* Highlight card */
.download-card.highlight {
  border: 2px solid #1FA2C9;
  transform: scale(1.03);
}

/* Icon wrapper */
.download-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 28px;
  color: #fff;
}

/* Icon colors */
.download-icon.online {
  background: linear-gradient(135deg, #0d6efd, #4dabf7);
}

.download-icon.usb {
  background: linear-gradient(135deg, #6f42c1, #a98eda);
}

.download-icon.android {
  background: linear-gradient(135deg, #198754, #4cd964);
}

.download-icon.latest {
  background: linear-gradient(135deg, #212529, #495057);
}

/* Text */
.download-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.download-card p {
  color: #6c757d;
  font-size: 14px;
  min-height: 48px;
}


/* Footer Section */
.footer-section {
  background: #0b1220;
  color: #cbd5e1;
  position: relative;
}

/* Logo */
.footer-logo {
  height: 40px;
}

/* Brand text */
.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: #94a3b8;
}

/* Titles */
.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #1FA2C9;
  position: absolute;
  left: 0;
  bottom: -6px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.25s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

/* Social */
.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #0d6efd;
  transform: translateY(-3px);
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #94a3b8;
  font-size: 14px;
}



/* Header */

.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eef2f7;
}

/* Wide Mega Menu */
.mega-dropdown {
  position: static;
}
.navbar {
  min-height: 72px;
}


/* Nav links */
.navbar-nav .nav-link {
  font-weight: 600;
  color: #1e293b;
  padding: 18px 16px;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

/* ===== MEGA MENU TRUE FULL WIDTH ===== */
.mega-dropdown {
  position: static !important;
}

.mega-menu {
  width: 100vw;
  left: 50% !important;
  transform: translateX(-50%);
  border: none;
  border-radius: 0 0 16px 16px;
  padding: 32px 0;
  margin-top: 0;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

/* Prevent squeeze */
.mega-menu .container {
  max-width: 1200px;
}

/* Titles */
.mega-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .5px;
}

/* Items */
.mega-item {
  display: block;
  padding: 7px 0;
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  transition: all .25s ease;
}

.mega-item:hover {
  color: #0d6efd;
  padding-left: 6px;
}

/* Highlight card */
.mega-highlight {
  background: linear-gradient(135deg, #f8faff, #eef4ff);
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}

.mega-desc {
  font-size: 14px;
  color: #64748b;
  margin: 10px 0 14px;
}

/* Desktop hover open */
@media (min-width: 992px) {
  .mega-dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Mobile fix */
@media (max-width: 991px) {
  .mega-menu {
    width: 100%;
    transform: none;
    left: 0 !important;
    padding: 16px;
  }
}


/* ===== MOBILE MENU ===== */

.mobile-menu {
  width: 300px;
}

/* group spacing */
.mobile-group {
  margin-bottom: 10px;
}

/* main link */
.mobile-link {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 14px 0;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

/* simple link */
.mobile-link.simple {
  display: block;
}

/* submenu */
.mobile-sub {
  padding-left: 14px;
  padding-bottom: 10px;
}

.mobile-sub a {
  display: block;
  padding: 8px 0;
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
}

.mobile-sub a:hover {
  color: #0d6efd;
}

/* CTA area */
.mobile-cta {
  margin-top: 20px;
}


/* Fix toggler */
.navbar-toggler {
  box-shadow: none !important;
}

.mobile-link .chev {
  transition: transform .25s ease;
}

.mobile-link[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}


/* Prevent mega menu breaking mobile */
@media (max-width: 991px) {
  .mega-menu {
    position: static;
    width: 100%;
    transform: none;
    box-shadow: none;
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none !important;
  }
}

/* About Us 2nd Section Message */

.highlight-section {
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    color: #ffffff;
    padding: 80px 0;
}

.highlight-text {
    font-size: 1.25rem;
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
}


/* Our Story Section */
.our-story-section {
    padding: 80px 0;
    background-color: #f8f9fc;
}

.story-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.story-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
}

.story-highlight {
    color: #4e73df;
    font-weight: 600;
}


/* Mission & Vision Section */
.mv-section {
    padding: 80px 0;
    background: #ffffff;
}

.mv-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 50px;
}

.mv-card {
    background: #f8f9fc;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.mv-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #4e73df;
}

.mv-card p {
    color: #6c757d;
    line-height: 1.7;
    font-size: 1.05rem;
}

.mv-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* Why Choose Section */
.why-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fc, #eef2ff);
}

.why-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.why-subtitle {
    color: #6c757d;
    max-width: 650px;
    margin: 0 auto 50px;
}

.why-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.why-icon {
    font-size: 38px;
    margin-bottom: 15px;
}

.why-card h5 {
    font-weight: 700;
    color: #4e73df;
    margin-bottom: 10px;
}

.why-card p {
    color: #6c757d;
    font-size: 0.98rem;
    line-height: 1.6;
}

/* Our Process Section */
.process-section {
    padding: 80px 0;
    background: #f8f9fc;
}

.process-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 50px;
}

.process-step {
    text-align: center;
    padding: 25px 20px;
    background: #ffffff;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.step-number {
    width: 60px;
    height: 60px;
    background: #4e73df;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.process-step h5 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.process-step p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}



/* CTA Section */
.cta-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #4e73df, #1cc88a);
    color: #ffffff;
    text-align: center;
}

.cta-title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 1.15rem;
    opacity: 0.95;
    max-width: 650px;
    margin: 0 auto 30px;
}

.cta-btn {
    background: #ffffff !important;
    color: #4e73df !important;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #f1f3f9;
    color: #2c3e50;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Privacy Banner Section */
#privacybanner {
  background: url('/assets/img/banner/privacy.png') no-repeat center center;
  background-size: auto;
  background-attachment: fixed;   /* Parallax effect on desktop */
  position: relative;
  width: 100%;
  height: 45vh;   /* Default height for large screens */
  display: flex;
  align-items: center;
}

#privacybanner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Optional overlay */
  z-index: 1;
}

#privacybanner .industries-banner {
  position: relative;
  z-index: 2;
  color: #fff;  /* Text color for contrast */
}

#privacybanner h1 {
  font-size: 3rem;
  font-weight: 700;
  padding-top: 100px;

}

#privacybanner img {
  max-height: 300px; /* Limit hero image size */
}

/* ------------------ Responsive Styles ------------------ */

/* Tablets */
@media (max-width: 991px) {
  #privacybanner {
    height: 60vh;
    background-attachment: scroll; /* Disable fixed bg for better performance on mobile/tablets */
  }

  #privacybanner h1 {
    font-size: 2.5rem;
  }

  #privacybanner img {
    max-height: 250px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #privacybanner {
    height: 50vh;
  }

  #privacybanner h1 {
    font-size: 2rem;
    text-align: center;
  }

  #privacybanner img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
  }
}


#privacy-section {
   padding: 50px 0;
    font-family: "Segoe UI", Arial, sans-serif;
   line-height: 1.7; 
   color: #333; } 
   #privacy-section h2 { 
    font-size: 1.75rem; 
    font-weight: 700; 
    margin-top: 20px;
     margin-bottom: 15px;
     } 
     #privacy-section p { 
      font-size: 1rem;
       margin-bottom: 1rem;
       }
        #privacy-section .updated { 
          font-style: italic;
           color: #555; 
           font-size: 0.95rem;
            margin-bottom: 1rem; 
            display: block; 
          } 
          #privacy-section strong { 
            font-weight: 700; 
          }


/* Cookies Policy*/

  #cookies-policy {
  max-width: 1000px;
  margin: 60px auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

#cookies-policy h1,
#cookies-policy h2,
#cookies-policy h3 {
  color: #004aad;
  margin-top: 25px;
  font-weight: 600;
}

#cookies-policy p,
#cookies-policy li {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}

#cookies-policy ul {
  margin-left: 20px;
  margin-top: 10px;
}

#cookies-policy table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

#cookies-policy th,
#cookies-policy td {
  border: 1px solid #e5e7eb;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}

#cookies-policy th {
  background-color: #f3f4f6;
  font-weight: 600;
}

#cookies-policy code {
  background: #eef2ff;
  color: #004aad;
  padding: 2px 6px;
  border-radius: 4px;
}

#cookies-policy .note {
  background: #f1f5f9;
  border-left: 4px solid #0078ff;
  padding: 12px 16px;
  margin: 20px 0;
  border-radius: 6px;
}

#cookies-policy a {
  color: #0078ff;
  text-decoration: none;
}

#cookies-policy a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #cookies-policy {
    padding: 25px 20px;
    margin: 30px 10px;
  }
  #cookies-policy table,
  #cookies-policy th,
  #cookies-policy td {
    font-size: 0.9rem;
  }
}

/*header css*/

.header-top > div {
    min-width: 220px;
}

.header-top {
    gap: 20px;
}

/* LEFT */
.header-top > div:nth-child(1) {
    flex: 1;
    text-align: left;
}

/* CENTER */
.header-top > div:nth-child(2) {
    flex: 2;
    text-align: center;
}

/* RIGHT */
.header-top > div:nth-child(3) {
    flex: 1;
    text-align: right;
}

/* Mobile fix */
@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-top > div {
        text-align: left !important;
        width: 100%;
    }
}

.btn-orange-gradient {
    background: linear-gradient(45deg, #ff7a18, #ffb347);
    color: #fff;
    border: none;
    transition: 0.3s ease;
}

.btn-orange-gradient:hover {
    background: linear-gradient(45deg, #ff6a00, #ffa500);
    color: #fff;
}



