.elementor-417 .elementor-element.elementor-element-de04737{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-90139c3 *//* ============================= */
/* Global Container */
/* ============================= */

.bt-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.bt-narrow{
  max-width: 900px;
  margin: auto;
}

/* ============================= */
/* Hero Section */
/* ============================= */

.bt-hero{
  background: linear-gradient(135deg, #285491, #1e5935);
  padding: 90px 20px;
  text-align: center;
  color: #ffffff;
}

.bt-hero h1{
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;color:white;
}

.bt-hero p{
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
  opacity: 0.95;
}

/* ============================= */
/* CTA Buttons */
/* ============================= */

.bt-btn-primary{
  display: inline-block;
  background: #ea8829;
  color: #ffffff;
  padding: 14px 30px;
  margin: 20px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.bt-btn-primary:hover{
  background: #1e5935;
}

.bt-btn-secondary{
  display: inline-block;
  background: #ffffff;
  color: #285491;
  padding: 14px 30px;
  margin: 20px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.bt-btn-secondary:hover{
  background: #ea8829;
  color: #ffffff;
}

/* ============================= */
/* Section Styling */
/* ============================= */

.bt-section{
  padding: 80px 20px;
  background: #f8f9fb;
}

.bt-section h2{
  font-size: 34px;
  margin-bottom: 20px;
  color: #285491;
  font-weight: 700;
}

.bt-section p{
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333333;
}

.bt-section ul{
  padding-left: 20px;
  margin-bottom: 25px;
}

.bt-section ul li{
  margin-bottom: 12px;
  font-size: 16px;
  color: #1e5935;
}

/* Links Styling */

.bt-section a{
  color: #ea8829;
  text-decoration: none;
  font-weight: 600;
}

.bt-section a:hover{
  text-decoration: underline;
}

/* ============================= */
/* Responsive Breakpoints */
/* ============================= */

/* Tablet View */
@media (max-width: 992px){
  .bt-hero h1{
    font-size: 34px;
  }

  .bt-section h2{
    font-size: 26px;
  }
}

/* Mobile View */
@media (max-width: 768px){

  .bt-hero{
    padding: 60px 15px;
  }

  .bt-hero h1{
    font-size: 26px;
  }

  .bt-hero p{
    font-size: 15px;
  }

  .bt-section{
    padding: 50px 15px;
  }

  .bt-section h2{
    font-size: 22px;
  }

  .bt-section p{
    font-size: 15px;
  }

  .bt-btn-primary,
  .bt-btn-secondary{
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    padding: 12px;
  }

}

/* Small Mobile Devices */
@media (max-width: 480px){

  .bt-hero h1{
    font-size: 22px;
  }

  .bt-section h2{
    font-size: 20px;
  }

  .bt-section p{
    font-size: 14px;
  }

}/* End custom CSS */