/*
Theme Name: Hello Elementor Child02
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751445940
Updated: 2025-07-02 08:45:40

*/
/* Parent container to align dropdown + nav */
/* Container to align both dropdown and navbar in a row */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.header-container {
  display: flex;
  justify-content: left;
  align-items: left;
  padding: 10px 20px;
  background-color: red;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

input, textarea {
  width: 100%;
  margin-bottom: 10px;
}
button {
  padding: 10px 20px;
}

nav, nav a, nav .dropdown, nav .dropdown-content a {
  font-family: 'Poppins', sans-serif !important;
}
.site-footer {
  background-color: #003366;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Arial', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 280px;
  margin: 10px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffa500;
}

.footer-column p, .footer-column a {
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 80px;
  margin-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  font-size: 14px;
  color: #ddd;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-column {
    margin: 20px 0;
  }
}
