/* Fix inline text misalignment */
h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* Positioning the underline correctly */
.highlight {
  position: relative;
  display: inline-block;
}

.underline-img {
  position: absolute;
  left: 50%;
  bottom: -5px; /* Adjust as needed */
  transform: translateX(-50%);
  width: 100%;
}

.curved-arrow {
  display: block;
  margin-top: 10px;
  max-width: 100%;
}
.review-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 500px;
  text-align: center;
}
.quote-icon {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 20px;
  top: 20px;
}
.stars {
  color: #ffc107;
}
.author {
  font-weight: bold;
  margin-top: 15px;
}
.designation {
  color: gray;
}
.lab-img img {
  width: 14rem;
  height: 11rem;
  border-radius: 12px;
  /* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); */
}
.icon img {
  height: 50px;
}
.content custom-heading{
  font-size: inherit;
}
.heading-custom{
  color: white;
}
.text-paragraph{
  color: burlywood;
  padding-bottom: 18px;
}
.button-app {
  width: 190px;
  font-weight: 500;
  border: 2px solid black;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
}

.phone-mockup img {
  width: 100%;
}

.text-section {
  text-align: center;
}

.text-section h1 {
  font-size: 24px;
  justify-content: center;
  margin: 20px;
}
.inline-text{
  color: #289976;
  font-variant: petite-caps;
}
.text-section p {
  font-size: 16px;
  color: #333;
}

.qr-section img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.store-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.paragraph-text{
  margin-top: 10px;
}
.visual-img{
  border-radius: 40px;
}
/* Features Section */
.service-area1 {
  position: absolute;          
  display: flex;             
  align-items: center;        
  gap: 0.5rem;      
  color: #252525; 
  top: 12%;                    
  left: 12%;          
  font-weight: 600;         
  padding: 0.5rem 1rem;        
  border-radius: 9999px;      
  background-color: transparent; 
}
.service-area2 {
  position: absolute;          
  display: flex;             
  align-items: center;        
  gap: 0.5rem;      
  color: #252525; 
  top: 32%;                    
  left: 12%;          
  font-weight: 600;         
  padding: 0.5rem 1rem;        
  border-radius: 9999px;      
  background-color: transparent; 
}
.service-area3 {
  position: absolute;          
  display: flex;             
  align-items: center;        
  gap: 0.5rem;      
  color: #252525; 
  top: 52%;                    
  left: 12%;          
  font-weight: 600;         
  padding: 0.5rem 1rem;        
  border-radius: 9999px;      
  background-color: transparent; 
}
.service-area4 {
  position: absolute;          
  display: flex;             
  align-items: center;        
  gap: 0.5rem;      
  color: #252525; 
  top: 70%;                    
  left: 12%;          
  font-weight: 600;         
  padding: 0.5rem 1rem;        
  border-radius: 9999px;      
  background-color: transparent; 
}
.badge-bottom{
  bottom: -9%; 
  left: -1%;
}
.badge-top{
  top: 5%;
  right: 5%;
}
/* Optimized Section */
.overlay-section{
 margin-top: 5rem;
}
.overlay2-section{
  margin-top: 5rem;
}
.feature-section{
  margin-top: 5rem;
}
.feature-section2{
  margin-top: 5rem;
}
.todo-section{
  margin-top: 3rem;
}
.overlay-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  padding: 1rem;
  border-radius: 15px;
  max-width: 220px;
}
.overlaybox-2{
  top: 219px;
  right: 24rem;
  width: 192px;
  font-size: 12px;
  z-index: 10;
  backdrop-filter: blur(6px);
}
.top-right {
  top: -41px;
  right: 87px;
}

.bottom-left {
  bottom: -53px;
  left: -65px;
}

.bottom-right {
  bottom: 20px;
  right: 10px;
  text-align: right;
}
/* Chatroom */
.chat-wrapper {
  background-color: #000;
  width: 320px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  border: 6px solid white;
}

.chat-header {
  padding: 16px;
  color: white;
  position: relative;
}

.chat-header h4 {
  margin: 0;
  font-size: 14px;
  color: #b3ffdf;
}

.chat-header p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #ccc;
}

.sparkle-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
}

.chat-body {
  background-color: #000;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 300px;
}

.message {
  max-width: 85%;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 16px;
  position: relative;
  line-height: 1.4;
}

.message.user {
  background-color: #00e289;
  color: black;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.message.bot {
  background-color: white;
  color: black;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.timestamp {
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}

.input-bar {
  background-color: #222;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-top: 1px solid #333;
}

.input-bar input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ccc;
  font-size: 14px;
  outline: none;
}

.input-bar input::placeholder {
  color: #777;
}

.input-bar .send-btn {
  background-color: #00e289;
  border: none;
  color: black;
  font-size: 20px;
  padding: 4px 10px;
  border-radius: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.typing {
  display: flex;
  align-items: center;
  background-color: white;
  color: black;
  padding: 12px 16px;
  border-radius: 16px;
  width: fit-content;
  gap: 5px;
  font-size: 14px;
}

.typing .dot {
  width: 6px;
  height: 6px;
  background-color: #999;
  border-radius: 50%;
  animation: bounce 1s infinite ease-in-out;
}

.typing .dot:nth-child(2) { animation-delay: 0.2s; }
.typing .dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}
/* tipbox */
.tip-box{
  background: #0d111c; 
  border-left: 4px solid #00e289; 
  color: #e5e5e5; 
  box-shadow: 0 0 20px rgba(0, 226, 137, 0.2);
}
  /* Features Section */
  .features-section-2 {
  background: #f8f9fa;
  padding: 80px 0;
}
.features-section-2 .card {
  border: none;
  border-radius: 15px;
  transition: transform 0.3s;
}
.features-section-2 .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border-right-style: solid;
  text-align: center;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease-in-out;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.feature-mockup{
  width: 100%; 
  max-height: 350px; 
  object-fit: cover;
}
.feature-icon {
  font-size: 2rem;
  color: #289976;
  margin-bottom: 10px;
}
.feature-img{
  width: 100px;
  bottom: -4rem;
  right: 6rem;
}
.dash-img{
  width: 100px; 
  top: -20px; 
  left: -20px;
}
.feature-box h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.feature-box p {
  font-size: 0.9rem;
  color: #6c757d;
}
.badge-custom {
  background: #4AF050;
  color: black;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
}
.service-heading{
  font-size: 2rem;
  color:#3a976b;
  font-weight: bold;
  margin-bottom: 30px;
}
.service-item {
  margin-bottom: 20px;
}

.service-title {
  font-weight: bold;
  font-size: 1.2rem;
}
.custom-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  height: 400px;
}
.custom-card-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.custom-card-title {
  background-color: #289976;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
}
.head-title{
color: #289976;
margin-bottom: 6px;
}
.custom-card-body {
  padding: 15px;
}
.experience-section {
  background: linear-gradient(135deg, #289976, #1a6c50);
  color: white;
  padding: 20px 40px;
}
.experience-title {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 2px solid #f0c674;
  display: inline-block;
  padding-bottom: 5px;
}
.stats {
  margin-top: 40px;
}
.stats p {
  margin: 0;
}
.highlight {
  font-size: 1.5rem;
}
.col-section{
background: #f5f0db;
}
.highlight-icon {
   color: #f0c674;
}
.sidebar {
  background: #289976;
  color: #fff;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-align: center;
}
.highlight i {
color: #f0c674;
}
.icon-container{
margin:5px;
}

.content-box {
  background-color: #ffffff;
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  width: 100%;
}
.step-number {
  background-color: #333;
  color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.step-number-1 {
  background-color: #333;
  color: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: initial;
}
.highlight {
  font-weight: bold;
}
.text-content{
  color: black;
  cursor: pointer;
}
.icon-svg{
height: 3rem;
}
.icon-wrapper {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Right Side Illustration */
.illustration {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #ddd;
  animation: fadeInUp 0.8s ease-out;
}

.direction-sign {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.monitor, .spendings {
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: bold;
}

.monitor {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
}

.spendings {
  background: rgba(40, 167, 69, 0.1);
  color: #289976;
}
.img-invest{
  width: -webkit-fill-available;
}
.service-area1 i,
.service-area2 i,
.service-area3 i,
.service-area4 i {
  font-size: 1.5rem;
  color: #4a4a4a;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .overlay-section{
    margin-top: 0;
   }
   .overlay2-section{
    margin-top: 0;
   }
   .todo-section{
   margin-top: 0;
   }
   .feature-section{
       margin-top:0;
   }
   .overlay-box {
     padding: 8px;
   }
   .top-right {
     top: -4px;
     right: -16px;
   }
   .bottom-left {
     bottom: -59px;
     left: -22px;
   }
   .overlaybox-2{
     display: none;
   }
  .custom-card{
    height: 471px;
  }
  .content-box {
    padding: 30px;
  }
  .notepad {
    padding: 40px 20px;
  }
  .icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .step-number {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
  .text-section {
    margin: 10px 0 10px 0;
  }
  .badge-top {
    top: -5%;
    right: -2%;
}
  .badge-bottom {
    bottom: -9%;
    left: 4%;
}
  .dash-img {
    width: 75px;
    top: -52px;
    left: 16px;
}
  .feature-img {
    bottom: -4rem;
    right: 1rem;
}
  .curved-arrow {
    position: absolute;
    right: 0;
    margin-top: -50px; /* Space between text and arrow */
  }
  .img-fluid {
    max-width: 100%;
    margin-top: 10px;
  }
}




