
.section-bg {
  background: #f5faff url('./images/Earthcon-Bannerr.png') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
body {
font-family: 'Poppins', sans-serif;
}

.logo-circle {
  width: 360px;
  height: 360px;
  border: 6px solid #001f4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #ffffff;
}

.logo-inner {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #001f4d;
  overflow: hidden;
}

.logo-inner img {
width: 100%;
height: 100%;
object-fit: cover; /* OR use cover if you prefer it to fully fill */
object-position: center;
display: block;
}

.logo-text {
  text-align: center;
  margin-top: 15px;
}

.logo-text h5 {
  color: #001f4d;
  font-weight: bold;
  margin: 0;
}

.logo-text small {
  font-size: 14px;
  color: #001f4d;
}

.title-section h4 {
  font-weight: 700;
  color: #001f4d;
}

.title-section h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #001f4d;
}

.description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #0c3571;
  text-align: justify;
}

@media (max-width: 768px) {
  .logo-circle {
    width: 280px;
    height: 280px;
  }

  .logo-inner {
    width: 230px;
    height: 230px;
  }

  .title-section h1 {
    font-size: 1.5rem;
  }
  .description {
    font-size: 1rem;
    line-height: 1.7;
    color: #0c3571;
     text-align: justify;
  }
}
.goals-timeline-section {
padding: 70px 20px;
border-radius: 12px;
}

.goals-section {
    /* background: linear-gradient(135deg, #f0f4f8, #ffffff); */
    padding: 60px 20px;
    border-radius: 10px;
    max-width: 900px;
    margin: auto;
  }
  .goals-section h3 {
    text-align: center;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .goals-list {
    list-style: none;
    counter-reset: goal;
    columns: 2;
    column-gap: 40px;
    padding: 0;
    margin: 0;
  }
  .goals-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
  }
  .goals-list li::before {
    counter-increment: goal;
    content: counter(goal);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #0a2c65, #2575fc);
    /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
  }

  @media (max-width: 768px) {
    .goals-list {
      columns: 1;
    }
  }
  .software-section {
background: #f4f7fc;
padding: 60px 20px;
border-radius: 10px;
margin: 30px 0;
}
.software-section h3 {
text-align: center;
font-weight: 600;
color: #2c3e50;
margin-bottom: 40px;
font-size: 2rem;
}
.software-section h5 {
font-weight: 600;
color: #1a1a1a;
margin-top: 20px;
font-size: 1.25rem;
}
.software-section p {
color: #555;
line-height: 1.6;
margin-bottom: 1rem;
}
.software-section ul {
list-style: none;
padding-left: 0;
}
.software-section ul li {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
color: #444;
}
.software-section ul li::before {
content: "✔️";
position: absolute;
left: 0;
top: 2px;
font-size: 0.9rem;
color: #007bff;
}
@media (max-width: 768px) {
.software-section {
  padding: 40px 15px;
}
.software-section h3 {
  font-size: 1.75rem;
}
}



.software-section {
    background: #f5f8fc;
    padding: 60px 0;
  }
  .software-section h3 {
    text-align: center;
    color: #002147;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .software-section .lead {
    text-align: center;
    color: #555;
    margin-bottom: 50px;
    font-size: 1.1rem;
  }

  .software-item {
    text-align: center;
    margin-bottom: 40px;
  }
  .software-item .icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
        background: linear-gradient(135deg, #0a2c65, #2575fc);
    /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
  }
  .software-item h5 {
    color: #002147;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .software-item p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  @media (max-width: 576px) {
    .software-item .icon-circle { width: 60px; height: 60px; font-size: 1.5rem; }
    .software-item h5 { font-size: 1rem; }
    .software-section .lead { font-size: 1rem; }
    .width{
      width: 77px !important; 
    }
  }

  
  .contact-section {
    background: #f9fcff;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
  }
  .contact-section h3 {
    text-align: center;
    font-weight: 600;
    color: #002147;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .contact-section .lead {
    text-align: center;
    color: #555;
    margin-bottom: 40px;
    font-size: 1.1rem;
  }
  .contact-info .icon-circle {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a2c65, #2575fc);
    /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 15px;
  }
  .contact-info .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }


  .title {
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin: 40px 0 20px;
    animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.card-custom {
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-custom:hover {
    transform: translateY(-12px) scale(1.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.card-custom img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.card-custom h3 {
    font-size: 18px;
    margin-top: 15px;
    color: black;
}
#customerContainer a{
  text-decoration: none;
}


p {
     text-align: justify !important;
}