.elementor-423 .elementor-element.elementor-element-456299a{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ed4336e *//* Container */
.bt-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Hero Section */
.bt-hero{
  background: linear-gradient(135deg, #285491, #1e5935);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.bt-hero h1{
  font-size: 42px;
  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;
}

/* Buttons */
.bt-btn-primary{
  display: inline-block;
  background: #ea8829;
  color: #fff;
  padding: 14px 28px;
  margin: 15px 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: #fff;
  color: #285491;
  padding: 14px 28px;
  margin: 15px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.bt-btn-secondary:hover{
  background: #ea8829;
  color: #fff;
}

/* Section */
.bt-section{
  padding: 70px 20px;
  background: #f9f9f9;
}

.bt-section h2{
  font-size: 32px;
  margin-bottom: 20px;
  color: #285491;
}

.bt-section p{
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.bt-section ul{
  padding-left: 20px;
  margin-bottom: 25px;
}

.bt-section ul li{
  margin-bottom: 10px;
  font-size: 16px;
}

/* ========================= */
/* MOBILE RESPONSIVE START */
/* ========================= */

@media (max-width: 992px){
  .bt-hero h1{
    font-size: 34px;
  }
  .bt-section h2{
    font-size: 26px;
  }
}

@media (max-width: 768px){
  .bt-hero{
    padding: 50px 15px;
  }
  .bt-hero h1{
    font-size: 26px;
  }
  .bt-hero p{
    font-size: 15px;
  }
  .bt-section{
    padding: 40px 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;
  }
}

@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 */