/*
Theme Name: ECO-CFS Clean Theme
Author: Ashwood Oakshire Holdings LLC
Description: Unified styling with Bootstrap/Elementor compatibility and responsive layout fixes
Version: 1.1
*/

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

.navbar {
  margin-bottom: 0 !important;
}



.hero, .elementor-section.hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


*, *::before, *::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding: 60px 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
}

p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  background-color: #007bff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .section {
    padding: 30px 10px;
  }
  h1 {
    font-size: 1.75rem;
  }
}


@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
