
/* Background image section */
.elementor-element-05e1642 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../services.png); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  text-align: center;

}

/* Inner container fix */
.e-con-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Heading style */
.elementor-heading-title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}





.container3 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

.card {
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card i {
  font-size: 40px;
}

.card h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.card a {
  background-color: white;
  color: #003063 ;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}

.card.dark {
  background-color: #003063 ;
}

.card.light {
  background-color: #ff9914  ;
}

.show-all {
  text-align: center;
  margin: 20px 0 40px 0;
}

.show-all a {
  background-color: #ff9914  ;
  padding: 12px 30px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.text-orange {
  color: #ff9914  ;
}

.border-orange {
  border-color: #ff9914  !important;
}

.dark-bg {
  background-color: #003063 ;
}

.orange-bg {
  background-color: #ff9914  ;
}

.service-card i {
  color: white;
}

.container5{
    margin-left: 150px;
    margin-right: 150px;
}

.rounded-4 {
  border-radius: 1rem;
}
.service-card {
  min-height: 350px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;   
}




.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003063 ; 
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #888888; 
}




/* Section styling */
.project-section {
  background-color: #003063 ; 
  font-family: 'Roboto', sans-serif;
}

.project-title {
  font-size: 2rem;
  font-weight: 700;
}

.project-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
}

/* Section Styling */
.erp-section {
  background-color: #ff9914  ; 
  font-family: 'Roboto', sans-serif;
  color: #003063 ;
}

/* Title Styling */
.erp-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003063 ; 
}

/* Paragraph Styling */
.erp-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #003063 ; 
}

/* Custom Colors */
.bg-dark-blue {
  background-color: #003063 ;
}

.bg-orange {
  background-color: #ff9914  ;
}

.text-orange {
  color: #ff9914  ;
}

/* Footer General Styling */
.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 1rem; 
}

.footer h6 {
  font-size: 1.15rem;
  margin-bottom: 20px;
}

.footer .footer-link {
  color: #ddd;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: lighter;
}

.footer-link{
  font-weight: lighter;
}

.footer .footer-link:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-logo {
  max-height: 80px;
  margin-bottom: 20px;
}

.footer-bottom {
  font-size: 1rem;
  padding: 20px 0;
}
