.elementor-419 .elementor-element.elementor-element-9782fa0{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-80ea9cf *//* Container */
.bt-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.bt-narrow {
  max-width: 900px;
}

/* Hero Section */
.bt-hero {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.bt-hero h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 700; color:white;
}

.bt-hero p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* Buttons */
.bt-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bt-btn-primary,
.bt-btn-secondary {
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-block;
}

.bt-btn-primary {
  background: #ff6b00;
  color: #ffffff;
}

.bt-btn-primary:hover {
  background: #e65c00;
  transform: translateY(-3px);
}

.bt-btn-secondary {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bt-btn-secondary:hover {
  background: #ffffff;
  color: #2c5364;
  transform: translateY(-3px);
}

/* Content Section */
.bt-section {
  padding: 60px 20px;
  background: #f9fafc;
}

.bt-section h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #0f2027;
  font-weight: 700;
}

.bt-section p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

.bt-section ul {
  margin: 15px 0 25px 20px;
}

.bt-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

/* Links */
.bt-section a {
  color: #ff6b00;
  font-weight: 600;
  text-decoration: none;
}

.bt-section a:hover {
  text-decoration: underline;
}

/* Contact Info */
.bt-section strong {
  color: #000;
}

/* Responsive Design */
@media (max-width: 992px) {
  .bt-hero h1 {
    font-size: 32px;
  }

  .bt-hero p {
    font-size: 16px;
  }

  .bt-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .bt-hero {
    padding: 60px 15px;
  }

  .bt-hero h1 {
    font-size: 26px;
  }

  .bt-section {
    padding: 40px 15px;
  }

  .bt-section h2 {
    font-size: 20px;
  }

  .bt-btn-primary,
  .bt-btn-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */