    :root {
      --red: #FE0302;
      --red-dark: #ef121a;
      --ink: #242424;
      --muted: #727272;
      --line: #d8d8d8;
      --panel: #ffffff;
      --soft-red: #ffe5e8;
      --shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
      --border-red: #e57373;
      --text: #1c1c1c;
      --text-muted: #777;
      --bg-pink: #fff8f8;
      --hover-pink: #f2e8e8;
      --radius-input: 8px;
      --radius-card: 14px;

      --page-max: 1320px;
      --radius: 8px;
      --radius-sm: 8px;
      --softro-header-height: 70px;
      --softro-admin-bar-offset: 0px;
    }


   @import url('https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@75..100,100..900&display=swap');


    * {
      box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
    }

    body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      color: var(--ink);
      background: #fff;
      min-height: 100vh;
    }

    .top-rule {
      display: none;
    }

    .site-header {
      height: 70px;
      background: #f8f8f8;
      border-bottom: 1px solid #cfcfcf;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
      position: relative;
      z-index: 100;
    }

    .softro-header-sticky-placeholder {
      display: none;
      margin: 0;
      padding: 0;
      border: 0;
      pointer-events: none;
    }

    html.softro-has-admin-bar {
      margin-top: 0 !important;
    }

    body.softro-header-sticky.softro-has-admin-bar {
      padding-top: var(--softro-admin-bar-offset, 32px);
    }

    .softro-site-header-shell {
      box-sizing: border-box;
      margin: 0 !important;
      padding: 0 !important;
      gap: 0 !important;
      row-gap: 0 !important;
      height: var(--softro-header-height, 70px);
      min-height: var(--softro-header-height, 70px);
      max-height: var(--softro-header-height, 70px);
      overflow: visible;
      line-height: 0;
    }

    .softro-site-page-shell,
    .softro-site-content-wrap {
      margin: 0 !important;
      padding: 0 !important;
    }

    .softro-site-content-wrap>.elementor {
      margin: 0 !important;
      padding: 0 !important;
    }

    body.softro-header-sticky .softro-site-header-shell {
      pointer-events: none;
    }

    body.softro-header-sticky .softro-site-header-shell .site-header {
      pointer-events: auto;
    }

    body.softro-header-sticky .site-header[data-softro-header-two],
    body.softro-header-sticky .site-header.softro-header-widget-shell {
      position: fixed;
      top: var(--softro-admin-bar-offset, 0);
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1000;
    }

    .softro-header-widget-shell {
      margin: 0;
    }

    .softro-page-top-section {
      margin-top: 0 !important;
    }

    @media (max-width: 782px) {
      body.softro-header-sticky.softro-has-admin-bar {
        padding-top: var(--softro-admin-bar-offset, 46px);
      }
    }

    .header-inner {
      max-width: 1520px;
      height: 100%;
      margin: 0 auto;
      padding: 0 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
      position: relative;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--ink);
      text-decoration: none;
      font-weight: 700;
      white-space: nowrap;
    }

    .brand-mark {
      width: 36px;
      height: 36px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2px;
    }

    .brand-mark span {
      border-radius: 3px;
      color: #fff;
      font-size: 8px;
      line-height: 1;
      font-weight: 800;
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
    }

    .brand-mark span::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 6px;
      height: 6px;
      background: rgba(255, 255, 255, 0.7);
      clip-path: polygon(0 0, 100% 0, 100% 100%);
    }

    .brand-mark span:nth-child(1) {
      background: #ff1c24;
    }

    .brand-mark span:nth-child(2) {
      background: #126be8;
    }

    .brand-mark span:nth-child(3) {
      background: #ff7b18;
    }

    .brand-mark span:nth-child(4) {
      background: #16a765;
    }

    .nav-wrap {
      flex: 1;
      display: flex;
      justify-content: center;
      min-width: 0;
    }

    .main-nav {
      display: flex;
      align-items: center;
      height: 70px;
    }

    .header-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      gap: 48px;
      height: 70px;
    }

    .menu-item {
      height: 70px;
      display: flex;
      align-items: center;
      position: relative;
    }

    .nav-item {
      border: 0;
      background: transparent;
      padding: 0;
      color: #000;
      font-size: 14px;
      font-weight: 600;
      line-height: 70px;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
    }

    .nav-item:hover {
      color: var(--red);
      transition: color 0.3s ease;
    }

    .nav-item.active,
    .nav-item.converter,
    .has-mega:hover>.nav-item,
    .has-mega:focus-within>.nav-item {
      color: var(--red);
    }

    .chevron {
      display: inline-block;
      width: 7px;
      height: 7px;
      margin-left: 5px;
      border-right: 1.7px solid currentColor;
      border-bottom: 1.7px solid currentColor;
      transform: rotate(45deg) translateY(-2px);
    }

    .has-mega:hover .chevron,
    .has-mega:focus-within .chevron,
    .has-mega>.nav-item[aria-expanded="true"] .chevron {
      transform: rotate(225deg) translate(-2px, -1px);
    }

    .search-btn {
      min-width: 101px;
      height: 43px;
      border: 1.5px solid var(--red);
      border-radius: 8px;
      color: var(--red);
      background: #fff;
      font-weight: 700;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
      transform-origin: right center;
      transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, background 0.25s ease, color 0.25s ease;
    }

    .search-btn.is-hidden {
      opacity: 0;
      transform: translateX(14px) scale(0.86);
      visibility: hidden;
      pointer-events: none;
    }

    .search-btn svg path {
      stroke: red;
    }

    .search-btn:hover {
      background: var(--red);
      color: white;
    }

    .search-btn:hover svg path {
      stroke: white;
    }

    .header-search-panel {
      position: absolute;
      top: 8px;
      right: 28px;
      width: 320px;
      z-index: 140;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateX(16px) scaleX(0.82);
      transform-origin: right center;
      transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    }

    .header-search-panel.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(0) scaleX(1);
    }

    .header-search-box {
      height: 42px;
      border: 2px solid var(--red);
      border-radius: 11px;
      background: #fff;
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .header-search-box svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: var(--red);
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex: 0 0 auto;
    }

    .header-search-box input {
      width: 100%;
      border: 0;
      outline: 0;
      font-size: 14px;
      background: transparent;
    }

    .header-search-close {
      border: 0;
      background: transparent;
      color: #777;
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      padding: 0;
    }

    .header-search-results {
      max-height: 384px;
      overflow-y: auto;
      margin-top: 6px;
      padding: 14px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
      opacity: 0;
      transform: translateY(-8px);
      transition: opacity 0.2s ease 0.08s, transform 0.2s ease 0.08s;
    }

    .header-search-panel.is-open .header-search-results {
      opacity: 1;
      transform: translateY(0);
    }

    .header-search-results h3 {
      margin: 6px 0 12px;
      color: #6b6b6b;
      font-size: 12px;
      font-weight: 700;
    }

    .header-search-results a {
      display: flex;
      align-items: center;
      gap: 14px;
      min-height: 42px;
      color: #202020;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
    }

    .header-search-results a>span:last-child {
      margin-left: auto;
      color: #b8b8b8;
      font-size: 24px;
      font-weight: 300;
    }


    /* .search-btn::before {
      content: "";
      width: 13px;
      height: 13px;
      display: inline-block;
      background:
        radial-gradient(circle at 45% 45%, transparent 0 40%, var(--red) 42% 58%, transparent 60%),
        linear-gradient(45deg, transparent 0 58%, var(--red) 59% 67%, transparent 68%);
    } */

    .menu-toggle {
      display: none;
      width: 44px;
      height: 42px;
      border: 1px solid #ececec;
      border-radius: 8px;
      background: #fff;
      cursor: pointer;
      position: relative;
    }

    .menu-toggle span {
      position: absolute;
      left: 11px;
      width: 20px;
      height: 2px;
      background: var(--ink);
      border-radius: 2px;
      transition: 0.2s ease;
    }

    .menu-toggle span:nth-child(1) {
      top: 12px;
    }

    .menu-toggle span:nth-child(2) {
      top: 20px;
    }

    .menu-toggle span:nth-child(3) {
      top: 28px;
    }

    .menu-toggle.is-open span:nth-child(1) {
      top: 20px;
      transform: rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
      opacity: 0;
    }

    .menu-toggle.is-open span:nth-child(3) {
      top: 20px;
      transform: rotate(-45deg);
    }

    .mega-menu,
    .mega-menu2,
    .mega-menu3 {
      position: absolute;
      top: 61px;
      left: 50%;
      background: var(--panel);
      border-radius: 16px;
      box-shadow: var(--shadow);
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      transition: opacity 0.16s ease, visibility 0.16s ease;
    }

    .mega-menu::before,
    .mega-menu2::before,
    .mega-menu3::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 50%;
      width: 22px;
      height: 22px;
      background: var(--panel);
      border-radius: 3px;
      box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.03);
      transform: translateX(-50%) rotate(45deg);
      z-index: -1;
    }

    .mega-menu {
      width: min(540px, calc(100vw - 40px));
      transform: translateX(-50%);
      padding: 26px 30px 30px;
      display: grid;
      grid-template-columns: repeat(3, minmax(135px, 1fr));
      gap: 34px;
    }

    .mega-menu2 {
      width: 230px;
      transform: translateX(-50%);
      padding: 24px 26px;
    }

    .mega-menu3 {
      width: min(720px, calc(100vw - 40px));
      transform: translateX(-50%);
      padding: 26px 30px 28px;
      display: grid;
      grid-template-columns: repeat(4, minmax(125px, 1fr));
      gap: 34px;
    }

    .has-mega:hover>.mega-menu,
    .has-mega:focus-within>.mega-menu,
    .has-mega:hover>.mega-menu2,
    .has-mega:focus-within>.mega-menu2,
    .has-mega:hover>.mega-menu3,
    .has-mega:focus-within>.mega-menu3,
    .mega-menu.is-open,
    .mega-menu2.is-open,
    .mega-menu3.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    @media (max-width: 1100px) {

      .has-mega:hover>.mega-menu:not(.is-open),
      .has-mega:focus-within>.mega-menu:not(.is-open),
      .has-mega:hover>.mega-menu2:not(.is-open),
      .has-mega:focus-within>.mega-menu2:not(.is-open),
      .has-mega:hover>.mega-menu3:not(.is-open),
      .has-mega:focus-within>.mega-menu3:not(.is-open) {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }
    }

    .mega-column h3,
    .mega-menu2 h3 {
      margin: 0 0 24px;
      font-size: 16px;
      line-height: 1.1;
      font-weight: 700;
      color: #161616;
      white-space: nowrap;
    }

    .mega-menu2 h3 {
      margin-bottom: 20px;
    }

    .tool-link {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 44px;
      margin-bottom: 22px;
      color: #1f1f1f;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
    }

    .edit-link {
      min-height: 46px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 14px;
      color: #1f1f1f;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
    }

    .edit-link:last-child {
      margin-bottom: 0;
    }

    .edit-icon {
      width: 26px;
      height: 26px;
      border-radius: 5px;
      background: var(--red);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 26px;
      position: relative;
    }

    .edit-icon::before,
    .edit-icon::after {
      content: "";
      position: absolute;
      border-color: #fff;
    }

    .edit-pdf-icon::before {
      width: 14px;
      height: 12px;
      border: 2px solid #fff;
      border-radius: 2px;
    }

    .edit-pdf-icon::after {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #fff;
      box-shadow: -6px 0 #fff, 6px 0 #fff;
    }

    .sign-pdf-icon::before {
      width: 15px;
      height: 8px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-35deg);
    }

    .sign-pdf-icon::after {
      width: 11px;
      height: 2px;
      background: #fff;
      right: 5px;
      bottom: 6px;
      transform: rotate(-25deg);
    }

    .crop-pdf-icon::before {
      width: 14px;
      height: 14px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }

    .crop-pdf-icon::after {
      width: 14px;
      height: 14px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }

    .rotate-pdf-icon::before {
      width: 15px;
      height: 15px;
      border: 2px solid #fff;
      border-right-color: transparent;
      border-radius: 50%;
    }

    .rotate-pdf-icon::after {
      width: 0;
      height: 0;
      border-left: 5px solid #fff;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      right: 5px;
      top: 5px;
    }

    .tool-link:last-child {
      margin-bottom: 0;
    }

    .icon-stack {
      width: 48px;
      height: 38px;
      flex: 0 0 48px;
      position: relative;
    }

    .file-icon {
      position: absolute;
      width: 25px;
      height: 30px;
      border-radius: 3px;
      background: #dce3e8;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    }

    .file-icon::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      border-left: 8px solid transparent;
      border-bottom: 8px solid #b8c2c9;
    }

    .file-icon::after {
      content: attr(data-ext);
      position: absolute;
      left: -3px;
      top: 9px;
      min-width: 24px;
      height: 13px;
      padding: 0 2px;
      border-radius: 2px;
      color: #fff;
      font-size: 7px;
      line-height: 13px;
      text-align: center;
      font-weight: 800;
      background: var(--badge, #e91d25);
    }

    .file-icon:first-child {
      left: 1px;
      top: 0;
      z-index: 2;
    }

    .file-icon:last-child {
      right: 3px;
      top: 8px;
    }

    .pdf {
      --badge: #ff171f;
    }

    .img {
      --badge: #04a34f;
    }

    .doc {
      --badge: #1c8bd6;
    }

    .xls {
      --badge: #088b4d;
    }

    .jpg {
      --badge: #6ebee8;
    }

    .png {
      --badge: #8b35ba;
    }

    .txt {
      --badge: #7c8cc8;
    }

    .ppt {
      --badge: #ff7048;
    }

    @media (max-width: 1100px) {
      .header-inner {
        padding: 0 18px;
      }

      .main-nav {
        gap: 26px;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 48px;
      }

      .hero-copy {
        max-width: 650px;
      }

      .hero-subtitle {
        white-space: normal;
      }

      .upload-shell {
        max-width: 820px;
        width: 100%;
        height: auto;
        min-height: 360px;
      }

      .upload-box {
        min-height: 332px;
      }

      .format-content {
        grid-template-columns: minmax(360px, 586px) 1fr;
      }

      .section-heading h2 {
        font-size: 42px;
      }
    }

    @media (max-width: 1100px) {
      .site-header {
        height: auto;
        min-height: 70px;
      }

      .header-inner {
        min-height: 70px;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0 8px;
      }

      .brand {
        flex: 1 1 auto;
        min-width: 0;
      }

      .menu-toggle {
        order: 3;
        display: inline-flex;
        flex: 0 0 44px;
        align-items: center;
        justify-content: center;
      }

      .search-btn {
        order: 2;
        flex: 0 0 44px;
        min-width: 44px;
        width: 44px;
        height: 42px;
        font-size: 0;
        gap: 0;
      }

      .header-search-panel {
        top: 72px;
        left: 16px;
        right: 16px;
        width: auto;
      }

      .nav-wrap {
        order: 4;
        flex-basis: 100%;
        display: none;
        padding-bottom: 16px;
      }

      .nav-wrap.is-open {
        display: block;
      }

      .main-nav {
        height: auto;
        width: 100%;
        display: block;
        align-items: stretch;
        border-top: 1px solid #e9e9e9;
      }

      .header-menu {
        height: auto;
        display: grid;
        gap: 0;
        align-items: stretch;
      }

      .menu-item {
        height: auto;
        display: block;
      }

      .nav-item {
        width: 100%;
        line-height: 46px;
        text-align: left;
        font-size: 15px;
      }

      .header-search-close {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        color: var(--red);
      }

      .mega-menu,
      .mega-menu2,
      .mega-menu3 {
        position: static;
        width: 100%;
        transform: none;
        grid-template-columns: 1fr;
        gap: 20px;
        box-shadow: none;
        border-radius: 10px;
        border: 1px solid #eeeeee;
        padding: 18px;
        display: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        max-height: min(70vh, 520px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }

      .mega-menu::before,
      .mega-menu2::before,
      .mega-menu3::before {
        display: none;
      }

      .has-mega>.nav-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
      }

      .has-mega:hover>.mega-menu:not(.is-open),
      .has-mega:focus-within>.mega-menu:not(.is-open),
      .has-mega:hover>.mega-menu2:not(.is-open),
      .has-mega:focus-within>.mega-menu2:not(.is-open),
      .has-mega:hover>.mega-menu3:not(.is-open),
      .has-mega:focus-within>.mega-menu3:not(.is-open) {
        display: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }

      .mega-menu.is-open,
      .mega-menu2.is-open,
      .mega-menu3.is-open {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .mega-menu .grid-design,
      .mega-menu3 .grid-design,
      .mega-menu3 .grid-design.three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }

      .mega-column h3 {
        margin-bottom: 13px;
        white-space: normal;
      }

      .tool-link,
      .edit-link {
        margin-bottom: 10px;
        white-space: normal;
      }
    }

    .hero {
      height: 611px;
      padding: 0 28px;
      overflow: hidden;
      position: relative;
      background-image: url("../images/hero_section_bg.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 130%;
    }

    .hero::before {
      content: none;
      position: absolute;
      left: 9%;
      top: -320px;
      width: 330px;
      height: 510px;
      border-radius: 50%;
      background: rgba(255, 23, 31, 0.045);
      transform: rotate(-9deg);
    }

    .hero-inner {
      max-width: 1464px;
      margin: 0 auto;
      height: 100%;
      display: grid;
      grid-template-columns: 620px minmax(520px, 618px);
      gap: clamp(70px, 12vw, 228px);
      align-items: start;
      padding-top: 64px;
      position: relative;
      z-index: 2;
    }

    .hero-title {
      margin: 0 0 20px;
      max-width: 520px;
      font-size: 60px;
      line-height: 0.94;
      letter-spacing: 0;
      font-weight: 600;
      font-family: 'Roboto', sans-serif;
    }

    .hero-title span {
      color: var(--red);
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
    }

    .hero-subtitle {
      margin: 0 0 19px;
      color: #6a6a6a;
      font-size: 18px;
      line-height: 1.45;
      font-weight: 700;
      white-space: nowrap;
      font-family: 'Roboto', sans-serif;
    }

    .feature-list {
      list-style: none;
      padding: 0;
      margin: 0 0 26px;
      display: grid;
      gap: 15px;
    }

    .feature-list li {
      font-size: 16px;
      font-weight: 700;
      font-family: 'Roboto', sans-serif;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .check {
      width: 20px;
      height: 20px;
      flex: 0 0 20px;
      border-radius: 6px;
      background: linear-gradient(145deg, #77f36f, #12b91d);
      display: grid;
      place-items: center;
      color: #fff;
      font-size: 15px;
      line-height: 1;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
    }

    .primary-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 184px;
      height: 39px;
      padding: 0 24px;
      border-radius: 7px;
      background: var(--red-dark);
      color: #fff;
      font-size: 16px;
      font-weight: 800;
      text-decoration: none;
      font-family: 'Roboto', sans-serif;
    }

    .store-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 30px;
      flex-wrap: wrap;
      overflow: visible;
    }

    .store-badge {
      height: 39px;
      width: 137px;
      border-radius: 5px;
      display: block;
      padding: 0;
      text-decoration: none;
      position: relative;
      line-height: 0;
      font-family: 'Roboto', sans-serif;
    }

    .store-badge img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
    }

    .store-badge::after {
      content: attr(data-tooltip);
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      z-index: 4;
      min-width: max-content;
      max-width: 220px;
      padding: 6px 9px;
      border-radius: 3px;
      background: #6f6f6f;
      color: #fff;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 500;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-3px);
      transition: opacity 0.15s ease, transform 0.15s ease;
    }

    .store-badge:hover::after,
    .store-badge:focus-visible::after {
      opacity: 1;
      transform: translateY(0);
    }

    .upload-shell {
      /* width: 618px;
      height: 421px; */
      margin-top: 2px;
      border: 2px dashed #ff171f;
      border-radius: 44px;
      padding: 12px;
    }

    .upload-box {
      height: 391px;
      border-radius: 35px;
      background: #fff;
      box-shadow:
        11px 10px 0 rgba(0, 0, 0, 0.095),
        0 2px 12px rgba(0, 0, 0, 0.035);
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
    }

    .upload-box::before {
      content: "";
      position: absolute;
      right: -1px;
      top: 32px;
      bottom: 30px;
      width: 1px;
      background: rgba(0, 0, 0, 0.08);
      filter: blur(0.4px);
    }

    .upload-box::after {
      content: "";
      position: absolute;
      left: 36px;
      right: 34px;
      bottom: -1px;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      filter: blur(0.4px);
    }

    .upload-ghost {
      position: absolute;
      z-index: 1;
      opacity: 0.14;
      pointer-events: none;
    }

    .upload-ghost::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 3px;
      background: currentColor;
      clip-path: polygon(0 0, 70% 0, 100% 28%, 100% 100%, 0 100%);
    }

    .upload-ghost::after {
      content: "";
      position: absolute;
      left: 7px;
      top: 12px;
      width: 12px;
      height: 2px;
      background: #fff;
      box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
      opacity: 0.9;
    }

    .ghost-doc-left {
      width: 23px;
      height: 28px;
      left: 66px;
      top: 59px;
      color: #9fb0b8;
    }

    .ghost-doc-right {
      width: 23px;
      height: 28px;
      right: 44px;
      top: 28px;
      color: #ff171f;
    }

    .ghost-sheet-left {
      width: 29px;
      height: 25px;
      left: 68px;
      bottom: 49px;
      color: #16a765;
    }

    .ghost-sheet-left::before {
      border-radius: 3px;
      clip-path: inset(0);
    }

    .ghost-sheet-left::after {
      left: 5px;
      top: 8px;
      width: 5px;
      height: 17px;
      background: #fff;
      box-shadow: 7px 0 0 #fff, 14px 0 0 #fff;
      opacity: 0.95;
    }

    .upload-content {
      text-align: center;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.9;
      position: relative;
      z-index: 2;
    }

    .floating-pdf {
      width: 56px;
      height: 66px;
      margin: 0 auto 18px;
      display: block;
      object-fit: contain;
    }

    .upload-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 8px;
      min-height: 56px;
      border: 0;
      border-radius: 8px;
      background: var(--red-dark);
      color: #fff;
      font-weight: 800;
      font-size: 16px;
      padding: 0 17px;
      cursor: pointer;
    }

    .upload-input {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      clip-path: inset(50%);
      border: 0;
    }

    .upload-file-name {
      color: #555;
      font-size: 13px;
      line-height: 1.3;
      font-weight: 600;
      word-break: break-word;
    }

    .hero-bg-icons {
      display: none;
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
    }

    .bg-file {
      position: absolute;
      width: 38px;
      height: 46px;
      border-radius: 3px;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      font-weight: 800;
      display: grid;
      place-items: center;
      opacity: 0.15;
      box-shadow: 10px 0 0 rgba(0, 0, 0, 0.04);
    }

    .bg-file::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      border-left: 12px solid transparent;
      border-bottom: 12px solid rgba(255, 255, 255, 0.6);
    }

    .bg-file-pdf {
      top: 15%;
      left: 40.7%;
      background: #ff171f;
    }

    .bg-file-word {
      top: 6.5%;
      left: 57%;
      background: #86a4cf;
    }

    .bg-file-excel {
      bottom: 30%;
      left: 38.7%;
      background: #69c697;
    }

    .bg-file-text {
      bottom: 0;
      left: 50.5%;
      background: #88b7dc;
      width: 40px;
      height: 42px;
      font-size: 8px;
    }

    .bg-dot {
      position: absolute;
      left: 1.9%;
      bottom: 2.2%;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: rgba(255, 23, 31, 0.08);
    }

    .format-section {
      padding: 20px 28px 0;
      margin-top: 70px;
      margin-bottom: 70px;
      background: #fff;
    }

    .format-container {
      max-width: 1456px;
      margin: 0 auto;
    }

    .section-heading {
      text-align: center;
      margin-bottom: 48px;
    }

    .section-heading h2 {
      margin: 0 0 14px;
      color: #000;
      font-size: 48px;
      line-height: 1.18;
      letter-spacing: 0;
      font-weight: 600;
    }

    .section-heading p {
      margin: 0;
      color: #6c6c6c;
      font-size: 18px;
      line-height: 1.32;
      font-weight: 400;
    }

    .format-content {
      display: grid;
      grid-template-columns: 586px 1fr;
      gap: 42px;
      align-items: center;
      max-width: 1456px;
      margin: 0 auto;
    }

    .format-art {
      display: flex;
      justify-content: center;
    }

    .format-art img {
      width: 586px;
      max-width: 100%;
      height: auto;
      display: block;
    }

    .format-steps {
      display: grid;
      gap: 24px;
      padding-top: 6px;
    }

    .format-step h3 {
      margin: 0 0 12px;
      color: #202020;
      font-size: 28px;
      line-height: 1.18;
      letter-spacing: 0;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .format-step h3 span {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      border-radius: 50%;
      background: var(--red);
      color: #fff;
      display: inline-grid;
      place-items: center;
      font-size: 18px;
      line-height: 1;
      font-weight: 800;
    }

    .format-step p {
      margin: 0;
      color: #6c6c6c;
      font-size: 16px;
      line-height: 1.42;
      font-weight: 400;
    }

    @media (max-width: 1500px) {
      .hero-inner {
        grid-template-columns: minmax(430px, 540px) minmax(500px, 618px);
        gap: clamp(48px, 7vw, 110px);
      }

      .upload-shell {
        width: 100%;
      }
    }

    @media (max-width: 1100px) {
      .header-inner {
        padding: 0 18px;
      }

      .main-nav {
        gap: 26px;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 48px;
      }

      .hero-copy {
        max-width: 650px;
      }

      .hero-subtitle {
        white-space: normal;
      }

      .upload-shell {
        max-width: 820px;
        width: 100%;
        height: auto;
        min-height: 360px;
      }

      .upload-box {
        min-height: 332px;
      }

      .format-content {
        grid-template-columns: minmax(360px, 586px) 1fr;
      }

      .section-heading h2 {
        font-size: 42px;
      }
    }

    @media (max-width: 820px) {
      .site-header {
        height: auto;
        min-height: 70px;
      }

      .header-inner {
        min-height: 70px;
        flex-wrap: wrap;
      }

      .menu-toggle {
        display: block;
      }

      .search-btn {
        min-width: 44px;
        width: 44px;
        font-size: 0;
        gap: 0;
      }

      .header-search-panel {
        top: 72px;
        left: 16px;
        right: 16px;
        width: auto;
      }

      .nav-wrap {
        order: 3;
        flex-basis: 100%;
        display: none;
        padding-bottom: 16px;
      }

      .nav-wrap.is-open {
        display: block;
      }

      .main-nav {
        height: auto;
        width: 100%;
        display: block;
        align-items: stretch;
        border-top: 1px solid #e9e9e9;
      }

      .header-menu {
        height: auto;
        display: grid;
        gap: 0;
        align-items: stretch;
      }

      .menu-item {
        height: auto;
        display: block;
      }

      .nav-item {
        width: 100%;
        line-height: 46px;
        text-align: left;
        font-size: 15px;
      }

      .mega-menu,
      .mega-menu2,
      .mega-menu3 {
        position: static;
        width: 100%;
        transform: none;
        grid-template-columns: 1fr;
        gap: 20px;
        box-shadow: none;
        border-radius: 10px;
        border: 1px solid #eeeeee;
        padding: 18px;
        display: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        max-height: min(65vh, 460px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }

      .mega-menu::before,
      .mega-menu2::before,
      .mega-menu3::before {
        display: none;
      }

      .has-mega:hover>.mega-menu:not(.is-open),
      .has-mega:focus-within>.mega-menu:not(.is-open),
      .has-mega:hover>.mega-menu2:not(.is-open),
      .has-mega:focus-within>.mega-menu2:not(.is-open),
      .has-mega:hover>.mega-menu3:not(.is-open),
      .has-mega:focus-within>.mega-menu3:not(.is-open) {
        display: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }

      .mega-menu.is-open,
      .mega-menu2.is-open,
      .mega-menu3.is-open {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .mega-menu .grid-design,
      .mega-menu3 .grid-design,
      .mega-menu3 .grid-design.three {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .mega-column h3 {
        margin-bottom: 13px;
        white-space: normal;
      }

      .tool-link,
      .edit-link {
        margin-bottom: 10px;
        white-space: normal;
      }

      .hero {
        height: auto;
        min-height: 0;
        padding: 42px 18px 32px;
        background-image: url("assets/images/convert_hero_section_bg.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%;
      }

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

      .store-row {
        max-width: 450px;
      }

      .upload-shell {
        border-radius: 30px;
      }

      .upload-box {
        height: auto;
        min-height: 330px;
        border-radius: 24px;
      }

      .hero-bg-icons {
        opacity: 0.6;
      }

      .format-section {
        padding: 46px 18px 0;
      }

      .section-heading {
        margin-bottom: 34px;
      }

      .section-heading h2 {
        font-size: 34px;
      }

      .section-heading p {
        font-size: 14px;
      }

      .section-heading p br {
        display: none;
      }

      .format-content {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .format-steps {
        gap: 22px;
      }

      .format-step h3 {
        font-size: 24px;
      }
    }

    @media (max-width: 520px) {




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

      .brand-mark {
        width: 33px;
        height: 33px;
      }

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

      .hero-inner {
        padding-top: 0;
      }

      .feature-list li {
        align-items: flex-start;
        font-size: 15px;
        line-height: 1.35;
      }

      .primary-btn {
        width: 100%;
      }

      .store-badge {
        width: 120px;
      }

      .upload-shell {
        min-height: 300px;
        border-radius: 24px;
      }

      .upload-box {
        min-height: 276px;
        box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.08);
      }

      .upload-btn {
        width: min(100%, 230px);
      }

      .format-section {
        margin-bottom: 70px;
        margin-top: 0px
      }

      .section-heading h2 {
        font-size: 25px;
      }

      .quick-heading .section-heading h3 {
        font-size: 30px;
      }

      .format-step h3 {
        /* align-items: flex-start; */
        font-size: 14px;
      }

      .format-step p {
        font-size: 15px;
      }

      .format-step h3 span {
        width: 25px;
        height: 20px;
        flex: 0 0 20px;
        border-radius: 50%;
        background: var(--red);
        color: #fff;
        display: inline-grid;
        place-items: center;
        font-size: 12px;
        line-height: 1;
        font-weight: 800;
      }

      .quick-section .section-heading h2 {
        margin: 0 0 12px;
        font-size: 28px;
        line-height: 100%;
        font-weight: 600;
      }
    }


    /* //section 3 */

    .quick-section {
      background: #FAF2F2;
      padding: 80px 20px;
    }

    .quick-section .section-heading {
      text-align: center;
      max-width: 980px;
      margin: 0 auto 60px;
      color: #1a1a1a;
    }

    .quick-section .section-heading h2 {
      margin: 0 0 12px;
      font-size: 44px;
      line-height: 100%;
      font-weight: 600;
    }

    .quick-section .section-heading p {
      margin: 0;
      color: #7a7a7a;
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
    }


    .wrapper {
      max-width: 1456px;
      margin: auto;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 40px;
    }

    .card {
      position: relative;
      background: transparent;
      border-radius: 12px;
      padding: 35px 20px;
      text-align: center;
      cursor: pointer;
      z-index: 1;
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      justify-content: center;
      display: flex;
      align-items: center;
    }

    /* Hover Effect Like Screenshot */

    .card img {
      width: 140px;
      margin-bottom: 20px;
    }

    .card h3 {
      font-size: 22px;
      font-weight: 600;
    }

    /* Outer hover box */
    .card::before {
      content: "";
      position: absolute;
      top: -16px;
      left: -16px;
      right: -16px;
      bottom: -16px;
      background: #ebd8d8;
      border-radius: 0px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      z-index: -2;
    }

    /* White card background layer */
    .card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: #ffffff;
      border-radius: 12px;
      z-index: -1;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.4s ease;
    }

    .card:hover::before {
      opacity: 1;
      visibility: visible;
    }

    .card:hover::after {
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

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

    .mt-30 {
      margin-top: 30px;
    }

    .mt-60 {
      margin-top: 60px;
    }

    .mt-90 {
      margin-top: 90px;
    }

    .mb-60 {
      margin-bottom: 60px;
    }

    .mb-70 {
      margin-bottom: 70px;
    }

    .primary-btn2 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 184px;
      height: 39px;
      padding: 0 24px;
      border-radius: 7px;
      background: transparent;
      color: #FE0302;
      font-size: 20px;
      font-weight: 700;
      text-decoration: none;
      border: 1px solid #FE0302;
    }

    .primary-btn2:hover {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 184px;
      height: 39px;
      padding: 0 24px;
      border-radius: 7px;
      background: #EE2D35;
      color: white;
      font-size: 20px;
      font-weight: 700;
      text-decoration: none;
      border: 1px solid #FE0302;
      cursor: pointer;
      transition: 0.5s;
    }


    .centered-btn {
      display: flex;
      justify-content: center;
    }


    /* Why Choose Section Styles */

    .why-choose-section {
      padding: 90px 20px 80px;
      background-image: url('assets/images/choose_our_pdf_bg.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
    }

    .why-choose-section .section-heading {
      margin-bottom: 54px;
    }

    .why-choose-section .section-heading h2 {
      margin: 0 0 16px;
      font-size: 46px;
      font-weight: 700;
      color: #1a1a1a;
      letter-spacing: -0.5px;
    }

    .why-choose-section .section-heading p {
      max-width: 820px;
      margin: 0 auto;
      font-size: 16.5px;
      line-height: 1.5;
      color: #666666;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 36px;
      max-width: 1456px;
      margin: 0 auto;
    }

    .why-card {
      display: flex;
      flex-direction: column;
      position: relative;
      background: transparent;
      border-radius: 12px;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      z-index: 1;
    }

    .why-card:hover {
      transform: translateY(-16px);
      box-shadow: 0 24px 50px rgba(136, 48, 48, 0.22), 0 8px 20px rgba(0, 0, 0, 0.06)
    }

    /* Animated Border */
    .why-card-border {
      position: absolute;
      inset: 0;
      border-radius: 12px;
      background: #ececec;
      /* Fallback and base gray border */
      overflow: hidden;
      z-index: -1;
      pointer-events: none;
      transition: background 0.3s ease;
    }

    .why-card-border::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: conic-gradient(from 0deg, transparent 15%, var(--red) 25%, transparent 35%);
      animation: rotate-border 10s linear infinite;
      opacity: 0.8;
      transition: opacity 0.3s ease;
    }

    @keyframes rotate-border {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .why-card:hover .why-card-border::before {
      opacity: 1;
    }

    /* Inner Card Contents */
    .why-card-inner {
      position: relative;
      background: #ffffff;
      border-radius: 10.5px;
      /* Fits inside the 12px card border */
      padding: 42px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      flex-grow: 1;
      z-index: 1;
      margin: 1.5px;
      /* Border thickness gap */
      transition: background 0.3s ease;
    }

    /* Icon Badge */
    .why-icon-badge {
      width: 66px;
      height: 66px;
      background: var(--red);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      margin-bottom: 24px;
      box-shadow: 0 6px 14px rgba(255, 23, 31, 0.22);
      transition: transform 0.3s ease;
    }

    .why-card:hover .why-icon-badge {
      transform: scale(1.08);
    }

    .why-icon {
      width: 32px;
      height: 32px;
      stroke-width: 2px;
    }

    /* Card Titles & Text */
    .why-card-inner h3 {
      font-size: 21px;
      font-weight: 700;
      color: #111111;
      margin: 0 0 12px 0;
      line-height: 1.25;
    }

    .why-card-inner p {
      font-size: 15px;
      line-height: 1.5;
      color: #555555;
      margin: 0;
    }

    /* Responsive adjustments */
    @media (max-width: 1200px) {
      .why-grid {
        gap: 24px;
      }

      .why-choose-section .section-heading h2 {
        font-size: 38px;
      }
    }

    @media (max-width: 992px) {
      .why-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .why-choose-section {
        padding: 60px 15px 50px;
      }

      .why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .why-choose-section .section-heading h2 {
        font-size: 32px;
      }

      .why-card-inner {
        padding: 32px 20px;
      }

      .why-icon-badge {
        width: 50px;
        height: 50px;
      }

      .why-card-inner h3 {
        font-size: 16px;
        font-weight: 700;
        color: #111111;
        margin: 0 0 12px 0;
        line-height: 1.25;
      }

      .why-card-inner p {
        font-size: 14px;
        line-height: 1.5;
        color: #555555;
        margin: 0;
      }



    }



    /* Testimonial Section Styles */

    .feedback-section {
      padding: 0px 20px 0px;
/*       background-image: url('assets/images/feedback_section_bg.png'); */
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
    }

    .feedback-section .section-heading {
      margin-bottom: 50px;
    }

    .feedback-section .section-heading h2 {
      font-size: 46px;
      font-weight: 600;
      color: #1a1a1a;
      letter-spacing: -0.5px;
    }

    .feedback-slider-container {
      max-width: 1456px;
      margin: 0 auto;
      position: relative;
      padding: 0 70px;
      margin-bottom: 50px;
      /* Space for absolute pagination */
    }

    .feedback-swiper {
      width: 100%;
      overflow: hidden;
      padding: 10px 4px 20px;
      /* Leave space for shadows */
      margin-bottom: 0px;
    }

    .feedback-card {
      height: auto;
    }

    .feedback-card-inner {
/*       background-image: url('assets/images/feedback_section_card_bg.png'); */
      background-repeat: no-repeat;
      background-position: top left;
      background-size: auto;
      background-color: #ffffff;
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.03);
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .feedback-header {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
      width: 100%;
    }

    .feedback-avatar {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      border: 2px solid var(--red);
      background: #ffebe5;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--red);
      flex-shrink: 0;
      overflow: hidden;
      /* Ensure avatar image doesn't overflow */
    }

    .avatar-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .feedback-avatar svg {
      width: 24px;
      height: 24px;
    }

    .feedback-user-info {
      margin-left: 16px;
      flex-grow: 1;
    }

    .feedback-user-info h3 {
      font-size: 20px;
      font-weight: 700;
      color: var(--red);
      margin: 0 0 4px 0;
    }

    .country-text {
      font-size: 14px;
      color: #666666;
      margin: 0;
    }

    .quote-icon {
      width: 44px;
      height: 44px;
      color: var(--red);
      flex-shrink: 0;
      opacity: 0.95;
    }

    .quote-icon svg {
      width: 100%;
      height: 100%;
    }

    .feedback-body {
      flex-grow: 1;
      margin-bottom: 24px;
    }

    .feedback-text {
      font-size: 16px;
      line-height: 1.6;
      color: #555555;
      margin: 0;
    }

    .feedback-rating {
      display: flex;
      gap: 4px;
      color: #ffb100;
      font-size: 20px;
      line-height: 1;
    }

    /* Slider Navigation Controls */
    .feedback-controls {
      position: static;
    }

    .feedback-nav-btn {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      flex-shrink: 0;
      z-index: 10;
    }

    .feedback-nav-btn.swiper-button-disabled,
    .feedback-nav-btn:disabled {
      background: #cfcfcf;
      color: #ffffff;
      box-shadow: none;
      cursor: not-allowed;
      opacity: 1;
      pointer-events: auto;
    }

    .feedback-prev-btn {
      background: var(--red);
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(255, 23, 31, 0.25);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }

    .feedback-prev-btn:hover {
      background: var(--red-dark);
      transform: translateY(-50%) scale(1.05);
    }

    .feedback-next-btn {
      background: var(--red);
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(255, 23, 31, 0.25);
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }

    .feedback-next-btn:hover {
      background: var(--red-dark);
      transform: translateY(-50%) scale(1.05);
    }

    .feedback-nav-btn.swiper-button-disabled:hover,
    .feedback-nav-btn:disabled:hover {
      background: #cfcfcf;
      transform: translateY(-50%);
    }

    .nav-arrow {
      width: 24px;
      height: 24px;
    }

    /* Custom Swiper Pagination Dots */
    .feedback-pagination-custom {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      position: absolute !important;
      bottom: -30px !important;
      /* Visual gap of 50px below the physical cards */
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      transform: none !important;
    }

    .feedback-pagination-custom .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background: #d1d1d1;
      opacity: 1;
      border-radius: 50%;
      transition: all 0.3s ease;
      margin: 0 !important;
    }

    .feedback-pagination-custom .swiper-pagination-bullet-active {
      width: 24px;
      height: 8px;
      background: var(--red);
      border-radius: 4px;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .feedback-section {
        padding: 60px 15px 50px;
      }

      .feedback-card-inner {
        padding: 30px 24px;
      }

      .feedback-slider-container {
        padding: 0 60px;
      }
    }

    @media (max-width: 768px) {
      .feedback-slider-container {
        padding: 0;
        margin-bottom: 0;
      }

      .feedback-swiper {
        margin-bottom: 0 !important;
      }

      .feedback-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        width: 100%;
        padding: 0 10px;
      }

      .feedback-prev-btn,
      .feedback-next-btn {
        position: static !important;
        transform: none !important;
        background: var(--red) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 23, 31, 0.25) !important;
        width: 50px !important;
        height: 50px !important;
      }

      .feedback-nav-btn.swiper-button-disabled,
      .feedback-nav-btn:disabled {
        background: #cfcfcf !important;
        box-shadow: none !important;
        cursor: not-allowed;
      }

      .feedback-prev-btn:hover,
      .feedback-next-btn:hover {
        background: var(--red-dark) !important;
      }

      .feedback-nav-btn.swiper-button-disabled:hover,
      .feedback-nav-btn:disabled:hover {
        background: #cfcfcf !important;
        transform: none !important;
      }

      .feedback-pagination-custom {
        position: static !important;
        transform: none !important;
        margin-top: 0 !important;
      }

      .nav-arrow {
        width: 24px;
        height: 24px;
      }

      .feedback-section .section-heading h2 {
        font-size: 32px;
      }

      .feedback-user-info h3 {
        font-size: 18px;
      }

      .feedback-text {
        font-size: 15px;
      }
    }


    /* Highly Experienced & Smart PDF Converter Section */
    .experience-section {
      background: #1c1c1c;
      padding: 90px 0;
      overflow: hidden;
      position: relative;
    }

    .experience-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at 50% 50%, rgba(255, 23, 31, 0.05) 0%, transparent 80%);
      pointer-events: none;
    }

    .experience-section .section-heading h2 {
      font-size: 46px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 16px;
      letter-spacing: -0.5px;
    }

    .experience-section .section-subtitle {
      font-size: 18px;
      color: #a5a5a5;
      max-width: 750px;
      margin: 0 auto 60px;
      line-height: 1.6;
    }

    .marquee-container {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    /* Gradient overlay for fade effects on sides */
    .marquee-container::before,
    .marquee-container::after {
      content: '';
      position: absolute;
      top: 0;
      width: 150px;
      height: 100%;
      z-index: 5;
      pointer-events: none;
    }

    .marquee-container::before {
      left: 0;
      background: linear-gradient(to right, #1c1c1c 0%, transparent 100%);
    }

    .marquee-container::after {
      right: 0;
      background: linear-gradient(to left, #1c1c1c 0%, transparent 100%);
    }

    .marquee-row {
      display: flex;
      width: 100%;
      overflow: hidden;
    }

    .marquee-track {
      display: flex;
      width: max-content;
      will-change: transform;
    }

    .marquee-group {
      display: flex;
      gap: 24px;
      flex-shrink: 0;
      padding-right: 24px;
      /* Matches the gap size to make loop seamless */
    }

    .marquee-row-rtl .marquee-track {
      animation: scroll-rtl 60s linear infinite;
    }

    .marquee-row-ltr .marquee-track {
      animation: scroll-ltr 60s linear infinite;
    }

    /* Pause animation on hover */
    /* .experience-section:hover .marquee-track {
      animation-play-state: paused;
    } */

    img.inner-upload-icon-image {
      padding: 20px;
    }

    .marquee-item {
      width: 230px;
      flex-shrink: 0;
      border-radius: 5px;
      /* border: 2px solid var(--red); */
      background: #ffffff;
      overflow: hidden;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* .marquee-item:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 20px 40px rgba(255, 23, 31, 0.15), 0 8px 16px rgba(0, 0, 0, 0.4);
    } */

    .marquee-item img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
    }

    /* Marquee scrolling keyframes */
    @keyframes scroll-rtl {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-25%);
      }
    }

    @keyframes scroll-ltr {
      0% {
        transform: translateX(-25%);
      }

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

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .experience-section {
        padding: 70px 0;
      }

      .experience-section .section-heading h2 {
        font-size: 38px;
      }

      .marquee-item {
        width: 340px;
      }
    }

    @media (max-width: 768px) {
      .experience-section {
        padding: 60px 0;
      }

      .experience-section .section-heading h2 {
        font-size: 30px;
        padding: 0 15px;
      }

      .experience-section .section-subtitle {
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 40px;
      }

      .marquee-container {
        gap: 20px;
      }

      .marquee-group {
        gap: 16px;
        padding-right: 16px;
      }

      .marquee-item {
        width: 160px;
        border-width: 1px;
        border-radius: 12px;
      }

      .marquee-container::after {
        width: 60px;
      }
    }

    /* App Showcase Banner Section */
    .app-showcase-section {
      background-color: #fffafa;
      background-image: url('assets/images/hm_bg_6.png');
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 86%;
      margin: 28px 8px;
      padding: 48px 0;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    .showcase-grid {
      display: grid;
      grid-template-columns: 1.35fr 0.65fr;
      /* Shift contents further left */
      gap: 120px;
      /* Increase gap to push phone further right */
      align-items: center;
    }

    .showcase-content h2 {
      font-size: clamp(32px, 3vw, 44px);
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 14px;
      line-height: 1.2;
      letter-spacing: 0;
    }

    .showcase-content p {
      font-size: 18px;
      line-height: 1.35;
      color: #6b6b6b;
      margin-bottom: 24px;
      max-width: 760px;
    }

    .showcase-bullets {
      list-style: none;
      padding: 0;
      margin: 0 0 28px 0;
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 42px;
    }

    .showcase-bullets li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #1a1a1a;
    }

    .showcase-bullets .bullet-num {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--red);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
      flex-shrink: 0;
    }

    .download-badges {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .badge-link {
      display: inline-block;
      transition: all 0.3s ease;
    }

    .badge-link::after {
      content: attr(data-tooltip);
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      z-index: 4;
      min-width: max-content;
      max-width: 220px;
      padding: 6px 9px;
      border-radius: 3px;
      background: #6f6f6f;
      color: #fff;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 500;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-3px);
      transition: opacity 0.15s ease, transform 0.15s ease;
    }

    .badge-link:hover::after,
    .badge-link:focus-visible::after {
      opacity: 1;
      transform: translateY(0);
    }

    .badge-link:hover {
      transform: translateY(-3px);
      filter: brightness(1.05);
    }

    .badge-link img {
      width: 140px;
      height: 40px;
      object-fit: cover;
      display: block;
    }

    .showcase-graphic {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 360px;
      padding: 0;
    }

    .showcase-graphic::before {
      content: "";
      position: absolute;
      width: min(500px, 90%);
      aspect-ratio: 1.45;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 23, 31, 0.18), rgba(255, 23, 31, 0.07) 58%, transparent 60%);
    }

    .showcase-phone-img {
      width: 220px;
      max-width: 100%;
      height: auto;
      z-index: 2;
      position: relative;
      filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.08));
    }

    /* FAQ Section */
    .faq-section {
      background: #ffffff;
      /* padding: 100px 0; */
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 60px;
      align-items: flex-start;
    }

    .faq-left-col {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      position: sticky;
      top: 100px;
    }

    .faq-card-box {
      /* background: #ffffff;
      border-radius: 20px;
      padding: 30px;
      border: 1px solid rgba(0, 0, 0, 0.04);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
      width: 100%; */
      max-width: 380px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .faq-illustration {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .contact-support-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: 100%;
      max-width: 180px;
      height: 40px;
      border-radius: 8px;
      border: 1.5px solid var(--red);
      color: var(--red);
      background: transparent;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .contact-support-btn:hover {
      background: var(--red);
      color: #ffffff;
    }

    .support-arrow {
      width: 18px;
      height: 18px;
      transition: transform 0.3s ease;
    }

    .contact-support-btn:hover .support-arrow {
      transform: translateX(4px);
    }

    .faq-right-col {
      width: 100%;
    }

    .faq-accordion {
      display: flex;
      flex-direction: column;
    }

    .faq-item {
      border-bottom: 1.5px solid #eaeaea;
      background: transparent;
      transition: background-color 0.25s ease, box-shadow 0.25s ease;
    }

    .faq-item:first-child {
      border-top: 1.5px solid #eaeaea;
    }

    .faq-item:hover,
    .faq-item.active {
      background: #f6f6f6;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 24px 0;
      background: none;
      border: none;
      text-align: left;
      font-size: 18px;
      font-weight: 600;
      color: #1a1a1a;
      cursor: pointer;
      transition: color 0.25s ease, padding 0.25s ease;
    }

    .faq-question h3 {
      text-align: left;
      font-size: 18px;
      font-weight: 600;
    }


    .faq-item.active .faq-question {
      color: #1a1a1a;
    }

    .faq-toggle-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }

    .faq-toggle-icon svg {
      width: 18px;
      height: 18px;
      stroke: var(--red);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transform: rotate(180deg);
      /* Points UP by default when collapsed */
    }

    .faq-item.active .faq-toggle-icon svg {
      transform: rotate(0deg);
      /* Points DOWN when active/expanded */
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    .faq-item.active .faq-answer {
      opacity: 1;
    }

    .faq-answer-content {
      padding-bottom: 24px;
      font-size: 16px;
      line-height: 1.6;
      color: #555555;
      transform: translateY(-8px);
      transition: transform 0.35s ease;
    }

    .faq-item.active .faq-answer-content {
      transform: translateY(0);
    }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .showcase-grid {
        gap: 40px;
      }

      .showcase-content h2 {
        font-size: 38px;
      }

      .faq-grid {
        gap: 40px;
      }

      .faq-question {
        font-size: 17px;
      }
    }

    @media (max-width: 768px) {
      .app-showcase-section {
        background-position: center bottom;
        background-size: 125% auto;
        margin: 18px 0;
        padding: 38px 0;
      }

      .showcase-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        background-image: none;
        /* Hide wrapper background on mobile */
      }

      .showcase-content {
        text-align: center;
      }

      .showcase-content h2 {
        font-size: 30px;
      }

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

      .showcase-content p {
        margin-left: auto;
        margin-right: auto;
      }

      .showcase-bullets {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 320px;
        margin: 0 auto 30px auto;
        text-align: left;
      }

      .download-badges {
        justify-content: center;
      }

      .badge-link img {
        width: 132px;
        height: 38px;
      }

      .showcase-graphic {
        min-height: 300px;
      }

      .showcase-phone-img {
        width: 170px;
      }

      .faq-section {
        padding: 60px 0;
      }

      .faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .faq-left-col {
        position: static;
        width: 100%;
      }

      .faq-card-box {
        max-width: 100%;
      }

      .contact-support-btn {
        max-width: 100%;
      }

      .faq-question {
        font-size: 16px;
        padding: 20px 0;
      }
    }

    /* Expert Advice & Quick Tips Section */
    .tips-section {
      background: #ffffff;
      padding: 80px 0;
    }

    .tips-slider-container {
      position: relative;
      padding: 0 70px;
    }

    .tips-swiper {
      padding: 10px 10px 24px;
      margin: -10px -10px -24px;
    }

    .tip-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px;
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      display: flex;
      flex-direction: column;
      height: 100%;
      box-sizing: border-box;
    }

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

    .tip-banner {
      border-radius: 12px;
      height: 170px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      overflow: hidden;
    }

    .tip-card:hover .tip-banner {
      transform: scale(1.02);
    }

    .tip-banner svg {
      width: 48px;
      height: 48px;
      display: block;
    }

    /* Color variations matching the screenshot */
    .tip-banner-red {
      background: #ffebee;
      color: #e53935;
    }

    .tip-banner-violet {
      background: #e8eaf6;
      color: #3f51b5;
    }

    .tip-banner-teal {
      background: #e0f2f1;
      color: #009688;
    }

    .tip-banner-orange {
      background: #fff3e0;
      color: #fb8c00;
    }

    .tip-badge {
      display: inline-block;
      border: 1px solid var(--red);
      color: var(--red);
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 4px;
      margin-top: 24px;
      margin-bottom: 16px;
      align-self: flex-start;
      letter-spacing: 0.5px;
      line-height: 1;
    }

    .tip-title {
      font-size: 18px;
      font-weight: 700;
      color: #1a1a1a;
      line-height: 1.4;
      margin-bottom: 12px;
      min-height: 50px;
    }

    .tip-title:hover {
      font-size: 18px;
      font-weight: 700;
      color: #d60e15;
      line-height: 1.4;
      margin-bottom: 12px;
      min-height: 50px;
    }


    .tip-desc {
      font-size: 14px;
      color: #666666;
      line-height: 1.6;
      margin-bottom: 0;
      flex-grow: 1;
    }

    .view-all-tips-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      padding: 0 32px;
      border: 1.5px solid var(--red);
      color: var(--red);
      background: transparent;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-sizing: border-box;
    }

    .view-all-tips-btn:hover {
      background: var(--red);
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(255, 23, 31, 0.25);
    }

    .tips-nav-btn {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--red);
      color: #ffffff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      box-shadow: 0 4px 12px rgba(255, 23, 31, 0.25);
    }

    .tips-nav-btn svg {
      width: 18px;
      height: 18px;
      stroke: #ffffff;
    }

    .tips-nav-btn:hover {
      background: #d60e15;
      transform: translateY(-50%) scale(1.05);
    }

    .tips-prev-btn {
      left: 0;
    }

    .tips-next-btn {
      right: 0;
    }

    /* Disabled button styles when loop is false (from swiper) */
    .tips-nav-btn.swiper-button-disabled {
      background: #e0e0e0 !important;
      color: #9e9e9e !important;
      cursor: not-allowed !important;
      box-shadow: none !important;
      transform: translateY(-50%) !important;
    }

    .tips-nav-btn.swiper-button-disabled svg {
      stroke: #9e9e9e !important;
    }

    .tips-btn-container {
      display: flex;
      justify-content: center;
      margin-top: 56px;
    }

    @media (min-width: 769px) and (max-width: 1199px) {
      .tips-section {
        padding: 70px 20px;
      }

      .tips-slider-container {
        padding: 0 68px;
      }

      .tip-card {
        padding: 20px;
      }

      .tip-banner {
        height: 150px;
      }
    }

    /* Mobile Responsive settings for Tips section */
    @media (max-width: 768px) {
      .tips-section {
        padding: 0px 0 38px;
      }

      .card h3 {
        font-size: 14px;
        font-weight: 600;
      }

      .card img {
        width: 60px;
        margin-bottom: 20px;
      }

      .tips-section .section-heading {
        text-align: center !important;
        margin-bottom: 24px !important;
        padding: 0 18px;
      }

      .tips-section .section-heading h2 {
        font-size: 22px;
        line-height: 1.2;
      }

      .tips-slider-container {
        /* max-width: 270px; */
        margin: 0 auto;
        padding: 0 0 58px;
      }

      .tips-swiper {
        padding: 0 0 8px;
        margin: 0;
      }

      .tip-card {
        border-radius: 8px;
        padding: 8px;
        min-height: 226px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
      }

      .tip-card:hover {
        transform: none;
      }

      .tip-banner {
        height: 160px;
        border-radius: 7px;
      }

      .tip-banner svg {
        width: 44px;
        height: 44px;
      }

      .tip-badge {
        font-size: 9px;
        padding: 4px 9px;
        margin-top: 14px;
        margin-bottom: 12px;
      }

      .tip-title,
      .tip-title:hover {
        font-size: 13px;
        line-height: 1.25;
        min-height: auto;
        margin-bottom: 10px;
      }

      .tip-desc {
        font-size: 18px;
        line-height: 1.45;
      }

      .tips-prev-btn {
        left: calc(50% - 48px);
      }

      .tips-next-btn {
        right: calc(50% - 48px);
      }

      .tips-nav-btn {
        top: auto;
        bottom: 0;
        width: 36px;
        height: 36px;
        transform: none;
      }

      .tips-nav-btn svg {
        width: 14px;
        height: 14px;
      }

      .tips-nav-btn:hover {
        transform: scale(1.05);
      }

      .tips-nav-btn.swiper-button-disabled {
        transform: none !important;
      }

      .tips-nav-btn.swiper-button-disabled:hover {
        transform: none !important;
      }

      .tips-btn-container {
        margin-top: 20px;
      }

      .view-all-tips-btn {
        width: 150px;
        height: 36px;
        font-size: 12px;
        border-radius: 6px;
      }
    }

    .tip-title-link {
      text-decoration: none;
    }

    .tip-title-link:hover {
      text-decoration: underline;
      color: #d60e15;
    }

    .showcase-container {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    /* Inner Converter Upload */
    .inner-converter-section {
      background:
        radial-gradient(circle at 47% 6%, rgba(255, 226, 228, 0.75) 0 59px, transparent 60px),
        radial-gradient(circle at 41% 92%, rgba(255, 226, 228, 0.5) 0 58px, transparent 59px),
        radial-gradient(circle at 94% 8%, rgba(255, 226, 228, 0.55) 0 32px, transparent 33px),
        linear-gradient(90deg, #ffffff 0 47%, #ffe0e2 100%);
      min-height: 665px;
      padding: 52px 0 50px;
      position: relative;
      overflow: hidden;
    }

    .inner-converter-section::before,
    .inner-converter-section::after {
      position: absolute;
      z-index: 0;
      color: rgba(255, 255, 255, 0.72);
      background: rgba(224, 221, 221, 0.38);
      width: 40px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 19px;
      font-weight: 800;
      pointer-events: none;
    }

    .inner-converter-section::before {
      content: "W";
      right: 17.5%;
      top: 121px;
    }

    .inner-converter-section::after {
      content: "X";
      right: 16.7%;
      top: 489px;
    }

    .inner-converter-section .container {
      width: min(100% - 32px, 1370px);
      max-width: none;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      position: relative;
      z-index: 1;
    }

    .inner-converter-section .container>.row {
      display: grid;
      grid-template-columns: minmax(0, 600px) minmax(420px, 620px);
      justify-content: space-between;
      align-items: center;
      gap: 90px;
      margin: 0;
    }

    .inner-converter-section .container>.row>[class*="col-"] {
      width: auto;
      max-width: none;
      padding: 0;
    }

    .inner-tool-grid {
      max-width: 600px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 13px;
      margin: 0;
    }

    .inner-tool-grid>[class*="col-"] {
      width: auto;
      max-width: none;
      padding: 0;
      margin-top: 0px;
    }

    .inner-tool {
      width: 100%;
      min-height: 70px;
      border: 1px solid #d4d4d4;
      border-radius: 7px;
      background: linear-gradient(90deg, #ffffff 0%, #fff1f2 100%);
      color: #171717;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      text-decoration: none;
      transition: 0.2s ease;
    }

    .inner-tool.active,
    .inner-tool:hover {
      border-color: var(--red);
      background: linear-gradient(90deg, #ffffff 0%, #fff0f1 100%);
      box-shadow: 0 8px 18px rgba(255, 23, 31, 0.08);
    }

    .inner-upload-wrap {
      border: 2px dashed var(--red);
      border-radius: 26px;
      padding: 12px;
      max-width: 620px;
      margin-left: 0;
    }

    .inner-upload-box {
      min-height: 372px;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      padding: 34px;
    }

    .inner-upload-icon {
      transform: scale(1.7);
      margin-bottom: 36px;
    }

    .inner-upload-box strong {
      color: #000;
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 16px;
    }

    .inner-upload-box h1 {
      color: #000;
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 16px;
    }

    .inner-upload-box span:not(.icon-stack):not(.file-icon) {
      color: #666;
      font-size: 16px;
      margin-bottom: 15px;
    }

    .inner-upload-box em {
      min-width: 200px;
      height: 58px;
      border-radius: 9px;
      background: var(--red);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      font-weight: 800;
      font-style: normal;
      padding: 0 24px;
    }

    .inner-progress {
      width: min(360px, 100%);
      height: 9px;
      border-radius: 99px;
      background: #ffe1e3;
      overflow: hidden;
      margin-top: 24px;
      display: none;
    }

    .inner-progress div {
      width: 100%;
      height: 100%;
      background: var(--red);
    }

    .inner-progress-text {
      color: var(--red);
      font-weight: 700;
      margin-top: 8px;
      display: none;
    }

    .inner-upload-box.is-uploaded .inner-progress,
    .inner-upload-box.is-uploaded .inner-progress-text {
      display: block;
    }

    @media (max-width: 991px) {
      .inner-converter-section {
        min-height: auto;
        padding: 34px 0 42px;
        background:
          radial-gradient(circle at 72% 5%, rgba(255, 226, 228, 0.75) 0 54px, transparent 55px),
          linear-gradient(180deg, #fff 0 45%, #ffe5e7 100%);
      }

      .inner-converter-section::before,
      .inner-converter-section::after {
        display: none;
      }

      .inner-tool-grid,
      .inner-upload-wrap {
        max-width: 100%;
        margin: 0;
      }

      .inner-converter-section .container>.row {
        grid-template-columns: 1fr;
        gap: 26px;
      }

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

      .inner-upload-wrap {
        border-radius: 22px;
      }
    }

    @media (max-width: 575px) {
      .inner-tool-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
      }

      .inner-tool {
        min-height: 56px;
        gap: 7px;
        font-size: 13px;
        padding: 8px;
      }

      .inner-tool .icon-stack {
        flex-basis: 34px;
        width: 34px;
        transform: scale(0.72);
        transform-origin: center;
      }

      .inner-upload-wrap {
        padding: 8px;
        border-radius: 18px;
      }

      .inner-upload-box {
        min-height: 295px;
        border-radius: 14px;
        padding: 24px 16px;
      }

      .inner-upload-box strong {
        font-size: 23px;
      }

      .inner-upload-box span:not(.icon-stack):not(.file-icon) {
        font-size: 14px;
        margin-bottom: 24px;
      }

      .inner-upload-box em {
        width: 100%;
        height: 52px;
      }
    }

    /* Bottom PDF Editor Upload */
    .bottom-editor-section {
      min-height: 560px;
      padding: 54px 0 56px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
    }



    .bottom-editor-section .container {
      width: min(100% - 32px, 1320px);
      max-width: none;
      padding-left: 0;
      padding-right: 0;
      position: relative;
      z-index: 1;
    }

    .bottom-editor-upload-wrap {
      border: 2px dashed var(--red);
      border-radius: 28px;
      padding: 11px;
      max-width: 703px;
      margin: 0 auto;
    }

    .bottom-editor-upload-box {
      min-height: 424px;
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      padding: 40px 28px;
    }

    .bottom-editor-heading {
      gap: 20px;
      margin-bottom: 23px;
    }

    .bottom-editor-icon {
      width: 34px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
    }

    .bottom-editor-icon svg {
      width: 34px;
      height: 44px;
      display: block;
    }

    .bottom-editor-heading strong {
      color: #000;
      font-size: 26px;
      line-height: 1.2;
      font-weight: 800;
    }

    .main-class {
      display: flex;
      gap: 16px;
    }

    .bottom-editor-heading h1 {
      color: #000;
      font-size: 26px;
      line-height: 1.2;
      font-weight: 800;
    }

    .bottom-editor-copy {
      color: #666;
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 26px;
      max-width: 520px;
    }

    .bottom-editor-upload-box em {
      width: min(320px, 100%);
      height: 56px;
      border-radius: 9px;
      background: var(--red);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 800;
      font-style: normal;
      padding: 0 24px;
    }

    @media (max-width: 991px) {
      .bottom-editor-section {
        min-height: auto;
        padding: 42px 0;
        background:
          radial-gradient(circle at 72% 7%, rgba(255, 226, 228, 0.72) 0 54px, transparent 55px),
          linear-gradient(180deg, #fff 0 42%, #ffe5e7 100%);
      }

      .bottom-editor-section::before,
      .bottom-editor-section::after {
        display: none;
      }
    }

    @media (max-width: 575px) {
      .bottom-editor-section {
        padding: 32px 0 36px;
      }

      .bottom-editor-upload-wrap {
        border-radius: 18px;
        padding: 8px;
      }

      .bottom-editor-upload-box {
        min-height: 310px;
        border-radius: 14px;
        padding: 26px 16px;
      }

      .bottom-editor-heading {
        gap: 12px;
        margin-bottom: 18px;
      }

      .bottom-editor-icon,
      .bottom-editor-icon svg {
        width: 29px;
        height: 37px;
      }

      .bottom-editor-heading strong {
        font-size: 23px;
      }

      .bottom-editor-copy {
        font-size: 14px;
        margin-bottom: 22px;
      }

      .bottom-editor-upload-box em {
        height: 52px;
      }
    }

    /* Footer Section */
    .site-footer {
      position: relative;
      color: #0f0f0f;
      background: #000000;
      width: 100%;
    }

    .footer-main {
      background: #fff5f5;
      padding: 32px 0 22px;
    }

    .footer-container,
    .footer-bottom-container {
      width: 100%;
      max-width: 100%;
      padding-left: 50px;
      padding-right: 50px;
    }

    .footer-container .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
    }

    .footer-brand-column,
    .footer-column {
      flex: 0 0 auto;
    }

    .footer-brand-column,
    .footer-column {
      min-height: 151px;
      padding-top: 0;
      padding-bottom: 0;
    }

    .footer-column {
      border-left: 1px solid #d9cdcd;
      padding-left: 48px;
      padding-right: 28px;
    }

    .footer-brand-column {
      padding-right: 46px;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #1f1f1f;
      font-size: 16px;
      font-weight: 800;
      line-height: 1;
      text-decoration: none;
      margin-bottom: 18px;
    }

    .footer-logo {
      width: 44px;
      height: 44px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .footer-about {
      max-width: 330px;
      margin: 0 0 10px;
      color: #252525;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.38;
    }

    .footer-store-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 7px;
    }

    .footer-store-links a {
      display: inline-flex;
      flex: 0 0 auto;
      width: 74px;
      height: 24px;
      overflow: hidden;
      border-radius: 3px;
      background: #000000;
      text-decoration: none;
    }

    .footer-store-links img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .footer-column h3,
    .footer-newsletter h3 {
      margin: 1px 0 16px;
      color: #000000;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px;
    }

    .footer-column a {
      color: #2b2b2b;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .footer-column a:hover,
    .footer-brand:hover {
      color: var(--red);
    }

    .footer-social-list a {
      display: inline-flex;
      align-items: center;
      gap: 9px;
    }

    .footer-social-icon {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      color: #ffffff;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
      font-family: Arial, Helvetica, sans-serif;
    }

    .footer-social-x {
      background: #000000;
      font-size: 11px;
    }

    .footer-social-linkedin {
      background: #0a66c2;
      font-size: 12px;
    }

    .footer-social-youtube {
      background: #ff0000;
    }

    .footer-social-youtube svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
      display: block;
    }

    .footer-social-facebook {
      background: #1877f2;
      font-size: 18px;
      font-weight: 900;
      align-items: flex-end;
      padding-bottom: 1px;
    }

    .footer-newsletter p {
      max-width: 330px;
      margin: 0 0 13px;
      color: #252525;
      font-size: 14px;
      line-height: 1.35;
    }

    .footer-newsletter-form {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .footer-newsletter-form input {
      width: 140px;
      height: 41px;
      border: 1px solid var(--red);
      border-radius: 6px;
      background: #ffffff;
      color: #111111;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      padding: 0 16px;
      outline: none;
    }

    .footer-newsletter-form input::placeholder {
      color: #777777;
      opacity: 1;
    }

    .footer-newsletter-form input:focus {
      box-shadow: 0 0 0 3px rgba(255, 23, 31, 0.15);
    }

    .footer-newsletter-form button {
      height: 41px;
      border: 1px solid var(--red);
      border-radius: 8px;
      background: var(--red);
      color: #ffffff;
      font-size: 14px;
      font-weight: 800;
      line-height: 1;
      padding: 0 18px;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease;
      white-space: nowrap;
    }

    .footer-newsletter-form button:hover {
      background: #d60e15;
      border-color: #d60e15;
    }

    .footer-bottom {
      background: #000000;
      color: #ffffff;
      padding: 17px 0;
    }

    .footer-bottom-container {
      min-height: 30px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer-bottom p {
      margin: 0;
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      line-height: 1.4;
      text-align: center;
    }

    .footer-language {
      display: flex;
      align-items: center;
      gap: 8px;
      border: 0;
      background: transparent;
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      line-height: 1;
      padding: 0;
      cursor: pointer;
      position: absolute;
      right: 50px;
      top: 50%;
      transform: translateY(-50%);
    }

    .footer-language span {
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #ffffff;
      display: block;
    }

    .footer-back-top {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: var(--red);
      color: #ffffff;
      position: fixed;
      right: 24px;
      bottom: 22px;
      z-index: 999;
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
      text-decoration: none;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .footer-back-top:hover {
      background: #d60e15;
      transform: translateY(-2px);
    }

    .footer-back-top svg {
      width: 28px;
      height: 28px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    @media (min-width: 1200px) {
      .footer-brand-column {
        flex: 0 0 20.8%;
        max-width: 20.8%;
      }

      .footer-column {
        flex: 0 0 14.6%;
        max-width: 14.6%;
      }

      .footer-column-legal {
        flex-basis: 14.6%;
        max-width: 14.6%;
      }

      .footer-column-social {
        flex: 0 0 12.6%;
        max-width: 242px;
      }

      .footer-newsletter {
        flex: 0 0 22.8%;
        max-width: 22.8%;
      }
    }

    @media (max-width: 1199px) and (min-width: 769px) {
      .footer-brand-column {
        width: 50%;
      }

      .footer-column {
        width: 25%;
      }

      .footer-newsletter {
        width: 50%;
      }
    }

    @media (max-width: 1399px) {

      .footer-container,
      .footer-bottom-container {
        padding-left: 32px;
        padding-right: 32px;
      }

      .footer-column {
        padding-left: 28px;
        padding-right: 18px;
      }

      .footer-newsletter-form input {
        width: 120px;
      }
    }

    @media (max-width: 1199px) {

      .footer-brand-column,
      .footer-column {
        min-height: 0;
        border-left: 0;
        padding: 0 18px 28px;
      }

      .footer-main {
        padding: 38px 0 12px;
      }

      .footer-column {
        border-top: 1px solid #d9cdcd;
        padding-top: 24px;
      }

      .footer-newsletter-form input {
        /* width: min(100%, 280px); */

        width: 100px;
        height: 35px;
      }

      .footer-newsletter-form button {
        height: 35px;
        border: 1px solid var(--red);
        border-radius: 8px;
        background: var(--red);
        color: #ffffff;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
        padding: 0 11px 0px 10px;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease;
        white-space: nowrap;
        width: 80px;
      }

      .footer-language {
        right: 32px;
      }
    }

    @media (max-width: 768px) {
      .footer-main {
        padding: 34px 0 10px;
      }

      .footer-container {
        padding-left: 22px;
        padding-right: 22px;
      }

      .footer-brand-column,
      .footer-column {
        padding-left: 10px;
        padding-right: 10px;
      }

      .footer-brand-column,
      .footer-newsletter {
        width: 100%;
      }

      .footer-column {
        width: 50%;
      }

      .footer-about,
      .footer-newsletter p {
        max-width: 100%;
      }

      .footer-newsletter-form {
        flex-wrap: wrap;
      }

      .footer-bottom-container {
        min-height: 54px;
        padding-left: 22px;
        padding-right: 22px;
        flex-direction: column;
        gap: 10px;
      }

      .footer-language {
        position: static;
        transform: none;
      }

      .footer-back-top {
        right: 18px;
        bottom: 18px;
      }
    }

    @media (max-width: 520px) {

      .footer-container,
      .footer-bottom-container {
        padding-left: 16px;
        padding-right: 16px;
      }

      .footer-brand-column,
      .footer-column {
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 24px;
      }

      .footer-column {
        width: 100%;
      }

      .footer-brand {
        font-size: 15px;
      }

      .footer-about {
        font-size: 15px;
      }

      .footer-column h3,
      .footer-newsletter h3 {
        font-size: 18px;
      }

      .footer-newsletter-form input {
        width: 100%;
        max-width: none;
      }

      .footer-newsletter-form button {
        width: 100%;
      }

      .footer-back-top {
        width: 40px;
        height: 40px;
        right: 14px;
        bottom: 14px;
      }

      .footer-back-top svg {
        width: 24px;
        height: 24px;
      }
    }

    /* Inner How-To Steps */
    .inner-how-section {
      background: #fff;
      padding: clamp(42px, 6vw, 72px) 0 clamp(48px, 7vw, 0px);
    }

    .inner-how-section .container {
      width: min(100% - 32px, 1200px);
      max-width: none;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
    }

    .inner-how-section .section-heading {
      margin-bottom: clamp(32px, 5vw, 56px);
    }

    .inner-how-section .section-heading h2 {
      font-size: clamp(26px, 4.2vw, 42px);
      font-family: "Roboto", Sans-serif;
      font-size: 48px;
      font-weight: 600;
      line-height: 1.18;
    }

    .inner-how-section .section-heading p {
      font-size: clamp(14px, 1.6vw, 17px);
      color: #777;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.45;
    }

    .inner-how-steps {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: clamp(4px, 1.2vw, 10px);
      flex-wrap: nowrap;
      width: 100%;
    }

    .inner-how-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 1 0;
      min-width: 0;
      max-width: 220px;
    }

    .inner-how-step-circle {
      position: relative;
      width: 100%;
      max-width: 220px;
      aspect-ratio: 1;
      border: 2px dashed var(--red);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 10px;
    }

    .inner-how-step-circle--save {
      background: #e8f4fd;
    }

    .inner-how-step-circle img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .inner-how-step-badge {
      position: absolute;
      width: clamp(28px, 17%, 38px);
      height: clamp(28px, 17%, 38px);
      border-radius: 50%;
      background: var(--red);
      color: #fff;
      font-size: clamp(13px, 2.4vw, 18px);
      font-weight: 800;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(254, 3, 2, 0.22);
    }

    .inner-how-step-badge.badge-top-left {
      top: 5%;
      left: 6%;
    }

    .inner-how-step-badge.badge-bottom-left {
      bottom: 5%;
      left: 6%;
    }

    .inner-how-step-label {
      margin: clamp(12px, 2vw, 20px) 0 0;
      color: #000;
      font-size: clamp(14px, 2vw, 22px);
      line-height: 1.2;
      font-weight: 800;
      text-align: center;
    }

    .inner-how-arrow {
      flex: 0 1 clamp(48px, 12vw, 190px);
      align-self: center;
      min-width: 0;
      padding: 0 clamp(2px, 0.5vw, 4px);
    }

    .inner-how-arrow img {
      width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 767px) {
      .inner-how-section .container {
        width: min(100% - 20px, 1200px);
      }

      .inner-how-steps {
        gap: clamp(2px, 0.8vw, 8px);
      }

      .inner-how-step {
        max-width: none;
      }

      .inner-how-step-circle {
        max-width: none;
      }

      .inner-how-arrow {
        flex-basis: clamp(36px, 10vw, 90px);
      }

      .inner-how-step-badge {
        width: clamp(20px, 17%, 38px);
        height: clamp(20px, 17%, 38px);
      }
    }



    @media (max-width: 400px) {
      .inner-how-section .section-heading h2 {
        font-size: 24px;
      }

      .inner-how-step-label {
        font-size: 13px;
      }

      .inner-how-arrow {
        flex-basis: clamp(28px, 9vw, 60px);
      }
    }

    .custom-footer .store-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 0px;
      /* flex-wrap: wrap; */
      /* overflow: visible; */
    }

    .custom-footer .store-badge {
      width: auto;
    }

    .custom-footer .store-badge {
      height: 33px;
    }

    ul {
      list-style-type: none !important;
      margin-left: -30px;
    }


    /* //new */

    a {
      color: inherit;
      text-decoration: none;
    }

    /* Hero */
    .search-hero {
      position: relative;
      background: #fff;
      padding: 64px 40px 52px;
      overflow: hidden;
    }

    .search-hero::before {
      content: '';
      position: absolute;
      bottom: -80px;
      right: -60px;
      width: 320px;
      height: 320px;
      border-radius: 50%;
      background: radial-gradient(circle, #fce8e8 0%, #fff5f5 70%, transparent 100%);
      pointer-events: none;
    }

    .search-hero-inner {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    .search-hero-title {
      font-size: 44px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .search-hero-title .red {
      color: var(--red);
    }

    .search-hero-subtitle {
      font-size: 17px;
      color: var(--text-muted);
      max-width: 820px;
      margin: 0 auto 44px;
      line-height: 1.65;
    }

    .search-box {
      position: relative;
      max-width: 680px;
      width: 100%;
      margin: 0 auto 34px;
    }

    .search-box-icon {
      position: absolute;
      left: 22px;
      top: 50%;
      transform: translateY(-50%);
      color: #b0b0b0;
      pointer-events: none;
    }

    .search-box input {
      width: 100%;
      padding: 18px 24px 18px 56px;
      border: 1px solid var(--border-red);
      border-radius: var(--radius-input);
      font-family: inherit;
      font-size: 18px;
      color: var(--text);
      background: #fff;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .search-box input::placeholder {
      color: #b8b8b8;
    }

    .search-box input:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 2px rgba(227, 62, 62, 0.12);
    }

    .filter-tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
    }

    .filter-tab {
      padding: 14px 34px;
      font-family: inherit;
      font-size: 17px;
      font-weight: 500;
      color: var(--text);
      background: #fff;
      border: 1px solid var(--border-red);
      border-radius: var(--radius-input);
      cursor: pointer;
      transition: all 0.2s;
      white-space: nowrap;
    }

    .filter-tab:hover {
      border-color: var(--red);
      color: var(--red);
    }

    .filter-tab.is-active {
      background: var(--red);
      border-color: var(--red);
      color: #fff;
    }

    /* Content */
    .tools-content {
      background: var(--bg-pink);
      padding: 64px 40px 20px;
    }

    .tools-section {
      max-width: 1320px;
      margin: 0 auto 64px;
    }

    .tools-section:last-child {
      margin-bottom: 0;
    }

    .tools-section.is-hidden {
      display: none;
    }

    .section-header {
      text-align: center;
      margin-bottom: 44px;
    }

    .section-title {
      font-size: 34px;
      font-weight: 700;
      color: var(--text);
      margin-bottom: 18px;
    }

    .section-desc {
      font-size: 17px;
      color: var(--text-muted);
      max-width: 860px;
      margin: 0 auto;
      line-height: 1.65;
    }

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

    /* Card wrapper — pink halo on hover */
    .tool-card-wrap {
      width: 100%;
      padding: 16px;
      border-radius: var(--radius-card);
      background: transparent;
      cursor: pointer;
      transition: background 0.25s ease;
    }

    .tool-card-wrap:hover {
      background: var(--hover-pink);
    }

    .tool-card-wrap.is-hidden {
      display: none;
    }

    /* White inner card */
    .tool-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fff;
      border-radius: var(--radius-card);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      padding: 38px 26px 34px;
      text-align: center;
      transition: box-shadow 0.25s ease;
    }

    .tool-card-wrap:hover .tool-card {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .tool-card-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 92px;
      margin-bottom: 15px;
    }

    .tool-card-label {
      font-size: 18px;
      font-weight: 700;
      color: var(--text);
    }

    /* Overlapping document icons */
    .doc-pair {
      position: relative;
      width: 124px;
      height: 78px;
    }

    .doc {
      position: absolute;
      width: 64px;
      height: 78px;
      background: #ececec;
      border-radius: 5px;
      border: 1px solid #e0e0e0;
    }

    .doc-front {
      left: 0;
      top: 0;
      z-index: 2;
    }

    .doc-back {
      right: 0;
      top: 6px;
      z-index: 1;
    }

    .doc-corner {
      position: absolute;
      top: 0;
      right: 0;
      width: 18px;
      height: 18px;
      background: linear-gradient(225deg, #f8f8f8 50%, #d8d8d8 50%);
      border-bottom-left-radius: 2px;
    }

    .doc-badge {
      position: absolute;
      left: 50%;
      top: 52%;
      transform: translate(-50%, -50%);
      min-width: 40px;
      padding: 5px 7px;
      font-size: 10px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      line-height: 1.1;
      border-radius: 2px;
      letter-spacing: 0.02em;
    }

    .badge-pdf {
      background: #ee1c24;
    }

    .badge-img {
      background: #3d9e4a;
    }

    .badge-doc {
      background: #1e88e5;
    }

    .badge-xls {
      background: #2e7d32;
    }

    .badge-jpg {
      background: #56b6e7;
    }

    .badge-png {
      background: #8e24aa;
    }

    .badge-txt {
      background: #78909c;
    }

    .badge-ppt {
      background: #f57c00;
    }

    /* Edit icons */
    .edit-icon {
      width: 76px;
      height: 76px;
      background: var(--red);
      border-radius: var(--radius-input);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      box-shadow: 0 2px 8px rgba(237, 27, 36, 0.2);
    }

    .no-results {
      display: none;
      text-align: center;
      padding: 48px 24px;
      color: var(--text-muted);
      font-size: 15px;
    }

    .no-results.is-visible {
      display: block;
    }

    .no-results strong {
      display: block;
      font-size: 18px;
      color: var(--text);
      margin-bottom: 8px;
    }

    .footer-back-top {
      display: none !important;
    }

    .scroll-top {
      position: fixed;
      right: 24px;
      bottom: 22px;
      width: 48px;
      height: 48px;
      border: none;
      border-radius: 50%;
      background: var(--red);
      color: #ffffff;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: background 0.2s ease, transform 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
      z-index: 1001;
    }

    .scroll-top svg {
      width: 28px;
      height: 28px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .tools-grid a.tool-card-wrap span img {
      height: 70px;
    }

    .scroll-top.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .scroll-top:hover {
      background: #d60e15;
      transform: translateY(-2px);
    }

    .scroll-top.is-visible:hover {
      transform: translateY(-2px);
    }

    @media (max-width: 1100px) {
      .tools-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
      }
    }

    @media (max-width: 800px) {
      .tools-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
      }
    }

    @media (max-width: 600px) {
      .search-hero {
        padding: 36px 18px 32px;
      }

      .search-hero-title {
        font-size: 26px;
      }

      .search-hero-subtitle {
        font-size: 14px;
        margin-bottom: 28px;
      }

      .search-box input {
        padding: 13px 16px 13px 44px;
        font-size: 15px;
      }

      .filter-tab {
        padding: 10px 18px;
        font-size: 13px;
      }

      .tools-content {
        padding: 36px 18px 52px;
      }

      .tool-card-wrap {
        padding: 12px;
      }

      .tool-card {
        padding: 24px 14px 20px;
      }

      .tool-card-label {
        font-size: 14px;
      }

      .section-title {
        font-size: 22px;
      }

      .section-desc {
        font-size: 14px;
      }
    }

    @media (max-width: 480px) {
      .tools-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }
    }

    .grid-design {
      display: grid;
      grid-template-columns: repeat(3, minmax(135px, 1fr));
      gap: 34px;
    }

    .grid-design.three {
      display: grid;
      grid-template-columns: repeat(4, minmax(135px, 1fr));
      gap: 34px;
    }

    @media (max-width: 1100px) {

      .grid-design,
      .grid-design.three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
      }
    }

    @media (max-width: 767px) {

      .grid-design,
      .grid-design.three {
        grid-template-columns: 1fr;
        gap: 16px;
      }
    }



    /* /new css for contact  */


    /* Hero / FAQ Section */
    .hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 48px 40px 40px;
      background-color: #f6f6f6;
    }

    .page-title {
      font-size: 32px;
      font-weight: 700;
      color: #1d1d1d;
      text-align: center;
      margin-bottom: 22px;
      letter-spacing: 0.01em;
      line-height: 1.2;
    }

    .hero-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      width: 100%;
      max-width: var(--page-max);
      background: #fff;
      border-radius: var(--radius);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
      padding: 36px 40px 36px 44px;
      overflow: hidden;
    }

    .hero-content {
      flex: 1;
      min-width: 0;
      max-width: 52%;
    }

    .hero-heading {
      font-size: 22px;
      font-weight: 700;
      color: #1c1c1c;
      line-height: 1.45;
      margin-bottom: 22px;
    }

    .faq-btn {
      display: inline-block;
      padding: 12px 26px;
      font-size: 16px;
      font-weight: 400;
      color: #333;
      text-decoration: none;
      background: #fff;
      border: 1px solid #7f7f7f;
      border-radius: var(--radius-sm);
      transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    }

    .faq-btn:hover {
      background-color: #1c1c1c;
      color: #fff;
      border-color: #1c1c1c;
    }

    .hero-illustration {
      flex: 0 0 auto;
      width: 42%;
      max-width: 420px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

    .hero-illustration img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    /* Contact Section */
    .contact-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px 40px 64px;
      background-color: #f6f6f6;
    }

    .contact-container {
      display: flex;
      gap: 28px;
      max-width: var(--page-max);
      width: 100%;
      align-items: stretch;
    }

    /* Cards */
    .contact-info-card,
    .contact-form-card {
      background: #fff;
      border-radius: var(--radius);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }

    /* Left Card — ~37% width matching reference */
    .contact-info-card {
      flex: 0 0 37%;
      max-width: 310px;
      padding: 28px 30px 32px;
      display: flex;
      flex-direction: column;
    }

    .illustration {
      width: 100%;
      margin-bottom: 45px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .illustration img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }

    .contact-details {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    .contact-icon {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      color: #1d1d1d;
      margin-top: 3px;
    }

    .contact-icon svg {
      width: 20px;
      height: 20px;
    }

    .contact-text {
      display: flex;
      flex-direction: column;
      gap: 1px;
    }

    .contact-text strong {
      font-size: 17px;
      font-weight: 700;
      color: #1d1d1d;
      line-height: 1.3;
    }

    .contact-text a {
      font-size: 16px;
      color: #ed1b24;
      text-decoration: none;
      line-height: 1.4;
    }

    .contact-text a:hover {
      text-decoration: underline;
    }

    .contact-text span {
      font-size: 16px;
      color: #555;
      line-height: 1.45;
    }

    /* Right Card */
    .contact-form-card {
      flex: 1;
      padding: 30px 36px 36px;
      min-width: 0;
    }

    .form-heading {
      font-size: 24px;
      font-weight: 700;
      color: #1d1d1d;
      margin-bottom: 24px;
      line-height: 1.35;
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .form-row {
      display: flex;
      gap: 20px;
    }

    .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-width: 0;
    }

    .form-group-full {
      width: 100%;
    }

    .form-group label {
      font-size: 16px;
      font-weight: 700;
      color: #1d1d1d;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 14px 18px;
      border: 1px solid #e3e3e3;
      border-radius: var(--radius-sm);
      font-family: inherit;
      font-size: 16px;
      color: #333;
      background: #fff;
      outline: none;
      transition: border-color 0.2s;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: #b0b0b0;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-color: #ccc;
    }

    .form-group textarea {
      resize: vertical;
      min-height: 120px;
    }

    .submit-btn {
      align-self: flex-start;
      background-color: #ed1b24;
      color: #fff;
      border: none;
      border-radius: var(--radius-sm);
      padding: 14px 32px;
      font-family: inherit;
      font-size: 17px;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.2s;
      margin-top: 4px;
    }

    .submit-btn:hover {
      background-color: #d41720;
    }

    .submit-btn:active {
      background-color: #bf141c;
    }

    /* Tablet */
    @media (max-width: 768px) {
      .hero-section {
        padding: 28px 20px 24px;
      }

      .hero-card {
        flex-direction: column;
        align-items: center;
        padding: 28px 28px 24px;
        gap: 20px;
      }

      .hero-content {
        max-width: 100%;
        text-align: center;
      }

      .hero-heading {
        font-size: 19px;
        margin-bottom: 18px;
      }

      .hero-illustration {
        width: 100%;
        max-width: 360px;
        justify-content: center;
      }

      .contact-container {
        flex-direction: column;
        max-width: 520px;
      }

      .contact-info-card {
        flex: none;
        max-width: 100%;
        width: 100%;
      }

      .contact-form-card {
        width: 100%;
      }
    }

    /* Mobile */
    @media (max-width: 480px) {
      .hero-section {
        padding: 24px 16px 20px;
      }

      .page-title {
        font-size: 26px;
        margin-bottom: 16px;
      }

      .hero-card {
        padding: 28px 22px 24px;
        gap: 18px;
      }

      .hero-heading {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 16px;
      }

      .faq-btn {
        font-size: 14px;
        padding: 10px 20px;
      }

      .hero-illustration {
        max-width: 320px;
      }

      .contact-section {
        padding: 28px 18px;
      }

      .contact-info-card {
        padding: 22px 20px 26px;
      }

      .contact-form-card {
        padding: 24px 20px 28px;
      }

      .form-heading {
        font-size: 20px;
        margin-bottom: 18px;
      }

      .form-row {
        flex-direction: column;
        gap: 14px;
      }

      .submit-btn {
        width: 100%;
        text-align: center;
      }
    }

    .showcase-content h2 .text-red {
      color: var(--red);
    }

    .store-two {
      display: flex;
      align-content: center;
      justify-content: center;
    }