/* 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;
}


/* Hero Section */
.hero {
    background: url('hero.jpg') no-repeat center center/cover;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

/* Contact Section */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px;
}

.contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #ff9900;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.contact-map {
    flex: 1;
    min-width: 300px;
    height: 400px;
}

/* Custom Colors */
.bg-dark-blue {
  background-color: #062b44;
}

.bg-orange {
  background-color: #f37021;
}

.text-orange {
  color: #f37021;
}

/* 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;
}
