@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&family=Montserrat:wght@400;500;600;700&family=Urbanist:wght@600;700&family=Figtree:wght@400;500&display=swap"');
@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
#page-title{
    display: none;
}
h1, h2, h3, h4, h5, h6{
  letter-spacing: normal !important;
}
p{
  letter-spacing: normal !important;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    /* background: linear-gradient(90deg, #6b41ff 0%, #6b41ff 80.77%, #ffc553 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* background-clip: text; */
    margin: 0;
    letter-spacing: normal;
    width: fit-content;
    color: #222; 
    /* background-image: linear-gradient(225deg, #FFC654 11%, #6940FF 46%, #6940FF ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;  */
} 

.section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    max-width: 830px;
    margin: 20px auto 0;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    border-radius: 43px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #178ECE;
    color: #fff;
}

.btn-secondary {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.83) 155.56%);
    color: #4e4e4e;
    padding: 12px 25px 12px 25px !important;
}


.ibeamhero-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0F172A;
    overflow: hidden;
    text-align: center;
  }
  .ibeamhero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .ibeamhero-bg-lines {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1440px;
    height: 1440px;
    object-fit: cover;
    opacity: .09;
  }
  .ibeamhero-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .banner_data{
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ibeamhero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .ibeamhero-brand {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2.8px;
    /* background: linear-gradient(152deg, #ffffff 0%, rgba(218, 222, 251, 0.98) 114.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    margin: 0;
     color: #D9FFDD; 
    background-image: linear-gradient(225deg, #D9FFDD 20%, #D9DDFA , #FFFFFF ); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
  }
  .ibeamhero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #ffffff;
    opacity: 0.9;
    /* max-width: 770px;
    margin: 0; */
    margin-bottom: 20px;
  }
  .ibeamhero-subtitle {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.50;
    color: rgba(255, 255, 255, 0.8);
    max-width: 640px;
    margin: 0;
  }
  .ibeamhero-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .ibeamhero-card {
    background: linear-gradient(86deg, rgb(45 46 47 / 51%) 0%, rgb(255 255 255 / 12%) 100.4%);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 400px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ibeamhero-card-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .ibeamhero-card-text {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ibeamhero-card-tag {
    /* background-color: #178ECE; */
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 2px 4px;
    border-radius: 2px;
  }
  .ibeamhero-card-desc {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
  }
  .ibeamhero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  @media (max-width: 768px) {
    .ibeamhero-brand { font-size: 60px; }
    .ibeamhero-title { font-size: 40px; }
    .ibeamhero-subtitle { font-size: 18px; }
    .ibeamhero-cards { flex-direction: column; align-items: center; }
  }

/* CSS for section section:reality */
.reality-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
  }
  .reality-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .reality-header .section-title{
    text-align: left;
    color: #222;
    /* background-image: linear-gradient(135deg, #6940FF 60%, #FFC654 71%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
  .reality-header .section-subtitle{
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    max-width: 700px;
  }
  .reality-stats {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
  }
  .stat-item {
    text-align: left;
    max-width: 223px;
  }
  .ibeamstat-value {
    background-color: #178ECE;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding: 3px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 12px;
    width: fit-content;
  }
  .stat-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    letter-spacing: normal;
  }
  .stat-divider {
    width: 1px;
    height: 85px;
    background-color: #e0e0e0;
    margin-top: 10px;
  }
  .reality-challenges-wrapper {
    position: relative;
        z-index: 0;
  }
  .reality-challenges-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1130px;
    /* filter: blur(277px); */
    z-index: 0;
    opacity: 1;
  }
  .reality-challenges {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .challenge-card {
    background-color: #f8f6fa;
    border-radius: 10px;
    padding: 40px;
  }
  .challenge-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }
  .challenge-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.36;
    color: #000000;
    margin: 0 0 8px 0;
  }
  .challenge-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 0;
    letter-spacing: normal;
  }
  @media (max-width: 992px) {
    .reality-stats {
      flex-wrap: wrap;
      justify-content: center;
    }
    .stat-divider {
      display: none;
    }
    .stat-item {
      text-align: center;
      flex-basis: 45%;
    }
    .reality-challenges {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 768px) {
    .reality-section { padding-top: 80px; padding-bottom: 80px; }
    .reality-header { margin-bottom: 40px; }
    .reality-stats { margin-bottom: 40px; }
    .stat-item { flex-basis: 100%; }
  }

/* CSS for section section:framework */
.framework-section {
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: #178ECE;
    position: relative;
    overflow: hidden;
  }
  .framework-bg-lines {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 105%;
    z-index: 0;
  }
  .framework-section .container {
    position: relative;
    z-index: 1;
  }
  #section-framework{
        background: #fff;
  }
  .framework-header {
    text-align: center;
    margin-bottom: 60px;
        padding-top: 80px;
  }
  .framework-header .section-title{
    color: #222;
  }
  .framework-header .section-title {
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0px auto !important;
  }
  .framework-automation {
    text-align: center;
    margin-bottom: 50px;
  }
  .automation-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 10px 0;
  }
  .automation-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 610px;
    margin: 0 auto;
  }
  .framework-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
  }
  .framework-card {
    background: linear-gradient(134deg, #e1f1fd 0%, #ffffff 57.93%);
    border: 1px solid #c6e7ff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .framework-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .framework-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    margin: 0 0 8px 0;
  }
  .framework-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #222222;
    margin: 0 0 30px 0;
    flex-grow: 1;
  }
  .framework-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .ibeamtag {
    background-color: #ebf7ff;
    border: 1px solid #95c4e5;
    border-radius: 20px;
    padding: 5px 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #222222;
  }

/* CSS for section section:flexibility */
.flexibility-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .flexibility-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .flexibility-bg-sphere {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transform: translate(-50%, -50%);
  }
  .flexibility-container {
    position: relative;
    z-index: 1;
  }
  .flexibility-header {
    text-align: left;
    margin-bottom: 80px;
  }
  .flexibility-header .section-subtitle {
    margin-left: 0;
    margin-right: 0;
  }
  .flexibility-content {
    display: grid;
    grid-template-columns: 2.7fr 1fr;
    gap: 40px;
    align-items: flex-start;
  }
  .flexibility-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .feature-item {
    max-width: 365px;
  }
  .feature-icon-wrapper {
position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-icon-bg, .feature-icon-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .feature-icon-fg {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
  }
  .feature-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .feature-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #4e4e4e;
    margin: 0;
  }
  .flexibility-logos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -135px;
  }
  .logo-card {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px 15px;
  }
  .logo-card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 0px;
  }
  .logo-grid {
    display: grid;
    gap: 10px 20px;
    align-items: flex-start;
    justify-items: flex-start;
  }
  .logo-grid.two-col {
    grid-template-columns: 1fr 1fr;
  }
  .logo-grid img {
    max-width: 100%;
    height: auto;
    max-height: 35px;
    object-fit: contain;
  }
  @media (max-width: 1200px) {
    .flexibility-content {
      grid-template-columns: 1fr;
    }
    .flexibility-logos {
      margin-top: 40px;
    }
  }
  @media (max-width: 768px) {
    .flexibility-features {
      grid-template-columns: 1fr;
    }
  }

/* CSS for section section:results */
.results-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f6fa;
  }
  .results-header {
    text-align: center;
    margin-bottom: 60px;
  }
  .results-header .section-title{
    margin: 0px auto !important;
  }
  .results-grid-container {
    background-color: #0d0f2c;
    border-radius: 20px;
    padding: 30px;
  }
  .results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1px;
    background-color: #4c4c4c;
  }
  .result-item {
    background-color: #0d0f2c;
    padding: 30px 20px;
    text-align: center;
  }
  .result-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .result-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
  }
  .result-highlight {
    font-weight: 700;
    font-size: 22px;
    color: #ffc553;
    display: block;
    margin-bottom: 8px;
  }
  @media (max-width: 768px) {
    .results-grid-container {
      padding: 20px;
    }
    .result-item {
      padding: 20px;
    }
  }



/* CSS for section section:proven resuts */
.results-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            z-index: 1;
            position: relative;
        }

        .result-card {
            padding: 40px;
            /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(170, 182, 228, .1) 100%); */
            background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 7px, transparent 7px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 7px, transparent 7px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 7px, transparent 7px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 7px, transparent 7px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat,
            linear-gradient(0deg, transparent 0%, #48abe0 100%);
            border-radius: 8px;
            box-sizing: border-box;
            text-align: center;
        }

        .result-icon {
              /* width: 60px;
              height: 60px; */
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            margin: 24px auto;
        }
        .challenge_solution{
            margin: 0px;
            padding: 0px;
        }
        .challenge_solution li{
            text-align: left;
            margin-bottom: 20px;
            list-style: none;
            position: relative;
            padding-left: 25px;
        }
        .challenge_solution li::before{
            content: "";
            position: absolute;
            left: 0;
            top: 14px;
            width: 10px;
            height: 10px;
            background-color: #fff;
            border: 2px solid #3E57DA;
            border-radius: 15px;
        }
        .challenge_solution li p{
            font-size: 16px;
            color: #222222;
            padding: 0;
            margin: 0;
            line-height: 24px;
        }
        .challenge_solution li span{
            font-size: 20px;
            color: #222222;
            margin-bottom: 10px;
            font-weight: 500;
        }
        .challenge_solution li ul{
          margin: 0px 0px 0px 20px;
          padding: 0;
        }
        .challenge_solution li ul li{
          margin: 10px 0px;
          list-style: disc;
          padding-left: 0;
    line-height: normal;
        font-size: 16px;
    color: #222;
        }
        .cs_head{
              margin-bottom: 30px;
        }
        .r_image{
          margin-right: 10px;
        }
        .challenge_solution li ul li::before{
            display: none;
        }
        .proven-header{
            position: relative;
            z-index: 1;
            text-align: left;
            margin-top: 100px;
            margin-bottom: 40PX;
        }
        .proven-header .section-title{
          margin: 0px auto !important;
          color: #fff;
        }
        .proven-header .section-subtitle{
          text-align: center;
          max-width: 600px;
          color: #fff;
        }
        .result-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #3E57DA;
            font-family: 'Montserrat';
        }
        .data_key{
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
        .resutls_data{
          display: flex;
          justify-content: flex-start;
          align-items: center;
          text-align: left;
          min-width: 50%;
          margin: 30px 0px 0px 0px;
        }
        .resutls_data span{
          color: #178ECE;
          font-size: 22px;
          font-weight: 600;
        }
         .resutls_data p{
          color: #222222;
          font-size: 16px;
          font-weight: 400;
        }

        .result-card p {
                margin-bottom: 0;
                line-height: 1.6;
                font-size: 16px;
                color: #000;
                font-weight: 400;
        }
        .re_summary{
          line-height: normal;
        }

        .cs_notes{
            padding: 40px 0px;
            text-align: left;
        }
        .cs_notes span{
            font-size: 20px;
            color: #3E57DA;
            line-height: 25px;
            margin-top: 20px;
            text-align: left;
            border-left: 2px solid #3E57DA;
            padding: 0px 0px 0px 20px;
            display: flex;
            font-weight: 500;
            font-style: italic;
        }

/* .applications-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
  }
  .applications-header {
    text-align: left;
    margin-bottom: 60px;
  }
  .applications-header .section-subtitle {
    margin-left: 0;
  }
  .applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px 20px;
  }
  .application-card {
    display: flex;
    flex-direction: column;
  }
  .app-icon-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .app-icon {
    width: 40px;
    height: 40px;
  }
  .app-icon-number-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #6b41ff;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app-icon-number-bg.two { background-color: #8A2BE2; }
  .app-icon-number-bg.three { background-color: #FF69B4; }
  .app-icon-number-bg.four { background-color: #FF4500; }
  .app-icon-number-bg.five { background-color: #32CD32; }
  .app-icon-number-bg.six { background-color: #1E90FF; }
  .application-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.36;
    margin: 0 0 10px 0;
  }
  .application-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin: 0 0 20px 0;
    flex-grow: 1;
  }
  .application-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #6b41ff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .application-link img {
    width: 13px;
    height: auto;
  } */

/* CSS for section section:cta */
.cta-section {
    background-color: #0d0f2c;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
  }
  .cta-bg-lines {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: .1;
  }
  .cta-container {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 900px;
    margin-left: 0;
    margin-right: auto;
  }
  .cta-title {
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
  }
  .cta-subtitle {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    color: #ffffff;
    margin: 0 0 40px 0;
        max-width: 700px;
    margin-bottom: 30px;
  }
  .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  @media (max-width: 768px) {
    .cta-container {
      text-align: center;
    }
    .cta-actions {
      justify-content: center;
    }
  }