@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
[class*="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.py-5 { padding: 80px 0; }
.hero-container { align-items: center; }
.offline-why-section { background: #EAF0FA;  }
.hero-content h1 { font-size: 42px; font-weight: 600;  line-height: 1.2; margin-bottom: 20px; color: #0f172a; }
.hero-subtitle {font-size: 18px; color: #000; margin-bottom: 15px; }
.hero-trust-list { list-style: none; padding: 0; margin: 0 0 25px; }
.hero-trust-list li { position: relative;  padding-left: 28px; margin-bottom: 12px; font-size: 16px; color: #000; }
.hero-trust-list li::before { content: "⦿"; position: absolute; left: 0; top: 0; color: #070606; font-size: 16px;}
.hero-cta {display: flex; flex-direction: column;  gap: 10px; }
.btn-primary { display: inline-block; background: #ED0303; border-color: #ED0303; color: #fff; padding: 15px 28px;  font-size: 17px; font-weight: 600;  border-radius: 64px; text-decoration: none; width: fit-content; transition: background 0.3s ease; }
.btn-primary:hover {background: #e73030; border-color: #e73030; text-decoration: none; color: #fff; opacity: 0.8; }
.hero-subtitle strong{ display: block; margin-top:15px; }
.btn-primary:hover { background: #e73030; text-decoration: none; color: #fff; }
.cta-note { font-size: 13px; color: #475569; }
.hero-image img {  width: 100%; }
.offline-container { max-width: 1200px; margin: 0 auto; display: flex;  align-items: center; justify-content: space-between; gap: 70px; }
.offline-content h2 { font-size: 36px; line-height: 1.2; color: #0f172a; margin-bottom: 22px; font-weight: 600; }
.offline-content p { font-size: 18px; line-height: 1.7; color: #334155; margin-bottom: 18px; }
.highlight-text { background: #ffffff; padding: 18px 20px; border-left: 4px solid #e73030; border-radius: 6px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); }
.highlight-text strong { color: #e73030; }
.comparison-container { max-width: 1100px; margin: 0 auto; text-align: center; }
.comparison-section h2 { font-size: 36px; margin-bottom: 5px; color: #0f172a; font-weight: 700; }
.comparison-subtitle{	margin-bottom: 40px; font-size: 16px; font-weight: 600;	text-align: center;}
        
        /* 3D Wrapper */
.comparison-table-wrapper { perspective: 1200px; }/* Table */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #DADADA;
    box-shadow:none;
}

/* Head */
.comparison-table thead th {
    padding: 25px;
    font-size: 18px;
    background: #F8F8F8;
    color: #0f172a;
    text-align: left;
    border: 1px solid #DADADA;
    font-weight: 600;
}

/* Body */
.comparison-table tbody td {
    padding: 25px;
    font-size: 16px;
    color: #1f2937;
    text-align: left;
    border: 1px solid #DADADA;
    transition: background 0.25s ease;
}

/* Row Hover */
.comparison-table tbody tr:hover td { background: #f9fafb; }
.comparison-table tbody tr td:first-child { background:#F8F8F8; }

/* Rounded Corners Fix */
.comparison-table thead tr:first-child th:first-child { border-top-left-radius: 14px; }
.comparison-table thead tr:first-child th:last-child { border-top-right-radius: 14px; }
.comparison-table tbody tr:last-child td:first-child { border-bottom-left-radius: 14px; }
.comparison-table tbody tr:last-child td:last-child { border-bottom-right-radius: 14px; }

/* Hover Effect */
.comparison-table tbody tr:hover { background: #f9fafb; transform: translateZ(10px); }
.how-it-works-section { background:#EAF0FA; }
.how-it-works-section h2 {
    font-size: 36px;
    color: #0f172a;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

/* Steps Grid */

/* Step Card */
.how-it-works-container {text-align: center; }
.step-card {
    position: relative;
    background: #f8fafc;
    padding: 35px 25px;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
    /* cursor: pointer; */
}

/* Step Number */
.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #e73030;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 18px;
}

/* Text */
.step-card p { font-size: 16px; line-height: 1.6; color: #334155; }

/* Note */
.works-note {  margin-top: 30px; font-size: 16px; color: #0f172a; margin-bottom: 0; }
.works-note strong { color: #e73030; }
.features-section { background:#EAF0FA; }
.features-container { max-width: 1200px; margin: 0 auto; }
.features-section h2 {
    text-align: center;
    font-size: 36px;
    color: #0f172a;
    margin-bottom: 5px;
    font-weight: 700;
}

/* Grid */
.features-grid { display: grid;  gap: 28px; }
/* Feature Box */
.feature-box {
    position: relative;
    background: #ffffff;
    padding: 28px 26px 28px 56px;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #e73030;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.12);
    border-left-color: #16a34a;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    /* cursor: pointer; */
}
.feature-box:hover .feature-icon{ background: #16a34a; }

/* Icon */
.feature-icon {
    position: absolute;
    left: 18px;
    top: 28px;
    width: 26px;
    height: 26px;
    background: #e73030;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Title */
.feature-box h3 { font-size: 18px; margin-bottom: 8px; color: #0f172a; }
/* Text */
.feature-box p { font-size: 15px; line-height: 1.6; color: #475569; }

/* Highlight OCR Feature */
.highlight-feature { border-left-color: #16a34a;  background: linear-gradient(135deg, #f0fdf4, #dcfce7); }
.highlight-feature .feature-icon { background: #16a34a; }

/* Note */
.feature-note {margin-top: 35px; font-size: 14px; color: #475569; text-align: center; margin-bottom: 0; }
/* .col-md-6 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } */
    /* Container */
.use-cases-section { text-align: center; }
.section-title h2 {
    font-size: 32px;
    margin-bottom: 5px;
    color: #1a1a1a;
    font-weight: 700;
}

/* Grid */
.use-cases-grid {
    display: grid;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
/* Use Case Box */
.use-case-box {
    position: relative;
    background: #ffffff;
    padding: 30px 20px 30px 60px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}
.use-case-box:hover {
    transform: translateY(-8px);
    background: linear-gradient(135deg, #FF8A5C, #E85C6A);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    /* cursor: pointer; */
    fill: #ffffff;
}
.use-case-box:hover p { color: #ffffff; }
.use-case-box:hover .use-case-icon svg { fill: #ffffff; }

/* Icon */
.use-case-icon { position: absolute; top: 33px; left: 20px; font-size: 24px; color: #4caf50; }
.use-case-box .use-case-icon svg { width: 28px; height: 28px; fill: #ed0303; }
.highlight-box .use-case-icon svg { fill: #ffffff; }
.highlight-box .use-case-icon { color: #fff; font-weight: bold;}
.use-case-box h3 { margin-bottom: 12px; font-size: 22px; font-weight: 600; }
.use-case-box p { font-size: 16px; line-height: 1.6; color: #555555;}
.highlight-box h3, .highlight-box p { color: #ffffff; }

        
.faq-section { text-align: center;}
.faq-container { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 20px; }
.faq-section h2 { font-size: 32px; color: #1a1a1a; font-weight: 700;}

.faq-accordion-col .panel-default > .panel-heading .panel-title { font-size: 19px; line-height: 30px; font-weight:700;text-decoration: none; display: block; padding: 19px 50px 10px 0; position: relative; transition:all 0s ease 0s !important; cursor: pointer; }
ul.chs-ftr-list li a {cursor: pointer;}

/* FAQ Box */
.faq-accordion-col .panel-default  {
    background: #ffffff;
    padding: 12px 30px;
    border-radius: 16px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    cursor: pointer;
    text-align: left;
    margin-bottom: 25px;
}
.faq-accordion-col .panel-default:hover { 
    /* transform: translateY(-6px); */
    box-shadow: 0 20px 40px rgba(0,0,0,0.15); 
}
/* Heading with Plus/Minus */
.faq-accordion-col .panel-default  h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
/* .faq-accordion-col .panel-default  h3::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    width: 25px;
    text-align: center;
}
.faq-accordion-col .panel-default .active h3::after { content: "-"; } */
.faq-accordion-col .button-toggle {right: 7px;}
.faq-accordion-col .panel-title .button-toggle::after, .faq-accordion-col .panel-title .button-toggle::before {background-color: #000;}
.red-theme .faq-accordion-col .eachFaq.panel-default.close .panel-title .button-toggle::after {background-color: #000;}
.faq-accordion-col .button-toggle {width: 14px; height: 14px;}
.faq-accordion-col .panel-default > .panel-heading + .panel-collapse > .panel-body {display: inline-block;}

/* Answer */
.faq-accordion-col .panel-default  p {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}
.faq-subtitle { font-size: 18px; color: #555555; margin-bottom: 30px; text-align: center; max-width: 700px; margin: auto; font-weight: 500; }
.faq-accordion-col .panel-default  > .panel-heading .panel-title {padding: 0;}
.faq-accordion-col .panel-default > .panel-heading + .panel-collapse > .panel-body {padding: 0;}
.faq-accordion-col .panel-default > .panel-heading .panel-title {font-weight: 600;}
.faq-accordion-col {padding: 0;}
.faq-accordion-col .panel-default > .panel-heading .panel-title {font-size: 20px;}




.section-cta { background: #EAF0FA; }
    .cta-section {
    padding: 80px 20px;
    background: linear-gradient( 135deg, rgba(240, 81, 17, 0.6), rgba(195, 14, 50, 0.6));
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

/* Optional floating shapes/background patterns */
.cta-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    top: -50px;
    left: -50px;
    z-index: 0;
}

.cta-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    bottom: -100px;
    right: -100px;
    z-index: 0;
}

.cta-container { position: relative; z-index: 1;}
.cta-section h2 { font-size: 28px; font-weight: 700; margin-bottom: 30px; }
.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #2575fc;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    text-decoration: none;
}
.cta-small-text { font-size: 14px; margin-top: 15px; opacity: 0.85; }
.steps-grid { display: grid; gap: 30px; }
.get-apdfe-info-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* .down-btn-col .download-btn { margin-left: 24px; } */
.get-subhead-title { margin-bottom: 20px; }
.down-btn-col { margin-bottom: 35px; }
.get-head-title { margin: 0 0 7px;}
.align-items-center {align-items: center; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
/* get-apdfe-info */
.get-apdfe-info { padding-left: 16px; }
.get-apdfe-info-top {
display: flex;
align-items: center;
gap: 20px;
}
.get-head-title {
color: #010000;
font-size: 35px;
line-height: 40px;
font-weight: 700;
margin: 0 0 7px;
}
.get-subhead-title {
color: #565861;
font-size: 24px;
line-height: 30px;
margin-bottom: 20px;
}
.down-btn-col {
margin-bottom: 35px;
}
.download-btn {
width: 240px;
background: #295ced;
border: none;
color: #ffffff;
margin-right: 4px;
}
.download-btn {
background: #ED0303;
border-color: #ED0303;
}
.download-btn:hover {
background: #e73030;
border-color: #e73030;
text-decoration: none;
color: #fff;
}
.down-btn-col a {
display: inline-block;
border-radius: 64px;
padding: 0;
font-size: 20px;
line-height: 64px;
font-weight: 500;
text-align: center;
}
/* .down-btn-col .download-btn {
margin-left: 24px;
} */
.btnicon-img {
min-width: 34px;
}
.btnicon-img img {
margin-top: -2px;
margin-right: 3px;
}
.cmptbl {
color: #636a79;
font-size: 14px;
font-weight: 400;
margin: 12px 0;
text-align: center;
max-width: 500px;
}
ul.chs-ftr-list {
display: flex;
margin-top: 1rem;
align-items: center;
}
ul.chs-ftr-list li {
    padding-right: 25px;
}
.chs-ftr-list img {
    max-height: 65px;
    width: auto;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
li {
    list-style: none;
}
.cart-hvr, .cart-dfl {
    display: inline-block;
}
.buy-btn {
    width: 190px;
    text-decoration: none;
    border: solid 2px #a3a6ac;
    color: #1b2941;
}
.buy-btn:hover {
    border-color: #e82c24;
    color: #e82c24!important;
    text-decoration: none;
}

.cart-hvr {
    display: none;
}
.buy-btn:hover .cart-hvr {
    display: inline-block;
}
.buy-btn:hover .cart-dfl {
    display: none;
}
.get-apdfe-info .down-btn-col a.buy-btn {
    background: #ffffff;
}
/* get-apdfe-info end */
.hero-section .d-flex {
    display: flex;
    gap: 15px;
}
.hero-section .chs-ftr-list img {
    max-height:55px;
}
.hero-section .chs-ftr-list {
    margin: 0;
    max-width: 220px;
    text-align: center;
    justify-content: center;
}        



        
        @media (min-width: 768px) {
          .use-cases-grid { grid-template-columns: repeat(auto-fit, minmax(calc(50% - 24px), 1fr)); }
          .steps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
          .features-grid { grid-template-columns: repeat(2, 1fr); }
        
        
        }
        @media (min-width: 992px) { 
          
         
         }
        
        
        @media (max-width:575.98px) {
          .features-grid { grid-template-columns: 1fr; }
          .how-it-works-section h2 { font-size: 30px; }
          .features-section h2 { font-size: 28px;}
        }
        
        /* Responsive tweaks */
        @media (max-width: 767.98px) {
        .use-cases-section { padding: 40px 15px; }
        .use-cases-container h2 { font-size: 28px; }
        .use-case-box { padding: 25px 15px 25px 50px; }
        .comparison-section h2 { font-size: 30px; }
        .comparison-table { font-size: 14px; transform: none; }
        .comparison-table tbody td { padding:10px; }
        .comparison-table tbody td::before { content: attr(data-label); font-weight: 600; }
        .faq-section { padding: 40px 15px; }
        .faq-section h2 { font-size: 28px;}
        .hero-section .hero-content { max-width: 430px; margin: auto; }
        .hero-section .hero-cta { align-items: center; }
        .py-5 { padding: 50px 0; }
        .faq-accordion-col .panel-default  h3 { font-size: 16px; }
        .section-title h2 { font-size: 28px; }
        .comparison-subtitle { margin-bottom: 20px; font-size: 16px; }
        .comparison-table thead th { padding: 10px; font-size: 16px;}
        
        .get-apdfe-info { text-align: center; }
        ul.chs-ftr-list {
            display: flex;
            margin-top: 1rem;
            margin-bottom: 1rem;
            max-width: 470px;
            margin-left: auto;
            margin-right: auto;
        }
        .cmptbl {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        }
        /* Responsive */
        @media (max-width:991.98px) {
        
          /* .hero-container { flex-direction: column; text-align: center; } */
          .hero-content { max-width: 100%;}
          .hero-trust-list li { text-align: left; }
          .offline-container { flex-direction: column; text-align: center; }
          .offline-content { max-width: 100%; }
          .highlight-text { text-align: left; }
          .get-head-title, .get-subhead-title { font-size: 18px; line-height: 26px; }
          /* .get-apdfe-info-top { justify-content: center; } */
        }
        

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

  

@media (min-width: 1200px) {
  
  .down-btn-col .common-lnk {
        height: 64px;
    }
    .use-cases-grid { grid-template-columns: repeat(auto-fit, minmax(calc(33.33333% - 24px), 1fr)); }
    .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
    .features-grid { grid-template-columns: repeat(3, 1fr); }
   }


   .header-row {position: static;}
.get-apdfe-info .cmptbl {max-width: 440px;}


   @media screen and (max-width:1199px) {
    .down-btn-col a.buy-btn {line-height: 60px;}
    .hero-content h1 {font-size: 34px;}
    .hero-cta {text-align: center;}
    .hero-cta .d-flex {justify-content: center;}
    .get-head-title {line-height: normal; font-size: 28px;}
    .get-apdfe-info {padding-left: 0;}
    .get-subhead-title {font-size: 20px;}
   }
   @media screen and (max-width:991px) {
    .hero-image {text-align: center;}
    .hero-image img {max-width: 60%;}
    .apdfe-box-img {text-align: center; margin-bottom: 25px;}
    ul.chs-ftr-list {justify-content: center;}
    .down-btn-col {text-align: center;}
    .get-apdfe-info .cmptbl {margin: 12px auto;}
    .get-apdfe-info-top {justify-content: center;}
    .get-subhead-title {text-align: center;}
    .use-case-icon {top: 26px; left: 10px;}
    .use-case-box {padding: 30px 10px 30px 50px;}
   }
   @media screen and (max-width:767px) {
    .hero-content h1 {font-size: 30px;}
    .get-head-title {text-align: left;}
    .get-head-title br {display: none;}
    .faq-accordion-col .panel-default > .panel-heading .panel-title {font-size: 16px;}
    .use-case-box h3 {font-size: 20px;}
    .hero-image {display: none;}
    .py-5 {padding: 30px 0 !important;}
    .faq-accordion-col .button-toggle {top: 5px;}
    .get-head-title {font-size: 22px;}
    .get-subhead-title {font-size: 18px;}
    
   }
   @media screen and (max-width:479px) {
    .get-apdfe-info-top .logo-icon {display: none;}
    .get-head-title {text-align: center;}
    .hero-content h1 {font-size: 26px;}
    .hero-content h1 span {font-size: 20px !important;}
    ul.chs-ftr-list li {padding-right: 10px;}
    .down-btn-col a.buy-btn {width: 240px;}
    .hero-cta .d-flex {display: inline-block !important;}
    .hero-section .chs-ftr-list {margin-top: 15px;}
    .comparison-table thead th {font-size: 15px;}
    .comparison-table thead tr:first-child th:last-child {min-width: 138px;}
    .comparison-table thead tr:first-child th:first-child {min-width: 120px;}
    .faq-accordion-col .panel-default > .panel-heading .panel-title {line-height: 24px;}
   }