/* modern variables */
#aipage :root {
  --primary-deep: #0a2b3e;
  --primary-ocean: #003559;
  --accent-gold: #f0a34b;
  --gray-bg: #f8fafc;
  --card-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
}

#aipage .readypage h2 {
  font-size: 32px;
}

#aipage .readypage p {
  font-size: 20px;
}

.h5, h5 {
    font-size: 20px;
}
.whychoose h2{
  font-size:40px;
}
#aipage .sectionpadding {
  padding: 80px 0px;
}

#aipage .btn_new {
  color: #fff;
  background: linear-gradient(105deg, #fe6216, #fe6216);
}

#aipage .int-faq-ptb {
  padding: 100px 0px;
}

#aipage .bg-custum {
  background: #edecec;
}

#aipage .tp-section-title span {
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
}

#aipage .sideimage {
  position: sticky;
  top: 0px;
}

#aipage .sideimage img {
  width: 100%;
  height: 100%;
}

#aipage .contentallnmew {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #fff;
}

#aipage .sideimage:before {
  content: "";
  background-image: url(./ser-layer-dark.png);
  border-radius: 0 0 20px;
  width: 91px;
  height: 79px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Section */
#aipage .faq-section {
  padding: 100px 0;
}

#aipage .faq-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}

/* Accordion Item */
#aipage .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 6px 40px;
  border-radius: 24px !important;
  background-color: #f4f4f5;
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  margin-bottom: 10px;
}

/* Button */
#aipage .accordion-button {
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: none;
  width: 100%;
}

/* Remove default arrow */
#aipage .accordion-button::after {
  display: none;
}

/* Number */
#aipage .faq-number {
  font-size: 16px;
  color: #888;
  min-width: 40px;
}

/* Icon */
#aipage .faq-icon {
  margin-left: auto;
  transition: 0.3s;
}

/* Rotate icon when open */
#aipage .accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}

#aipage .int-team-bg {
  position: relative;
  z-index: 1;
}

#aipage .int-team-bg::after {
  position: absolute;
  content: "";
  bottom: -3%;
  right: 0;
  width: 400px;
  height: 400px;
  filter: blur(150px);
  border-radius: 1123.7px;
  background: linear-gradient(180deg, rgba(160, 32, 240, 0.35) 0%, rgba(0, 255, 209, 0.35) 100%);
  z-index: -1;
}

/* Body */
#aipage .accordion-body {
     padding: 0 0 25px 60px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    background: transparent;
    min-height: max-content;
}

#aipage .am-faq-wrapper .accordion-items {
  border-bottom: 1px solid #0d0d0d;
}

#aipage .accordion-button:hover,
#aipage .accordion-button:active,
#aipage .accordion-button:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
}
#aipage .accordion-butto{
        border: 0px;
    width: 100%;
}
/* Active style */
#aipage .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-sizing: content-box;
  box-shadow: none;
      border: 0px;
    width: 100%;
}

/* Smooth animation */
#aipage .accordion-collapse {
  transition: all 0.4s ease;
}

#aipage .whychoose {
  background: linear-gradient(to left, #0a2b3e, #0a2b3e91), url(./aibgimage.png);
  background-size: cover;
  background-position: left;
}

/* ---------- HERO SECTION (VIDEO + NEW LAYOUT) ---------- */
#aipage .hero-x {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  color: white;
}

#aipage .hero-x video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}

#aipage .hero-x .overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

#aipage .hero-content {
  position: relative;
  z-index: 2;
  
    margin: auto;
  text-align: center;
  padding-top: 18vh;
}

#aipage .hero-badge-modern {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  display: inline-block;
  padding: 6px 18px;
  border-radius: 60px;
  font-size: 13.6px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#aipage .hero-title {
     font-size: 49.8px;
    font-weight: 800;
    line-height: 1.2;
    width: 100%;
}

#aipage .hero-title span {
  background: linear-gradient(105deg, #fe6216, #fe6216);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#aipage .hero-sub {
  max-width: 680px;
  margin: 20px auto;
  font-size: 19.2px;
  opacity: 0.9;
}

#aipage .btn-group-flex {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 40px;
}

#aipage .btn-prime {
  background: linear-gradient(105deg, #fe6216, #fe6216);
  color: white;
  padding: 12px 30px;
  border-radius: 44px;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  border: none;
}

#aipage .btn-prime:hover {
  background: linear-gradient(105deg, #0e5b85, #0a3e5a);
  transform: translateY(-2px);
  color: white;
}

#aipage .btn-outline-light {
  font-size: 16px;
  border: 2px solid white;
  background: transparent;
  padding: 12px 28px;
  border-radius: 44px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

#aipage .btn-outline-light:hover {
  background: white;
  color: #0a2b3e!important;
}

#aipage .trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  width: fit-content;
  margin: 0 auto;
  padding: 12px 32px;
  border-radius: 80px;
}

#aipage .trust-strip span i {
  margin-right: 6px;
  color: #f0a34b;
}

/* section headers */
#aipage .section-badge {
  background: #e9f0f5;
  padding: 4px 16px;
  border-radius: 40px;
  font-size:13.8px;
  font-weight: 600;
  color: #1a5f7a;
  display: inline-block;
}

#aipage .section-title {
  font-size: 40px;
  font-weight: 600;
  margin: 16px 0 12px;
}

#aipage .section-title span {
  color: #003559;
  font-weight: 700;
}

/* pain points reimagined */
#aipage .pain-grid-x {
  display: flex;
  flex-direction: column;
}

#aipage .pain-item-x {
  background: white;
  border-radius: 24px;
  padding: 18px 20px;
  display: flex;
  gap: 20px;
  box-shadow: var(--card-shadow);
  transition: 0.2s;
  border: 1px solid #eef2f8;
}

#aipage .pain-item-x p {
  margin-bottom: 0px;
}
.openmodelnew{
  font-size: 18px;
}

#aipage .pain-num-x {
  font-size: 32px;
  font-weight: 800;
  color: #cbdde6;
  line-height: 1;
}

#aipage .stat-card-x {
  border-radius: 40px;
  padding: 30px;
  color: white;
  background: radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, var(--neutral-900, #18181B), var(--neutral-900, #18181B));
  box-shadow: 0px -8px 0px 0px #2E2E2E inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.3019607843) inset, 0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}

#aipage .stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 25px 0;
}

#aipage .stat-grid .fw-bold.fs-2{
  font-size: 30px!important;
}
/* service cards new */
#aipage .service-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 30px;
  margin-top: 48px;
}

#aipage .service-card-new {
  border-radius: 10px;
  padding: 28px 24px;
  border: 1px solid #9e9e9e56;
  background-color: #f4f4f5;
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

#aipage .service-card-new h4 {
  font-size: 20px;
}

#aipage .service-card-new p {
  font-size: 16px;
  color: #6e6e6e;
}

#aipage .service-card-new .icon_all {
  width: 65px;
  height: 65px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 31%);
}

#aipage .service-card-new:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.08);
}

/* timeline vertical */
#aipage .tl-item.reveal h4 {
  font-size: 20px;
  font-weight: 700;
}

#aipage .tl-item.reveal p {
  font-size: 16px;
}

#aipage .tl-item {
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
  align-items: flex-start;
}

#aipage .tl-icon {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  background-color: #272727;
  box-shadow: 0px -3px 0px 0px #080808 inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset, 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275), 0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706), 0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333), 0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706), 0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078), 0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
}

/* use case cards */
#aipage .use-card {
  border-radius: 10px;
  padding: 28px 24px;
  border: 1px solid #9e9e9e56;
  /* background-color: #f4f4f5; */
  background: var(--i);
  /* box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294), 0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843), 0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset; */
  border-radius: 10px;
  padding: 28px 10px;
  border: 1px solid #d5d5d5;
  transition: all 0.2s;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  gap: 10px;
}

#aipage .use-card h5,
#aipage .use-card p {
  color: #fff;
}

#aipage .iconall_new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 13px;
  color: #272727;
  margin-bottom: 32px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px -3px 0px 0px #080808 inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset, 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275), 0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706), 0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333), 0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706), 0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078), 0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
}

/* industry badges */
#aipage .industry-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
  gap: 8px;
  margin: 32px 0;
}

#aipage .industry-card {
  background: white;
  border-radius: 28px;
  padding: 28px 12px;
  text-align: center;
  transition: 0.2s;
  border: 2px dashed #ccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

#aipage .industry-card p.small {
  font-size: 16px;
}

/* why us cards dark */
#aipage .why-card-x {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  border-radius: 28px;
  padding: 24px;
  height: 100%;
}

/* process steps horizontal */
#aipage .steps-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 48px;
}

#aipage .step-circle {
  width: 52px;
  height: 52px;
  background: #1e6f9f;
  color: white;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.4rem;
  margin: 0 auto 20px;
}

/* case studies card */
#aipage .case-card-new {
  background: white;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}

/* footer modern */
#aipage .footer-modern {
  background: #0a1e2a;
  color: #cbdde6;
}

#aipage .footer-links-modern a {
  color: #b7cfdf;
  text-decoration: none;
  font-size: 0.9rem;
}

#aipage .footer-links-modern a:hover {
  color: white;
}

/* animations */
#aipage .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.7s ease;
}

#aipage .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* model css  */
#aipage .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#aipage .accordion-header:hover {
    background-color: transparent!important;
}
#aipage .accordion-header {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    background-color: transparent;
    margin: 0px;
}
#aipage .modelheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: linear-gradient(105deg, #fe6216, #fe6216);
}

#aipage .modelheader h3 {
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}

#aipage .modal-content {
  background: #fff;
  width: 90%;
  overflow: hidden;
  max-width: 500px;
  margin: 8% auto;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

#aipage .formdesign {
  padding: 10px;
}

#aipage .formdesign .form-group {
  margin-bottom: 5px;
  gap: 0px;
}

#aipage .formdesign .form-group label {
      font-size: 13px;
    position: relative;
    font-weight: 600;
    display: block;
    width: 100%;
}

@keyframes fadeIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

#aipage .close-btn {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}

#aipage .modal form input,
#aipage .modal form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#aipage .modal form input::placeholder,
#aipage .modal form textarea::placeholder {
  font-size: 14px;
}

#aipage .btn-submit {
  background: #003559;
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
}

#aipage .file-upload {
 display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
}

#aipage .file-upload input[type="file"] {
  display: none;
}

#aipage .file-btn {
  background: #f3f3f3;
  color: #000000;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: 2px dashed #000;
}

#aipage #file-name {
  font-size: 14px;
  color: #555;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* model css  */
#aipage .steps-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 60px 0 0px;
  gap: 20px;
}

/* desktop line */
#aipage .steps-row::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #056464, #00b3b3);
  z-index: 0;
}

#aipage .step-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* circle */
#aipage .step-circle {
  width: 50px;
  height: 50px;
  background: #003559;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

/* hover */
#aipage .step-item:hover .step-circle {
  transform: scale(1.1);
  background: #012e4d36;
}

/* text */
#aipage .step-item h6 {
    margin: 5px 0;
    font-weight: 600;
    font-size: 16px;
}

#aipage .step-item small {
  color: #777;
  font-size: 13px;
}

/* ---------------- */
/* 📱 TABLET VIEW */
/* ---------------- */
@media (max-width: 992px) {
  #aipage .steps-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  #aipage .sectionpadding {
    padding: 50px 0px;
  }

  #aipage .step-item {
    flex: 0 0 45%;
    margin-bottom: 40px;
  }

  #aipage .steps-row::before {
    display: none;
  }
}
  #aipage .contentallnmew h3 {
    font-size: 28px;
  }
/* ---------------- */
/* 📱 MOBILE VIEW */
/* ---------------- */
@media (max-width: 992px) {
  #aipage .steps-row {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }

  /* vertical line */
  #aipage .steps-row::before {
    display: block;
    width: 3px;
    height: 100%;
    left: 15px;
    top: 0;
    background: linear-gradient(to bottom, #056464, #00b3b3);
  }

  #aipage .step-item {
    width: 100%;
    text-align: left;
    padding-left: 40px;
    /* margin-bottom: 40px; */
    margin-bottom: 0px;
  }

  #aipage .step-circle {
    position: absolute;
    left: -40px;
    top: 0;
  }

  #aipage .step-item h6 {
    font-size: 18px;
  }

  #aipage .step-item small {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #aipage .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  #aipage .tl-icon {
    min-width: 60px;
    height: 60px;
    font-size: 20px;
  }

  #aipage .tl-item {
    gap: 16px;
  }

  #aipage .hero-x {
    height: 100vh;
    min-height: auto;
    display: flex;
    align-items: center;
  }

  #aipage .tl-item.reveal p {
    font-size: 13px;
  }

  #aipage .use-card p {
    color: #fff;
    font-size: 15px;
  }

  #aipage .use-card h5 {
    font-size: 18px;
  }

  #aipage .contentallnmew h3 {
    font-size: 24px;
  }

  #aipage .contentallnmew p {
    font-size: 18px;
  }

  #aipage .hero-content {
    padding: 50px 0px;
  }

  #aipage .hero-title {
    font-size: 28px;
  }

  #aipage .hero-sub {
    font-size: 13px;
    margin: 5px 0px;
  }

  #aipage .btn-outline-light,
  #aipage .btn-prime {
    padding: 10px 20px;
    border-radius: 44px;
    font-size: 18px;
  }

  #aipage .btn-group-flex {
    display: flex;
    gap: 18px;
    margin: 10px 0 10px;
  }

  #aipage .trust-strip {
    background: transparent;
    backdrop-filter: blur(0px);
    gap: 5px;
    padding: 5px 0px;
    flex-wrap: wrap;
  }

  #aipage .trust-strip span {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 12px;
  }

  #aipage .section-title {
    font-size: 27px;
    margin: 16px 0 12px;
  }

  #aipage .sideimage {
    height: 250px;
  }

  #aipage .industry-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    gap: 8px;
    margin: 28px 0;
  }

  #aipage .industry-card {
    padding: 10px 12px;
    gap: 0px;
  }

  #aipage .industry-card h5 {
    font-size: 16px;
    font-weight: 600;
  }

  #aipage .industry-card p.small {
    font-size: 12px;
  }

  #aipage .accordion-item {
    padding: 10px 10px;
  }

  #aipage .accordion-button {
    padding: 5px 0;
    gap: 5px;
    font-size: 14px;
  }

  #aipage .accordion-body {
    padding: 0 0 22px 44px;
    font-size: 11px;
  }

  #aipage .faq-number {
    font-size: 16px;
    color: #888;
    padding-right: 6px;
    width: unset;
  }

  #aipage .int-faq-ptb {
    padding: 50px 0px;
  }

  #aipage .lead {
    font-size: 13px;
    font-weight: 300;
  }

  #aipage .hero-badge-modern {
    font-size: 11px;
  }
}

@media(max-width:767px) {
  #aipage .btn-outline-light,
  #aipage .btn-prime {
    padding: 10px 20px;
    border-radius: 44px;
    font-size: 14px;
    gap: 5px;
  }

  #aipage input[type="date"],
  #aipage input[type="time"] {
    appearance: none;
    -webkit-appearance: none;
    min-height: 45px;
    background: #fff;
    color: #000;
    text-align: left;
  }

  #aipage .footerbottun .btn-outline-light,
  #aipage .footerbottun .btn-prime {
    padding: 10px 20px;
    border-radius: 44px;
    font-size: 13px;
    gap: 5px;
  }

  #aipage .steps-row::before {
    display: block;
    width: 3px;
    height: 87%;
    left: 15px;
    top: 0;
    background: linear-gradient(to bottom, #056464, #00b3b3);
  }

  #aipage .steps-row::before {
    left: 26px;
  }

  #aipage .step-circle {
    position: absolute;
    left: -28px;
    top: 0;
  }

  #aipage .hero-title {
    font-size: 28px;
  }

  #aipage .trust-strip span {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    padding: 9px 25px;
    border-radius: 25px;
    font-size: 14px;
  }

  #aipage .hero-sub {
    font-size: 16px;
    margin: 5px 0px;
  }

  #aipage .hero-badge-modern {
    font-size: 13px;
  }

  #aipage .pain-item-x {
    padding: 18px 0px;
    gap: 15px;
  }

  #aipage .pain-item-x h5 {
    font-size: 16px;
  }

  #aipage .pain-item-x p {
    font-size: 14px;
  }
}