.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
}
.hero-area9 {
    display: flex;
    align-items: center;
    min-height: 80vh;
    position: relative;
    /* background-image: linear-gradient(#f4a71d24 100%, #fff); */
    background: linear-gradient(
2deg, #201549 0%, #120a23 100%);
}
.hero-area9::after {
  display: none;
}
/* .header-area {
    padding: 12px 0;
    position: unset;

} */
.header-area.header-area9 {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* .header-area {
   position: unset;
} */
.header-area.header-area9 .header-elements .main-menu-ex {

    background-color: transparent;

}
.header-area.header-area9 .header-elements .main-menu-ex ul li a {
    color: #ffffff;
    font-size: 18px;
    display: block;
    font-weight: 400;
    padding: 10px 15px;
    transition: all 0.3s;
}
.theme-btn15 {
    background: #1e4284;
    font-size: 14px;
    padding: 15px 20px;
}
.header-area9.sticky .defaultLogo {
    display: block;
}
.header-area9.sticky .whiteLogo {
    display: none;
}
.header-area.header-area.sticky .main-menu-ex ul li a {
    color: #000000;
}
/* .hero-area9 .main-heading {
    padding-top: 0;
} */
.hero-area9 .main-heading {
    padding-top: 0;
    position: relative;
    z-index: 2;
    padding: 75px 0 40px;
}
.hero-area9 .main-images {
    height: 520px;
    position: relative;
    margin-right: -30px;
    margin-top: 0;
}
.hero-area9 h1.MainTitle {
    color: #ffffff;
    font-size: 65px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 15px;
}
.text-linear {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffcd36 17%, #abffae 91%);
    -webkit-background-clip: text;
    background-clip: text;
    padding-right: 2px;
}
.hero-area9 .main-heading span.span {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background-color: #ffffff00;
    border-radius: 111px;
    padding: 8px 10px;
    display: inline-flex;
    margin-bottom: 16px;
    text-transform: none;
    border: 1px solid #311d68;
    align-items: center;
    gap: 8px;
}
.client-content.hero img {
    filter: invert(1);
}
.hero-area9 .main-heading span.span iconify-icon {
    color: #000000;
    padding: 5px;
    background: #FFC107;
    border-radius: 50px;
}
.hero-area9 .main-heading p {
    color: #dedede;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 70%;
    margin: 0 auto 25px;
}
a.theme-btn15.themebtnblue {
    /* background: #112e66; */
    text-transform: none;
    gap: 10px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(45deg, #FFC107, #FFC107);
}
a.theme-btn15.themebtnOrange {
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    font-weight: 500;
    text-transform: none;
}
.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
   .client-wrapper.hero {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 35px;
}
.client-content.hero {
    text-align: justify;
}
.hero-bg-icon-wrap {
    justify-content: space-between;
    display: flex;
    position: absolute;
    inset: 0%;
    top: 40%;
}
.hero-bg-icon-content {
    justify-content: center;
    align-items: center;
    display: flex;
}
.theme-btn15:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
    background: #112e66;
    color: #fff;
}




/*  */
section.systemingo {
    padding: 60px 0;
}
.topSection {
    margin-bottom: 50px;
}
.SectionAction {
    text-align: end;
}
.topSection .row{
    align-items: center;

}
.heading7 .titlety span.span {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background-color: #fdf2df00;
    border-radius: 111px;
    padding: 8px 10px;
    display: inline-flex;
    margin-bottom: 0;
    text-transform: none;
    border: 1px solid #b6b6b6;
    align-items: center;
    gap: 8px;
}
.heading7 .titlety span.span iconify-icon {
    color: #000000;
    padding: 5px;
    background: #FFC107;
    border-radius: 50px;
}
/* * Unique section wrapper */
 .workflow-section {
    /* max-width: 1200px; */
    margin: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 50px; */
    border: 1px solid #d8d8d8;
}
    /* Text Card Styling */
   .workflow-card {
    padding: 40px;

}

.firstCard {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
    .workflow-label {
      display: inline-block;
      background: #f3f4f6;
      color: #444;
      font-size: 13px;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 6px;
      margin-bottom: 18px;
    }

    .workflow-heading {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 12px;
      color: #111;
      line-height: 1.4;
    }

    .workflow-desc {
      font-size: 15px;
      color: #666;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    .workflow-stats {
      display: flex;
      gap: 60px;
      flex-wrap: wrap;
    }

    .stat {
      font-size: 30px;
      font-weight: bold;
      color: #e63946;
      display: block;
    }

    .stat-label {
      font-size: 14px;
      color: #333;
      margin-top: 5px;
    }

    /* Image Mockup Placeholders */
.SecondCard {
    border-bottom: 1px solid #d8d8d8;
    padding: 50px;
}
.thirdCard{
    /* border-bottom: 1px solid #d8d8d8; */
    padding: 50px;
}
.FourthCard {
    border-left: 1px solid #d8d8d8;
}
    /* Responsive */
    @media (max-width: 900px) {
    .workflow-section {
    grid-template-columns: 1fr;
    grid-gap: 18px;
}
    }


    /************************
    One More Section Accrodion
    **********************/
section.AccordionContent {
    padding: 60px 0px 40px;
    background: aliceblue;
}
    .main-row {
    /* min-height: 100vh; */
    margin: 0;
}

/* Left Column Styles */
.left-column {
    padding: 0px 40px 0 0;
    /* background-color: #ffffff; */
    display: flex;
    /* align-items: center; */
}
.main-content {
    width: 100%;
    max-width: 600px;
}

.main-headingK {
    font-size: 4em;
    font-weight: 400;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 60px;
    letter-spacing: -0.02em;
}

.cloze-text {
    color: #1a1a1a;
}

.section-description {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}

.purple-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FF9800 0%, #FF5722 100%);
    margin-bottom: 40px;
}

.feature-line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

/* Accordion Styles */
.accordion {
    margin-top: 40px;
}

.accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 30px;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: -0.01em;
    box-shadow: none;
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #FF9800;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    display: none;
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    padding: 20px 0 0 0;
}

/* Right Column Styles */
.right-column {
    padding: 0;
    /* background-color: #f8f9fa; */
    display: flex;
    align-items: flex-start;
}

.right-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.profile-section {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 15px;
}

.profile-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    display: flex;
    align-items: unset;
    flex-direction: column;
    gap: 0;
}

.profile-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
}

.profile-email {
    font-size: 0.95rem;
    color: #666666;
}

.customer-details {
    margin-top: 20px;
}

.details-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.detail-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 0.95rem;
    color: #666666;
}

/* Testimonial Card */
.testimonial-card {
    background-color: #112e66;
    border-radius: 16px;
    padding: 24px;
    color: #ffffff;
}

.stars {
    margin-bottom: 16px;
}

.star {
    color: #fbbf24;
    font-size: 1.2rem;
    margin-right: 2px;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.author-company {
    font-size: 0.85rem;
    color: #d1caca;
}

/* Bottom Profile */
.bottom-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.online-indicator {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
}

.small-profile-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-text {
    display: flex;
    flex-direction: column;
}

.profile-status {
    font-size: 0.85rem;
    font-weight: 500;
    color: #666666;
}

.profile-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 991px) {
    .main-heading {
        font-size: 3.5rem;
    }

    .left-column, .right-column {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .main-heading {
        font-size: 2.8rem;
        margin-bottom: 40px;
    }

    .left-column, .right-column {
        padding: 30px 20px;
    }



    .profile-section {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    }
}

@media (max-width: 575px) {
    .main-heading {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .feature-title {
        font-size: 1.3rem;
    }
}


  /* Stats Section */
.stats-section {
    border-top: 1px solid #e0e9f1;
    /* border-bottom: 1px solid #e0e9f1; */
    /* background: #fff; */
    padding: 50px 20px 0;
    margin-top: 45px;
}

    .stats-container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      text-align: center;
      gap: 20px;
    }

    .stat-item {
      color: #1a0066; /* deep navy/purple */
    }

    .stat-item .stat-number {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 6px;
    }

.stat-item .stat-number {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

    /* Responsive */
    @media (max-width: 900px) {
      .stats-container {
        grid-template-columns: 2fr 2fr;
        row-gap: 30px;
      }
    }

    @media (max-width: 600px) {
      .stats-container {
        grid-template-columns: 1fr;
      }
    }

    .FeatureSection {
    padding: 60px 0;
}

.CTAsection {
    padding: 50px 0;
    background: #3F51B5;
    background-image: linear-gradient(
0deg, #3F51B5 17%, #0f70bd 91%);
}

/* ================================
   ModernModalWrapper Scoped Styles
   ================================ */
.ModernModalWrapper {

  /* Background Gradient */
  .bg-gradient {
      background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
  }

  /* Typography */
  .main-title {
      font-size: 3.5rem;
      font-weight: 700;
      background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 1rem;
      line-height: 1.2;
  }

  .main-subtitle {
      font-size: 1.25rem;
      color: #64748b;
      margin-bottom: 2rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
  }

  /* Get Started Button */
  .theme-btn15 {
      background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
      color: white;
      padding: 16px 32px;
      border: none;
      border-radius: 12px;
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
  }

  .theme-btn15:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 35px rgba(37, 99, 235, 0.4);
      background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
      color: white;
      text-decoration: none;
  }

  .theme-btn15 span {
      display: inline-flex;
      align-items: center;
      transition: transform 0.3s ease;
  }

  .theme-btn15:hover span {
      transform: translateX(4px);
  }

  /* Modal Styles */
  .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      padding: 20px;
      animation: fadeIn 0.3s ease-out;
  }

  .modal-overlay.show {
      display: flex;
  }

  .modal-container {
      background: white;
      border-radius: 20px;
      max-width: 900px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
      animation: slideUp 0.3s ease-out;
      position: relative;
  }

.modal-header {
    padding: 40px 40px 20px 40px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    flex-direction: column;
    align-items: baseline;
}

  .modal-title {
      font-size: 2.25rem;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 8px;
  }

  .modal-subtitle {
      font-size: 1.1rem;
      color: #64748b;
      margin-bottom: 0;
  }

  .modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #f1f5f9;
      border: none;
      border-radius: 10px;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      color: #64748b;
  }

  .modal-close:hover {
      background: #e2e8f0;
      color: #374151;
  }

  .modal-content {
      padding: 40px;
  }

  /* Platform Cards */
  .platform-card {
      background: white;
      border: 2px solid #e2e8f0;
      border-radius: 16px;
      padding: 32px;
      cursor: pointer;
      transition: all 0.3s ease;
      height: 100%;
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
      display: block;
      text-decoration: none;
      color: inherit;
  }

  .platform-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, transparent, transparent);
      transition: all 0.3s ease;
  }

  .platform-card:hover {
      border-color: #3b82f6;
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
      text-decoration: none;
      color: inherit;
  }

  .platform-card:hover::before {
      background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  }

  .card-icon {
      width: 64px;
      height: 64px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      transition: all 0.3s ease;
      font-size: 32px;
  }

  .card-icon.inventory {
      background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
      color: #2563eb;
  }

  .card-icon.softpos {
      background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
      color: #7c3aed;
  }

  .platform-card:hover .card-icon {
      transform: scale(1.1);
  }

  .card-content {
      flex-grow: 1;
  }

  .card-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 12px;
  }

  .card-description {
      color: #64748b;
      line-height: 1.6;
      margin-bottom: 20px;
      font-size: 0.95rem;
  }

  .card-features {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 20px;
  }

  .feature-badge {
      background: #f1f5f9;
      color: #475569;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 500;
  }

  .card-arrow {
      position: absolute;
      top: 24px;
      right: 24px;
      color: #94a3b8;
      transition: all 0.3s ease;
      font-size: 20px;
  }

  .platform-card:hover .card-arrow {
      color: #3b82f6;
      transform: translateX(4px);
  }

  /* Animations */
  @keyframes fadeIn {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }

  @keyframes slideUp {
      from {
          opacity: 0;
          transform: translateY(40px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .main-title {
          font-size: 2.5rem;
      }

      .modal-header {
          padding: 30px 20px 20px 20px;
      }

      .modal-title {
          font-size: 1.75rem;
      }

      .modal-content {
          padding: 20px;
      }

      .platform-card {
          padding: 24px;
          margin-bottom: 16px;
      }

      .card-title {
          font-size: 1.25rem;
      }

      .theme-btn15 {
          padding: 14px 28px;
          font-size: 1rem;
      }
  }

  @media (max-width: 576px) {
      .main-title {
          font-size: 2rem;
      }

      .modal-container {
          margin: 10px;
          border-radius: 16px;
      }

      .feature-badge {
          font-size: 0.8rem;
          padding: 3px 10px;
      }
  }
}






/* =============================
   Responsive for max-width: 767px (Mobile)
   ============================= */
@media (max-width: 767px) {

  /* Hero Section */
.hero-area9 {
    flex-direction: column;
    min-height: auto;
    padding: 50px 0px;
    text-align: center;
}

 .hero-area9 .main-heading {
    padding-top: 50px;
    margin-bottom: 0;
}
.hero-area9 h1.MainTitle {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 0;
}

.hero-area9 .main-heading p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

  .hero-area9 .main-images {
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .buttons {
    /* flex-direction: column; */
    gap: 10px;
    margin-top: 20px;
  }

  /* Client Logos */
.client-wrapper.hero {
    /* flex-wrap: wrap; */
    margin-top: 20px;
    gap: 10px;
}
.client-content.hero div {
    font-size: 14px;
}
  /* Workflow Section */
  .workflow-section {
    grid-template-columns: 1fr;
    border: none;
  }
.workflow-card, .SecondCard, .thirdCard, .FourthCard {
    padding: 25px 20px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    border: 1px solid #d8d8d8;
}
  /* .workflow-card:last-child {
    border-bottom: none;
  } */

  .workflow-heading {
    font-size: 20px;
  }
  .workflow-desc {
    font-size: 14px;
  }

  /* Accordion Section */
  .main-row {
    flex-direction: column;
  }
 .left-column, .right-column {
    padding: 0;
}

  .main-headingK {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .accordion-button {
    font-size: 1.2rem;
  }

  /* Profile / Testimonial */
  .profile-section,
  .testimonial-card,
  .bottom-profile {
    padding: 15px;
  }
  .profile-name {
    font-size: 1rem;
  }
  .profile-email {
    font-size: 0.85rem;
  }

  /* Stats Section */
  .stats-container {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .stat-item .stat-number {
    font-size: 32px;
  }

  /* General Typography Adjustments */
  .section-description {
    font-size: 1rem;
  }
  .heading7 .titlety span.span {
    font-size: 14px;
    padding: 6px 8px;
  }
  .mobile-sidebar.mobile-sidebar4 {
    background-color: #ffffff !important;
}

.hero-area9 .main-heading span.span {
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.theme-btn15 {
    font-size: 14px;
    padding: 12px 15px;
    text-transform: none;
}
.hero-bg-icon-wrap {
    display: none;
}
section.systemingo {
    padding: 40px 0;
}
.SectionAction {
    text-align: justify;
    margin-top: 15px;
}
.topSection {
    margin-bottom: 30px;
}
.workflow-stats {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
section.AccordionContent {
    padding: 30px 0;
}
.stats-section {
    border-top: 1px solid #e0e9f1;
    /* border-bottom: 1px solid #e0e9f1; */
    /* background: #fff; */
    padding: 40px 20px 0;
    margin-top: 40px;
}
.FeatureSection {
    padding: 40px 0;
}
.TestimonialSection {
    padding: 40px 0 30px;
    border-top: 1px solid #ececec;
}
}
