.ainewherorightcol:before{
    display: none;
  }
  section.iospageheromain:before {
    content: '';
    position: absolute;
    left: -80px;
    top: 128px;
    width: 256px;
    aspect-ratio: 1;
    background: #C493FF;
    border-radius: 50%;
    filter: blur(109px);
    pointer-events: None;
}
section.iospageheromain:after {
   background: #C493FF;
}
.platforms-section .platforms-item-body li::before {
    content: '' !important;
}
/* SECTION */
.ai-solutions-section {
  padding: 80px 20px;
  background: url(https://www.appventurez.com/wp-content/uploads/2026/05/Frame-2147225369.png);
  background-size:cover;
  background-position: center;
  color: #fff;
}

.ai-solutions-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* HEADER */
.ai-solutions-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.ai-solutions-grid {
    max-height: 844px;
    overflow-y: auto;
}

.ai-solutions-grid::-webkit-scrollbar {
  width: 6px;
}

.ai-solutions-grid::-webkit-scrollbar-track {
  background: #f0f0f024; 
}

.ai-solutions-grid::-webkit-scrollbar-thumb {
  background: #4900fd; 
}

.ai-solutions-grid::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.ai-solutions-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

.ai-solutions-description {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.9;
}

.ai-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ai-solutions-card-body  h3.ai-solutions-card-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-solutions-card-body h3.ai-solutions-card-title:after {
    content: '';
    display: block;
    width: 25px;
    aspect-ratio: 1;
    background: url(https://www.appventurez.com/wp-content/uploads/2026/04/Container-3.png);
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center;
}
.ai-solutions-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  color: #111;
  transition: all 0.3s ease;
}

.ai-solutions-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.ai-solutions-card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ai-solutions-card-body {
  padding: 20px;
}

.ai-solutions-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.ai-solutions-card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew {
    background-image:url(https://www.appventurez.com/wp-content/uploads/2026/05/section-10.png);
}
section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew h2 {
    text-align: left;
    max-width: 100%;
}

section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew   p {
    text-align: left;
    margin-left: 0;
    max-width: 700px;
}
section.platforms-section.whychoosenewsectionios .platforms-list {
    background: #0760FF !important;
}

section.platforms-section.whychoosenewsectionios .container .platforms-featured-box {
    padding-left: 0;
}


section.platforms-section.whychoosenewsectionios  .platforms-flex-container {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew a.cta-button.btn.opencontactpopupform {
    margin-right: auto;
    display: block;
    width: fit-content;
}
section.platforms-section.whychoosenewsectionios .platforms-list .platforms-item {
    padding-right: 20px;
    padding-left: 19px;
}

section.platforms-section.whychoosenewsectionios .platforms-list .platforms-item-header {
    gap: 19px;
    margin-bottom: 0;
}

.whychoosecrdcontsc.flexone p {
    font-weight: 300;
}
.iosdevprocessmain .iosprocessslide  h2.processiosheading {
    margin-left: 0;
}
section.platforms-section.whychoosenewsectionios .platforms-icon-box {
    width: 68px;
}

/* ROOT */
.ai-tech-sec {
  padding: 80px 20px;
  background: #f5f6fa;
  font-family: system-ui, sans-serif;
}

/* CONTAINER */
.ai-tech-sec__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
}

/* LEFT */
.ai-tech-sec__left {
  flex: 1;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.ai-tech-sec__left img {
  width: 100%;
  max-width: 420px;
}

/* RIGHT */
.ai-tech-sec__right {
  flex: 1.2;
  display: flex;
  flex-direction: column;
}

/* HEADER */
.ai-tech-sec__title {
  font-size: 32px;
  margin-bottom: 15px;
}

.ai-tech-sec__desc {
  color: #666;
  margin-bottom: 30px;
}

/* SCROLL AREA */
.ai-tech-sec__scroll {
  overflow-y: auto;
  padding-right: 10px;
}

/* CARD */
.ai-tech-sec__card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.ai-tech-sec__card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.ai-tech-sec__card ul {
  padding-left: 18px;
}

.ai-tech-sec__card li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* SCROLLBAR */
.ai-tech-sec__scroll::-webkit-scrollbar {
  width: 6px;
}

.ai-tech-sec__scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.ai-tech-sec__card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* FLEX ROW */
.ai-tech-sec__card-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* ICON BOX */
.ai-tech-sec__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #6a5cff, #4f46e5);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON IMAGE */
.ai-tech-sec__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* CONTENT */
.ai-tech-sec__content h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.ai-tech-sec__content ul {
  padding-left: 18px;
}

.ai-tech-sec__content li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Grid */
section.benefits-section.ainewbenosecto .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
section.benefits-section.ainewbenosecto .benefit-card:nth-child(1),
section.benefits-section.ainewbenosecto .benefit-card:nth-child(2), 
section.benefits-section.ainewbenosecto .benefit-card:nth-child(3),
section.benefits-section.ainewbenosecto .benefit-card:nth-child(4) {
  position: sticky;
  top: 75px;   /* where it should stick */
  z-index: 5;
}
section.benefits-section.ainewbenosecto .benefits-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #669FF6;
  border-radius: 24px;
  pointer-events: none;
  z-index: 50; /* above cards */
}

section.benefits-section.ainewbenosecto .benefit-card:nth-child(5),
section.benefits-section.ainewbenosecto .benefit-card:nth-child(6) {
  position: relative;
  z-index: 10;  /* higher than row 2 */
}

/* Card */
section.benefits-section.ainewbenosecto .benefit-card {
  padding: 20px;
  border-color: transparent;
  border-bottom: 2px solid #669FF6;
  border-right: 2px solid #669FF6;
    /* box shadow */
  background-color: #ffffff !important;
  box-shadow: unset;
  padding-bottom: 30px;
}

section.benefits-section.ainewbenosecto .benefit-card:nth-child(2n) {
  border-right: none;
}

section.benefits-section.ainewbenosecto .benefit-card:nth-last-child(-n+2) {
  border-bottom: none;
    background-color: #FFFFFF;

}

section.benefits-section.ainewbenosecto .benefit-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111827;
    line-height: 35px;
  margin-top:30px;
}

section.benefits-section.ainewbenosecto .benefit-card p{
  font-size:18px;
  line-height:140%;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto p {
    margin-bottom: 0;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto {
    background: url(https://www.appventurez.com/wp-content/uploads/2026/05/Group-1686551799-e1777799819461.png);
    color: white;
    padding: 45px 00 55px;
    margin-bottom: -17px;
    border-radius: 28px 28px 0 0 ;
    background-size: cover !important;
}
 
section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto  .benefits-text {
    width: fit-content;
    background: linear-gradient(180deg, #963AFF 0%, #0D00FF 100%);
    padding: 45px;
    margin-left: 9%;
    max-width: 562px;
    border-radius: 13px;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto .benefits-text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 19px;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto .benefits-text p {
    font-family: Plus Jakarta Sans;
    font-weight:400;
    font-size: 20px;
    line-height: 155%;
    letter-spacing: 0%;
}

section.benefits-section.ainewbenosecto .benefit-card:nth-child(1) {
    border-radius: 26px 0 0 0;
}

section.benefits-section.ainewbenosecto .benefit-card:nth-child(2) {
    border-radius: 0 26px 0 0;
}

.ai-tech-sec__content ul {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #374151;
    margin-top: 17px;
    list-style: disc;
}

.ai-tech-sec__content li {
    margin: 00;
}

h2.ai-tech-sec__title {
    text-align: center;
}

p.ai-tech-sec__desc {
    text-align: center;
}

.ai-tech-sec__icon {
    background: transparent;
}

.ai-tech-sec__icon img {
    width: 100%;
    height: auto;
}
section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew h2 {
    max-width: 80%;
    margin-left: 0;
}
/* RESPONSIVE */
@media (max-width: 900px) {

  .ai-tech-sec__container {
    flex-direction: column;
  }

  .ai-tech-sec__left {
    position: relative;
    top: 0;
    text-align: center;
  }

  .ai-tech-sec__scroll {
    max-height: none;
    overflow: visible;
  }

}

@media (min-width: 1024px) {
    section.iospageheromain.fluttermainhersc .iosheroright {
      max-width: 45%;
        display: flex;
        bottom: 2%;
        width: 100%;
    }
    img.iosheroimgg {
    position: relative;
    z-index: 2;
    width: 100%;
}
.iosherogrid {
    gap: 2px;
}
h1.iosheroheaidng {
    font-size: 48px;
}
}
@media (max-width: 992px) {
  .ai-solutions-header {
    grid-template-columns: 1fr;
  }

  .ai-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:767px){
  section.benefits-section.ainewbenosecto .benefits-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  box-shadow: unset;
  display: grid;
  position: relative;
}
}
@media (max-width: 600px) {
  .ai-solutions-grid {
    grid-template-columns: 1fr;
    max-height: unset;
  }

  .ai-solutions-title {
    font-size: 28px;
  }
  section.iosframewordsectionmn img.iosbeneacoodlogo {
    height: 66px;
}
a#cta-btn2 {
    font-size: 14px;
}
section.strategic-path.ai_strategic_path.ai_page_newstrategicsec .grid-container {
    padding-right: 15px;
}

section.strategic-path.ai_strategic_path.ai_page_newstrategicsec .container {
    padding-left: 0;
}
a.cta-button.btn.opencontactpopupform {
    padding: 12px 20px;
    font-size: 14px;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto {
    background-size: cover;
}

section.benefits-section.ainewbenosecto .benefit-card:nth-child(1) {
    border-radius: 26px 26px 0 0;
}

section.benefits-section.ainewbenosecto .benefit-card:nth-child(5) {
    position: sticky;
    top: 75px;
}

section.cta-section-connect.ioscta_section_connect {position: relative;}

section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew .cta-container.container {
    position: relative;
    z-index: 1;
}

section.cta-section-connect.ioscta_section_connect.aimidbreaksecnew:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto .benefits-text {
    margin-left: 0%;
}

.benefits-header.sibenefitynewsecto {
    padding: 30px 15px 45px !important;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto .benefits-text h2 {
    font-size: 24px;
}

section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto .benefits-text p {
    margin: 0 !important;
    font-size: 16px !important;
}
section.benefits-section.ainewbenosecto .benefits-header.sibenefitynewsecto .benefits-text {
    padding: 35px 25px;
}
}