.about {
    padding: 100px 0;
    background: url('../img/whoarewe.jpg') no-repeat center center;
    background-size: cover;
    color: #fff; /* White text for better contrast */
    position: relative;
    text-align: center;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Darker overlay for better readability */
    z-index: 1;
}

.about .container {
    position: relative;
    z-index: 2;
}

.about .section-header h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff; /* White color for the heading */
    text-align: center;
}

.about .section-header .section-subtitle {
    font-size: 1.4rem;
    color: #ddd; /* Light gray for the subheading */
    margin-bottom: 30px;
    text-align: center;
}

.about-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #f0f0f0; /* Light gray for body text */
    margin-bottom: 20px;
}

.about-text p b {
    font-weight: bold;
    color: #fff; /* Bold text will remain white */
}

.about .btn-primary {
    background-color: #FF4C4C; /* Bright red button */
    color: #fff; /* White text on the button */
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.about .btn-primary:hover {
    background-color: #FF8C00; /* Orange color on hover */
    color: #fff;
}

.about a {
    color: #FF4C4C; /* Red link color */
    text-decoration: none;
    font-weight: bold;
}

.about a:hover {
    color: #FF8C00; /* Change link color to orange on hover */
    text-decoration: underline;
}

@media (max-width: 991px) {
    .about .section-header h2 {
        font-size: 2.5rem; /* Slightly smaller heading on mobile */
    }

    .about .section-header .section-subtitle {
        font-size: 1.2rem;
    }

    .about-text p {
        font-size: 1rem;
    }
}


.about .about-text a {
    color: #FF4C4C;
    text-decoration: none;
    font-weight: bold;
}

.about .about-text a:hover {
    color: #FF8C00;
    text-decoration: none;
}


  .service {
    padding: 60px 0 !important;
    background: #f4f4f4 !important;
  }

  .service .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }

  .service .section-header {
    text-align: center !important;
    margin-bottom: 40px !important;
  }

  .service .section-header h2 {
    font-size: 32px !important;
    color: #092a49 !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
  }

  .service .section-header p {
    font-size: 18px !important;
    color: #777 !important;
    margin-top: 8px !important;
  }

  .service .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: space-between !important;
  }

  .service-item {
    background: #fff !important;
    border: 1px solid #ddd !important;
    padding: 30px 20px !important;
    width: 23% !important; /* 4 items per row */
    text-align: center !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.1) !important;
    transition: box-shadow 0.3s ease !important;
    margin-bottom: 10px !important;
  }

  .service-item:hover {
    box-shadow: 0 6px 15px rgb(0 0 0 / 0.2) !important;
  }

  .service-item i {
    font-size: 40px !important;
    color: #e63946 !important; /* Red accent */
    margin-bottom: 15px !important;
  }

  .service-item h3 {
    font-size: 20px !important;
    color: #092a49 !important;
    margin-bottom: 12px !important;
    font-weight: 400 !important;
  }

  .service-item p {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }

  .service-item a {
    font-size: 14px !important;
    color: #e63946 !important; /* Red accent */
    text-decoration: none !important;
    font-weight: 600 !important;
  }

  .service-item a:hover {
    text-decoration: underline !important;
  }

  /* Responsive design */
  @media (max-width: 1024px) {
    .service-item {
      width: 48% !important; /* 2 items per row on tablets */
    }
  }

 @media only screen and (max-width: 769px) and (min-width: 350px){
    .service-item {
      width: 100% !important; /* 1 item per row on mobile */
    }
    /* Add padding to the left and right sides on mobile */
    .lead{
        margin-top:30px!important;
    }
  }

body a {
  text-decoration: none !important;
}

/* Optional: Add underline only on hover if needed */
body a:hover {
  text-decoration: none !important;
}

  input:focus,
  textarea:focus {
    border-color: #00796b !important;
    outline: none;
  }
  button:hover {
    background: #005144;
  }
  @media (max-width: 768px) {
    .contact-section > .container > div {
      flex-direction: column !important;
    }
  }
  
  .section-header h2::after{
      display:none!important;
  }
  
  .achievement-box p {
  font-size: 1rem;
  color: #343a40;
  margin-top: 5px;
}
.achieve{
    text-align:center!important;
}

@media (max-width: 768px) {
  .shadow-sm {
    margin-bottom: 1.5rem!important;
  }
}

.custom-card {
  background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 60%);
  border-left: 5px solid #e63946;
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}

.icon-badge {
  background: #e63946;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
