
.about__right-item {
    display: flex;
    align-items: flex-start; /* Align icon + text at the top */
    gap: 13px;               /* Space between icon and text */
}

.about__right-item .icon i {
    font-size: 36px;
    color: #6030b3; /* Brand color */
    line-height: 1;
}
 .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 30px;
        }
.process-number{
    background-color: #6030b3 !important;
}
.about__right-item .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    width: 100%;
    max-width: 80px;
    border-radius: 0;
    background-color: none !important;
}
.process__content ul {
    text-align: left;
    padding-left: 20px; /* optional: adds indentation */
    list-style-position: outside; /* ensures bullets are outside the text block */
}



/* Optional hover effect */
.process__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Section Wrapper */
.why-us-section {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    background-color: #f9f9fb;
    padding: 80px 0;
}

/* Headings */
.why-us-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF !important;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

/* Underline Effect */
.why-us-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fff;
    margin-top: 5px;
    border-radius: 2px;
}

/* Section base */
.why-us-section {
  background-color: #f8f8f8;
  padding: 80px 0;
}

/* Card-style columns */
.why-us-item {
  background: #6030b3;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-item:hover {
  transform: translateY(-5px);
  box-shadow: #FFFFFF;
}

/* Headings */
.why-us-item h2 {
  font-size: 28px;
  margin-bottom: 24px;
  columns: #FFFFFF;
  font-weight: 600;
  border-left: 4px solid #fff;
  padding-left: 12px;
}

/* List styling */
.why-us-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-us-section ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  transition: color 0.3s ease;
}

/* Animated checkmark */
.why-us-section ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.why-us-section ul li:hover::before {
  transform: scale(1.2);
}

.why-us-section ul li:hover {
  color: #FFFFFF;
}

/* Layout spacing */
.why-us-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.why-us-section .col-6 {
  flex: 0 0 48%;
  max-width: 48%;
}

/* Responsive */
@media (max-width: 992px) {
  .why-us-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .why-us-item {
    padding: 30px 20px;
  }

  .why-us-item h2 {
    font-size: 24px;
  }

  .why-us-section ul li {
    font-size: 15px;
  }
}

.process__content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.process__content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.process__content ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #6030b3;
  font-size: 14px;
  line-height: 1.6;
}
.service__item {
  height: 260px; /* adjust as needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service__icon {
  margin-bottom: 16px;
}

.service__item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #6030b3;
}
.section-header h5 {
  margin-bottom: 10px; /* reduce space below heading */
  font-size: 18px;
  line-height: 1.4;
}

.section-header p {
  margin-top: 0; /* remove extra top space */
  font-size: 17px;
  line-height: 2;
  color: #555;
}
@media (max-width: 576px) {
    .case-area .case__content h3 a {
        font-size: 16px; /* smaller font for mobile */
        line-height: 1.3; /* optional for better readability */
    }
}
@media (max-width: 468px) {
    .image.sm-image {
        display: none !important;
    }
}
p[data-animation="slideInRight"] {
    white-space: nowrap;       /* Prevent line breaks */
  
   
}
@media (max-width: 767px) {
 

    .about__info {
        margin-left: 15px;
        margin-right: 15px;
      
    }
    .section-header p{
      text-align: justify;
       margin-left: 15px;
        margin-right: 15px;
    }
    .section-header h2{
      text-align: center;
       
    }
    .btn-one {
  display: block;       /* Make it a block-level element */
  margin: 0 auto;       /* Center horizontally */
  text-align: center;   /* Keeps text inside the button centered */
}

}
@media (max-width: 767px) {
  /* Center entire footer content */
  .footer__wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
  }

  /* Center the logo */
  .footer__item.item-big .logo {
    display: block;
    margin: 0 auto 20px auto; /* center and add bottom spacing */
  }

  .footer__item {
    margin-bottom: 30px;
    max-width: 90%;
  }

  /* Center headings and paragraphs */
  .footer__item h3.footer-title,
  .footer__item p,
  .footer__item ul li,
  .footer__item a {
    text-align: center;
  }

  /* Center contact info (icon + text stacked) */
  .footer-contact li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-contact li i {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .footer-contact .info h5 {
    margin: 0;
    font-size: 15px;
  }

  .footer-contact .info p {
    margin: 0;
    font-size: 14px;
  }

  /* Center social icons */
  .social-icon {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
  }

  /* Center copyright */
  .footer__copyright {
    text-align: center;
    padding: 15px 10px;
  }

  .footer__copyright p {
    font-size: 13px;
  }
}
