.elementor-744 .elementor-element.elementor-element-950e66a{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-744 .elementor-element.elementor-element-950e66a:not(.elementor-motion-effects-element-type-background), .elementor-744 .elementor-element.elementor-element-950e66a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004A80;}@media(min-width:768px){.elementor-744 .elementor-element.elementor-element-950e66a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-d063cae */.simple-footer {
  background-color: #004A80;
  color: #ffffff;
  padding: 40px 15px; /* padding bada kiya */
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px; /* font size thoda bada */
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px; /* gap thoda bada */
  max-width: 1100px;
  margin: 0 auto;
}

.footer-grid div {
  flex: 1 1 220px; /* thoda wide kiya */
}

.footer-grid h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 6px;
  border-bottom: none; /* pehle wali underline hata di */
}

.footer-grid h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%; /* underline ki width heading ke aadhi */
  height: 4px; /* underline ki motai */
  background-color: #ffffff;
  border-radius: 2px; /* thodi rounded edges */
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 10px; /* spacing thodi badhai */
  font-weight: 600;
  line-height: 1.6;
}

.footer-grid a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.footer-grid a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px; /* margin thoda bada kiya */
  padding-top: 15px; /* padding bada kiya */
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 15px; /* thoda bada font */
  font-weight: 600;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    gap: 20px; /* gap thoda bada */
  }

  .footer-grid div {
    flex: 1 1 100%;
  }

  .footer-bottom {
    font-size: 14px;
  }
}/* End custom CSS */