.aixesystem_price_module {
  background: #000;
  padding: 80px 20px 20px;
  color: #fff;
  font-family: Inter, sans-serif;
}
.ribbon {
  position: absolute;
  top: 20px;
  right: -40px;
  background: #f97316;
  color: #fff;
  padding: 6px 40px;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 600;
}

.price_container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; margin-top:60px;
}

.price_card {
  background: linear-gradient(180deg, #111827, #020617);
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column; overflow:hidden;
}

.price_card h3 {
  font-size: 22px; font-weight:bold; padding:12px; margin-left:-30px;
  margin-bottom: 15px;
background: linear-gradient(90deg,rgba(13, 110, 253, 1) 29%, rgba(0, 0, 0, 0.04) 75%);
}

.price {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

.price span {
  font-size: 14px;
  color: #94a3b8;
}

.price_card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.price_card ul li {
  margin-bottom: 12px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  color: #e5e7eb;
}

.price_card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-size: 12px;
}



.btn.primary {
  background: #2563eb;
  color: #fff;
}

.btn.secondary {
  border: 1px solid #334155;
  color: #e5e7eb;
}

.featured {
  border: 1px solid #2563eb;
  box-shadow: 0 0 50px rgba(37, 99, 235, 0.35);
  
}



/* RESPONSIVE */
@media (max-width: 991px) {
  .price_container {
    grid-template-columns: 1fr;
  }

  .featured {
    transform: none;
  }
}








.request-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cta-profit {
  padding: 100px 20px;
 background: linear-gradient(
  180deg,
  #1a1a1a,
  #000000
);
  text-align: center; border-bottom:1px solid #191919;
border-top:1px solid #191919;
}

.cta-profit__container {
  max-width: 1000px;
  margin: 0 auto;
}

.cta-profit__heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 24px;
}

.cta-profit__break {
  display: none;
}

.cta-profit__text {
  font-size: 18px;
  line-height: 1.7;
  color: #c7d0f5;
  max-width: 760px;
  margin: 0 auto 48px;
}

.cta-profit__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-profit__btn {
  min-width: 220px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.cta-profit__btn--primary {
  background: #ffffff;
  color: #1a2b6d;
}

.cta-profit__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.25);
}

.cta-profit__btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-profit__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  .cta-profit {
    padding: 80px 16px;
  }

  .cta-profit__heading {
    font-size: 40px;
  }

  .cta-profit__break {
    display: block;
  }

  .cta-profit__text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .cta-profit__heading {
    font-size: 32px;
  }

  .cta-profit__btn {
    width: 100%;
  }
}



.usecase-wrap {
    display: flex;
    gap: 60px;
    padding: 80px 20px;
    color: #fff;
    align-items: center;
}

/* LEFT */
.usecase-left {
    flex: 1;
}

.uc-label {
    color:#3163e3 !important; font-size:16px !important; font-weight:bold !important;
    letter-spacing: 1px;
    }

.usecase-left h2 {
    color:#fff; font-size:21px; 
    font-weight:bold;
    margin: 2px 0 32px;
}

.uc-item {
    margin-bottom: 28px;
border-left: 2px solid #3163e3;
  padding-left: 25px;
}

.uc-item h4 {
    font-size: 17px;
    margin: 6px 0; color:#fff !important; 
}

.uc-item p {
    font-size: 14px;
    color: #b1b5c4;
    line-height: 1.6;
}

.uc-badge {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    float: left; margin-right:10px;
}

.uc-badge.red { background:#ff4d4f; }
.uc-badge.yellow { background:#f5a623; }

.uc-link {
    color: #6ea8fe;
    font-size: 14px;
    text-decoration: none;
}

/* RIGHT */
.usecase-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.mock-card {
    width: 420px;
    height: 320px;
background:
      linear-gradient(180deg, #101420, #0b0e17),
      url('https://aixesystem.com/wp-content/themes/twentytwentyfive-child/assets/bg-img-chart.png');

    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, contain;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

/* Alert Toast */
.alert-toast {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #0e1320;
    border: 1px solid #1f2640;
    padding: 14px;
    border-radius: 10px;
    font-size: 13px;
}

.alert-toast strong {
    font-size: 11px;
    color: #ff5c5c;
}

.alert-toast p {
    margin: 6px 0 10px;
    color: #c7cad7;
}

.danger { color:#ff5c5c; }

.actions {
    display: flex;
    gap: 10px;
}

.actions button {
    background: transparent;
    border: 1px solid #2a3050;
    color: #c7cad7;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
}

.actions .primary {
    background: #ff4d4f;
    border-color: #ff4d4f;
    color: #fff;
}

/* MOBILE */
@media (max-width: 900px) {
    .usecase-wrap {
        flex-direction: column;
        padding: 40px 20px;
    }
}


.feature-card i{background:#10192a;padding:8px; border:1px solid #181e26; color:#fff; margin-bottom:15px; border-radius:7px;}
.feature-card h4{color:#fff !important;}
#footer{display:none;}
.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008a;display:flex;align-items:center;justify-content:center;z-index:9999;}
.popup-box{background:#fff;padding:25px;border-radius:10px;width:350px;max-width:90%;position:relative;}
.close-popup{position:absolute;right:15px;top:10px;font-size:22px;cursor:pointer;}
.popup-box input{width:100%;margin-bottom:10px;padding:8px;border:1px solid #ccc;}




.mar-hero{margin-top:8% !important;}
.hero-section{ 
    padding:20px 0px 20px;
 
}

.hero-text h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2; color:#fff !important;
}
.hero-text p{
    font-size: 16px;
    color: #555;
    max-width: 550px;
}
.hero-image{
    background: #0b0b0b;
    border-radius: 12px;
    padding: 0px 30px; border:1px solid #1a1b1e;
     
}
.hero-image img{
    width: 100%;
    border-radius: 10px;
}
.fw-semibold{color:#2a6df4; font-size:16px;}
.btn-demo{
    background:#2a6df4;
    color:#fff;
    padding:10px 22px;
}
.btn-demo:hover{
    background:#1954c9;
    color:#fff;
box-shadow: 0 0 120px rgba(59, 130, 246, 0.5);
}

 /* Cards wrapper to add spacing */
    .feature-card1 {
      background:#fff;
      border-bottom:5px solid #ccc;
      border-radius: 10px;
      padding: 23px 22px;
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      gap: 18px;
      
      transition: transform .18s ease, box-shadow .18s ease;
      position: relative;
      overflow: hidden;
    }

    

    /* thin blue accent near top-left (like your image) */
    .feature-card1::before{
      content: "";
      position: absolute;
      top: 20px;
      left: 22px;
      width: 100px;
      height: 3px;
      background: #999;
      border-radius: 2px;
      opacity: 0.95;
    }

    .card-title1 {
      font-weight: 700;
      letter-spacing: .4px;
      font-size: 1.05rem;
      color: #000;
      margin-bottom: 6px;
    }

    .card-icon {
      width: auto;
      height: auto; padding:10px;
      display: inline-grid;
      place-items: center;
      border-radius: 8px;
      background: rgba(255,255,255,0.02);
      border: 1px solid #ccc; margin-top:10px;
    }

    .card-body-text1 {
      color: #525252;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    /* small icon + headline row */
    .card-head-row1 {
      display:flex;
      align-items:center;
      gap:12px;
    }

    /* ensure good spacing on small screens */
    @media (max-width: 767.98px){

.mob-hide-aixe{display:none;}
    
      .feature-card1 {
        min-height: auto;
        padding: 20px;
      }
      .mob-space-mar{margin-left:10px !important;}
    }


.btn-primary {
  
  padding: 10px 20px !important;
}
@media(max-width:767px)

{
.language-btn{margin-left:0px !important; margin-top:10px;}
.text-muted{font-size:12px;}
.hero-section{ 
    padding:0px;}
body{margin:22% 5%;}
.hero-text h1 {
    font-size: 21px;
}
.logo-box{
    height:40px !important;}
.logo-box img{ width:170px !important; padding:10px !important; margin-top: 5px; }
.mob-space{padding:0px 10px !important;}
}
.text-primary{background: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important; color:#fff !important; border:0px !important; padding:9px 15px;}
h4{font-weight:bold; font-size:19px; color:#000 !important;}
.navbar .btn {
  border-radius: 30px !important; font-size:14px;
  }
:root{
  --bg:#ffffff;
  --primary:#000;
  --darkBlue:#17294d;
  --grey:#eef1f6;
  --muted:#6c7380;
  --accent:#345bff;
}
body{
  background:#000000;
  font-family:"Inter",sans-serif;
  color:#0d1b3b;
  overflow-x:hidden;
}

/* Smooth Animation Base */
*{ transition:0.4s ease; }

/* Navbar */
.navbar{
  background:var(--primary);
  border:1px solid #151515;
  transition:0.4s ease;
}

.navbar.scrolled{
  background:#000;
  padding-top:5px;
  padding-bottom:5px;
  border:1px soid #151515;
}

@keyframes fadeDown{
  from{opacity:0; transform:translateY(-20px);}
  to{opacity:1; transform:translateY(0);}
}
.navbar a{color:#fff!important; font-weight:500;}
.navbar .btn{border-radius:8px; font-weight:600;}
.navbar .btn:hover{ transform:scale(1.05); }

/* Hero */
.hero{
  background:var(--grey);
  border-radius:14px;
  padding:20px;
  text-align:center;
margin-top:110px;
}
.hero img{
  width:100%;
  border-radius:12px;
  animation:zoomIn 1.3s ease;
}
@keyframes zoomIn{
  from{transform:scale(1.1); opacity:0;}
  to{transform:scale(1); opacity:1;}
}

/* Features */
.feature-card{
  color:#525252 !important;
  padding:25px; 
  border-radius:12px;
  min-height:210px; height:auto; font-size:14px;
  transform:translateY(20px);
}
.feature-card:hover{
  transform:translateY(-5px) scale(1.03);
  box-shadow:0 8px 18px rgba(0,0,0,0.2);
}

/* Use Cases */
.use-card img{
  border-radius:12px;
}

hr{width:7%; margin:auto; height:4px; margin-bottom:15px; background:#1481f8; border:0px; opacity:9 !important;}
.use-card:hover{
  transform:translateY(-6px);
}
.feature-card img{margin-bottom:20px;}
/* Pricing */
.price-card{
  background:#161616;
  border:1px solid #1c2023;
  padding:30px; height:500px !important;
  border-radius:12px;
  box-shadow:0px 4px 18px rgba(0,0,0,0.05);
  text-align:center; color:#fff;
}
.price-card:hover{
  transform:translateY(-10px);
  box-shadow:0px 10px 28px rgba(0,0,0,0.12);
 
}
.price-card.recommended{border:1px solid var(--accent);}

.price-card h2{font-size:25px; font-weight:700; color:#fff; border-top:1px solid #222222; border-bottom:1px solid #222222;  border-radius:30px; padding:10px; margin-bottom:20px;margin-top:30px;}

/* Logos */
.logo-box{
  background:#f1f4fa;
   margin:5px; height:50px; border:1px solid #ccc;
  border-radius:8px;
  animation:fadeUp 1.5s ease;
}
.logo-box img{ padding:10px; width:100%; }
@keyframes fadeUp{
  from{opacity:0; transform:translateY(20px);}
  to{opacity:1; transform:translateY(0);}
}

/* Buttons Animation*/
.btn-primary{border-radius:30px; padding:10px;}
.btn-primary:hover{
  opacity:0.9;
  transform:scale(1.05);
}
.btn-outline-dark:hover{
  color:#fff;
  transform:scale(1.05);
}

/* Footer */
footer{
  background:var(--primary);
  padding: 30px 0px 10px;
  margin-top:0px;
  color:white;
  animation:fadeUp 1.2s ease;
}
.para1{font-size:14px;}
.list-unstyled ul li{padding:20px 0px !important;}

/* Page Loader Styling */
#pageLoader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0; left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Loader Animation */
.loader{
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin{
    100%{ transform: rotate(360deg); }
}
.feature-wrap{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.feature-left{
  flex:6;
  border-left:2px solid #3163e3;
  padding-left:25px;
}

.feature-left h3:first-child{
  color:#3163e3;
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
}

.feature-left h3:last-child{
  color:#fff;
  font-size:21px;
  margin:0;
}

.feature-right{
  flex:4;
  color:#696d77;
}

/* Mobile Responsive */
@media (max-width:768px){
.btn{width:100% !important;}
body{margin-top:12%; padding-top:5%}
.feature-card {
  padding: 25px 0px !important;}
.btn-outline-secondary{margin-top:10px;}
  .feature-wrap{
    flex-direction:column;
  }

  .feature-left{
    border-left:none;
    padding-left:0;
  }

  .feature-left h3:last-child{
    font-size:18px;
  }

  .feature-right{
    font-size:14px;
  }
}

.mt-4 {
  margin-top: 2.5rem !important;
}

.btn-grey{background:#131315 !important; padding:10px; border-radius:6px; Color:#fff !important; border: 1px solid #525252 !important; }
.btn-grey:hover{box-shadow: 0 0 120px #525252; border: 1px solid #1a1b1e;}
.btn-b:hover{box-shadow: 0 0 120px #528afb; }

.aixesystem_price_module_table {
  background: #000;
  padding: 80px 20px;
  color: #fff;
  font-family: Inter, sans-serif;
}

.table_wrapper {
  max-width: 1200px;
  margin: auto;
}

.table_header {
  text-align: center;
  margin-bottom: 40px;
}

.table_header h2 {
  font-size: 2em; font-weight:bold;
  margin-bottom: 10px;
}

.table_header p {
  color: #94a3b8;
  font-size: 14px;
}

.pricing_table {
  background: #161616;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0,0,0,0.6);
}

.table_row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 18px 25px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  align-items: center;
}

.table_head {
  background: rgba(255,255,255,0.03);
  font-weight: 600;
}

.table_row:last-child {
  border-bottom: none;
}

.table_row div {
  font-size: 14px;
  color: #e5e7eb;
}

.table_row div:first-child {
  color: #cbd5f5;
}

.highlight {
  color: #3b82f6;
}

.bold {
  font-weight: 600;
}

.check::before {
  content: "✔";
  color: #3b82f6;
  margin-right: 8px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .table_row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .table_head {
    display: none;
  }

  .table_row div {
    font-size: 13px;
  }

  .table_row div::before {
    content: attr(data-label);
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 3px;
  }
}
p.footer-legal-links{ color:#525252; padding:0px !important; margin-bottom:0px !important;}
p.footer-legal-links a{ color:#525252; font-size:14px; text-decoration:none; margin-bottom:0px !important;}
p.footer-legal-links a:hover{text-decoration:underline}
.language-btn{margin-left:10px; border:1px solid #333;padding:6px; border-radius:5px;}

.navbar-toggler:focus{box-shadow:none !important; outline: none !important;}

/* ============================= */
/* MOBILE NAVBAR FINAL FIX */
/* ============================= */
@media (max-width: 991px){

  /* Navbar height fix */
  .navbar{
    position: relative;
    min-height: 0px !important;
border:none !important;
background:transparent !important;
  }

  /* Center logo – hamesha navbar me rahe */
  .navbar-brand{
    position: absolute;
    left: 50%;
    top: -57px;
    transform: translateX(-50%);
    z-index: 1002;
    pointer-events: none; /* menu click issue fix */
  }

  /* Hamburger left */
  .navbar-toggler{
    position: absolute;
    left: -6px;
    top: -30px;
    transform: translateY(-50%);
    z-index: 1003;
  }

  /* Default icon background remove */
  .navbar-toggler-icon{
    background-image: none !important;
  }

  /* Collapse menu BELOW navbar */
  .navbar-collapse{
    position: relative;
    margin-top: 0px !mportant;
    padding: 33px;
    background: #242527;
    z-index: 1001; margin-left:-50px !important; border-radius:0px 10px 10px 0px;
  }




.hero-section {
    margin-top: 0px !important;
  }
.ms-auto {
  
  margin-top: -18px !important;
}
}
