html {
  overflow-x: clip;
}
	.freeApp-receiveBox {
    background: #FAFAFA;
    border: 1px solid #EEE;
}
	.freeApp-receiveBox p {
    color: #212121;
}
	.freeApp-receiveBox h5 {
    color: #212121;
}

.pt-section-container-img p{
    margin-left: 0px;
}

.bg-icon1 svg {
        margin-bottom: 1.5rem;
}
.freeApp-receiveBoxText{
        font-size: 16px!important;
    margin-top: 1rem;
    color: #fff;
    font-weight: 400!important;
    line-height: 170%;
}
.pt-box-header h4 {
    background: linear-gradient(to right, #2DA9D3 0%, #49CDB2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
}
.pt-box-header.collapsed h4 {
    margin: 0;
    font-size: 1.5rem;
    color: #02a9e9;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 20px;
    color: #101010;
    line-height: 170%;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.real-device-heading {
    margin-top:2rem;
}
.live-testing-works-container 
{
    border: 1px solid #49CDB2;
    background: linear-gradient(95.25deg, #FFFFFF 0%, #F3FEF5 100%);
}
.live-testing-table thead
{
  background: linear-gradient(90deg, #009EB8 0%, #006375 100%);
}
.live-testing-table thead tr th 
{
    color: #fff;
}
.feature-list li {
      position: relative;
      padding-left: 34px;
      margin-bottom: 14px;
      font-size: 15px;
      line-height: 1.5;
    }
        .library-sec, section.testimonial, section.our-footprint, section.empowering-anyone, .our-compliances, .pick_Features_sec,  .security-sec-ai{
        margin: 1.5rem;
    }
    .cmt-section{
        padding:2rem;
    }
.real-device-p{
    margin:2rem;
    font-size:16px!important;
    Color:#212121!important;
}
  .left-section p {
  line-height: 27px;
}
  .test-case-margin{
      margin: 19px 0px;
      color:#212121;
      height:37px;
  } 
  .fw-semibold{
      font-weight:600;
      font-size:20px;
  }
    .live-testing-works{
            margin: 1.5rem;
    }
    .feature-list li::before {
      content: "\F26E";
    font-family: "Bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-color: #0d6efd;
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    }
     /* Section */
    .capabilities-section {
      background-color: #ffffff;
    }

    /* Card */
    .capability-card {
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 20px 22px;
      height: 100%;
      background: #fff;
      transition: all 0.25s ease;
    }

    .capability-card:hover {
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
      transform: translateY(-4px);
    }

    /* Header (icon + title) */
    .card-header-custom {
      display: flex;
      align-items: center; /* 🔥 alignment fix */
      gap: 14px;
      margin-bottom: 8px;
    }

    /* Icon */
    .icon-box {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background-color: #e6f7fb;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; /* 🔥 prevents jump */
    }

    .icon-box img {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }

    /* Text */
    .card-title {
      font-size: 16px;
      font-weight: 600;
      margin: 0; /* 🔥 remove default h margin */
    }

    .card-text {
    font-size: 16px;
    color: #414346;
      margin: 0;
    }

    /* Headings */
    .section-title {
      color: #0b5c6b;
    }

    .section-subtitle {
      font-size: 15px;
      color: #4b5563;
    }
        /* Section titles */
    .automation-title {
      color: #0b5c6b;
    }

    .automation-subtitle {
      font-size: 15px;
      color: #212121;
    }

    /* Item card */
    .automation-item {
      text-align: center;
    }

    .automation-icon {
      width: 96px;
      height: 96px;
      border-radius: 12px;
      border: 1px solid #e5e7eb;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 12px;
      transition: all 0.25s ease;
    }

    .automation-icon img {
          width: 70px;
    height: 70px;
      object-fit: contain;
    }

    .automation-item p {
      font-size: 16px;
      color: #374151;
      margin: 0;
    }

    .automation-item:hover .automation-icon {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
      transform: translateY(-4px);
    }
    
    /* Card */
    .feature-card {
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 22px 24px;
      height: 100%;
      background: #ffffff;
      transition: all 0.25s ease;
    }

    .feature-card:hover {
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
      transform: translateY(-4px);
    }

    /* Header */
    .feature-header {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 10px;
    }

    /* Icon */
    .feature-icon {
      width: 44px;
      height: 44px;
      background-color: #e6f7fb;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .feature-icon img {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }

    /* Text */
    .feature-title {
      font-size: 16px;
      font-weight: 600;
      margin: 0;
    }

    .feature-text {
     font-size: 16px;
    color: #41414b;
      margin: 0;
    }
    
    .security-sec-ai .row {
        margin-bottom: 16px!important;
    }
    
    .heading-126173{
     font-size: 24px !important;
    margin-top: 3rem;
    color: #126173;
    font-weight:600;
    }
    
  
        .heading-2DA9D3 {
        font-size: 27px!important;
    }
    @media screen and (min-width: 810px) and (max-width: 830px) {
  .security-and-compliance .data-all-cards {
    flex-wrap: wrap;
  }

   .security-and-compliance .data-card {
    width: calc(50% - 16px); /* 2 cards per row */
    max-width: 320px;
  }
}

.cloud-mobile-section {
 margin-top: 74px;
}

.security_trust1 {
  padding: 7rem;
}

.feature-list-new li {
  display: flex;
  align-items: flex-start;
}

.icon-box {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #eaf6fd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box svg {
  width: 20px;
  height: 20px;
  fill: #0DA2E7;
  stroke: #0DA2E7;
}

.feature-list-new span {
  font-size: 15px;
  line-height: 1.6;
      display: flex;
  align-items: center;   /* Vertically center icon & text */
  gap: 12px;
}

.cloud-para{
    line-height:27px;
}

@media (max-width: 576px) {
  .cloud-mobile-section {
    padding: 40px 15px;
  }

  .left-content p,
  .feature-list-new li {
    font-size: 14px;
  }
}
.cloud-heading{
    font-size:34px;
}