/*
===============================================================================
PDF MAGIC — UNIFIED STYLESHEET
Generated: 2026-08-04
===============================================================================

This file replaces:
- site.css
- btn.css
- tools.css
- pdfmagic-design.css
- pdfmagic-header.css
- pdfmagic-popular.css
- pdfmagic-article.css
- pdfmagic-faq.css
- pdfmagic-about.css
- pdfmagic-polish.css

Keep separate when required:
- all.min.css       (Font Awesome)
- cropper.min.css   (Cropper.js pages)
- 1.css, 11.css and 1735191324319.css only on pages that explicitly need them

Load this file LAST:
<link rel="stylesheet" href="/css/pdfmagic.css?v=5">
===============================================================================
*/

/* Core design variables */
:root {
    --pm-primary: #6d4aff;
    --pm-primary-dark: #5534dc;
    --pm-primary-light: #8d76ff;
    --pm-primary-soft: #f1edff;

    --pm-text: #19192b;
    --pm-text-soft: #505166;
    --pm-muted: #727487;

    --pm-bg: #fafafe;
    --pm-surface: #ffffff;
    --pm-line: #e8e7ef;

    --pm-success: #08775d;
    --pm-danger: #d93a52;

    --pm-radius-sm: 10px;
    --pm-radius-md: 16px;
    --pm-radius-lg: 24px;

    --pm-shadow-sm: 0 8px 24px rgba(40, 34, 80, .07);
    --pm-shadow-md: 0 16px 44px rgba(40, 34, 80, .10);
    --pm-shadow-lg: 0 24px 70px rgba(40, 34, 80, .14);
}


/* =============================================================================
   BASE / SITE
============================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap');

.pt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding: 90px 0 0 0;
    background-color: #F3F4F6;
 
  
}

/* Ensuring Content Stays Above Effects */
.pt > * {
    position: relative;
    z-index: 2;
}

/* Gradient Text */
.gd-text4 {
    background-image: linear-gradient(54.39deg, #333 28.27%, #00008B 47.32%, #0000CD 51.53%, #0000FF 61.73%, #3D6BF2 70.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gd-text5 {
    background: linear-gradient(to right, #E4312C 0%, #FE3300 50%, #00CC00 51%, #008B8B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Heading Styles */
.pt h1 {
    font-family: "inter", serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    max-width: 90%;
    margin: 0 auto;
    color: black;
}


@media (max-width: 768px) {
    .pt {
        min-height: 300px;
        padding: 10px;
    }
    .pt h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .pt {
        min-height: 280px;
        padding: 10px;
    }
    .pt h1 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 360px) {
    .pt {
        min-height: 260px;
        padding: 10px;
    }
    .pt h1 {
        font-size: 20px;
        line-height: 30px;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.3;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
:focus {
  outline: none;
}
html {
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden] {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
a {
  background: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
q {
  quotes: "\201C""\201D""\2018""\2019";
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  overflow: auto;
}
address {
  font-style: normal;
}
nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
  border: 0;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
input,
optgroup,
select,
textarea {
  color: inherit;
}
button {
  overflow: visible;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


body {
  font-family: Graphik, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  direction: ltr;
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  background: #F3F4F6;
  color: #47474f;
}
@media (max-width: 991.98px) {
  body {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 91%;
}
@media (min-width: 360px) {
  .container {
    max-width: 91%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 92%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 84%;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 84%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 84%;
  }
}

a {
  font-weight: 500;
  text-decoration: underline;
  color: #e5322d;
  cursor: pointer;
}
a.link--secondary,
a:focus,
a:hover {
  color: #161616;
}
a.link--secondary:focus,
a.link--secondary:hover {
  color: #e5322d;
}
a.link--secondary.link--company {
  color: #161616;
  text-decoration: none;
}
a.link--secondary.link--company:focus,
a.link--secondary.link--company:hover {
  color: #e5322d;
}
a.link--negative {
  color: #fff;
}
a.link--negative:focus,
a.link--negative:hover {
  color: #fde4df;
}
a p {
  text-decoration: none;
}
.link {
  font-weight: 500;
  text-decoration: underline;
  color: #e5322d;
  cursor: pointer;
}
.link.link--secondary,
.link:focus,
.link:hover {
  color: #161616;
}
.link.link--secondary:focus,
.link.link--secondary:hover {
  color: #e5322d;
}
.link.link--secondary.link--company {
  color: #161616;
  text-decoration: none;
}
.link.link--secondary.link--company:focus,
.link.link--secondary.link--company:hover {
  color: #e5322d;
}
.link.link--negative {
  color: #fff;
}
.link.link--negative:focus,
.link.link--negative:hover {
  color: #fde4df;
}
.link p {
  text-decoration: none;
}
hr {
  border: 0;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
hr.h1 {
  max-width: 800px;
  margin: 0 auto 16px;
}
.hr {
  height: 1px;
  width: 100%;
}
blockquote {
  padding: 4px 32px;
  margin-bottom: 12px;
}
i {
  font-style: italic;
}
.prominent:hover {
  color: #e5322d;
}
.paragraph,
p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .paragraph,
  p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767.98px) {
  .paragraph,
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

pre {
  background: #fff;
  padding: 16px;
  font-family: Times, serif;
}
.text-left,
pre {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.list li {
  margin: 10px 0;
}
.list li svg {
  margin-right: 10px;
  vertical-align: middle;
}
.list-disc {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 12px;
}
.list-disc li {
  margin: 10px 0;
  padding-left: 12px;
}

.hidden {
  display: none !important;
}
img {
  image-orientation: from-image;
}
[contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
a.anchor,
a.marker {
  position: relative;
  top: -60px;
}
code {
  border-radius: 2px;
  background-color: #f5f5fa;
  border: 1px solid #ebebf4;
  padding: 0 4px;
  color: #d76c00;
}
code,
em {
  font-family: monospace;
}
em,
em a {
  color: #008ee9;
}
em a {
  font-weight: 400;
  text-decoration: none;
}
.absolute-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #161616;
  opacity: 0.2;
}
.vr {
  width: 1px;
  height: 100%;
}
.table tbody td,
table tbody td {
  overflow: initial;
}
span.compact {
  display: inline-block;
}
.rtl iframe body {
  direction: rtl;
}
.rtl .rtl-initial {
  direction: ltr !important;
}
.rtl .rtl-initial > * {
  direction: rtl;
}
.hidden {
  display: none;
}
.max--900 {
  max-width: 900px;
}

.btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.btn-group > .btn + .dropdown-toggle {
  display: block;
}
.dropdown-toggle:after {
  vertical-align: 2px;
  border-top: 0.4em solid;
  border-right: 0.4em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.4em solid rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.tooltip {
  opacity: 1;
  position: relative;
}
.tippy-box {
  color: #fff;
  font-size: 14px;
  background: #47474f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
.tippy-arrow {
  color: #47474f;
}
.tippy-content {
  text-align: center;
}
.tippy-box[data-theme="guide"] {
  background-color: #ffe096;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #161616;
  -webkit-box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}
.tippy-box[data-theme="guide"] > .tippy-content {
  padding: 24px;
  font-size: 12px;
  color: #161616;
}
.tippy-box[data-theme="guide"] > .tippy-backdrop {
  background-color: #ffe096;
}
.tippy-box[data-theme="guide"] > .tippy-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.tippy-box[data-theme="guide"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #ffe096;
}
.tippy-box[data-theme="guide"][data-placement^="top"] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}
.tippy-box[data-theme="guide"][data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom-color: #ffe096;
  bottom: 16px;
}
.tippy-box[data-theme="guide"][data-placement^="bottom"] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}
.tippy-box[data-theme="guide"][data-placement^="left"] > .tippy-arrow:before {
  border-left-color: #ffe096;
}
.tippy-box[data-theme="guide"][data-placement^="left"] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}
.tippy-box[data-theme="guide"][data-placement^="right"] > .tippy-arrow:before {
  border-right-color: #ffe096;
  right: 16px;
}
.tippy-box[data-theme="guide"][data-placement^="right"] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}
.tippy-box[data-theme="guide"] > .tippy-svg-arrow {
  fill: #fff;
}
.tippy-box[data-theme="guide"] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}
@media (max-width: 480px) {
  .tippy-box {
    display: none !important;
  }
}
.toast-top-left,
.toast-top-right {
  top: 72px;
}
.toast-success {
  background-color: #c0fddc;
}
.toast-success * {
  color: #4acd86;
}
.toast-error {
  background-color: #ffe3e3;
}
.toast-error * {
  color: #fb7876;
}
.toast-info {
  background-color: #def2ff;
}
.toast-info * {
  color: #53bbfd;
}
.toast-warning {
  background-color: #ffe4c9;
}
.toast-warning * {
  color: #ff9428;
}
#toast-container.toast-bottom-left {
  bottom: 49px;
}
#toast-container.toast-bottom-left > .toast-info {
  background-image: none;
  background-color: #fff;
  padding: 24px;
  width: 350px;
}
#toast-container.toast-bottom-left > .toast-info a {
  color: #47474f !important;
}
#toast-container.toast-bottom-left > .toast-info a:hover {
  color: #161616 !important;
}
#toast-container.toast-bottom-left > .toast-info .langtoas {
  background-color: #f5f5fa;
  display: inline-block;
  font-weight: 600;
}
#toast-container.toast-bottom-left > .toast-info .langtoas:hover {
  background-color: #ebebf4;
}
#toast-container.toast-bottom-left > .toast-info .langtoas--big {
  padding: 8px 16px;
  float: right;
  color: #ffe !important;
  background-color: #4d90fe;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
#toast-container.toast-bottom-left > .toast-info .langtoas--big:hover {
  background-color: #161616;
  color: #fff !important;
}
#toast-container.toast-bottom-left > .toast-info .btn {
  margin-right: 8px;
}
.toast .toast-title {
  margin-bottom: 12px;
  font-weight: 500;
}
.toast .toast-message {
  font-size: 12px;
}
.toast .toast-message .btn {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.toast button.toast-close-button {
  width: 24px;
  height: 24px;
  min-width: inherit;
  border-radius: 100%;
  background-color: #f5f5fa;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: 9999px;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-size: 14px 14px;
}
.toast button.toast-close-button:hover {
  background-color: #ebebf4;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#toast-container > div {
  opacity: 0.9;
}
#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}
.toast-accept button.toast-close-button {
  background-image: url(../images/check.svg);
  background-size: 16px 16px;
}
.toast-accept:hover button.toast-close-button {
  background-image: url(../images/check_ok.svg);
}
#ck_cnt {
  font-size: 11px;
}
#ck_cnt a {
  text-decoration: underline;
}
#toast-container.ck-tstr .toast-message {
  line-height: 15px;
}
#toast-container.toast-bottom-left.ck-tstr > .toast-info {
  padding: 16px;
}
#ck_set {
  display: block;
  float: left;
  width: auto;
  margin-left: 0;
  margin-top: 19px;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 400;
}
#ck_cnt input {
  float: left;
  height: 27px;
  margin-right: 12px;
  width: 20px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -6px;
}
#ck_cnt label {
  color: #000;
  display: block;
  font-size: 13px;
  min-height: 32px;
  line-height: 16px;
  font-weight: 400;
  width: auto;
}
#toast-container > div:hover {
  cursor: default;
}
#okck:hover {
  cursor: pointer !important;
}
.toast-bottom-left .toast-info {
  background-color: #fff;
}
.toast-bottom-left .toast-info :not(.btn) {
  color: #47474f;
}
.toast-bottom-left .toast-info .btn--secondary {
  border-color: #47474f !important;
}
.toast-bottom-left .toast-info .btn--secondary:hover {
  border-color: #161616 !important;
}
.header .actions,
nav .actions {
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 -24px 0 auto;
}
.header .actions > *,
nav .actions > * {
  margin: 0 6px;
}
.header .actions > ul,
nav .actions > ul {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header .actions > ul > li,
nav .actions > ul > li {
  margin: 0 12px;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.header .actions > ul > li > a:not(.btn),
.header .actions > ul > li > span,
nav .actions > ul > li > a:not(.btn),
nav .actions > ul > li > span {
  padding: 0 12px;
}
.header .actions > ul > li.has-dropdown,
nav .actions > ul > li.has-dropdown {
  cursor: pointer;
}
.header .actions > ul > li.has-dropdown:hover > .dropdown,
nav .actions > ul > li.has-dropdown:hover > .dropdown {
  display: block;
}
@media (max-width: 1440px) {
  .header .actions > ul > li,
  nav .actions > ul > li {
    margin: 0 4px;
  }
}
@media (min-width: 640px) {
  .header .actions > ul > li,
  nav .actions > ul > li {
    display: -ms-flexbox;
    display: flex;
  }
  .header .actions > ul > li.has-dropdown,
  nav .actions > ul > li.has-dropdown {
    position: relative;
  }
  .header .actions > ul > li.has-dropdown--full,
  nav .actions > ul > li.has-dropdown--full {
    position: static;
  }
  .header .actions > ul > li.has-dropdown > span,
  nav .actions > ul > li.has-dropdown > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .actions > ul > li.has-dropdown > span > .ico,
  .header .actions > ul > li.has-dropdown > span > svg,
  nav .actions > ul > li.has-dropdown > span > .ico,
  nav .actions > ul > li.has-dropdown > span > svg {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .header .actions > ul > li.has-dropdown.has-dropdown--left ul,
  nav .actions > ul > li.has-dropdown.has-dropdown--left ul {
    display: none;
  }
  .header .actions > ul > li.has-dropdown li,
  nav .actions > ul > li.has-dropdown li {
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .header .actions > ul > li.has-dropdown:hover > a,
  .header .actions > ul > li.has-dropdown:hover > span,
  nav .actions > ul > li.has-dropdown:hover > a,
  nav .actions > ul > li.has-dropdown:hover > span {
    color: #e5322d;
  }
  .header .actions > ul > li.has-dropdown:hover > :first-child:after,
  nav .actions > ul > li.has-dropdown:hover > :first-child:after {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    bottom: -18px;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: fade-in-bottom 0.08s ease-in-out both;
    animation: fade-in-bottom 0.08s ease-in-out both;
    z-index: 2;
  }
  .header .actions > ul > li.has-dropdown:hover .ico--down,
  nav .actions > ul > li.has-dropdown:hover .ico--down {
    background-position: -55px -166px;
  }
}
@media (min-width: 640px) {
  .header .actions > ul > li.has-dropdown:hover > .dropdown,
  nav .actions > ul > li.has-dropdown:hover > .dropdown {
    display: block;
  }
}
@media (max-width: 780px) {
  .header .actions:hover .main__menu,
  nav .actions:hover .main__menu {
    display: block;
  }
}
.header .actions > a,
nav .actions > a {
  font-size: 14px;
  line-height: 18px;
}
.header .actions > ul > li,
nav .actions > ul > li {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (max-width: 640px) {
  .header .actions,
  nav .actions {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
  .header .actions > *,
  nav .actions > * {
    margin: 0 8px;
  }
}
.header .actions .ico,
nav .actions .ico {
  -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(1%)
    saturate(3992%) hue-rotate(328deg) brightness(82%) contrast(83%);
  filter: brightness(0) saturate(100%) invert(0) sepia(1%) saturate(3992%)
    hue-rotate(328deg) brightness(82%) contrast(83%);
}
.header .actions > :last-child:is(.btn),
nav .actions > :last-child:is(.btn) {
  margin-right: 24px;
}
.header .actions .dropdown--left li:hover > *,
nav .actions .dropdown--left li:hover > * {
  color: #e5322d;
}
.header .actions .dropdown--left li:hover > * > .ico,
nav .actions .dropdown--left li:hover > * > .ico {
  -webkit-filter: none;
  filter: none;
}
.header .dropdown,
nav .dropdown {
  display: none;
  min-width: 500px;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 16px;
  cursor: auto;
}
.header .dropdown > *,
nav .dropdown > * {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  -webkit-animation: fade-in-bottom 0.08s ease-in-out both;
  animation: fade-in-bottom 0.08s ease-in-out both;
}
.header .dropdown > ul,
nav .dropdown > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
  box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
  width: 100%;
  margin: auto;
  padding-bottom: 0;
}
.header .dropdown > ul > li > ul,
nav .dropdown > ul > li > ul {
  margin-bottom: 24px;
}
.header .dropdown li,
nav .dropdown li {
  min-width: 200px;
}
@media (min-width: 780px) and (max-width: 1290px) {
  .header .dropdown li,
  nav .dropdown li {
    max-width: 200px;
  }
}
.header .dropdown a,
nav .dropdown a {
  padding: 12px;
  margin-left: -12px;
  width: 100%;
  border-radius: 8px;
}
.header .dropdown .active > a,
.header .dropdown .has-dropdown > span:hover,
.header .dropdown a:hover,
nav .dropdown .active > a,
nav .dropdown .has-dropdown > span:hover,
nav .dropdown a:hover {
  background: #f5f5fa;
}
.header .dropdown--full,
nav .dropdown--full {
  left: 0;
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
  width: 90vw;
}
.header .dropdown--single,
nav .dropdown--single {
  min-width: 200px;
}
.header .dropdown--single > ul,
nav .dropdown--single > ul {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px;
}
.header .dropdown--single > ul li,
nav .dropdown--single > ul li {
  width: 100%;
  padding: 0 !important;
}
.header .dropdown--single > ul li a,
.header .dropdown--single > ul li span,
nav .dropdown--single > ul li a,
nav .dropdown--single > ul li span {
  padding: 12px;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header .dropdown--single > ul li a .icon,
.header .dropdown--single > ul li span .icon,
.header .dropdown--single > ul li ul,
nav .dropdown--single > ul li a .icon,
nav .dropdown--single > ul li span .icon,
nav .dropdown--single > ul li ul {
  display: none;
}
.header .dropdown--single .dropdown,
nav .dropdown--single .dropdown {
  padding: 0;
}
.header .dropdown--single .has-dropdown,
nav .dropdown--single .has-dropdown {
  position: relative;
}
.header .dropdown--single .has-dropdown span:after,
nav .dropdown--single .has-dropdown span:after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../images/chevron_right_g.svg) no-repeat 50%;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #161616;
}
.header .dropdown--single .has-dropdown .dropdown,
nav .dropdown--single .has-dropdown .dropdown {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 100%;
  background: #fff;
  border-radius: 8px;
  min-width: 0;
  -webkit-box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
  box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
  cursor: auto;
}
.header .dropdown--single .has-dropdown.open .dropdown,
.header .dropdown--single .has-dropdown:hover .dropdown,
nav .dropdown--single .has-dropdown.open .dropdown,
nav .dropdown--single .has-dropdown:hover .dropdown {
  display: block;
  z-index: 1;
}
@media (max-width: 640px) {
  .header .dropdown--single .has-dropdown.open .dropdown,
  .header .dropdown--single .has-dropdown:hover .dropdown,
  nav .dropdown--single .has-dropdown.open .dropdown,
  nav .dropdown--single .has-dropdown:hover .dropdown {
    right: 70%;
  }
}
@media (max-width: 640px) {
  .header .dropdown--single .has-dropdown.open .dropdown.lang,
  .header .dropdown--single .has-dropdown:hover .dropdown.lang,
  nav .dropdown--single .has-dropdown.open .dropdown.lang,
  nav .dropdown--single .has-dropdown:hover .dropdown.lang {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
.header .dropdown--single .has-dropdown.open .dropdown .lang__current,
.header .dropdown--single .has-dropdown:hover .dropdown .lang__current,
nav .dropdown--single .has-dropdown.open .dropdown .lang__current,
nav .dropdown--single .has-dropdown:hover .dropdown .lang__current {
  display: none;
}
.header .dropdown--single .has-dropdown.open .dropdown .lang__menu,
.header .dropdown--single .has-dropdown:hover .dropdown .lang__menu,
nav .dropdown--single .has-dropdown.open .dropdown .lang__menu,
nav .dropdown--single .has-dropdown:hover .dropdown .lang__menu {
  display: block;
  width: 500px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 640px) {
  .header .dropdown--single .has-dropdown.open .dropdown .lang__menu,
  .header .dropdown--single .has-dropdown:hover .dropdown .lang__menu,
  nav .dropdown--single .has-dropdown.open .dropdown .lang__menu,
  nav .dropdown--single .has-dropdown:hover .dropdown .lang__menu {
    width: 200px;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    z-index: 1;
    max-height: 60vh;
  }
}
.header .dropdown--single .has-dropdown.open .dropdown .lang__menu li,
.header .dropdown--single .has-dropdown:hover .dropdown .lang__menu li,
nav .dropdown--single .has-dropdown.open .dropdown .lang__menu li,
nav .dropdown--single .has-dropdown:hover .dropdown .lang__menu li {
  min-width: 0;
}
.header .dropdown--single .has-dropdown.open .dropdown .lang__menu li a,
.header .dropdown--single .has-dropdown:hover .dropdown .lang__menu li a,
nav .dropdown--single .has-dropdown.open .dropdown .lang__menu li a,
nav .dropdown--single .has-dropdown:hover .dropdown .lang__menu li a {
  margin-left: -4px;
  padding-left: 24px;
}
.header .dropdown--single .has-dropdown.open .dropdown .lang__menu li svg,
.header .dropdown--single .has-dropdown:hover .dropdown .lang__menu li svg,
nav .dropdown--single .has-dropdown.open .dropdown .lang__menu li svg,
nav .dropdown--single .has-dropdown:hover .dropdown .lang__menu li svg {
  margin-right: 4px;
}
.header .dropdown--left,
nav .dropdown--left {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
}
.header .dropdown--left .has-dropdown .dropdown,
nav .dropdown--left .has-dropdown .dropdown {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 100%;
  background: #fff;
  border-radius: 8px;
  min-width: 0;
  -webkit-box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
  box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
}
.header .dropdown--right,
nav .dropdown--right {
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.header .divider,
nav .divider {
  height: 1px;
  width: 90%;
  margin: 2px auto;
  background: #f5f5fa;
}
.header {
  background: #fff;
  width: 100%;
  height: 60px;
  z-index: 1041;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.3);
  padding: 0 50px;
}
.header nav {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 60px;
}
.header nav,
.header nav a {
  -ms-flex-align: center;
  align-items: center;
}
.header nav a {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header nav a > .ico,
.header nav a > img,
.header nav a > svg,
.header nav span > .ico,
.header nav span > img,
.header nav span > svg {
  margin-right: 8px;
}
.header nav a:not(.btn) {
  color: #161616;
  text-decoration: none;
}
.header nav a:not(.btn).active,
.header nav a:not(.btn):hover {
  color: #e5322d;
}
.header nav li {
  text-transform: uppercase;
  font-weight: 500;
}
.header nav li li {
  text-transform: none;
}
.header nav li li .nav__title {
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #707078;
}
.header nav li div {
  color: #161616;
  font-size: 13px;
  line-height: 18px;
}
.header nav li .ico,
.header nav li svg {
  margin: 0 12px 0 0;
}
.header nav .brand {
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding-right:20px;
  border-right:2px solid #ddd;
}
.header nav .brand img {
  height: 40px;
  width: auto;
  margin: 0;
}
@media (max-width: 640px) {
  .header nav .brand {
    margin-right: auto;
  }
}
.header .avatar {
  border-radius: 100%;
  background-color: #fde4df;
  outline: 2px solid #fde4df;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  color: #e5322d;
}
.header .avatar--desktop {
  outline: 2px solid #ffc233;
}
.header .hide {
  display: none;
}
.header .hide--sm {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .header .hide--sm {
    display: none !important;
  }
}
.header .hide--md {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 840px) {
  .header .hide--md {
    display: none;
  }
}
.header .hide--lg {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1290px) {
  .header .hide--lg {
    display: none;
  }
}
.header .show {
  display: -ms-flexbox;
  display: flex;
}
.header .show--sm {
  display: none;
}
@media (max-width: 640px) {
  .header .show--sm {
    display: -ms-flexbox;
    display: flex;
  }
}
.header .show--md {
  display: none;
}
@media (max-width: 840px) {
  .header .show--md {
    display: -ms-flexbox;
    display: flex;
  }
}
.header .show--lg {
  display: none;
}
@media (min-width: 1290px) {
  .header .show--lg {
    display: -ms-flexbox;
    display: flex;
  }
}
.header nav .dropdown > ul.lang__menu {
  padding: 8px 4px 8px 12px;
}
.header nav .menu > .menu__main.dropdown {
  display: none;
}
@media (max-width: 1290px) {
  .header nav .menu > .menu__main.dropdown {
    display: block;
  }
}
.rtl .header nav .menu {
  direction: rtl;
}
.rtl .header nav .actions .ico,
.rtl .header nav .actions svg,
.rtl .header nav a > .ico,
.rtl .header nav a > img,
.rtl .header nav a > svg,
.rtl .header nav span > .ico,
.rtl .header nav span > img,
.rtl .header nav span > svg {
  margin-left: 8px;
  margin-right: 0;
}
.rtl .header nav .dropdown--single .has-dropdown span:after {
  right: auto;
  left: 8px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.rtl .header nav .has-dropdown .ico--down {
  margin-right: 8px;
}
.rtl .header nav li li .nav__title {
  text-align: right;
}
.rtl .header nav .dropdown:not(.dropdown--single) a {
  margin-left: 0;
  margin-right: -12px;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}
.rtl .header nav .dropdown--single .dropdown a {
  margin: 0;
}
.rtl .header nav {
  direction: ltr;
}
.rtl .header nav li {
  direction: rtl;
}
@media (max-width: 840px) {
  .has-dropdown.dropdown-close > .dropdown,
  .has-dropdown.dropdown-close > span:after {
    display: none !important;
  }
  .has-dropdown.dropdown-open > .dropdown {
    display: block !important;
  }
}
.lang-ar .header nav li,
.lang-vi .header nav li {
  font-weight: 600;
}
.header .actions .btn {
  padding: 0 13px;
  height: 32px;
  text-decoration:none;
}
.has-dropdown > span > .ico--down {
  margin-right: 8px !important;
}
.header .menu,
nav .menu {
  font-size: 14px;
  margin: 0 24px;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 2;
  order: 2;
}
.header .menu--md,
.header .menu--sm,
nav .menu--md,
nav .menu--sm {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  text-transform: normal;
  height: 100%;
}
.header .menu--md:hover,
.header .menu--sm:hover,
nav .menu--md:hover,
nav .menu--sm:hover {
  color: #e5322d;
}
.header .menu--md > .ico,
.header .menu--md > svg,
nav .menu--md > .ico,
nav .menu--md > svg {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 640px) {
  .header .menu,
  nav .menu {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .header .menu,
  nav .menu {
    font-size: 14px;
  }
}
.header .menu > *,
nav .menu > * {
  margin: 0 6px;
}
.header .menu > ul,
nav .menu > ul {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header .menu > ul > li,
nav .menu > ul > li {
  margin: 0 12px;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.header .menu > ul > li > a:not(.btn),
.header .menu > ul > li > span,
nav .menu > ul > li > a:not(.btn),
nav .menu > ul > li > span {
  padding: 0 12px;
}
.header .menu > ul > li.has-dropdown,
nav .menu > ul > li.has-dropdown {
  cursor: pointer;
}
.header .menu > ul > li.has-dropdown:hover > .dropdown,
nav .menu > ul > li.has-dropdown:hover > .dropdown {
  display: block;
}
@media (max-width: 1440px) {
  .header .menu > ul > li,
  nav .menu > ul > li {
    margin: 0 4px;
  }
}
@media (max-width: 780px) {
  .header .menu > ul > li:hover .main__menu,
  nav .menu > ul > li:hover .main__menu {
    display: block;
  }
}
@media (min-width: 640px) {
  .header .menu > ul > li,
  nav .menu > ul > li {
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu > ul > li.has-dropdown,
  nav .menu > ul > li.has-dropdown {
    position: relative;
  }
  .header .menu > ul > li.has-dropdown--full,
  nav .menu > ul > li.has-dropdown--full {
    position: static;
  }
  .header .menu > ul > li.has-dropdown > span,
  nav .menu > ul > li.has-dropdown > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu > ul > li.has-dropdown > span > .ico,
  .header .menu > ul > li.has-dropdown > span > svg,
  nav .menu > ul > li.has-dropdown > span > .ico,
  nav .menu > ul > li.has-dropdown > span > svg {
    display: inline-block;
    margin-left: 8px;
  }
  .header .menu > ul > li.has-dropdown.has-dropdown--left ul,
  nav .menu > ul > li.has-dropdown.has-dropdown--left ul {
    display: none;
  }
  .header .menu > ul > li.has-dropdown li,
  nav .menu > ul > li.has-dropdown li {
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 640px) and (min-width: 640px) {
  .header .menu > ul > li.has-dropdown:hover > a,
  .header .menu > ul > li.has-dropdown:hover > span,
  nav .menu > ul > li.has-dropdown:hover > a,
  nav .menu > ul > li.has-dropdown:hover > span {
    color: #e5322d;
  }
  .header .menu > ul > li.has-dropdown:hover > :first-child:after,
  nav .menu > ul > li.has-dropdown:hover > :first-child:after {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    bottom: -18px;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: fade-in-bottom 0.08s ease-in-out both;
    animation: fade-in-bottom 0.08s ease-in-out both;
    z-index: 2;
  }
  .header .menu > ul > li.has-dropdown:hover .ico--down,
  nav .menu > ul > li.has-dropdown:hover .ico--down {
    background-position: -55px -166px;
  }
}
@media (max-width: 1060px) {
  .header .menu--md,
  nav .menu--md {
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu > ul,
  .header .menu > ul > li,
  nav .menu > ul,
  nav .menu > ul > li {
    display: none;
  }
  .header .menu.dropdown-close .menu__main,
  nav .menu.dropdown-close .menu__main {
    display: none !important;
  }
  .header .menu .menu__main,
  nav .menu .menu__main {
    margin-top: 16px;
    -webkit-animation: fade-in-bottom 0.08s ease-in-out both;
    animation: fade-in-bottom 0.08s ease-in-out both;
    display: none;
    background: #fff;
    position: absolute;
    padding: 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
    box-shadow: 0 5px 45px hsla(0, 0%, 9%, 0.1);
    width: 90vw;
    left: 5vw;
    top: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 90vh;
    overflow-y: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 1060px) and (max-width: 640px) {
  .header .menu .menu__main .dropdown .col-sm-12 + .col-sm-12,
  nav .menu .menu__main .dropdown .col-sm-12 + .col-sm-12 {
    margin-top: 32px;
  }
}
@media (max-width: 1060px) {
  .header .menu .menu__main ul,
  nav .menu .menu__main ul {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu .menu__main li,
  nav .menu .menu__main li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .header .menu .menu__main li a,
  nav .menu .menu__main li a {
    width: 100%;
  }
  .header .menu .menu__main li a:hover,
  nav .menu .menu__main li a:hover {
    background: #f5f5fa;
  }
  .header .menu .menu__main > li,
  nav .menu .menu__main > li {
    margin: 24px 0;
  }
}
@media (max-width: 1060px) and (max-width: 991.98px) {
  .header .menu .menu__main > li,
  nav .menu .menu__main > li {
    margin: 12px 0;
  }
}
@media (max-width: 1060px) and (max-width: 767.98px) {
  .header .menu .menu__main > li,
  nav .menu .menu__main > li {
    margin: 0;
  }
}
@media (max-width: 1060px) {
  .header .menu .menu__main .has-dropdown > span .ico,
  .header .menu .menu__main .has-dropdown > span svg,
  .header .menu .menu__main > .has-dropdown > span,
  nav .menu .menu__main .has-dropdown > span .ico,
  nav .menu .menu__main .has-dropdown > span svg,
  nav .menu .menu__main > .has-dropdown > span {
    display: none;
  }
}
@media (max-width: 1060px) and (min-width: 640px) {
  .header .menu .menu__main > .has-dropdown li,
  nav .menu .menu__main > .has-dropdown li {
    width: 200px;
  }
}
@media (max-width: 1060px) {
  .header .menu .menu__main .dropdown,
  nav .menu .menu__main .dropdown {
    position: relative;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    display: block;
    left: auto;
    min-width: 0;
  }
  .header .menu .menu__main .dropdown--full,
  nav .menu .menu__main .dropdown--full {
    display: block;
    min-width: 0;
  }
  .header .menu .menu__main .dropdown--full > ul,
  nav .menu .menu__main .dropdown--full > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .menu .menu__main .dropdown--full > ul > li,
  nav .menu .menu__main .dropdown--full > ul > li {
    margin-bottom: 32px;
  }
}
@media (max-width: 1060px) and (max-width: 991.98px) {
  .header .menu .menu__main .dropdown--full > ul > li,
  nav .menu .menu__main .dropdown--full > ul > li {
    margin-bottom: 12px;
  }
}
@media (max-width: 1060px) and (max-width: 767.98px) {
  .header .menu .menu__main .dropdown--full > ul > li,
  nav .menu .menu__main .dropdown--full > ul > li {
    margin-bottom: 4px;
  }
}
@media (max-width: 1060px) {
  .header .menu.dropdown-open:after,
  .header .menu:hover:after,
  nav .menu.dropdown-open:after,
  nav .menu:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 50%;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
  }
  .header .menu.dropdown-open .menu__main,
  .header .menu:hover .menu__main,
  nav .menu.dropdown-open .menu__main,
  nav .menu:hover .menu__main {
    display: block;
  }
}
@media (max-width: 640px) {
  .header .menu--sm,
  nav .menu--sm {
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu--md,
  nav .menu--md {
    display: none;
  }
  .header .menu:hover:after,
  nav .menu:hover:after {
    left: auto !important;
    right: 0;
  }
}
.header ul.menu__user a svg:not(.premium) path {
  fill: #161616;
}
.header ul.menu__user a:hover svg path {
  fill: #e5322d;
}
.brand {
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand img {
  width: 147px;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.ico {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: rgba(0, 0, 0, 0) url(../images/sprite.svg);
  display: block;
}
.ico--merge {
  background-position: -5px -5px;
}
.ico--split {
  background-position: -5px -30px;
}
.ico--remove {
  background-position: -5px -55px;
}
.ico--extract {
  background-position: -5px -80px;
}
.ico--organize {
  background-position: -5px -105px;
}
.ico--compress {
  background-position: -5px -130px;
}
.ico--repair {
  background-position: -5px -155px;
}
.ico--imagepdf,
.ico--jpgpdf {
  background-position: -5px -180px;
}
.ico--wordpdf {
  background-position: -5px -205px;
}
.ico--powerpointpdf {
  background-position: -5px -230px;
}
.ico--excelpdf {
  background-position: -5px -255px;
}
.ico--pdfjpg {
  background-position: -5px -280px;
}
.ico--pdfword {
  background-position: -5px -305px;
}
.ico--pdfoffice {
  background-position: -30px -305px;
}
.ico--pdfpowerpoint {
  background-position: -5px -330px;
}
.ico--pdfexcel {
  background-position: -5px -355px;
}
.ico--rotate {
  background-position: -5px -380px;
}
.ico--pagenumber {
  background-position: -5px -405px;
}
.ico--watermark {
  background-position: -5px -430px;
}
.ico--unlock {
  background-position: -5px -455px;
}
.ico--protect {
  background-position: -5px -480px;
}
.ico--pdfa {
  background-position: -5px -505px;
}
.ico--htmlpdf {
  background-position: -5px -530px;
}
.ico--sign {
  background-position: -5px -555px;
}
.ico--annotate {
  background-position: -5px -580px;
}
.ico--validatepdfa {
  background-position: -5px -605px;
}
.ico--editpdf {
  background-position: -5px -630px;
}
.ico--certify {
  background-position: -5px -655px;
}
.ico--scan {
  background-position: -5px -680px;
}
.ico--pdfocr {
  background-position: -5px -705px;
}
.ico--pdfcompare {
  background-position: -5px -730px;
}
.ico--redact {
  background-position: -5px -755px;
}
.ico--ilovepdf {
  background-position: -30px -5px;
}
.ico--iloveimg {
  background-position: -30px -30px;
}
.ico--desktop {
  background-position: -30px -55px;
}
.ico--app {
  background-position: -30px -80px;
}
.ico--features {
  background-position: -30px -105px;
}
.ico--pricing {
  background-position: -30px -130px;
}
.ico--lang {
  background-position: -30px -155px;
}
.ico--help {
  background-position: -30px -180px;
}
.ico--about {
  background-position: -30px -205px;
}
.ico--contact {
  background-position: -30px -230px;
}
.ico--developer {
  background-position: -30px -255px;
}
.ico--world {
  background-position: -30px -281px;
}
.ico--wordpress {
  background-position: -30px -330px;
}
.ico--faq {
  background-position: -30px -355px;
}
.ico--documentation {
  background-position: -30px -380px;
}
.ico--legal {
  background-position: -30px -405px;
}
.ico--product {
  background-position: -30px -430px;
}
.ico--signature {
  background-position: -30px -455px;
}
.ico--solutions {
  background-position: -30px -480px;
}
.ico--business {
  background-position: -30px -505px;
}
.ico--education {
  background-position: -30px -530px;
}
.ico--cookie {
  background-position: -30px -555px;
}
.ico--security {
  background-position: -30px -580px;
}
.ico--hamburger {
  background-position: -55px -5px;
}
.ico--desk {
  background-position: -55px -28px;
}
.ico--down {
  background-position: -55px -146px;
}
.ico--down-w {
  background-position: -55px -156px;
}
.ico--down-a {
  background-position: -55px -166px;
}
.ico--chevron-r {
  background-position: -55px -176px;
}
.ico--tools {
  background-position: -55px -290px;
}
.ico--auth {
  background-position: -55px -327px;
}
.ico--network {
  background-position: -55px -222px;
}
.ico--user {
  background-position: -55px -267px;
}
.main-menu .nav li.dropdown .ico {
  margin: 4px 8px 4px 4px;
}
.ico--down,
.ico--down-a,
.ico--down-w {
  width: 8px;
  height: 5px;
}
.ico--auth,
.ico--tools {
  width: 32px;
  height: 32px;
}
.ico--auth {
  -webkit-filter: none !important;
  filter: none !important;
}
.ico--hamburger {
  width: 24px;
  height: 18px;
}
.ico--desk {
  width: 35px;
  height: 32px;
}
.ico--network {
  width: 49px;
  height: 40px;
}
.ico--user {
  width: 18px;
  height: 18px;
}
.ico--iloveimg,
.ico--ilovepdf {
  -webkit-filter: none !important;
  filter: none !important;
}


/* =============================================================================
   BUTTONS
============================================================================= */

/* General Button Styles */
btn, .btn, button, .button, #button, #download-btn, .download-btn, 
.submit-btn, #submit-btn, .action-btn, #action-btn, 
.custom-btn, .top-bar button, downloadlink, #download-button, 
#button-copy, button-copy, 
copy-button, #copy-button, 
#copy, copy, #download-html-button, [type="submit"], 
[type="reset"], #download-btn-html, 
#download-btn-txt, #download-link, 
#download, #downloadButton, 
#downloadLink, #convertButton, 
#downloadButton, #convert-pdf-button, 
#download-pdf-button, #start-btn, 
#stop-btn, #copy-btn, #download-btn, 
#download-pdf-btn, #convert-btn, 
#convertBtn, #downloadBtn, 
#splitButton, #downloadPdf, #downloadLink, #refresh-button, #capture-button{
    display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            outline: none;
            font-size: 15px;
            gap: 8px;
             background:#4F46E5;
  color:#fff;
}

 .btn-primary {
            background-color: var(--primary);
            color: white;
        }
        
        .btn-primary:hover {
            background-color: var(--primary-hover);
        }
        
        .btn-outline {
            background-color: transparent;
            color: var(--primary);
            border: 1px solid var(--primary);
        }
        
        .btn-outline:hover {
            background-color: rgba(79, 70, 229, 0.1);
        }
/* Hover Effect */
btn:hover, .btn:hover, button:hover, .button:hover, 
#button:hover, #download-btn:hover, .download-btn:hover, 
.submit-btn:hover, #submit-btn:hover, .action-btn:hover, 
#action-btn:hover, .custom-btn:hover, .top-bar button:hover, #convert-pdf-button:hover, #download-pdf-button:hover, #convert-btn:hover, #convertBtn:hover, #splitButton:hover, #downloadLink:hover, #refresh-button:hover, #capture-button:hover, button:hover {
    background: #45D29A;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 118, 150, 0.5);
}

/* Icon inside Button */
btn svg, .btn svg, button svg, .button svg, 
#button svg, #download-btn svg, .download-btn svg, 
.submit-btn svg, #submit-btn svg, .action-btn svg, 
#action-btn svg, .custom-btn svg {
    width: 20px;
    height: 20px;
}

/* Primary Button */
.primary-btn, .custom-btn.primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
}

/* Secondary Button */
.btn-secondary, .secondary-btn, .custom-btn.secondary {
    background: linear-gradient(45deg, #6c757d, #495057);
    color: white;
}

/* Success Button */
.btn-success, .success-btn, .custom-btn.success {
    background: linear-gradient(45deg, #28a745, #218838);
    color: white;
}

/* Danger Button */
.btn-danger, .danger-btn, .custom-btn.danger {
    background: linear-gradient(45deg, #dc3545, #c82333);
    color: white;
}

/* Warning Button */
.btn-warning, .warning-btn, .custom-btn.warning {
    background: linear-gradient(45deg, #ffc107, #e0a800);
    color: black;
}

/* Info Button */
.btn-info, .info-btn, .custom-btn.info {
    background: linear-gradient(45deg, #17a2b8, #138496);
    color: white;
}

/* Light Button */
.btn-light, .light-btn, .custom-btn.light {
    background: linear-gradient(45deg, #f8f9fa, #e2e6ea);
    color: black;
}

/* Dark Button */
.btn-dark, .dark-btn, .custom-btn.dark {
    background: linear-gradient(45deg, #343a40, #23272b);
    color: white;
}


/* =============================================================================
   TOOLS
============================================================================= */

.tool-section{
    background-color: #fff;
    z-index:10;
    position: relative;
    overflow:hidden;
    max-width: 1200px;
    margin:10px auto 50px auto;
    text-align:center;
    padding:50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius:15px;
}
    /* Tabbed Section */
    .tabbed-section {
      padding: 40px 30px;
      background-color: #fff;
      text-align: center;
      border: 1px dashed #2e83fb;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    border-radius:15px;
    width:97%;
    margin-left:auto;
    margin-right:auto;
    margin-top:-85px;
    margin-bottom:70px;
    position:relative;
    z-index:1;
      font-family: "Noto Sans", serif;

    }

    .tabbed-section h2 {
      font-size: 36px;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 20px;
    }

    .tabbed-section p.subtitle {
      font-size: 18px;
      color: #7f8c8d;
      margin-bottom: 40px;
    }

    .tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .tab {
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 600;
      color: #7f8c8d;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 5px;
      border-radius: 50px;
      transition: all 0.3s ease;
    }

    .tab i {
      margin-right: 10px;
      font-size: 18px;
    }

    .tab.active {
      background-color: #4F46E5;
      color: #fff;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

  

    /* Responsive Design */
    @media (max-width: 768px) {
      .tabs {
        flex-direction: column;
      }

      .tab {
        width: 100%;
        justify-content: center;
      }

     
    }
    .counter-area {
      position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
      border-radius:15px;
    width:100%;
    margin:0 auto;

    }

    .containert {
      max-width: 100%;
      margin: auto;
    }

.counter-area2 {
      position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
      border-radius:15px;
    width:100%;
    margin:0 auto;
    }
    .container2 {
      max-width: 100%;
      margin: auto;
    }
    
    .counter-area3 {
       position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
      border-radius:15px;
    width:100%;
    margin:0 auto;
    }
    .container3 {
      max-width: 100%;
      margin: auto;
    }
    .row2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      justify-content: center;
    }

    .counter-box {
      display: flex;
      align-items: center;
      gap: 20px;
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      border: 0px dashed blue;
      background-clip: padding-box, border-box;
      background-origin: border-box;
      background-image: linear-gradient(white, white),
                        linear-gradient(45deg, #7FFFD4, #E6E6FA, #DCDCDC, #00BFFF);
    }

    .counter-box::before,
    .counter-box::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .counter-box::before {
      width: 120px;
      height: 120px;
      top: -40px;
      left: -40px;
      background: radial-gradient(circle, rgba(255, 107, 107, 0.5), transparent);
      opacity: 1;
    }

    .counter-box::after {
      width: 100px;
      height: 100px;
      bottom: -30px;
      right: -30px;
      background: radial-gradient(circle, rgba(139, 233, 253, 0.5), transparent);
      opacity: 1;
    }

    .counter-box:hover::before {
      background: radial-gradient(circle, rgba(255, 184, 108, 0.7), transparent);
      transform: scale(1.2);
    }

    .counter-box:hover::after {
      background: radial-gradient(circle, rgba(80, 250, 123, 0.7), transparent);
      transform: scale(1.2);
    }

    .counter-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .counter-box .icon {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(45deg, #6b6bff, #4d94ff);
      position: relative;
      z-index: 1;
    }

    .counter-box .icon img {
      width: 40px;
      filter: brightness(0) invert(1);
    }

    .counter-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
    }

    .counter-content .title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: capitalize;
      font-family: "Noto Sans", serif;
      background: linear-gradient(45deg, #4B0082, #ff0000, #000, #66CDAA);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
      text-align:left;
    }

    .counter-content .description {
      font-size: 13px;
      color: #666;
      margin-bottom: 5px;
      line-height: 1.4;
      font-family: "Noto Sans", serif;
      text-align:left;
    }

    .counter-content .arrow-link {
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: bold;
      color: #707070;
      text-decoration: none;
      position: relative;
      cursor: pointer;
      transition: color 0.3s ease-in-out;
      font-family: "Noto Sans", serif;
    }

    .counter-content .arrow-link::after {
      content: "\2192";
      font-size: 20px;
      margin-left: 8px;
      color: #ff6b6b;
      transition: transform 0.3s ease-in-out;
    }

    .counter-box:hover .arrow-link {
      color: #6b6bff;
    }

    .counter-box:hover .arrow-link::after {
      transform: translateX(5px);
    }

    .view-counter-container {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      gap: 5px;
      background: #fff;
      color: navy;
      padding: 6px 10px;
      border-bottom: 2px solid #ccc;
      border-left: 1px solid #ddd;
      border-radius: 0 15px 0 15px;
      font-size: 10px;
      font-weight: normal;
      z-index: 10;
      pointer-events: none;
    }

    .view-counter {
      font-size: 11px;
      font-weight: bold;
      font-family: "Noto Sans", serif;
    }

    .views-text {
      font-size: 10px;
      font-weight: normal;
      opacity: 0.8;
    }
    .counter-box .icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dashed #6076FA;
  border-radius: 50%;
  z-index: -1;
  animation: rotateBorder 46s linear infinite;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hover Effects */
.counter-box:hover .icon {
  background: linear-gradient(45deg, #ed1628, #ff0000);
}

.counter-box:hover .icon::before {
  border-color: #ff0000;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  font-family: "Noto Sans", serif;
}

.section-description {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  font-family: "Noto Sans", serif;
}
  
  
   .counter-area5 {
      position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 50px 80px 50px;
    width:100%;
    margin:0 auto;

    }

    .containertt {
      max-width: 100%;
      margin: auto;
    }
   
    .row22 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      justify-content: center;
    }

   
.section-title1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding:20px 0 40px 0;
  font-family: "Noto Sans", serif;
}
/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #FACC15;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Show button when scrolling */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* Hover Effect */
.back-to-top:hover {
    background: linear-gradient(45deg, #E30D35, #ff9966);
    transform: scale(1.1);
}

/* Scroll Progress Bar */
#progressBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 0;
    background: #FACC15;
    z-index: 9999;
    transition: width 0.2s ease;
}

    /* General Styles */
.content-section {
    padding: 50px;
    max-width: 100%;
    margin: 0 auto;
      font-family: "Noto Sans", serif;

}

/* Heading Styles */
.content-section h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.content-section h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color: #222;
}

/* Paragraph Background and Text Colors */
.content-section p:nth-child(odd) {
    background-color: #f8f9fa;
    color: #333;
    padding: 15px;
    border-radius: 5px;
}

.content-section p:nth-child(even) {
    background-color: #e3f2fd;
    color: #000;
    padding: 15px;
    border-radius: 5px;
}

/* FAQ Section */
.qaq-section {
    margin-top: 50px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.qaq-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    color: #222;
}

.qaq-item {
    margin-bottom: 35px;
    padding: 10px;
    background-color: #fff;
    border-left: 5px solid #007bff;
    border-radius: 5px;
}

.qaq-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #007bff;
}

.qaq-item p {
    font-size: 16px;
    color: #444;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-section {
        padding: 30px 10px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .qaq-item h3 {
        font-size: 18px;
    }

    .qaq-item p {
        font-size: 14px;
    }
}



#ads{
    text-align:center;
    padding:20px;
    background: white;
    
}

    .toolarea-pdf {
    max-width: 96%;
    margin: 10px auto;
    background: linear-gradient(135deg, #fff 50%, #fff 50%);
    border-radius: 5px;
    border: 1px solid #B3DBF2;
    overflow: hidden;
    padding: 40px;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.06);
}


.bg-tool{
    background: linear-gradient(135deg, #FFFACD 50%, #D3D3D3 50%); 
        text-align:center;
        color:#333;
       padding:10px;
}
.bg-tool h1{color:#E5322D;}
#content {
        background: linear-gradient(130deg, #FCFDFD 50%, #F6FDF5 50%); 
    padding: 50px 30px;
    border-radius: 0; /* Soft rounded corners */
    width: 100%; /* Max width to keep content centered and readable */
    margin: 0 auto; /* Center the section */
    
    }
    .styled-section2 {
    background: #F3F4F6; 
    padding: 50px 30px;
    max-width: 100%; /* Max width to keep content centered and readable */
    margin: 0 auto; /* Center the section */
    text-align: left; /* Center-align the text */
   
    }

   .styled-section2 h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 20px 0;
   
      font-family: "Noto Sans", serif;
}


/* STYLISH PARAGRAPH */
.styled-section2 p {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
   text-align:left;
    font-weight: 500;
     font-family: "Noto Sans", serif;
}


    .styled-section h3 {
        color: #343a40; /* Darker color for the heading */
    font-size: 24px; /* Larger font size for the heading */
    margin-bottom: 20px; /* Space below the heading */
    }

/* Responsive Adjustments */
@media (max-width: 768px) { /* Tablets & Small Screens */
    .styled-section2 {
        padding: 30px 15px;
    }

    .styled-section2 h2 {
        font-size: 20px;
    }

    .styled-section2 p {
        font-size: 13px;
    }
}

@media (max-width: 480px) { /* Small Mobiles */
    .styled-section2 {
        padding: 20px 10px;
    }

    .styled-section2 h2 {
        font-size: 18px;
    }

    .styled-section2 p {
        font-size: 13px;
    }
}
 .input{
  width: 80%;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border: 2px solid;
  border-image: linear-gradient(to right, #06c, #f90) 1;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #ccc;
  transition: all 0.2s ease-in-out;
  margin-top:10px;margin-bottom:10px;
  margin:0 auto;
}



#upload-button:hover {
  background-image: linear-gradient(to left, #FF3D47, #DC1113);
}

#upload-button, .upload-button{
    
    display: inline-block;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform:uppercase;
  background-image: linear-gradient(45deg, #FC4B4B 50%, #283448 50%);
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-bottom:25px;
    color:white;
    max-width:100%;
}

.upload-button:hover, #upload-button:hover {
  background-image: linear-gradient(145deg, #FC4B4B 50%, #283448 50%);
   border-radius: 12px;
   border:12px double #fff;
   color:white;
}
#uploadBtn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            outline: none;
            font-size: 15px;
            gap: 8px;
        }

input[type="file"]::file-selector-button {
  display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 4px;
            border-radius: 8px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            outline: none;
            font-size: 16px;
            gap: 8px;
  width: 100%;
  background:#4F46E5;
  color:#fff;
  
  
}

input[type="file"]::file-selector-button:hover {
  background-color: #57DE79;
   color:#fff;
}


input[type=file]::file-selector-button:active {
  background-color: #4a41ad;
}

input[type=file]::file-selector-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6c63ff;
}

input[type=file]::file-selector-button::before {
  content: "Select File";
}

input[type=file]::file-selector-button::before,
input[type=file]::file-selector-button::before {
  content: "\2193 Browse Files";
}


input[type="file"] {
  display: yes;
}


/* General Styling for Inputs */
input[type="text"], input[type="url"], #url-input {
    width: 100%; /* Default width for larger screens */
    padding: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #1A8FE3;
    transition: all 0.3s ease-in-out;
    margin: 10px auto;
    display: block; /* Ensures the input is centered */
    outline: none;
    text-align: center;
}

/* Hover Effect */
input[type="text"]:hover, input[type="url"]:hover, #url-input:hover {
    border-color: #007BFF; /* Slightly darker blue on hover */
}

/* Focus Effect */
input[type="text"]:focus, input[type="url"]:focus, #url-input:focus {
    border-color: #0056b3; /* Even darker blue for focus */
    box-shadow: 0 0 8px rgba(26, 143, 227, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) { /* Tablets */
    input[type="text"], input[type="url"], #url-input {
        width: 70%;
    }
}

@media (max-width: 768px) { /* Small tablets & large mobiles */
    input[type="text"], input[type="url"], #url-input {
        width: 80%;
        font-size: 15px;
        height: 42px;
    }
}

@media (max-width: 480px) { /* Small mobiles */
    input[type="text"], input[type="url"], #url-input {
        width: 90%;
        font-size: 14px;
        height: 40px;
        padding: 8px;
    }
}

input[type="number"]{
  height: 45px;
  padding: 5px 15px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  background:#fff;
  border-radius: 5px;
  border:2px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin:10px auto;
}
select {
  height: 45px;
  padding: 5px 15px; 
  font-size: 16px;
  margin-left:11px;
  background:#fff;
  border-radius: 7px;
  border:2px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin:10px auto; 
}
textarea, #base64Input {
  width: 90%;
  height: 250px;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  background: snow;
  border-radius: 5px;
   border:1px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin-top:10px;margin-bottom:15px;
  margin:10px auto;
}

textarea:hover {
  border-color: #06c;
  box-shadow: none;
}

textarea:focus {
  outline: none;
  border-color: #55555e;
  box-shadow: none;
}


#success-message{
    font-size:22px;
    color:green;
    font-weight:bold;
    margin:30px auto;
    
}
canvas, #image-container, .img, #img, image, .image, #image, #convertedImage, #preview-image, #image-canvas {
  border: 5px solid white;
  
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  
  width:40%;
  margin:20px auto;
  padding:15px;
  background:white;
}

#image-container img {
  max-width: 100%;
  }

pre, #result, output, #output, .output,#output-text, #speechOutput {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 5px;
  border:2px solid #ccc; 
  transition: all 0.2s ease-in-out;
  white-space: pre-wrap;
  text-align:left;
  width:90%;
  padding:15px;
  margin:20px auto;

}


input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  background: transparent;
  height: 10px;
  border-radius: 5px;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 5px #333;
  transition: box-shadow 0.2s;
  margin-top:10px;

}

input[type="range"]:focus {
  box-shadow: inset 0 0 5px #888;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #CA0505;
  cursor: pointer;
  transition: background 0.2s;
  margin-top:-5px;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #3e8e41;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  border: none;
}

label {
  display: block; /* makes each label appear on a new line */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; /* adds a small gap below each label */
  color:#55555e;
  margin-top:11px;
}

/* Styling for input[type="color"] */
input[type="color"] {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  outline: none; /* Remove default focus outline */
}

/* Style the color preview box */
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 4px;
  padding: 0;
}


.form-control {
    display: block;
    margin:0 auto;
    max-width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input[type="file"] {
      margin-top: 20px;
    }

 #options-row {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }

    #orientation-options,
    #padding-options {
      margin: 10px;
    }

    #orientation-label,
    #padding-label {
      margin-right: 10px;
    }

    #progress-bar {
      width: 90%;
      margin: 20px auto;
      background-color: transparent;
      border-radius: 5px;
      overflow: hidden;
    }

    #progress-fill {
      height: 30px;
      background-color: #3F5EF9;
      text-align: center;
      line-height: 30px;
      color: white;
      width: 0;
      border-radius:50px;
    }

    #success-message {
      display: none;
      margin-top: 20px;
    }



  .page-container {
        position: relative;
        display: inline-block;
        margin: 10px;
        width:350px;
        background:white;
        padding:11px;
        border:2px solid #1A8FE3;
    }

.page{
 width:300px;   
    
}

#conversion-message {
  display: block;
  margin-top: 10px; /* Adjust spacing as needed */
  font-size: 16px; /* Adjust font size as needed */
  color: #333; /* Adjust text color as needed */
}

#conversion-progress {
  display: block;
  margin-top: 10px; /* Adjust spacing as needed */
  width: 100%; /* Make progress bar full width */
  height: 20px; /* Adjust height as needed */
  border-radius: 10px; /* Adjust border radius for rounded corners */
  background-color: #f0f0f0; /* Adjust background color of progress bar */
}

#conversion-progress::-webkit-progress-bar {
  background-color: #f0f0f0; /* Adjust background color of progress bar track */
  border-radius: 10px; /* Adjust border radius for rounded corners */
}

#conversion-progress::-webkit-progress-value {
  background-color: #3F5EF9; /* Adjust background color of progress bar fill */
  border-radius: 10px; /* Adjust border radius for rounded corners */
}

#conversion-progress::-moz-progress-bar {
  background-color: #3F5EF9;
  border-radius: 10px; 
}


#imgsec{
            padding:20px;
            max-width:100%;
            margin:11px auto;
            border:1px solid #3F5EF9;
            background:#fff;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
            border-radius:12px;
            
        }

 #orientation, #padding{
        width:50%;
        
    }


 .upload-icon {
      display: block;
      margin: 25px auto;
      font-size: 50px;
      color: #007bff;
    }
   
   @keyframes moving-border {
  0% {
    border-color: red;
    outline-color: blue;
  }
  50% {
    border-color: blue;
    outline-color: #55DA71;
  }
  100% {
    border-color: #55DA71;
    outline-color: red;
  }
}

.drag-drop, #drag-drop-area, #dragDropArea, #uploadSection, #dragArea {
  border: 2px dashed #E5E7EB;  /* First border */
  
  
  padding: 50px 0;
  margin: 10px;
  cursor: pointer;
  border-radius: 8px;
  max-width: 100%;
  background: #F9FAFB;
 
}

    
     #fileNameDisplay, #fileName, #fileInfo{
          padding:20px;
          border:0px solid #ddd;
          border-radius:5px;
          background:#f5f5fa;
          color:navy;
          font-size:14px;
          font-weight:bold;
          margin:10px auto;
          max-width:100%;
      }
    #drag-drop-area:hover {
        border-color: #0056b3;
    }
  
  
  
          :root {
            --primary: #4f46e5;
            --primary-hover: #4338ca;
            --text: #111827;
            --text-light: #6b7280;
            --border: #e5e7eb;
            --bg-light: #f9fafb;
            --error: #ef4444;
            --success: #10b981;
        }
        
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
       
        .containert {
            max-width: 94%;
            margin: 100px auto 50px auto;
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            padding: 24px 5px 24px 5px;
        }
        
        /* Header */
        .header-t {
            padding: 24px;
            border-bottom: 1px solid var(--border);
            text-align: center;
        }
        
        .header-t h1 {
            font-size: 38px;
            margin-bottom: 12px;
            color: var(--primary);
            font-weight:bold;
        }
        
        .header-t p {
            color: var(--text-light);
            font-size: 15px;
        }
        
        /* Main Content */
        .main-content {
            display: flex;
            flex-direction: column;
            padding: 24px;
            
        }
        
        /* Upload Section */
        .upload-section {
            text-align: center;
            padding: 40px;
            border: 2px dashed var(--border);
            border-radius: 12px;
            background-color: var(--bg-light);
            transition: all 0.3s ease;
            margin-bottom: 24px;
        }
        
        .upload-section.active {
            border-color: var(--primary);
            background-color: rgba(79, 70, 229, 0.05);
        }
        
        .upload-icon {
            font-size: 48px;
            color: var(--primary);
            margin-bottom: 16px;
        }
        
        .upload-text {
            font-size: 18px;
            color: var(--text);
            margin-bottom: 8px;
        }
        
        .upload-hint {
            font-size: 14px;
            color: var(--text-light);
            margin-bottom: 20px;
        }
        
        
        
        /* File List */
        .file-list {
            display: none;
            margin-bottom: 24px;
            border: 1px solid var(--border);
            border-radius: 8px;
            overflow: hidden;
            animation: fadeIn 0.3s ease;
        }
        
        .file-list-header {
            display: flex;
            justify-content: space-between;
            padding: 12px 16px;
            background-color: var(--bg-light);
            border-bottom: 1px solid var(--border);
        }
        
        .file-list-title {
            font-weight: 600;
        }
        
        .file-list-items {
            max-height: 300px;
            overflow-y: auto;
        }
        
        .file-item {
            display: flex;
            align-items: center;
            padding: 12px 16px;
            border-bottom: 1px solid var(--border);
        }
        
        .file-item:last-child {
            border-bottom: none;
        }
        
        .file-icon {
            font-size: 24px;
            margin-right: 12px;
            color: var(--primary);
        }
        
        .file-item-info {
            flex: 1;
            min-width: 0;
        }
        
        .file-item-name {
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .file-item-size {
            font-size: 12px;
            color: var(--text-light);
        }
        
        .file-item-actions {
            display: flex;
            gap: 8px;
        }
        
        .file-item-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: var(--text-light);
            transition: color 0.2s;
        }
        
        .file-item-btn:hover {
            color: var(--primary);
        }
        
        /* Options Section */
        .options-section {
            display: none;
            margin-bottom: 24px;
            animation: fadeIn 0.3s ease;
        }
        
        .options-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
            color: var(--text);
        }
        
        .option-group {
            margin-bottom: 20px;
        }
        
        .option-label {
            display: block;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--text);
        }
        
        .radio-group {
            display: flex;
            gap: 24px;
            margin-bottom: 12px;
        }
        
        .radio-option {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }
        
        .radio-option input {
            width: 16px;
            height: 16px;
            cursor: pointer;
        }
        
        /* Action Buttons */
        .action-buttons {
            display: none;
            justify-content: flex-end;
            gap: 12px;
            margin-top: 24px;
            animation: fadeIn 0.3s ease;
        }
        
        /* Loading indicator */
        .loading {
            display: none;
            margin: 20px 0;
            text-align: center;
            color: var(--primary);
        }
        
        .loading i {
            animation: spin 1s linear infinite;
        }
        
        /* Drag Overlay */
        .drag-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(99, 102, 241, 0.2);
            z-index: 1000;
            display: none;
            justify-content: center;
            align-items: center;
            pointer-events: none;
        }
        
        .drag-message {
            background-color: white;
            padding: 24px 48px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            font-size: 18px;
            color: var(--primary);
            font-weight: 600;
        }
        
        /* Animations */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 24px;
            }
            
            .upload-section {
                padding: 30px 20px;
            }
            
            .file-item {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .file-item-actions {
                margin-top: 8px;
                align-self: flex-end;
            }
        }


/* =============================================================================
   DESIGN SYSTEM + FOOTER
============================================================================= */

/* /css/pdfmagic-design.css */

@font-face {
    font-family: "Graphik";
    src: url("/font/Graphik-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url("/font/Graphik-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url("/font/Graphik-Semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url("/font/Graphik-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --pm-primary: #6d4aff;
    --pm-primary-dark: #5432dc;
    --pm-primary-soft: #f0edff;
    --pm-ink: #18182b;
    --pm-muted: #a9a6bb;
    --pm-line: rgba(255, 255, 255, .11);
    --pm-footer: #17152a;
    --pm-footer-soft: #211e39;
}

body {
    font-family: "Graphik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pm-container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.pm-footer-cta {
    padding: 74px 0;
    background: #fafafe;
}

.pm-footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 45px 48px;
    color: #fff;
    border-radius: 28px;
    background: linear-gradient(125deg, #6544e8, #8c4fd9);
    box-shadow: 0 24px 60px rgba(92, 57, 209, .22);
}

.pm-footer-cta__eyebrow {
    margin: 0 0 8px;
    color: #ddd5ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-footer-cta h2 {
    margin: 0;
    max-width: 650px;
    font-size: clamp(29px, 4vw, 43px);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.pm-footer-cta p:not(.pm-footer-cta__eyebrow) {
    margin: 11px 0 0;
    color: #e5dfff;
}

.pm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease;
}

.pm-button:hover {
    transform: translateY(-2px);
}

.pm-button--light {
    color: var(--pm-primary-dark);
    background: #fff;
    box-shadow: 0 10px 24px rgba(30, 20, 80, .16);
}

.pm-footer {
    padding: 58px 0 28px;
    color: var(--pm-muted);
    background: var(--pm-footer);
}

.pm-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 50px;
}

.pm-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.03em;
    text-decoration: none;
}

.pm-brand__mark {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #846bff, #5934df);
    box-shadow: 0 9px 20px rgba(91, 55, 222, .28);
}

.pm-brand__mark i {
    color: #fff;
}

.pm-footer__brand p {
    max-width: 360px;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

.pm-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.pm-footer__column h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.pm-footer__column a {
    color: var(--pm-muted);
    font-size: 14px;
    text-decoration: none;
    transition: color .18s ease;
}

.pm-footer__column a:hover {
    color: #fff;
}

.pm-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.pm-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid var(--pm-line);
    font-size: 13px;
}

.pm-footer__bottom p {
    margin: 0;
}

.pm-footer__social {
    display: flex;
    gap: 9px;
}

.pm-footer__social a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #d7d4e6;
    border: 1px solid var(--pm-line);
    border-radius: 11px;
    text-decoration: none;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.pm-footer__social a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .08);
}

@media (max-width: 900px) {
    .pm-footer__grid {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .pm-footer__column:last-child {
        grid-column: 2 / -1;
    }
}

@media (max-width: 700px) {
    .pm-container {
        width: min(100% - 28px, 1160px);
    }

    .pm-footer-cta {
        padding: 48px 0;
    }

    .pm-footer-cta__inner {
        display: block;
        padding: 34px 25px;
    }

    .pm-footer-cta .pm-button {
        margin-top: 24px;
    }

    .pm-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px 28px;
    }

    .pm-footer__brand {
        grid-column: 1 / -1;
    }

    .pm-footer__column:last-child {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .pm-footer__grid {
        grid-template-columns: 1fr;
    }

    .pm-footer__brand {
        grid-column: auto;
    }

    .pm-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* =============================================================================
   HEADER
============================================================================= */

/* /css/pdfmagic-header.css */

.pm-header {
    position: sticky;
    top: 0;
    z-index: 200;
    border-bottom: 1px solid rgba(232, 231, 239, .88);
    background: rgba(250, 250, 254, .9);
    backdrop-filter: blur(16px);
}

.pm-header__inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.pm-nav {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-left: 18px;
}

.pm-nav__link,
.pm-nav__trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 12px;
    color: #505163;
    border: 0;
    border-radius: 10px;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: color .18s ease, background .18s ease;
}

.pm-nav__link:hover,
.pm-nav__trigger:hover,
.pm-nav__item.is-open .pm-nav__trigger {
    color: #5432dc;
    background: #f0edff;
}

.pm-nav__trigger i {
    font-size: 10px;
    transition: transform .18s ease;
}

.pm-nav__item.is-open .pm-nav__trigger i {
    transform: rotate(180deg);
}

.pm-nav__item {
    position: relative;
}

.pm-mega {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 300;
    display: none;
    padding: 18px;
    border: 1px solid #e8e7ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(35, 29, 70, .16);
    transform: translateX(-50%);
}

.pm-nav__item.is-open .pm-mega {
    display: grid;
}

.pm-mega--compact {
    width: 580px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pm-mega--wide {
    width: min(1120px, calc(100vw - 36px));
    left: 50%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.pm-nav__item:has(.pm-mega--wide) {
    position: static;
}

.pm-nav__item:has(.pm-mega--wide) .pm-mega {
    left: 50%;
}

.pm-mega__group {
    padding: 10px;
    border-radius: 14px;
}

.pm-mega__group:hover {
    background: #fafafe;
}

.pm-mega__group h3 {
    margin: 0 0 10px;
    color: #18182b;
    font-size: 13px;
    font-weight: 700;
}

.pm-mega__group a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 7px;
    color: #67687a;
    border-radius: 9px;
    font-size: 13px;
    text-decoration: none;
    transition: color .18s ease, background .18s ease;
}

.pm-mega__group a:hover {
    color: #5432dc;
    background: #f0edff;
}

.pm-mega__group a i {
    width: 18px;
    color: #6d4aff;
    text-align: center;
}

.pm-mega__all {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 4px;
    color: #5432dc;
    border-radius: 12px;
    background: #f0edff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pm-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-left: auto;
    padding: 0 16px;
    color: #fff;
    border-radius: 11px;
    background: #6d4aff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease;
}

.pm-header__cta:hover {
    transform: translateY(-1px);
    background: #5432dc;
}

.pm-mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    place-items: center;
    color: #18182b;
    border: 1px solid #e8e7ef;
    border-radius: 11px;
    background: #fff;
    cursor: pointer;
}

.pm-mobile-panel {
    display: none;
    border-top: 1px solid #e8e7ef;
    background: #fff;
}

.pm-mobile-panel.is-open {
    display: block;
}

.pm-mobile-panel .pm-container {
    display: grid;
    gap: 5px;
    padding-top: 14px;
    padding-bottom: 18px;
}

.pm-mobile-panel a,
.pm-mobile-panel summary {
    display: block;
    padding: 11px 0;
    color: #343547;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.pm-mobile-panel details a {
    padding: 9px 0 9px 18px;
    color: #696b7e;
    font-size: 14px;
}

.pm-mobile-panel details {
    border-bottom: 0;
}

.pm-mobile-panel summary::after {
    top: 7px;
}

@media (max-width: 1100px) {
    .pm-nav {
        gap: 2px;
        margin-left: 5px;
    }

    .pm-nav__link,
    .pm-nav__trigger {
        padding-inline: 8px;
    }

    .pm-header__cta {
        display: none;
    }
}

@media (max-width: 900px) {
    .pm-nav,
    .pm-header__cta {
        display: none;
    }

    .pm-mobile-toggle {
        display: grid;
    }
}

@media (max-width: 520px) {
    .pm-header__inner {
        min-height: 66px;
    }
}


/* =============================================================================
   POPULAR TOOLS
============================================================================= */

/* /css/pdfmagic-popular.css */

.pm-tools-section {
    padding: 78px 0;
    background: #fafafe;
}

.pm-tools-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 30px;
}

.pm-section-eyebrow {
    display: inline-block;
    margin-bottom: 9px;
    color: #6d4aff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-tools-heading h2 {
    margin: 0;
    color: #18182b;
    font-size: clamp(31px, 4vw, 43px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.pm-tools-heading p {
    max-width: 610px;
    margin: 11px 0 0;
    color: #696b7e;
    font-size: 16px;
    line-height: 1.65;
}

.pm-section-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    color: #6d4aff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pm-section-link:hover {
    color: #5432dc;
}

.pm-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pm-tool-card {
    position: relative;
    min-height: 222px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    overflow: hidden;
    color: #18182b;
    border: 1px solid #e8e7ef;
    border-radius: 19px;
    background: #fff;
    text-decoration: none;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.pm-tool-card:hover {
    transform: translateY(-4px);
    border-color: #d7d0fb;
    box-shadow: 0 18px 45px rgba(40, 34, 80, .10);
}

.pm-tool-card:focus-visible {
    outline: 3px solid rgba(109, 74, 255, .28);
    outline-offset: 3px;
}

.pm-tool-card__icon {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    margin-bottom: 19px;
    color: #6d4aff;
    border-radius: 14px;
    background: #f0edff;
}

.pm-tool-card__icon i {
    font-size: 20px;
}

.pm-tool-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.pm-tool-card p {
    margin: 8px 0 18px;
    color: #696b7e;
    font-size: 14px;
    line-height: 1.55;
}

.pm-tool-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #6d4aff;
    font-size: 13px;
    font-weight: 700;
}

.pm-tool-card__badge {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 5px 9px;
    color: #5a3cd0;
    background: #eeeaff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .pm-tools-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pm-tools-section {
        padding: 58px 0;
    }

    .pm-tools-heading {
        align-items: flex-start;
    }

    .pm-section-link {
        display: none;
    }

    .pm-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .pm-tools-grid {
        grid-template-columns: 1fr;
    }

    .pm-tool-card {
        min-height: 190px;
    }
}


/* =============================================================================
   ARTICLE
============================================================================= */

/* =====================================================
   PDF MAGIC — ARTICLE SECTION
   Puoi aggiungere questo blocco in fondo a pdfmagic.css
===================================================== */

.pm-article {
    padding: 86px 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(109, 74, 255, .07), transparent 30%),
        #ffffff;
}

.pm-article__header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.pm-article__header h2 {
    margin: 0;
    color: var(--pm-text, #19192b);
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.pm-article__header h2 span {
    color: var(--pm-primary, #6d4aff);
}

.pm-article__header p {
    max-width: 680px;
    margin: 18px auto 0;
    color: var(--pm-muted, #727487);
    font-size: 17px;
    line-height: 1.7;
}

.pm-article__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pm-article-card {
    padding: 25px;
    border: 1px solid var(--pm-line, #e8e7ef);
    border-radius: 20px;
    background: #fff;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.pm-article-card:hover {
    transform: translateY(-4px);
    border-color: #d7d0fb;
    box-shadow: 0 18px 44px rgba(40, 34, 80, .09);
}

.pm-article-card__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    color: var(--pm-primary, #6d4aff);
    border-radius: 15px;
    background: var(--pm-primary-soft, #f1edff);
}

.pm-article-card__icon i {
    font-size: 20px;
}

.pm-article-card h3 {
    margin: 0;
    color: var(--pm-text, #19192b);
    font-size: 18px;
    letter-spacing: -.02em;
}

.pm-article-card p {
    margin: 9px 0 0;
    color: var(--pm-muted, #727487);
    font-size: 14px;
    line-height: 1.65;
}

.pm-article__feature {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 54px;
    align-items: center;
    margin-top: 60px;
    padding: 52px;
    border: 1px solid #e3defb;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(244, 241, 255, .95), rgba(255, 255, 255, .98));
}

.pm-article__feature-content h3 {
    max-width: 660px;
    margin: 5px 0 0;
    color: var(--pm-text, #19192b);
    font-size: clamp(29px, 4vw, 42px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.pm-article__feature-content > p {
    max-width: 680px;
    margin: 17px 0 0;
    color: var(--pm-muted, #727487);
    line-height: 1.72;
}

.pm-article__checklist {
    display: grid;
    gap: 12px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.pm-article__checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #424358;
    font-size: 14px;
    font-weight: 600;
}

.pm-article__checklist i {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #08775d;
    border-radius: 50%;
    background: #e6f7f1;
    font-size: 11px;
}

.pm-article__feature-panel {
    padding: 20px;
    border: 1px solid rgba(109, 74, 255, .13);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(48, 38, 100, .10);
}

.pm-mini-tool {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border-radius: 14px;
}

.pm-mini-tool + .pm-mini-tool {
    border-top: 1px solid #efedf5;
}

.pm-mini-tool > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--pm-primary, #6d4aff);
    border-radius: 12px;
    background: var(--pm-primary-soft, #f1edff);
}

.pm-mini-tool strong,
.pm-mini-tool small {
    display: block;
}

.pm-mini-tool strong {
    color: var(--pm-text, #19192b);
    font-size: 14px;
}

.pm-mini-tool small {
    margin-top: 2px;
    color: var(--pm-muted, #727487);
    font-size: 12px;
}

.pm-article__feature-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin-top: 13px;
    color: #fff;
    border-radius: 12px;
    background: var(--pm-primary, #6d4aff);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pm-article__feature-link:hover {
    color: #fff;
    background: var(--pm-primary-dark, #5534dc);
    transform: translateY(-1px);
}

@media (max-width: 980px) {
    .pm-article__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-article__feature {
        grid-template-columns: 1fr;
    }

    .pm-article__feature-panel {
        max-width: 560px;
    }
}

@media (max-width: 680px) {
    .pm-article {
        padding: 64px 0;
    }

    .pm-article__grid {
        grid-template-columns: 1fr;
    }

    .pm-article__feature {
        margin-top: 42px;
        padding: 30px 22px;
        border-radius: 22px;
    }

    .pm-article__header {
        text-align: left;
    }
}


/* =============================================================================
   FAQ
============================================================================= */

/* =====================================================
   PDF MAGIC — FAQ
   Aggiungi questo blocco in fondo a /css/pdfmagic.css
===================================================== */

.pm-faq {
    padding: 88px 0;
    background: #fafafe;
}

.pm-faq__layout {
    display: grid;
    grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
    gap: 76px;
    align-items: start;
}

.pm-faq__intro {
    position: sticky;
    top: 105px;
}

.pm-faq__intro h2 {
    max-width: 520px;
    margin: 5px 0 0;
    color: var(--pm-text, #19192b);
    font-size: clamp(35px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.pm-faq__intro > p {
    max-width: 500px;
    margin: 18px 0 0;
    color: var(--pm-muted, #727487);
    font-size: 16px;
    line-height: 1.7;
}

.pm-faq__visual {
    position: relative;
    margin-top: 32px;
    padding: 26px;
    overflow: hidden;
    color: #fff;
    border-radius: 24px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255,255,255,.22), transparent 30%),
        linear-gradient(135deg, #7252f2, #5231cf);
    box-shadow: 0 20px 52px rgba(83, 49, 207, .20);
}

.pm-faq__visual::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: -65px;
    bottom: -80px;
    border: 28px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

.pm-faq__visual-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 32px;
    border-radius: 15px;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
}

.pm-faq__visual-icon i {
    font-size: 23px;
}

.pm-faq__visual-copy strong,
.pm-faq__visual-copy span {
    display: block;
}

.pm-faq__visual-copy strong {
    font-size: 19px;
    letter-spacing: -.02em;
}

.pm-faq__visual-copy span {
    margin-top: 5px;
    color: #ddd6ff;
    font-size: 14px;
}

.pm-faq__visual a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pm-faq__support {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
    padding: 17px;
    border: 1px solid var(--pm-line, #e8e7ef);
    border-radius: 16px;
    background: #fff;
}

.pm-faq__support-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--pm-primary, #6d4aff);
    border-radius: 12px;
    background: var(--pm-primary-soft, #f1edff);
}

.pm-faq__support strong,
.pm-faq__support a {
    display: block;
}

.pm-faq__support strong {
    color: var(--pm-text, #19192b);
    font-size: 14px;
}

.pm-faq__support a {
    margin-top: 2px;
    color: var(--pm-primary, #6d4aff);
    font-size: 13px;
    text-decoration: none;
}

.pm-faq__list {
    border-top: 1px solid var(--pm-line, #e8e7ef);
}

.pm-faq-item {
    border-bottom: 1px solid var(--pm-line, #e8e7ef);
    background: transparent;
}

.pm-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    padding: 20px 2px;
    color: var(--pm-text, #19192b);
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.pm-faq-item summary::-webkit-details-marker {
    display: none;
}

.pm-faq-item summary:hover {
    color: var(--pm-primary-dark, #5534dc);
}

.pm-faq-item__toggle {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--pm-primary-soft, #f1edff);
}

.pm-faq-item__toggle::before,
.pm-faq-item__toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: var(--pm-primary, #6d4aff);
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.pm-faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pm-faq-item[open] .pm-faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.pm-faq-item__answer {
    max-width: 760px;
    padding: 0 48px 25px 2px;
}

.pm-faq-item__answer p {
    margin: 0;
    color: var(--pm-muted, #727487);
    font-size: 15px;
    line-height: 1.75;
}

.pm-faq-item[open] summary {
    color: var(--pm-primary-dark, #5534dc);
}

@media (max-width: 940px) {
    .pm-faq__layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .pm-faq__intro {
        position: static;
    }

    .pm-faq__intro > p {
        max-width: 680px;
    }

    .pm-faq__visual {
        max-width: 620px;
    }
}

@media (max-width: 640px) {
    .pm-faq {
        padding: 64px 0;
    }

    .pm-faq-item summary {
        min-height: 72px;
        padding-block: 17px;
        font-size: 16px;
    }

    .pm-faq-item__answer {
        padding-right: 2px;
    }

    .pm-faq__visual {
        padding: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pm-faq-item__toggle::after,
    .pm-faq-item__toggle::before {
        transition: none;
    }
}


/* =============================================================================
   ABOUT PAGE
============================================================================= */

/* =====================================================
   PDF MAGIC — ABOUT PAGE
   Aggiungi questo blocco in fondo a /css/pdfmagic.css
===================================================== */

.pm-about-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 75% 20%, rgba(109,74,255,.14), transparent 30%),
        linear-gradient(180deg, #fafafe, #ffffff);
}

.pm-about-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 76px;
    align-items: center;
}

.pm-about-hero__content h1 {
    max-width: 720px;
    margin: 5px 0 0;
    color: var(--pm-text, #19192b);
    font-size: clamp(46px, 7vw, 76px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.pm-about-hero__content > p {
    max-width: 670px;
    margin: 23px 0 0;
    color: var(--pm-muted, #727487);
    font-size: 18px;
    line-height: 1.72;
}

.pm-about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pm-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.pm-about-button--primary {
    color: #fff;
    background: var(--pm-primary, #6d4aff);
    box-shadow: 0 12px 28px rgba(109,74,255,.22);
}

.pm-about-button--primary:hover {
    color: #fff;
    background: var(--pm-primary-dark, #5534dc);
    transform: translateY(-2px);
}

.pm-about-button--secondary {
    color: var(--pm-primary-dark, #5534dc);
    border: 1px solid #d9d2fb;
    background: #fff;
}

.pm-about-hero__visual {
    position: relative;
    min-height: 420px;
}

.pm-about-visual-card {
    position: absolute;
    border: 1px solid rgba(109,74,255,.12);
    background: rgba(255,255,255,.92);
    box-shadow: 0 25px 70px rgba(47,37,103,.14);
    backdrop-filter: blur(12px);
}

.pm-about-visual-card--main {
    left: 50%;
    top: 50%;
    width: 280px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transform: translate(-50%, -50%) rotate(-3deg);
}

.pm-about-visual-card__icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 23px;
    background: linear-gradient(135deg, #8a72ff, #5b38df);
    box-shadow: 0 16px 34px rgba(91,56,223,.28);
}

.pm-about-visual-card__icon i {
    font-size: 30px;
}

.pm-about-visual-card--main strong {
    color: var(--pm-text, #19192b);
    font-size: 26px;
    letter-spacing: -.03em;
}

.pm-about-visual-card--main small {
    margin-top: 5px;
    color: var(--pm-muted, #727487);
}

.pm-about-visual-card--small {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 14px;
    color: var(--pm-text, #19192b);
    font-size: 13px;
    font-weight: 700;
}

.pm-about-visual-card--small i {
    color: var(--pm-primary, #6d4aff);
}

.pm-about-visual-card--one {
    top: 38px;
    right: 18px;
    transform: rotate(5deg);
}

.pm-about-visual-card--two {
    left: 0;
    top: 180px;
    transform: rotate(-6deg);
}

.pm-about-visual-card--three {
    right: 5px;
    bottom: 45px;
    transform: rotate(4deg);
}

.pm-about-intro {
    padding: 86px 0;
    background: #fff;
}

.pm-about-intro__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.pm-about-intro h2 {
    max-width: 480px;
    margin: 5px 0 0;
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.pm-about-intro__copy p {
    margin: 0;
    color: var(--pm-muted, #727487);
    font-size: 17px;
    line-height: 1.78;
}

.pm-about-intro__copy p + p {
    margin-top: 18px;
}

.pm-about-principles {
    padding: 86px 0;
    background: #fafafe;
}

.pm-about-section-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.pm-about-section-heading h2 {
    margin: 5px 0 0;
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.pm-about-section-heading p {
    margin: 14px 0 0;
    color: var(--pm-muted, #727487);
    font-size: 16px;
}

.pm-about-principles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pm-about-card {
    padding: 30px;
    border: 1px solid var(--pm-line, #e8e7ef);
    border-radius: 22px;
    background: #fff;
}

.pm-about-card__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
    color: var(--pm-primary, #6d4aff);
    border-radius: 15px;
    background: var(--pm-primary-soft, #f1edff);
}

.pm-about-card h3 {
    margin: 0;
    font-size: 22px;
}

.pm-about-card p {
    margin: 10px 0 0;
    color: var(--pm-muted, #727487);
    line-height: 1.7;
}

.pm-about-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.pm-about-value {
    padding: 24px;
    border: 1px solid var(--pm-line, #e8e7ef);
    border-radius: 18px;
    background: #fff;
}

.pm-about-value > span {
    color: var(--pm-primary, #6d4aff);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pm-about-value h3 {
    margin: 28px 0 0;
    font-size: 17px;
}

.pm-about-value p {
    margin: 8px 0 0;
    color: var(--pm-muted, #727487);
    font-size: 14px;
    line-height: 1.6;
}

.pm-about-audience {
    padding: 86px 0;
    background: #fff;
}

.pm-about-audience__panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 52px;
    color: #fff;
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.16), transparent 28%),
        linear-gradient(135deg, #6544e8, #8b4fd8);
    box-shadow: 0 24px 60px rgba(92,57,209,.20);
}

.pm-about-audience__content h2 {
    margin: 5px 0 0;
    color: #fff;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.pm-about-audience__content p {
    margin: 16px 0 0;
    color: #e5dfff;
    line-height: 1.72;
}

.pm-about-audience__content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.pm-about-audience__list {
    display: grid;
    gap: 12px;
}

.pm-about-audience__list div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(8px);
}

.pm-about-audience__list i {
    width: 22px;
    color: #fff;
    text-align: center;
}

.pm-about-audience__list span {
    font-size: 14px;
    font-weight: 650;
}

@media (max-width: 980px) {
    .pm-about-hero__inner,
    .pm-about-intro__grid,
    .pm-about-audience__panel {
        grid-template-columns: 1fr;
    }

    .pm-about-hero__visual {
        max-width: 620px;
        width: 100%;
        margin-inline: auto;
    }

    .pm-about-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .pm-about-hero {
        padding: 72px 0 58px;
    }

    .pm-about-hero__visual {
        min-height: 360px;
    }

    .pm-about-visual-card--main {
        width: 235px;
        min-height: 215px;
    }

    .pm-about-intro,
    .pm-about-principles,
    .pm-about-audience {
        padding: 64px 0;
    }

    .pm-about-principles__grid,
    .pm-about-values {
        grid-template-columns: 1fr;
    }

    .pm-about-audience__panel {
        padding: 32px 23px;
    }
}


/* =============================================================================
   FINAL POLISH / OVERRIDES
============================================================================= */

/* /css/pdfmagic-polish.css
   Caricare PER ULTIMO, dopo tutti gli altri CSS.
*/

/* =========================
   Design tokens
   ========================= */
:root {
    --pm-primary: #6d4aff;
    --pm-primary-dark: #5534dc;
    --pm-primary-light: #8d76ff;
    --pm-primary-soft: #f1edff;

    --pm-text: #19192b;
    --pm-text-soft: #505166;
    --pm-muted: #727487;

    --pm-bg: #fafafe;
    --pm-surface: #ffffff;
    --pm-line: #e8e7ef;

    --pm-success: #08775d;
    --pm-danger: #d93a52;

    --pm-radius-sm: 10px;
    --pm-radius-md: 16px;
    --pm-radius-lg: 24px;

    --pm-shadow-sm: 0 8px 24px rgba(40, 34, 80, .07);
    --pm-shadow-md: 0 16px 44px rgba(40, 34, 80, .10);
    --pm-shadow-lg: 0 24px 70px rgba(40, 34, 80, .14);
}

/* =========================
   Global
   ========================= */
html {
    scroll-behavior: smooth;
}

body {
    color: var(--pm-text);
    background: var(--pm-bg);
    font-family: "Graphik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

a {
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

::selection {
    color: #fff;
    background: var(--pm-primary);
}

/* =========================
   Header polish
   ========================= */
.pm-header {
    background: rgba(250, 250, 254, .94);
    box-shadow: 0 1px 0 rgba(30, 28, 54, .04);
}

.pm-header__inner {
    min-height: 68px;
}

.pm-brand {
    flex: 0 0 auto;
    gap: 11px;
    color: var(--pm-text) !important;
    font-size: 21px;
    font-weight: 750;
    letter-spacing: -.035em;
}

.pm-brand > span:last-child {
    color: var(--pm-text) !important;
    white-space: nowrap;
}

.pm-brand > span:last-child::first-letter {
    color: var(--pm-primary);
}

.pm-brand__mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: linear-gradient(135deg, #8a72ff, #5b38df);
    box-shadow:
        0 10px 24px rgba(91, 56, 223, .25),
        inset 0 1px 0 rgba(255,255,255,.24);
}

.pm-brand__mark i {
    font-size: 18px;
}

.pm-nav {
    gap: 10px;
}

.pm-nav__link,
.pm-nav__trigger {
    min-height: 40px;
    padding-inline: 11px;
    color: var(--pm-text-soft);
    font-weight: 600;
}

.pm-nav__link:hover,
.pm-nav__trigger:hover,
.pm-nav__item.is-open .pm-nav__trigger {
    color: var(--pm-primary-dark);
    background: var(--pm-primary-soft);
}

.pm-header__cta {
    min-height: 44px;
    padding-inline: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7758ff, #633ee9);
    box-shadow: 0 10px 24px rgba(93, 58, 226, .20);
}

.pm-header__cta:hover {
    background: linear-gradient(135deg, #6849ec, #5532d7);
    box-shadow: 0 13px 30px rgba(93, 58, 226, .28);
}

/* =========================
   Mega menus
   ========================= */
.pm-mega {
    border-color: rgba(78, 69, 122, .12);
    box-shadow: var(--pm-shadow-lg);
}

.pm-mega__group h3 {
    color: var(--pm-text);
    letter-spacing: -.01em;
}

.pm-mega__group a {
    color: var(--pm-muted);
}

.pm-mega__group a:hover {
    color: var(--pm-primary-dark);
    background: var(--pm-primary-soft);
}

/* =========================
   Typography
   ========================= */
h1, h2, h3, h4 {
    color: var(--pm-text);
    letter-spacing: -.025em;
}

h1 {
    line-height: 1.06;
}

p {
    color: var(--pm-muted);
}

/* =========================
   Buttons
   ========================= */
.btn,
button.btn,
input[type="submit"],
input[type="button"],
.pm-button,
.primary-button {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease,
        border-color .18s ease;
}

.btn:hover,
button.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pm-button:hover,
.primary-button:hover {
    transform: translateY(-2px);
}

.btn-primary,
.btn--primary,
.primary-button {
    color: #fff;
    background: linear-gradient(135deg, #7758ff, #633ee9);
    box-shadow: 0 10px 24px rgba(93, 58, 226, .20);
}

.btn-primary:hover,
.btn--primary:hover,
.primary-button:hover {
    background: linear-gradient(135deg, #6849ec, #5532d7);
    box-shadow: 0 13px 30px rgba(93, 58, 226, .28);
}

.btn-secondary,
.btn--secondary {
    color: var(--pm-primary-dark);
    border: 1px solid #dcd5ff;
    background: #fff;
}

/* =========================
   Cards / panels
   ========================= */
.card,
.panel,
.counter-box,
.tool-card,
.pm-tool-card {
    border: 1px solid var(--pm-line);
    border-radius: var(--pm-radius-md);
    background: var(--pm-surface);
    box-shadow: none;
}

.card:hover,
.counter-box:hover,
.tool-card:hover,
.pm-tool-card:hover {
    border-color: #d6cffb;
    box-shadow: var(--pm-shadow-md);
}

/* Old popular cards, if still present somewhere */
.counter-box {
    padding: 22px !important;
    color: var(--pm-text) !important;
    text-decoration: none !important;
}

.counter-box .title {
    color: var(--pm-text) !important;
    font-size: 17px;
    font-weight: 700;
}

.counter-box .description {
    color: var(--pm-muted) !important;
    font-size: 14px;
    line-height: 1.55;
}

.counter-box .arrow-link {
    color: var(--pm-primary) !important;
    font-size: 13px;
    font-weight: 700;
}

/* =========================
   Forms
   ========================= */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
select,
textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    color: var(--pm-text);
    border: 1px solid var(--pm-line);
    border-radius: 12px;
    background: #fff;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

textarea {
    min-height: 130px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #a694f6;
    box-shadow: 0 0 0 4px rgba(109, 74, 255, .09);
}

/* =========================
   Upload areas
   ========================= */
.upload-box,
.upload-area,
.drop-zone,
.dropzone,
.file-drop-area {
    padding: 46px 28px !important;
    text-align: center;
    border: 2px dashed #cdc5f3 !important;
    border-radius: var(--pm-radius-lg) !important;
    background:
        linear-gradient(180deg, rgba(245,242,255,.72), rgba(255,255,255,.96)) !important;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.upload-box:hover,
.upload-area:hover,
.drop-zone:hover,
.dropzone:hover,
.file-drop-area:hover {
    border-color: var(--pm-primary) !important;
    background: var(--pm-primary-soft) !important;
}

.upload-box h2,
.upload-area h2,
.drop-zone h2 {
    margin-top: 0;
    color: var(--pm-text);
}

/* =========================
   Sections and containers
   ========================= */
.container,
.pm-container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

section {
    scroll-margin-top: 90px;
}

.section-header h2 {
    color: var(--pm-text) !important;
    font-size: clamp(30px, 4vw, 42px) !important;
    letter-spacing: -.04em;
}

/* =========================
   Badges and alerts
   ========================= */
.badge,
.hot,
.pm-tool-card__badge {
    border-radius: 999px;
    font-weight: 750;
}

.alert,
.notice,
.message {
    padding: 14px 16px;
    border: 1px solid var(--pm-line);
    border-radius: 12px;
    background: #fff;
}

/* =========================
   Footer
   ========================= */
.pm-footer .pm-brand > span:last-child {
    color: #fff !important;
}

.pm-footer {
    border-top: 0;
}

/* =========================
   Accessibility
   ========================= */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(109, 74, 255, .30);
    outline-offset: 3px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 900px) {
    .pm-header__inner {
        min-height: 66px;
    }

    .pm-brand {
        font-size: 19px;
    }

    .pm-brand__mark {
        width: 39px;
        height: 39px;
    }
}

@media (max-width: 520px) {
    .container,
    .pm-container {
        width: min(100% - 28px, 1160px);
    }

    .pm-brand {
        gap: 9px;
        font-size: 18px;
    }

    .upload-box,
    .upload-area,
    .drop-zone,
    .dropzone,
    .file-drop-area {
        padding: 34px 18px !important;
    }
}

/* =============================================================================
   LEGACY COMPATIBILITY LAYER
   Keeps older PHP pages readable while they are migrated.
============================================================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(250, 250, 254, .94);
    border-bottom: 1px solid var(--pm-line);
    backdrop-filter: blur(16px);
}

.pagec,
.containertt,
.container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.tool-section,
.counter-area5 {
    padding: 72px 0;
    background: var(--pm-bg);
}

.pt {
    padding: 70px 20px 35px;
    text-align: center;
    background: linear-gradient(180deg, #fafafe, #fff);
}

.pt h1 {
    margin: 0;
    color: var(--pm-text);
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1.06;
    letter-spacing: -.05em;
}

.gd-text4,
.gd-text5 {
    color: var(--pm-primary);
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 220;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: var(--pm-primary);
    box-shadow: var(--pm-shadow-md);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollPercent {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
}

#progressBar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 3px;
    width: 0;
    background: var(--pm-primary);
}

@media (max-width: 700px) {
    .pagec,
    .containertt,
    .container {
        width: min(100% - 28px, 1160px);
    }

    .tool-section,
    .counter-area5 {
        padding: 54px 0;
    }
}


/* =============================================================================
   PDF MAGIC FIX PACK v9
   Prevent oversized SVGs and legacy-page conflicts
============================================================================= */

.pm-header svg,
.pm-footer svg,
.pm-brand svg,
.pm-nav svg,
.pm-mobile-toggle svg {
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
}

.pm-brand__mark svg {
    width: 21px;
    height: 21px;
    max-width: 21px;
    max-height: 21px;
}

.pm-nav__trigger svg {
    width: 14px;
    height: 14px;
    max-width: 14px;
    max-height: 14px;
}

.pm-mobile-toggle svg {
    width: 22px;
    height: 22px;
}

.pm-menu-dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--pm-primary, #6d4aff);
}

/* Keep the global reading progress bar separate from tool progress bars */
body > #progressBar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 0;
    height: 3px;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    background: var(--pm-primary, #6d4aff);
    pointer-events: none;
}

/* Avoid inherited global SVG/image rules on navigation */
.pm-header .pm-brand__mark,
.pm-footer .pm-brand__mark {
    overflow: hidden;
}

/* Language selector */
.pm-language {
    display: flex;
    align-items: center;
}

.pm-language select {
    width: auto;
    min-width: 62px;
    min-height: 40px;
    padding: 0 28px 0 11px;
    color: var(--pm-text-soft, #505166);
    border: 1px solid var(--pm-line, #e8e7ef);
    border-radius: 10px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.pm-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 900px) {
    .pm-language {
        margin-left: auto;
    }

    .pm-header__cta {
        display: none;
    }
}