/* Main Logo */

.logo-section {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}

.mainlogo img {
  width: 150px;
  height: auto;
}

/* who are you for */

.whoAreYouFor {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}

.whoAreYouFor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 0 0 50px 0;
}

.whoAreYouFor-card {
  width: 100%;
  max-width: 250px;
  height: auto;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: var(--whitish);
  border: solid 2px var(--white);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.whoAreYouFor-card img {
  width: 180px;
  height: auto;
  margin-bottom: 12px;
}

.whoAreYouFor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.selected {
  border: 3px solid #007bff;
}

/* bubble container */



.bubble-container {
  display: none;
   /*padding: 5rem 0;*/
}

.bubble-container {
  position: relative;
  width: 90vw;
  max-width: 700px;
  height: 90vh;
  max-height: 500px;
  margin: 7rem auto;
}

.center-bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  max-width: 280px;
  height: 40vw;
  max-height: 280px;
  background: linear-gradient(135deg, #ffffff, #f1f1f1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 3;
  text-align: center;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.center-bubble .label img {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.center-bubble p {
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  margin-top: 5px;
}

.all-side-bubble {
  position: absolute;
  top: 15rem;
  right: 22rem;
}

.side-bubble {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    padding: 0px;
    background: linear-gradient(to bottom right, #ffffff, #e4ecf7);
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 0.85rem;
    color: #333;
    cursor: default;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    z-index: 2;
}
.side-bubble:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: linear-gradient(to bottom right, #cde6ff, #b5d9ff);
}

/* Mobile Styles */
@media (max-width: 500px) {
    
    .whoAreYouFor-container {
        margin: 0 0 20px 0;
    }
    
    .whoAreYouFor-card {
        max-width: 150px;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .whoAreYouFor-card img {
        width: 100px;
        height: auto;
    }
    
    
    .bubble-container {
        width: 80vw;
        max-width: 570px;
        height: 100vh;
        max-height: 600px;
    }
    
    
    .center-bubble {
        width: 40vw;
        height: 40vw;
        padding: 20px 15px;
    }
    
    .side-bubble {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .center-bubble .label img {
        max-width: 120px;
    }
}

.footer-download-app {
  color: #fff;
  margin-bottom: 1.2rem;
}

header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease-out-in;
}

header.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.carousel-section {
    overflow-x: hidden;
}
.carousel-section .carousel-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
.carousel-wrapper .carousel {
    display: flex;
    height: 100%;
  }
.carousel-wrapper .carousel-item {
    flex: 0 0 100vw;
    height: 100vh;
    position: relative;
       display: block;
  }
.carousel-wrapper .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
.carousel-wrapper .carousel .caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    border-radius: 8px;
  }
.carousel-section .progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(to right, #ff8a00, #e52e71);
    z-index: 10;
    width: 0%;
  }
  
  /*How it Works*/
  
  .step-content{
      margin:80px 0px;
  }
  
  
    .step-content {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: 12px;
        font-weight: 600;
        font-size: 1.1rem;
        color: #333;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        position: relative;
        background-color: var(--whitish);
        border: solid 2px var(--white);
        padding: 40px 30px;
        border-radius: 20px;
        margin-bottom: 40px;
    }
  
  .step-content .step-text h2{
      font-size:35px;
  }
  
  .step-content .image-content img{
    width: 450px;
    max-width: 500px;
    border-radius: 10px;
  }




.accordion .accordion-item {
    border: none;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}
/*.accordion .accordion-item button[aria-expanded='true'] {*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    color: var(--green);*/
/*    text-decoration: none;*/
/*    padding: 0;*/
/*    font-weight: 700;*/
/*    position: relative;*/
/*    padding-right: 72px;*/
/*    font-size: 20px;*/
/*}*/
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 400;
  outline: none;

  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  /*padding: 1em 1.5em 1em 0;*/
  
    width: 100%;
    text-align: left;
    color: var(--green);
    text-decoration: none;
    padding: 10px 0;
    font-weight: 700;
    position: relative;
    padding-right: 72px;
    font-size: 20px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: var(--green);
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  padding: 1.25em;
  color:#000000;
}

