.features {
  padding: 4rem 0;
  background: #F3FAFF;
  font-family: "Inter", sans-serif;
  width: 100%;
  margin: auto;
}

.features .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.features h2 {
  font-size: clamp(28px, 5vw, 48px);
  text-align: center;
  font-weight: 700;
  color: #1f2937;
   width: 85%;
   margin: auto;
  margin-bottom: 2.5rem;

}

.features .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
   width: 85%;
}

.features .card {
  background: #f9fbfd;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features .icon {
    display: flex;
  font-size: 2rem;
  color: #0057c2;
  margin-bottom: 1rem;
}

.features h3 {
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 600;
  color: #0057c2;
  margin-bottom: 0.75rem;
}

.features p {
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: 1.5;
  color: #4b5563;
  text-align: left;
}

.features .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: auto;
}
.icon-wrapper {
  display: flex;
  gap: clamp(1rem, 2vw + 0.5rem, 3rem);
}
.bixo-section {
  max-width: 700px;
  margin: 0 auto;
  padding: clamp(1rem, 2vw + 0.5rem, 3rem);
  color: #1c274c;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

.bixo-section h2 {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.8rem);
  font-weight: 700;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}

.bixo-section p {
  font-size: clamp(1rem, 0.6vw + 0.8rem, 1.2rem);
  color: #334;
  margin-bottom: clamp(1rem, 1.5vw, 1.8rem);
  text-align: left;
}

.bixo-section h3 {
  font-size: clamp(1.2rem, 1vw + 0.8rem, 1.6rem);
  font-weight: 700;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
}

.bixo-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 1rem);
}

.bixo-list li {
  position: relative;
      padding-left: clamp(1.6rem, 2vw, 2rem);
  font-size: clamp(1rem, 0.6vw + 0.8rem, 1.2rem);
}

.bixo-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: clamp(4px, 0.5vw, 7px);
    width: 20px;
    height: 20px;
    background-image: url(../images/svgviewer-output.webp);
    background-size: contain;
    background-repeat: no-repeat;
}


.team-section {
  background-color: #f3faff;
  text-align: center;
  padding: clamp(2.5rem, 5vw + 1rem, 7rem) clamp(1.5rem, 3vw, 5rem);
  color: #1c274c;
  font-family: "Inter", sans-serif;
}

.team-section h2 {
  font-size: clamp(1.8rem, 2vw + 1.5rem, 3.5rem);
  color: #19191a;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: clamp(1rem, 2vw, 2.5rem);
}
.team-section > p {
  margin: 0 auto clamp(2.5rem, 3vw, 4rem);
  font-size: clamp(1rem, 0.8vw + 0.9rem, 1.875rem);
  color: #4a4a4a;
  line-height: 1.7;
  padding-inline: clamp(1rem, 2vw, 3rem);
}

.team-grid {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 85%;
    margin: auto;
}

.team-member {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: clamp(1.2rem, 1.8vw + 0.5rem, 2.5rem);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.team-member img {
  width: clamp(100px, 18vw, 160px);
  height: clamp(100px, 18vw, 160px);
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #eaf4ff;
}

.team-member h3 {
  font-size: clamp(1rem, 0.8vw + 0.9rem, 1.6rem);
  font-weight: 600;
  color: #19191a;
  margin-bottom: clamp(0.3rem, 0.5vw, 0.6rem);
      margin-top: clamp(0.3rem, 0.5vw, 0.6rem);
  line-height: 1.3;
}

.team-member p {
  font-size: clamp(0.9rem, 0.6vw + 0.75rem, 1.2rem);
  color: #6b7280;
  line-height: 1.5;
  padding: 0;
    margin: 0;
}

@media (max-width: 900px) {
  .team-section {
    padding: clamp(2rem, 6vw, 4rem);
  }

  .team-grid {
    max-width: 95%;
  }
}

@media (max-width: 600px) {
  .team-section h2 {
    font-size: clamp(1.5rem, 3vw + 1rem, 2.2rem);
  }

  .team-section > p {
    font-size: clamp(0.95rem, 1vw + 0.8rem, 1.3rem);
  }

  .team-member img {
    width: clamp(80px, 25vw, 120px);
    height: clamp(80px, 25vw, 120px);
  }
}


.core-values-section {
  background-color: #FFFFFF;
  padding: clamp(2rem, 4vw + 1rem, 6rem) clamp(1rem, 3vw, 4rem);
  text-align: center;
  color: #252F4A;
  font-family: "Inter", sans-serif;
}

.core-values-section h2 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.8rem);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: clamp(2rem, 3vw, 3.5rem);
}

.core-values-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4vw, 5rem);
  width: 85%;
    margin: auto;
}

.values-image {
  flex: 1 1 clamp(250px, 40%, 500px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.values-image img {
  width: 100%;
  height: auto;
  max-width: 480px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
}

.values-list {
  flex: 1 1 clamp(280px, 45%, 550px);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.value-card {
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 8px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.value-card h3 {
  margin: 0;
  padding: 0;
  font-size: clamp(1.1rem, 0.8vw + 0.9rem, 1.4rem);
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
}

.value-card p {
  font-size: clamp(0.95rem, 0.6vw + 0.7rem, 1.1rem);
  text-align: left;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .core-values-content {
    flex-direction: column;
  }

  .values-image img {
    max-width: 350px;
  }
  
.bixo-list li::before {
  width: 16px;
  height: 16px;
}
}






@media (max-width: 992px) {
    .features .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
.bixo-list li::before {
  width: 18px;
  height: 18px;
}
}
@media (max-width: 576px) {
    .features .grid {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.promo-section {
        margin: 20px auto;
    }

    .promo-section {
  background: transparent radial-gradient(closest-side at 41% 47%, #006CBE 0%, #006BBD 57%, #00365F 218%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  padding: clamp(2rem, 4vw, 0rem);
  border-radius: 16px;
  width: 82%;
  margin: 40px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.promo-text {
  min-width: 300px;
}

.promo-text h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #ffffff;
}

.promo-text p {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  margin-bottom: 30px;
  max-width: 700px;
  color: #e3e9f4;
}

.promo-btn {
  background-color: #ffffff;
  color: #105F9B;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.promo-btn:hover {
  background-color: #f1f5f9;
  transform: translateY(-2px);
}

.promo-image {
  display: flex;
  justify-content: center;
}

.promo-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media (max-width: 1024px) {
  .promo-section {
    max-width: 75%;
    margin: 30px auto;
  }
  .ai-blog-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .wrapper-container {
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: center;
}
}

@media (max-width: 900px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
  }

  .promo-text {
    order: 2;
  }

  .promo-image {
    order: 1;
    margin-bottom: 20px;
  }

  .promo-text p {
    margin: 0 auto 30px;
  }

  .promo-btn {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .promo-text h3 {
    font-size: 1.6rem;
  }

  .promo-btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }

  .promo-section {
    padding: 2rem 1rem;
  }
}
@media (max-width: 420px) {
  .promo-section {
    width: 75%;
    padding: 1.8rem 1rem;
    border-radius: 12px;
    margin: 20px auto;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  }

  .promo-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 0.6rem;
  }

  .promo-text {
    flex: none;
    max-width: 85%;
  }
    .promo-text {
        display: flex;
        flex-direction: column;
    }
  .promo-text h3 {
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: center;
  }

  .promo-text p {
    font-size: 0.85rem;
    line-height: 1.45;
    margin-bottom: 14px;
    color: #e8eef8;
  }

  .promo-btn {
    font-size: 0.8rem;
    padding: 7px 16px;
    border-radius: 6px;
  }

  .promo-image {
    margin-bottom: 6px;
  }

  .promo-image img {
    width: 100%;
    max-width: 180px;
    height: auto;
    object-fit: contain;
  }
  .promo-text {
    min-width: 229px;
}
}



@media (min-width:3560px) {
   .features {
    width: 40%;
}
.team-grid {
    max-width: 40%;
}
.core-values-content {
    width: 40%;
}
.promo-section {
    width: 40%;
}
}

@media (min-width:4000px) {

}
.main-section-sub-title{
  margin: 0 !important;
  padding: 0 !important;
}
.first-section .left-section h1 {
  margin-top: 0 !important;
}
.first-section .left-section p {
  margin: 0 !important;
}
.mini-container-2 .sections {
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 576px) {
    .first-section .left-section p {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    .first-section .left-section h1 {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .page-header__actions .signup-demo-buttons {
    margin-left: -4px;
}
}
.page-header__actions .signup-demo-buttons {
    margin-top: 1.2rem;
}
