

@import url("/assets/css/colors.css");
@import url("/assets/css/common.css");

body {
  font-family: "Satoshi";
  margin: 0;
}


.section-1-container {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #333;
}
@media (max-width: 600px) {
  .feature-container1 {
    padding: 20px 20px;
  }
}





.feature-container1 {
  margin: 35px auto;
  width: 100%;
  /* max-width: 1000px; */
  position: relative;
  padding: 0px 35px;
}

@media (min-width: 1401px) {
  .feature-container1 {
    max-width: 1400px;
  }
}


@media (max-width: 1400x) {
  .feature-container1 {
    max-width: 1000px;
  }
}


#feature-head1{
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  justify-content: space-between;
  margin: 35px auto 40px auto;
}

.feature-badge1 {
  background: none;  
  font-weight: 700;
  font-style: normal;
  color: #5657E4;
  font-size: 14px;
  border-top: 1px solid #5657E4;
  border-right: 4px solid #5657E4;
  border-bottom: 4px solid #5657E4;
  border-left: 1px solid #5657E4;
  width: max-content;
  height: max-content;
  display: inline-block;
  border-radius: 6px;
  margin: 0 auto 10px auto;
  padding: 8px 16px;
  gap: 6px;
  background-color: #DFE9ED !important;
}

/* Scoped h1 to avoid conflicts with other sections */
.section-1-container h1, 
.feature-main-title1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-gray-700);;
  margin: 0px;
  text-align: center;
}

.feature-description1 {
  font-size: 16px;
  color: var(--color-gray-700);;
  width: 100%;
  /* max-width: 626px; */
  height: auto;
  min-height: 72px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin: auto;
}

.feature-content1{
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  gap: 10px;
}

.feature-child1{
  flex: 1;
}

.feature-child2 {
  flex: 2;
}

.feature-features1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* height: 100%; */
  justify-content: space-between;
  margin: auto;
}

.feature-highlight-4-wrapper {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: 374px
}

@media (max-width: 600px) {
  .feature-highlight-4-wrapper {
    flex-direction: column;
    gap: 16px;
    height: 100%;
  }
}

.feature-feature-item1 {
  padding-left: 10px;
  position: relative;
  width: 100%;
  /* height: 100%; */
}

.feature-feature-item1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}



#feature-green1{
  border-left: 6px solid #22c55e;
  padding: 15px 0px 10px 15px;
  background: #F1FFF0;
  height: 100%;

}

#feature-orange1{
  border-left: 6px solid #f97316;
  padding: 15px 0px 10px 15px;
  background: #FFEFE9;
  height: 100%;
}

#feature-blue1{
  border-left: 6px solid #3b82f6;
  padding: 15px 0px 10px 15px;
  background: #EBF6FA;
  height: 100%;
}

#feature-purple1{
  border-left: 6px solid #a855f7;
  padding: 15px 0px 10px 15px;
  background-color:#F7F1FC ;
  height: 100%;
}

@media (max-width: 600px) {
  #feature-green1 {
    height: auto;
  }
  #feature-orange1{ 
    height: auto;
  }
  #feature-blue1{ 
    height: auto;
  }
  #feature-purple1{
    height: auto;
  }
}

.feature-feature-item1 h3, 
.feature-item-title1 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;

}

.feature-feature-item1 p, 
.feature-item-text1 {
  font-size: 16px;
  color: var(--color-gray-950);
  line-height: 150%;
  margin: 0;
}

.feature-image-placeholder1 {
  position: relative;
  width: 100%;
  max-width: 410px;
  /* height: 100%; */
  z-index: 1;
  background-color: #DFE9ED;
  border-radius: 16px;
  margin: 0 auto;
}

@media (min-width: 990px) {
  .feature-image-placeholder1 img {
    width: 442px;
  }
}

/* .feature-image-placeholder1 img {

  max-height: 630px;
} */
@media (max-width: 600px) {
  .feature-image-placeholder1 img {
  max-height: 500px;
  width: 100%;
}
}

/* Icon backgrounds */
#feature-z1 {
    background: url('./icons/wand-icon.svg') no-repeat 13px center;
    background-size: 18px 18px;
    padding-left: 40px;
}

#feature-one1{
    background: url('./icons/feature-highlight1.svg') no-repeat left center;
    background-size: 33.33px 53.33px;
    padding-left: 40px;
}

#feature-two1{
    background: url('./icons/feature-highlight2.svg') no-repeat left center;
    background-size: 33.33px 53.33px;
    padding-left: 40px;
}

#feature-three1{
    background: url('./icons/feature-highlight3.svg') no-repeat left center;
    background-size: 33.33px 53.33px;
    padding-left: 40px;
}

#feature-four1{
    background: url('./icons/feature-highlight4.svg') no-repeat left center;
    background-size: 33.33px 53.33px;
    padding-left: 40px;
}


/* RESPONSIVE STYLES */

/* Tablets and below */
@media (max-width: 1024px) {
  /* .feature-container1 {
    padding: 20px;
  } */

  .feature-content1 {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .feature-child1 {
    padding: 20px;
  }

  .feature-features1 {
    max-width: 100%;
  }

  .feature-image-placeholder1 {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }

  #feature-head1 {
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
  }

  .feature-description1 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 990px) {
  #feature-head1 {
    align-items: flex-start;
  }

  .feature-description1 {
    text-align: start;
    margin-top: 12px;
  }

  .feature-badge1 {
    margin: 0px 0px 12px 0px;
  }

  .feature-content1 {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 0px;
  }

  .feature-image-placeholder1 {
    height: 500px;
  }

  .feature-child1 {
    padding: 0px;
  }

  .feature-feature-item1 {
    padding: 0px;
  }

  .section-1-container h1, 
  .feature-main-title1 {
    font-size: 28px;
    /* width: 70%; */
    text-align: start;
  }

  .feature-feature-item1 h3, 
  .feature-item-title1 {
    font-size: 20px;
  }

  .feature-feature-item1 p, 
  .feature-item-text1 {
    font-size: 16px;
  }


  #feature-one1, #feature-two1, #feature-three1, #feature-four1, #feature-z1 {
    background-size: 24px 24px !important;
    padding-left: 36px;
  }
}


 /**************************************** Step Guide ********************************/

         :root {
            --purple: #8646E1;
            --blue: #23A9F2;
            --green: #25C989;
            --yellow: #ECCB21;
            --red: #E14646;
            --text-color: #494949;
            --heading-color: #000;
        }

      

        .step-guide-container {
            width: 100%;
            max-width: 1200px;
            margin: auto;
            /* height: 100%; */
            padding: 0px 35px;
            /* background-color: #fff; */
            border-radius: 12px;
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
        }
          @media (min-width: 1401px) {
            .step-guide-container {
            max-width: 1400px;
            margin: 35px auto;
          }
        }

        @media (max-width: 1400px) {
          .step-guide-container {
            /* max-width: 1000px; */
            margin: 35px auto;
            padding: 0px 35px;
          }
        } 

        .step-guide-1-title {
          font-weight: 700;
          color: var(--color-gray-700);
          font-size: 36px;
          /* width: 60%; */
          text-align: center;
        }

        @media (max-width: 601px) {
            .step-guide-1-title {
          font-weight: 700;
          font-size: 28px;
          width: 100%;
          text-align: start;
        }
        }

        .step-guide-header {
            display: flex;
            justify-content: center;
            text-align: center;
            flex-direction: column;
            align-items: center;
        }

        .logo-box {
            display: flex;
            align-items: center;
            background-color: #F7F1FC;
            color: #79509F;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            border-width: 1px 4px 4px 1px;
            border-style: solid;
            border-color:  #79509F;
        }

        .logo-box svg {
            width: 24px;
            height: 24px;
            margin-right: 0.5rem;
        }

        .logo-text {
            font-size: 0.875rem;
            font-weight: 600;
            white-space: nowrap;
        }

        h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--heading-color);
            margin-bottom: 0.5rem;
        }

        .subtitle {
            font-size: 18px;
            font-weight: 500;
            color: #2C3947;
            margin-bottom: 3rem;
            text-align: center;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .step {
            flex: 1;
            min-width: 200px;
            position: relative;
            padding-left: 2.5rem;
        }

        .step-para{
            font-size: 16px;
            font-weight: 500;
            color:#000;
            margin: 0;
        }

        .step-heading {
            font-size: 20px;
            font-weight: 600;
            color: var(--heading-color);
            margin-bottom: 0.5rem;
        }

        .step-content {
            font-size: 1rem;
            line-height: 1.5;
        }

        /* Vertical colored bars */
        .step::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            border-radius: 2px;
        }

        /* Specific colors for each step */
        .step:nth-child(1)::before {
            background-color: var(--purple);
        }
        .step:nth-child(2)::before {
            background-color: rgb(38, 130, 98);
        }
        .step:nth-child(3)::before {
            background-color: rgb(126, 126, 35);
        }
        .step:nth-child(4)::before {
            background-color: var(--red);
        }

        /* Responsive design for mobile */
        @media (max-width: 768px) {
            /* body {
                padding: 1rem;
            } */

            .step-guide-container {
                padding: 1.5rem;
            }

            h1 {
                font-size: 1.75rem;
                text-align: left;
            }

            .subtitle {
                font-size: 0.9rem;
                text-align: left;
                margin-bottom: 2rem;
            }
            
            .step-guide-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
                margin-bottom: 1.5rem;
            }

            .steps-container {
                flex-direction: column;
                gap: 0rem;
            }

            .step {
                padding-left: 1.5rem;
            }

            .step::before {
                left: 0;
            }

            .step-heading {
                font-size: 1rem;
            }

            .step-content {
                font-size: 0.875rem;
            }
        }
 /**************************************** Step Guide ********************************/

/****************************************** Feature Highlight ****************** */

.feature-feature-container22 {
  margin: 50px auto;
  max-width: 1400px;
  /* padding: 0px 35px; */
}

#feature-z2 {
    background: url('./icons/info-icon-purple.svg') no-repeat 13px center;
    background-size: 18px 18x;
    padding-left: 40px;
}

@media (max-width: 1400px) {
  .feature-feature-container22 {
    /* max-width: 1000px; */
  }
}

#feature-head2{
  width:auto;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding : 0 20px;
}


.feature-badge2 {
  font-weight: 700;
  font-style: Bold;
  color: #5657E4;
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid #5657E4;
  border-right: 4px solid #5657E4;
  border-bottom: 4px solid #5657E4;
  border-left: 1px solid #5657E4;
  width:max-content;
  height: max-content;
  display: inline-block;
  border-radius: 6px;
  margin: auto;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  gap: 6px;
  background-color:#EFEFFF !important;
  margin-bottom: 12px;
}

.feature-feature-h122, .feature-main-title2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin:auto;
  text-align: center;
}

.feature-description2 {
  font-size: 18px;
  /* width: 50%; */
  color: var(--color-gray-700);
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
  margin: 10px auto;
}


#feature-one2, #feature-two2, #feature-three2, #feature-four2 {
  position: relative;
  padding-left: 50px;
  min-height: 40px;
  display: flex;
  align-items: center;
}

#feature-one2::before, 
#feature-two2::before, 
#feature-three2::before, 
#feature-four2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: pink;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border-radius: 6px;
}

.feature-features-grid2 span {
  margin-left: 12px;
}
@media (max-width: 600px) {
  .feature-features-grid2 span {
  margin-left: 22px;
}
}

/* Individual icon URLs */
#feature-one2::before {
  background-image: url('./icons/meaning-preserving1.svg');
  background-color: #F2FFF0;
    background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

#feature-two2::before {
  background-image: url('./icons/meaning-preserving2.svg');
  background-color: #FFEFE9;
  background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

#feature-three2::before {
  background-image: url('./icons/meaning-preserving3.svg');
  background-color: #EBF6FA;
    background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

#feature-four2::before {
  background-image: url('./icons/meaning-preserving4.svg');
  background-color: #F7F1FC;
    background-size: 30px 30px;
  width: 50px;
  height: 50px;
}

.feature-features-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* exactly 2 columns */
  gap: 1px;
  text-align: left;
}

.feature-feature-box2 {
  padding: 24px 20px;
  border-radius: 12px;
}

.feature-feature-box2 .feature-icon2 {
  font-size: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #fff;
}

.feature-green2 {
  background-color: #34d399;
}

.feature-orange2 {
  background-color: #f97316;
}

.feature-blue2 {
  background-color: #3b82f6;
}

.feature-purple2 {
  background-color: #8b5cf6;
}

.feature-feature-box2 h3, .feature-item-title2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-gray-700);
}

.feature-feature-box2 p, .feature-item-text2 {
  font-size: 16px;
  color: var(--color-gray-950);
  line-height: 150%;
}

/* ========== RESPONSIVE STYLES  ========== */

/* For tablets and smaller devices */
@media (max-width: 768px) {

  .feature-feature-container22 {
    padding: 20px 20px;
    margin: 0px;
  }

  #feature-head2 {
    padding-bottom: 30px;
  }

  .feature-description2 {
    width: 100%;
    height: auto;
    margin: 0 auto 30 px;
    font-size: 16px;
    text-align: start;
  }

  .feature-features-grid2 {
    grid-template-columns: 1fr; /* Stack one below another */
    gap: 24px;
  }

  .feature-feature-h122, .feature-main-title2 {
    font-size: 24px;
  }

  .feature-feature-box2 h3, .feature-item-title2 {
    font-size: 20px;
    padding-left: 0; /* Remove extra padding on mobile */
  }

  .feature-feature-box2 p, .feature-item-text2 {
    font-size: 16px;
    color: var(--color-gray-950);
    padding-left: 0; /* Remove extra padding on mobile */
  }

  #feature-one2,
  #feature-two2,
  #feature-three2,
  #feature-four2 {
    padding-left: 40px;
    min-height: 35px;
  }

  /* #feature-one2::before,
  #feature-two2::before,
  #feature-three2::before,
  #feature-four2::before {
    width: 25px;
    height: 25px;
    background-size: 16px 16px;
  } */

  .feature-badge2 {
    font-size: 16px;
    padding: 6px 10px;
    margin: 0px 0px 12px 0px;
  }

  .feature-main-title2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-gray-700);
    text-align: start;
  }
}

/* For very small mobile devices */
@media (max-width: 400px) {
  .feature-feature-h122, .feature-main-title2 {
    font-size: 20px;
  }
/* 
  .feature-feature-box2 h3, .feature-item-title2 {
    font-size: 15px;
  } */

  .feature-description2 {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .feature-feature-box2 {
    padding: 0px;
  }
}



/*************************************************** Feature Highlight 2 *************************/

        /*********************************** Personalization *******************************/

        @media (min-width: 1401px) {
          .personalize-container-1 {
            max-width: 1400px;
          }
        }

        @media (max-width: 1400px) {
              .personalize-container-1 {
            /* max-width: 1000px; */
          }
        }

        .personalize-container-1 {
  margin: 35px auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0px 35px;
}

#personalize-head-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px 10px 20px;
}

.personalize-badge-1 {
  font-weight: 700;
  color: #006466;
  font-size: 14px;
  border-top: 1px solid #006466;
  border-right: 4px solid #006466;
  border-bottom: 4px solid #006466;
  border-left: 1px solid #006466;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 16px;
  background-color: #E6FFFA !important;
  margin-bottom: 16px;
}

.personalize-main-title-1 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #141A21;
  margin: 0px;
}

.personalize-description-1 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #141A21;
  margin-top: 4px;
}

.personalize-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 20px;
  opacity: 1;
  /* padding: 20px 35px; */
  gap: 32px;
}

.personalize-reverse-1 {
  flex-direction: row-reverse;
}

.personalize-text-block-1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0px;
}

.personalize-text-block-1 .personalize-label-1 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: start;
  color: #5E3E7B;
  margin: 0px;
}

.personalize-text-block-1 .personalize-label-1.personalize-blue-1 {
  color: #0086A1;
}

.personalize-text-block-1 .personalize-label-1.personalize-green-1 {
  color: #4E8019;
}

.personalize-text-block-1 .personalize-subtitle-1 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #141A21;
}

.personalize-text-block-1 .personalize-paragraph-1 {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #141A21;
}

.personalize-paragraph-1 span {
  font-weight: 500;
  color: var(--color-gray-700);
}

.personalize-image-block-1 {
  flex: 0 0 300px;
  height: 300px;
  background: #e0edf3;
  border-radius: 16px;
}

/* @media (min-width: 601px) {
    .personalize-image-block-1 img {
    height: 300px;
    width: 300px;
  }
}

@media (max-width: 600px) {
  
  .personalize-image-block-1 img {
    height: 400px;
    width: 100%;
  }
} */


#personalize-z-1 {
    background: url('./icons/brifecase-tick-green.svg') no-repeat 10px center;
    background-size: 24px 24px;
    padding-left:40px;
}

@media (max-width: 990px) {
  .personalize-container-1 {
    padding: 20px;
  }

  #personalize-head-1{
    align-items: start;
    padding: 0px;
  }

  .personalize-main-title-1 {
    font-size: 28px;
    text-align: start;
  }

  .personalize-description-1 {
    font-size: 16px;
    text-align: start;
  }

  .personalize-row-1{
    flex-direction: column-reverse;
    padding: 0px 0px;
    padding-bottom: 40px;
  }

  .personalize-image-block-1 {
    width: 100%;
    min-height: 400px;
    max-height: 420px;
  }

  .personalize-text-block-1 .personalize-subtitle-1 {
    font-size: 24px;
  }

  .personalize-text-block-1 .personalize-paragraph-1 {
    font-size: 16px;
  }
}

/****************************************** KPI Matrix ************************/

@media (min-width: 1401px) {
  .stat2_container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
    .stat2_container {
    /* max-width: 1000px; */
  }
}

.stat2_container {
    width: 100%;
    background: white;
    padding: 40px 0px;
    position: relative;
    margin: 0 auto;
}

.content2 {
    /* padding: 40px 35px; */
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge2 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #d4f4dd;
    border: 4px solid #19895A;
    padding: 6px 12px;
    border-radius: 6px;
    gap: 4px;
    border-top-width: 1px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 1px;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #19895A;
    display: inline-flex;
    width: auto;
    max-width: max-content;
}

.badge-icon2 {
    width: 20px;
    height: 16.98px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
}

.title2 {
    color: #141A21;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
}

.description2 {
    color: #2c3947;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    max-width: 680px;
    display: flex;
    margin-top: 0px;
    text-align:  center;
}

.stats-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 20px;
    background: #D3D3D3;
    width: 100%;
}

.stat-card2 {
    text-align: left;
    padding: 20px 30px;
    background: white;
    display: flex;
    flex-direction: column;
}

.stat-number2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    color: #141A21;
}

.stat-label2 {
    font-family: Satoshi;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2C3947;
}

@media (max-width: 990px) {
    .content2 {
        padding: 20px;
        align-items: start;
    }

    .stat2_container {
        padding: 0px;
    }

    .title2 {
        font-size: 28px;
        text-align: start;
    }

    .description2 {
        font-size: 16px;
        text-align: start;
    }

    .stats-cards2 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .side-rectangle2 {
        width: 100%;
        height: 180px;
    }

    .stats-grid2 {
        flex-direction: column;
        display: flex;
        align-items: center;
        width: 100%;
        background-color: transparent;
        gap: 20px;
        margin-top: 0px
    }

    .stat-card2 {
        width: -webkit-fill-available;
        padding: 30px 20px;
        border-bottom: 1px solid #D3D3D3
    }
}
/******************************** Personalization *************************/
@media (max-width: 1400px) {
  .personalize-container-6 {
    /* max-width: 1000px; */
  }
}

@media (min-width: 1401px) {
   .personalize-container-6 {
    max-width: 1400px;
  }
}

.personalize-container-6 {
  /* max-width: 1000px; */
  margin: 35px auto;
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 0px 35px;
}

.personalize-parent-head-6 {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex: 1;
}

#personalize-head-6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-bottom: 20px;
  padding-top: 30px;
  gap: 12px;
}

.personalize-empty-6 {
  width: 100%;
  /* height: 90vh; */
  background-color: #DFE9ED;
  border-radius: 20px;
}

.personalize-badge-6 {
  font-weight: 700;
  color: #006466;
  font-size: 14px;
  border-top: 1px solid #006466;
  border-right: 4px solid #006466;
  border-bottom: 4px solid #006466;
  border-left: 1px solid #006466;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 16px;
  background-color: #E6FFFA !important;
}

#personalize-z-6 {
  background: url('./icons/brifecase-tick-green.svg') no-repeat 0.625rem center;
  background-size: 1.5rem 1.5rem;
  padding-left: 2.5rem;
}

.personalize-main-title-6 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  vertical-align: middle;
  color: #141A21;
  margin: 0px;
}

.personalize-description-6 {
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: start;
  vertical-align: middle;
  color: #141A21;
  margin: 0px;
}

.personalize-cards-grid-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  flex: 1;
}

.personalize-card-6 {
  border-radius: 10px;
  border-width: 1px;
  padding: 30px 20px;
  gap: 20px;
  background: #F1F1F1;
  border: 1px solid #505050;
}

.personalize-card-6 .personalize-card-title-6 {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #141A21;
  margin-top: 12px;
  margin-bottom: 0px;
}

.personalize-card-6 .personalize-card-text-6 {
  font-family: Satoshi;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2C3947;
  margin-top: 12px;
}

@media (max-width: 990px) {
  .personalize-container-6 {
    padding: 16px;
    flex-direction: column;
    gap: 24px;
  }

  .personalize-parent-head-6 {
    flex-direction: column;
    gap: 12px;
  }

  .personalize-empty-6 {
    width: 100%;
    height: 50vh;
  }

  #personalize-head-6 {
    align-items: start;
  }

  .personalize-main-title-6 {
    font-size: 28px;
  }

  .personalize-description-6 {
    text-align: start;
    font-size: 16px;
  }

  .personalize-cards-grid-6 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .personalize-card-6 {
    background: #EFEFFF;
  }
}/************************************* Snapshot ***********************************/


    #snapshot-z-1 {
    background: url('./icons/rocket.svg') no-repeat 0.625rem center;
    background-size: 18px 18px;
    padding-left: 2.5rem;
  }

  @media (min-width: 1401px) {
    .snapshot-container-1 {
      max-width: 1400px;
    }
    
  }

  @media (max-width: 1400px) {
        .snapshot-container-1 {
      /* max-width: 1000px; */
    }
  }
  .snapshot-container-1 {
      margin: 35px auto;
      padding: 0px 35px;
  }

  #snapshot-head-1 {
      margin-bottom: 30px;
  }

  .snapshot-badge-1 {
      display: inline-block;
      font-weight: 700;
      color: #265BAA;
      font-size: 14px;
      border: 1px solid #265BAA;
      border-width: 1px 4px 4px 1px;
      border-radius: 6px;
      padding: 8px 16px;
      background-color: #EBF6FA;
      background-image: url('./svg/information-circle.svg');
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 24px;
      padding-left: 40px;
  }

  .snapshot-main-title-1 {
      font-size: 36px;
      margin: 12px 0px 0px 0px;
      text-align: left;
      font-weight: 700;
  }

  .snapshot-description-1 {
      font-size: 18px;
      color: #141A21;
      line-height: 150%;
      margin: 0px;
      width: 50%;
  }

  .snapshot-card-1 {
      display: flex;
      background-color: #F2F2F9;
      padding: 40px;
      border-radius: 12px;
      gap: 20px;
      align-items: flex-start;
  }

  .snapshot-card-left-1 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 56%;
      /* height: 300px; */
      gap: 16px;
  }

  .snapshot-list-item-1 {
      display: flex;
      align-items: flex-start;
      padding: 0px;
  }

  .snapshot-icon-1 {
      background-image: url('./svg/badge-check.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px;
      height: 24px;
      width: 24px;
      margin-top: 5px;
  }

  .snapshot-item-text-1 {
    font-size: 18px;
    color: #2F2F2F;
    line-height: 150%;
    margin: 0;
  }

  .snapshot-card-right-1 {  
      flex: 1;
      background-color: #9798A8;
      /* height: 300px; */
      border-radius: 16px;
  }

      .snapshot-card-right-1 {
    margin: auto;
  }



  /* Responsive adjustments */
  @media (max-width: 1024px) {
    .snapshot-card-1 {
      flex-direction: column-reverse; /* Reverse the order: right first, then left */
      align-items: stretch;
    }

    .snapshot-card-left-1 {
      width: 100%;
      height: auto;
      padding-top: 20px;
      flex-direction: column;
    }

    .snapshot-card-right-1 {
      width: 100%;
      /* min-height: 300px; */
      height: auto;
      flex-grow: 1;
      background-color: #9798A8;

    }

    .snapshot-main-title-1 {
      font-size: 24px;
    }

    .snapshot-description-1 {
      font-size: 15px;
    }

    .snapshot-item-text-1 {
      font-size: 14px;
    }
  }

  @media (max-width: 600px) {
    .snapshot-card-right-1 {
      top: 10px;
      /* min-height: 220px; */
    }

    .snapshot-main-title-1 {
      font-size: 28px;
      text-align: start;
      font-weight: 700;
      color: var(--color-gray-700);
    }

    .snapshot-container-1 {
      padding: 0px 20px;
    }

    .snapshot-description-1 {
      font-size: 18px;
      text-align: start;
      width: 100%;
      color: var(--color-gray-700);
    }

    .snapshot-item-text-1 {
      font-size: 14px;
    }

    .snapshot-card-left-1 {
      padding-top: 10px;
    }

    .snapshot-card-1 {
      gap: 1rem;
      padding: 40px 20px;
    }

  }

  .snapshot-text-wrapper-1 {
    display: flex;
    gap: 16px;
  }

  .snapshot-wrapper-1 {
    width: 100%;
    margin: 35px auto;
  }

  /******************************************** Faq's *********************************/
  @import url("/assets/css/colors.css");
@import url("/assets/css/common.css");


.faq-container2 {
  width: 90%;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
  padding: 40px 0px;
}

h2.title2 {
  text-align: center;
  font-size: 2.25rem; /* ~36px */
  font-weight: 700;
  line-height: 150%;
  color: #141A21;
  /* padding-top: 2rem; */
  margin-bottom: 2rem;
}

.faq-list2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item2 {
  border: none;
  border-radius: 0.75rem; /* ~12px */
  /* margin-bottom: 1rem; */
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease;
}

.faq-item2.active {
  border: 1px solid #265BAA;
  background-color: #ECECF7;
  height: auto;
}

.faq-question2 {
  width: 100%;
  height: 7rem; /* ~60px */
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  font-size: 1.25rem; /* ~20px */
  font-weight: 500;
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #333;
}

.faq-question2 h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  line-height: 150%;
  color: #2F2F2F;
}

.faq-item2.active h3 {
  font-weight: 700;
}

.faq-answer2 {
  padding: 0 1.25rem 1rem;
  display: none;
}

.faq-answer2 p {
  font-size: 1rem; /* ~16px */
  color: #555;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
}

.faq-item2.active .faq-answer2 {
  display: block;
}

.arrow2 {
  transition: transform 0.3s ease;
  display: inline-block;
  width: 0.625rem;  /* ~10px */
  height: 0.625rem;
  border-top: 2px solid #265BAA;
  border-right: 2px solid #265BAA;
  transform: rotate(45deg);
  margin: 0.3rem;
}

.faq-item2.active .arrow2 {
  transform: rotate(137deg);
}

@media (max-width: 600px) {
  .faq-question2 {
    font-size: 0.875rem;
    padding: 0.875rem 1rem;
  }

  .faq-question2 h3 {
    font-size: 18px;
    width: 88%;
  }

  .faq-answer2 p {
    font-size: 0.8125rem;
    padding: 0 1rem 0.875rem;
  }

  .faq-container2 {
    width: 100%;
    padding: 40px 20px;
  }
  h2.title2 {
    text-align: start;
  }
}


.faq-answer2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #3E3E3E;
}

@media (min-width: 1401px) {
  .faq-container2 {
  max-width: 1400px;
}
}

@media (max-width: 1400px) {
  .faq-container2 {
    max-width: 1000px;
  }
}


/* Seperator */

.seperator {
  width: 100%;
  height: 30px;
  background-color: #F2F2F9;
}

.rounded-bullets {
  list-style: none; /* remove default bullets */
  padding-left: 0.2em;
}
.rounded-bullets li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  background-color: black; /* bullet color */
  border-radius: 50%; /* makes it fully round */
}