
/* program highlight */
body{
  margin: 0 !important;
  padding: 0;
  /* max-width: 1200px !important; */
}

.program-highlights {
  text-align: center;
  font-family: var(--font-family-suisse);  
  margin: 0;
  padding: 0 0 30px;
  background-color: var(--white);
  color: var(--neutralwhite);
  /* height: 80vh; */
}

.program-highlights h2 {
  font-weight: 700;
  line-height: 20.0px;
  margin: 0;
  padding: 30px 0 0;
  background-color: var(--cool-light-gray);
}

.desc{
  padding: 20px;
  line-height: 20px;
  background-color: var(--cool-light-gray);
  margin: 0;
}



.cards {
  display: flex;
  justify-content: space-around;
  /* gap: 30px; */
  flex-wrap: wrap;
}

.card {
  background-color: var(--white);
  border-radius: 15px 15px 0 0;  
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  text-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.ai-card {
  background-color: var(--white);
  border-radius: 15px 15px 0 0;  
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}




.card .icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.card h3 {
  /* font-size: 1.5rem; */
  margin-bottom: 10px;
  width: 171px;
}





.line-15{
  height: 148px;
  margin-bottom: 36.18px;
  margin-left: 21px;
  width: 1px;
  position: relative;
  top: 4rem;

}

@media (max-width: 768px) {
  .program-highlights{
    height: 100%;
  }
  .cards {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .card{
    width: 70%;
    /* min-height: 80%; */
  }

  .empower-sm-bs-to-maxi, .leverage-ai-insights, .equip-your-smb-with {
    
    height: fit-content;
    letter-spacing: 0;
    line-height: 14.3px;
    /* margin-top: 14px; */
    margin-bottom: 4px;
    text-align: center;
    width: 100%;

  }
  .cards > img:nth-child(n) {
    
    display: none;
  }
  .desc{
    margin-bottom: 70px;
    line-height: 20px;
    /* height: 45px; */
  }
}

/* AI the gamechanger */

.ai-highlights {
  text-align: center;
  font-family: var(--font-family-suisse);
  margin: 0;
  padding: 0 0 50px;
  background-color: var(--cool-light-gray);
  color: var(--blue-zodiac);
}

.ai-highlights h2 {
  padding: 30px 0 30px;
  margin: 0;
  background-color: var(--white);
}
/*   ---------------------------------------   */

.group-1000015062, .group-1000015060, .group-1000015061 {
  display: flex;
  flex-direction: column;
  height: 396px;
  width: 250px;
  padding: 20px;
  position: relative;
}

.image {
  background-image: url(/eand/img/mask-group-46@2x.png);
  background-size: 100% 100%; /* Ensure the image covers the container initially */
  background-position: center; /* Centers the image */
  height: 212.25px;
  width: 100%;
  margin: 0;
  transition: transform 0.3s ease, background-size 0.3s ease; /* Smooth scaling effect */
  border-radius: 15px 15px 0 0;
}

.image2 {
  background-image: url(/eand/img/mask-group-44@2x.png);
  background-size: 100% 100%; /* Ensure the image covers the container initially */
  background-position: center; /* Centers the image */
  height: 212.25px;
  width: 100%;
  margin: 0;
  transition: transform 0.3s ease, background-size 0.3s ease; /* Smooth scaling effect */
  border-radius: 15px 15px 0 0;
}

.image3 {
  background-image: url(/eand/img/mask-group-45@2x.png);
  background-size: 100% 100%; /* Ensure the image covers the container initially */
  background-position: center; /* Centers the image */
  height: 212.25px;
  width: 100%;
  margin: 0;
  transition: transform 0.3s ease, background-size 0.3s ease; /* Smooth scaling effect */
  border-radius: 15px 15px 0 0;
}

.image:hover, .image2:hover, .image3:hover {
  background-size: 120% 120%; /* Zoom the background to 120% */
  transform: scale(1.05); /* Optional: Slightly scale the div to emphasize the zoom effect */
}


.empower-sm-bs-to-maxi, .leverage-ai-insights, .equip-your-smb-with {
  
  letter-spacing: 0;
  line-height: 14.3px;
  margin-bottom: 4px;
  text-align: center;
  width: 265px;
  padding: 10px 15px 0;
}

.ai-card .empower-sm-bs-to-maxi, .ai-card .leverage-ai-insights, .ai-card .equip-your-smb-with {
  
  letter-spacing: 0;
  line-height: 14.3px;
  margin-bottom: 4px;
  text-align: left;
  width: 265px;
  padding: 10px 15px 0;
}


.elevate-productivity-with-ai, .transform-customer-experience, .drive-digital-transformation {
  letter-spacing: 0;
  line-height: normal;
  margin-top: 21.8px;
  text-align: left;
  max-width: 220px;
  padding: 0 15px;
  font-size: 18px !important;
}
/*   -------------------------------------------------   */
.cards {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin: 30px 0;
}


.get-started:hover {
  background-color: var(--red);
  color: var(--neutral01100);
} 


@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .ai-highlights h2 {
    width: 100%;
    
  }

  .ai-highlights h3 {
    padding: 1rem .5rem;
    font-size: 1.2rem;
    margin-bottom: 30px;
    width: 245px;
  }
}


html {
  scroll-behavior: smooth;
}




.how-it-works {
       
  font-family: var(--font-family-suisse);
  background: linear-gradient(to right, #5E5A69, #191329);
  padding: 20px;
}

.progress-bar {
  text-align: center;
  padding: 20px;
}

.progress-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.title-container {
  display: flex;
  align-items: center;

  gap: 24px;
}

.title-container h2 {
    
    line-height: 1.2;
    white-space: pre-line;
    text-align: left;
    margin-left: 56px;
}

.line-59 {
    height: 2px;
    background-color: var(--white);
    flex-grow: 1;
    position: relative;
    top: 22px;
}



.steps {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.line-container {
  width: 80%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.lines {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: var(--neutral01100);
  top: 50%; /* Center the line vertically */
  transform: translateY(-50%);
}

.line2 {
  height: 6px;
  background-color: var(--light-green);
  width: 0;
  transition: width 0.5s ease;
}

.circles {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1; /* Ensure circles are above the line */
  width: 100%;
}

.circle {
  width: 80px;
  height: 80px;
  background-color: var(--neutral01100);
  color: var(--blue-zodiac);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.step-title {
font-size: 16px;
font-weight: bold;
margin-top: 30px; /* Adjust for spacing below the circles */
color: var(--white);
}

.step-description {
font-size: 14px;
color: var(--white);
margin-top: 5px;
width: 100%;
margin-left: auto;
margin-right: auto;
line-height: 1.4;
}

.content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  /* padding: 0 0%; */
}

.step-content {
  text-align: left;
  width: 18%;
}

@media (max-width: 768px) 
{
  .steps{
      height: 100%;
      margin-bottom: 0;
  }
  .steps-container{
      display: flex;
      justify-content: center;
      align-items: center;
      /* flex-direction: column; */
  }

  .line-container{
      height: 100%;
      justify-content: center;
  }

  .lines {
      position: absolute;
      width: 50vh;
      height: 6px;
      background-color: var(--light-gray);
      margin: auto 0;
      /* top: 50%; */
      transform: rotate(90deg);
  }

  .line2 {
      height: 6px;
      background-color: var(--light-green);
      width: 0;
      transition: width 0.5s ease;
  }
  
  .circles{
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      height: 100%;
  }

  .circle{
      margin: 10% 0;
  }

  .circles .circle:first-child {
    margin-top: 0%;
  }
  
  .circles .circle:nth-child(4) {
      margin-bottom: 0%;
  }

  .content{
      flex-direction: column;
      height: 100%;
  }

  .step-content{           
      text-align: left;
      width: 100%;
      margin:5% 0;
  }

  .step-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px; 
    }

  .step-description {
    font-size: 12px;
    margin-left: 0;
    }
}

  /* Join the Program Today */


  .prior-footer{
      text-align: center;
      padding: 8rem 12rem;
      font-family: var(--font-family-suisse);  
      margin: 0;
      padding: 60px;
      background-color: var(--white);
      color: var(--neutralwhite);

  }
  .inner-div{
      padding: 35px 50px;
      display: flex;
      gap: 5%;
      justify-content: center;
      align-items: center;
      background-color: var(--cool-light-gray);
      border-radius: 8px;
  }
  .join-content{
    max-width: 50%;
    text-align: left;
    padding: 0 25px 0 0;
  }

  .join-content h2{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--blue-zodiac);
  }

  .join-content p{
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--blue-zodiac);
  }



  .x4685780_-modern-ware{
      max-width: 45%;
      border-radius: 8px;
  }

  @media (max-width: 768px) 
  {
      .prior-footer{
      text-align: center;
      padding: 2rem 2rem;

  }
      .inner-div{
      padding: 10px 18px;
      display: flex;
      flex-direction: column;
  }
  .join-content{
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 4px 0 0;
  }
  .join-content button{
    margin: 2% 0;
  }

  .join-content h2{
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
      text-align: center;
  }

  .join-content p{
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  }

  .x4685780_-modern-ware{
      margin-top: 20px;
      max-width: 95%;
      border-radius: 20px;
  }

  .lg-red-btn {
  position: relative;
  /* bottom: 5px; */
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  text-decoration: none;
  }
}



  .start-now{
  position: relative;    
  background-color: var(--red);
  color: var(--neutral01100);
  border: 1px solid var(--red);
  margin-top: 15px;
  padding: 8px 12px;
  width:120px;
   border-radius: 25px;
  cursor: pointer;
  /* font-size: 1rem; */
  transition: background-color 0.3s; 
  
  }



   /*------------------------------ FAQ Section -------------------------------*/

.faq-row{
  padding: 50px 7%;
  background-color: var(--white);
  color: var(--black);
  font-family: var(--font-family-suisse);
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.container .faq-row:nth-child(even) {
background-color: var(--cool-light-gray);
}

.faq-column1 {
  width: 30%;
}

.faq-column {
  width: 70%;
}

.faq-column1 h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.faq h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.faq-column1 p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 100;
}

.faq-item {
  margin-bottom: 15px;    
  font-family: var(--font-family-suisse);
}

.faq-item h3 {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
}

.faq-item h3 .question {
  line-height: 2rem;

}

.faq-item h3 .icon {
  font-size: 24px;
  font-weight: 300;
  color: var(--black);
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.3s ease; 
}

.faq-item h3.active .icon {
  transform: rotate(-135deg); /* Rotate 45 degrees */
}

.faq-answer {
  font-size: 13px;
  font-weight: 300;
  color: var(--black);
  max-height: 0;
  overflow: hidden;
  padding: 0 15px; /* Padding will be added during transition */
  border-radius: 5px;
  margin-top: 5px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-item h3.active + .faq-answer {
  padding: 10px 15px; /* Add padding smoothly when active */
}

@media (max-width: 768px) 
{
.faq-row{
  flex-direction: column;
  gap: 20px;
}
.faq-column1 {
  width: 100%;
}

.faq-column {
    width: 100%;
}
}

/*------------------------------ FAQ Section ends -------------------------------*/



  

/* Error Page */
.error-page {
text-align: center;
padding: 50px 20px;
background-color: var(--white);
color: var(--neutralwhite);
min-height: 45vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.error-page h1 {
font-family: var(--font-family-suisse);
font-size: 120px;
margin: 0;
color: var(--red);
}

.error-page p {
font-family: var(--font-family-suisse);
width: 40%;
font-size: 15px;
margin: 20px 0;
color: var(--blue-zodiac);
}

.error-page .home-btn {
font-family: var(--font-family-suisse);
text-decoration: none;
color: var(--blue-zodiac);
}

.error-page .home-btn:hover {
text-decoration: underline;
}





/* -------------------Conformation Page Css--------------------------------------*/
.conformation {
background-color:var(--biege-35);
font-family: var(--font-family-suisse);
display: flex;
justify-content: center;
align-items: center;
height: 80vh;
text-align: center;
}

.conformation-box {
color: var(--blue-zodiac);
background-color: var(--neutralwhite);            
padding: 40px;
border-radius: 30px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
max-width: 600px;
}

.conformation-box img {
width: 80px;
margin-bottom: 20px;
}

.conformation-box h3 {
font-weight: 600;
margin: 10px 0;
}

.heading-section{
display: flex;
justify-content: center;
/* align-items: center; */
}
.heading-section h1{
font-weight: 600;
margin: 0;
}
.heading-section img{
width: 40px;
height: 40px;
aspect-ratio: 1;
margin: 0;
background-color: rgb(211, 255, 202);
border-radius: 10px;
margin-right: 15px;
}
.conformation-box p {
color: #555;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding: 0 10%;
}