

@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;
  max-width: 100%;
  position: relative;
}

#feature-head1{
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: flex;
  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-features1 {
  display: flex;
  flex-direction: column;
  gap: 23px;
  height: 100%;
  justify-content: space-between;
}

.feature-feature-item1 {
  padding-left: 30px;
  position: relative;
}

.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;
}

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

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

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

.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: 500px; */
  height: 100%;
  z-index: 1;
  max-width: 450px;
  background-color: #DFE9ED;
  border-radius: 16px;
  margin: 0 auto;
}
@media (min-width: 990px) {
  .feature-image-placeholder1 img {
    width: 450px;
  }
}



/* .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: auto;
  }

  .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;
  }
}

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

.feature-feature-container22 {
  margin: 50px auto;
  max-width: 100%;
}

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

#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;
}

.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);
  }
}

/* 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 *************************/

:root {
            --step1-color: #5144D5;
            --step2-color: #19C985;
            --step3-color: #E2CD33;
            --step4-color: #79A316;
            --text-color: #494949;
            --heading-color: #000;
            --light-bg: #f8f9fa;
        }

        .container2 {
            width: 100%;
            width: 100%;
            border-radius: 12px;
            margin: 35px auto;
        }

        .step-guide-header2 h2 {
          font-weight: 700;
          margin: 12px 0px 5px 0px;
          color: var(--color-gray-700);
        }

        .step-guide-header2 {
            display: flex;
            justify-content: center;logo-img{
            height:10px;
            width:0px;
            background:none;
        }
            text-align: center;
            flex-direction: column;
            align-items: center;
        }

         .logo-box2 {
            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-box2 svg {
            width: 24px;
            height: 24px;
            margin-right: 0.5rem;
        }

        .logo-text2 {
            font-size: 14px;
            font-weight: 700;
            white-space: nowrap;
            padding-left: 6px;
        }

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

        .subtitle2 {
            font-size: 1rem;
            font-weight: 400;
            /* margin-bottom: 3rem; */
            max-width: 600px;
            line-height: 1.5;
        }

        .steps-container2 {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: space-between;
        }

        .step2 {
            flex: 1;
            padding: 1.5rem;
            border-radius: 8px;
        }

        .step-number2 {
            width: 50px;
            height: 56px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            font-weight: 700;
            color: #fff;
            border-radius: 8px;
            margin-bottom: 1rem;
        }

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

        .step-content2 {
            font-size: 14px;
            line-height: 150%;
            color: #2C3947;
            margin: 0px;
        }

        /* Specific colors for each step */
        .step2:nth-child(1) .step-number2 {
            background-color: var(--step1-color);
        }
        .step2:nth-child(2) .step-number2 {
            background-color: var(--step2-color);
        }
        .step2:nth-child(3) .step-number2 {
            background-color: var(--step3-color);
        }
        .step2:nth-child(4) .step-number2 {
            background-color: var(--step4-color);
        }

        /* Responsive design for mobile */
        @media (max-width: 768px) {

            .container2 {
                padding: 20px 20px;
            }

            .step-guide-header2 {
                text-align: left;
                align-items: flex-start;
                margin-bottom: 1rem;
            }

            h1 {
                font-size: 1.75rem;
            }

            .subtitle2 {
                font-size: 16px;
                margin-bottom: 2rem;
                color: #2C3947;
            }
            
            .steps-container2 {
                flex-direction: column;
                align-items: center;
                gap: 15px;
                padding: 0px 30px;
                border-left: 1px solid #d3d3d3;
            }

            .step2 {
                max-width: 100%;
                width: 100%;
                padding: 0rem;
            }

            .step-number2 {
                width: 50px;
                height: 56px;
                font-size: 24px;
            }
        }

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



.personalize-container-1 {
  width: 100%;
  margin: 35px auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

#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 20px;
  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 ************************/

.stat1_container {
    width: 100%;
    margin: 35px auto;
    background: white;
    padding: 40px;
    position: relative;
    gap: 12px;
    flex-direction: column;
    display: flex;
}

.badge1 {
    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;
}

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

}

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

.description1 {
    color: #2c3947;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.right-section1 {
flex-shrink: 0;
}

.test1 {
    display: flex;
}

.content1 {
    padding-right:50px;
    gap: 12px;
}

.rectangle-placeholder1 {
    width: 250px;
    height: 201px;
    background-color: #f1f1f1; 
    border-radius: 10px;
}


.stat1-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.stat1-card {
    background: transparent;
    border-left: 5px solid;
    padding: 4px 24px;
    position: relative;
    min-height: 45px;
    /* max-height: 94px; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 2px;
}

.stat1-card.purple {
    border-left-color: #5657E4;
}

.stat1-card.teal {
    border-left-color: #00a690;
}

.stat1-card.yellow {
    border-left-color: #a6ad3d;
}

.stat1-card.blue {
    border-left-color: #22c2d4;
}

.stat1-card.gray {
    border-left-color: #AA70E0;
}

.stat1-card.orange {
    border-left-color: #EA521C;
}

.stat1-number {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    color: #141A21;
}

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

.user-icon1 {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: #8a8a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon svg {
    width: 12px;
    height: 12px;
    fill: white;
}

.background-pattern1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(circle, #e0e0e0 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.3;
    pointer-events: none;
}

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

    .test1{
        flex-direction: column;
    }

    .title1{
        font-size: 28px;
    }

    .description1{
        font-size: 16px;
    }
    
    .rectangle-placeholder1{
        width: 100%;
    }

    .stat1-grid{
        margin-top: 12px;
        flex-direction: column;
        display: flex;
        gap: 0px;
    }

    .stat1-card{
        padding: 30px 24px;
    }
}

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

.personalize-container-5 {
  width: 100%;
  margin: 35px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}

.personalize-parent-head-5 {
  display: flex;
  justify-content: center;
  width: 100%;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

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

.personalize-empty-5 {
  width: 20vw;
  height: 30vh;
  background-color: #DFE9ED;
  border-radius: 20px;
}

.personalize-badge-5 {
  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-5 {
  background: url('./icons/book-icon.svg') no-repeat 0.625rem center;
  background-size: 18px 18px;
  padding-left: 2.5rem;
}

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

.personalize-description-5 {
  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-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}

.customize-icon-container {
  width: 50px;
  height: 50px;
  background-color: #CDCEFD;
 display: flex;
 justify-content: center;
 border-radius: 5px;
}

.customize-icon-container img {
  width: 30px;
}

.personalize-card-5 {
  border-radius: 10px;
  border-width: 1px;
  padding: 30px 20px;
  gap: 20px;
  background: #EFEFFF;
}

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

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

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

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

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

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

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

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

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

  .personalize-card-5 {
    background: #EFEFFF;
  }
}

/************************************* Snapshot ***********************************/


  #snapshot-z-1 {
    background: url('./icons/info-icon-blue.svg') no-repeat 0.625rem center;
    background-size: 1.5rem 1.5rem;
    padding-left: 2.5rem;
  }

  .snapshot-container-1 {
      width: 100%;
      margin: 35px auto;
      padding: 40px;
  }

  #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 {
    margin: 35px auto;
    width: 100%;
  }

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


@media (max-width: 1400px) {
  .faq-container {
    max-width: 1200px;
    margin: auto;
  }
}

@media (min-width: 1401px) {
  .faq-container {
    max-width: 1600px;
    margin: auto;
  }
}

.faq-container2 {
  width: 90%;
  max-width: 1030px;
  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: 4rem; /* ~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;
    height: 7rem;
  }

  .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;
}


/* 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 */
}