.elementor-12244 .elementor-element.elementor-element-6fbb342{--display:flex;--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;}/* Start custom CSS for html, class: .elementor-element-d1a6ad9 *//* Bestfix Irrigation Landing Page Styles */

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

section {
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HERO */
.hero {
  background: url("https://via.placeholder.com/1400x600") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 160px 20px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 2.5em;
  margin-bottom: 15px;
}
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.btn-primary {
  background: #0073e6;
  color: #fff;
}
.btn-primary:hover {
  background: #005bb5;
}
.btn-secondary {
  background: #fff;
  color: #0073e6;
  border: 2px solid #0073e6;
}
.btn-secondary:hover {
  background: #0073e6;
  color: #fff;
}

/* TWO-COLUMN SECTIONS */
.two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.text,
.image {
  flex: 1;
  min-width: 300px;
}
.image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.text h2 {
  color: #0056a3;
  margin-bottom: 15px;
}

/* SERVICES */
.services {
  background: #f8f9fa;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.service-item {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.service-item:hover {
  transform: translateY(-5px);
}

/* WHY CHOOSE */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.why-item {
  background: #e9f3ff;
  padding: 25px;
  border-radius: 10px;
}

/* CTA SPLIT */
.cta-split {
  background: #e9f3ff;
  padding: 0;
}
.cta-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}
.cta-map,
.cta-form {
  flex: 1;
  min-width: 300px;
}
.cta-form {
  background: #fff;
  padding: 60px 40px;
}
.cta-form h2 {
  color: #0056a3;
}
.cta-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.cta-form input,
.cta-form select,
.cta-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1em;
}
.cta-form button {
  align-self: flex-start;
}

/* FAQ */
.faq {
  background: #f8f9fa;
}
.faq h2 {
  text-align: center;
  color: #0056a3;
  margin-bottom: 30px;
}
.accordion {
  max-width: 800px;
  margin: auto;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-header {
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}
.accordion-header:hover {
  background: #e9f3ff;
}
.accordion-body {
  display: none;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #ddd;
}
.accordion-item.active .accordion-body {
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .two-column,
  .cta-container {
    flex-direction: column;
  }
  .hero h1 {
    font-size: 2em;
  }
}/* End custom CSS */