* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* 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;
}

/* Main Content */
main {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

main h1 {
    margin-bottom: 20px;
    font-size: 32px;
}

main h2 {
    margin-top: 25px;
    color: #333;
    font-size: 22px;
}

main ul {
    margin: 10px 0 20px 20px;
}

a {
    color: #007bff;
    text-decoration: none;
}

/* Custom Colors */
.bg-dark-blue {
  background-color: #062b44;
}

.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;
}

