.hero-thumb .img-1 {
    position: absolute;
    top: 5%;
    inset-inline-start: 31px;
    
}
.hero-area .hero-thumb {
    flex: 0 1 650px;
}

.hero-thumb {
    position: relative;
    z-index: 1;
    aspect-ratio: 100 / 110;
    width: 100%;
}
.hero-thumb .img-2 {
    position: absolute;
    bottom: 13%;
    inset-inline-end: 0;
    width: 46%;
}
.hero-thumb .img-4 {
    position: absolute;
    bottom: 4%;
    inset-inline-start: 12%;
    width: 46%;
}
.hero-thumb .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 1%;
    width: 5%;
}
.hero-thumb .shape-2 {
    position: absolute;
    top: 10%;
    inset-inline-start: 0;
    z-index: -1;
    width: 77%;
}
.hero-thumb .shape-3 {
    position: absolute;
    top: 17%;
    inset-inline-end: 8%;
    width: 3%;
}
.hero-thumb .shape-4 {
    position: absolute;
    inset-inline-start: 5%;
    bottom: 0;
    width: 7%;
}
.hero-thumb .shape-5 {
    position: absolute;
    inset-inline-end: -9%;
    bottom: 8%;
    width: 12%;
}

.hero-area .section-content {
    flex: 0 1 575px;
}

 .hero-area .section-content .section-title {
        font-size: 58px;
    }

 
.feature-area .shape-1 {
    position: absolute;
    top: 80px;
    right: -45px;
}

.feature-area .section-heading {
    display: grid;
    grid-template-columns: auto 400px;
    gap: 207px;
}
.feature-list-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 47px;
}
.feature-item-border {
    background: linear-gradient(145deg, rgba(33, 211, 126, 0.2), rgba(255, 255, 255, 0.66));
    border-radius: 20px;
    padding: 1px;
}
.feature-item-border:nth-child(2) {
    background: linear-gradient(145deg, rgba(253, 224, 27, 0.2), rgba(255, 255, 255, 0.66));
}
.feature-item-border:nth-child(3) {
    background: linear-gradient(145deg, rgba(70, 89, 255, 0.2), rgba(255, 255, 255, 0.66));
}
.feature-item {
    background-color: #f8fefb;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    position: relative;
}
.feature-item .thumb {
    margin-bottom: 20px;
}
.feature-item .title {
        font-size: 24px;
    }
    .feature-item .text {
    max-width: 315px;
}
.feature-item .thumb {
    margin-bottom: 20px;
}

.feature-item .title {
  
    padding-bottom: 21px;
}
    .fact-content-box {
        margin-top: 32px;
        grid-template-columns: 500px 1fr;
        gap: 30px;
    }
    .section-content-wrapper {
    background-color: #f4fdf9;
    border-radius: 20px;
    padding: 56px 60px 0;
    /* display: grid;
    grid-template-columns: 328px 287px;
    gap: 30px;
    justify-content: space-between;
    position: relative; */
}
.section-content-wrapper {
        padding: 36px 30px 0px 30px;
    }
        .fact-content-box .section-thumb {
        max-width: 200px;
    }
    .facts-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.facts-wrapper .fact-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .fact-box {
        padding: 37px 35px 33px;
    }

       
    .facts-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.facts-wrapper .fact-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fact-box:nth-child(2n) {
    background-color: rgba(253, 224, 27, .062745098);
}
.fact-box:nth-child(3n) {
    background-color: rgba(253, 224, 27, .062745098);
}
.fact-box:nth-child(4) {
    position: relative;
    z-index: -1;
}

    .fact-content-box {
        margin-top: 32px;
        grid-template-columns: 500px 1fr;
        display: grid;

    }

       

    .section-content-wrapper .apps-list .shape-1 {
    margin-inline-start: 128px;
}
.section-content-wrapper .apps-links {
    margin-top: 32px;
}
.section-content-wrapper .apps-links .app:not(:first-child) {
    margin-top: 20px;
}

.fact-box:nth-child(3) .title {
    color: #fde01b;
}
.fact-box:nth-child(2) .title {
    color: #4659ff;
}
.fact-box:nth-child(4) .title {
    color: #fde01b;
}
    .fact-box .title {
        font-size: 40px;
    }
    .fact-box {
    padding: 57px 55px 53px;
    background-color: rgba(80, 181, 255, .062745098);
    border-radius: 20px;
}

    .pricing-box .price {
        font-size: 30px;
    }



    .labs-popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .labs-popup {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 1000px;
      max-height: 90vh;
      overflow-y: auto;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
    }

    .labs-popup .labs-close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 28px;
      color: #999;
      cursor: pointer;
    }

    .labs-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    .labs-table th,
    .labs-table td {
      padding: 10px;
      border: 1px solid #ccc;
      text-align: left;
    }

    .labs-table th {
      background-color: #007bff;
      color: white;
    }

    .labs-total-cost {
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold;
    }

    .labs-selected-labs {
      margin-top: 10px;
    }

    .labs-selected-labs ul {
      list-style-type: disc;
      margin-left: 20px;
    }

    .labs-done-btn {
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #28a745;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }

    .labs-done-btn:hover {
      background-color: #218838;
    }

    .labs-signup-btn {
      padding: 10px 20px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
    }

    #labs-final-selection {
      margin-top: 30px;
    }

    #labs-final-selection ul {
      list-style: disc;
      margin-left: 20px;
    }