.top-bar {
  background-color: #16c016;
  color: white;
  font-size: 0.9rem;
}
.top-bar i {
  margin-right: 5px;
}
.navbar-brand img {
  max-height: 50px;
}
.navbar-nav .nav-link {
  font-weight: 600;
  margin-right: 1rem;
  color: rgb(15, 15, 15) !important;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: rgb(12, 244, 12) !important;
}
.search-icon {
  font-size: 1.2rem;
}
.carousel-item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 600px;
}
.carousel-caption h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 0.5rem;
}
.carousel-caption h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.carousel-caption .btn-orange {
  background-color: #ff6b1a;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
}
.carousel-caption .btn-orange:hover {
  background-color: #e85b10;
}
.carousel-caption p {
  color: #fff;
  font-size: 1.1rem;
}
.btn-orange {
  background-color: #ff6600;
  color: #fff;
  padding: 6px 21px;
  text-transform: uppercase;
}
.btn-orange:hover {
  background-color: #e65500;
  color: #fff;
}
@media (max-width: 768px) {
  .carousel-caption {
    left: 5%;
    top: 45%;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
}
footer {
  background-color: #1f1f1f;
  color: #999;
}
footer h6 {
  color: #16c016;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
footer a {
  color: #16c016;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-logo img {
  max-height: 50px;
}
.social-icons a {
  background: #fff;
  color: #333;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
}
.footer-bottom {
  background: #003e7f;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 0;
}
.footer-bottom a {
  color: #fff;
  margin-left: 20px;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li {
  margin-bottom: 8px;
}
.footer-list li::before {
  content: "» ";
  color: #16c016;
}
.text-green {
  color: #16c016;
}
.benefits-section {
  color: black;
  padding: 50px 0;
}
.benefits-section h6 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #7a7a7a;
  text-transform: uppercase;
}
.benefits-section h2 {
  font-weight: 800;
  margin-bottom: 40px;
}
.benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  height: 100%;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.benefit-icon {
  width: 40px;
  height: 40px;
  background-color: #00b050;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}
.benefit-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.benefit-card p {
  color: #555;
  font-size: 15px;
  margin-bottom: 0;
}
.benefit-card:hover {
  color: white;
  background-color: #007bff;
  transform: translateY(-5px);
}
.benefit-card:hover .benefit-icon {
  /* background-color: #fff; */
  color: #007bff;
}
.benefit-card:hover h5,
.benefit-card:hover p,
.benefit-card:hover i {
  color: rgb(255, 255, 255);
}

.callback-section {
  background-image: url("../../assets/img/bg-home111.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: white;
  position: relative;
}

.callback-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.callback-content {
  position: relative;
  max-width: 600px;
  margin-left: 900px;
  padding: 30px;
  border-radius: 8px;
  color: #000;
}

.btn-green {
  background-color: #00cc00;
  color: white;
  font-weight: bold;
  border: none;
}

.btn-green:hover {
  background-color: #009900;
  color: white;
}

.form-label {
  font-weight: bold;
}

.main-wrapper {
  min-height: 100vh;
  background: url("../assets/img/bg-home.jpg") center/cover no-repeat;
}

.contact-section {
  min-height: 100vh;
  color: white;
}

.mission-section {
  background: rgba(255, 255, 255, 0.95);
  min-height: 100vh;
}

.contact-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 3rem;
}

.contact-label {
  font-size: 1rem;
  color: #b8c5d6;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.contact-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
}

.contact-email {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

.contact-email:hover {
  color: #e3f2fd;
}

.contact-btn {
  background-color: #4caf50;
  border: none;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  color: white;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background-color: #45a049;
  color: white;
}

.mission-label {
  font-size: 0.9rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.mission-title {
  font-size: 3rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 2rem;
  line-height: 1.1;
}

.mission-text {
  font-size: 1.1rem;
  color: #495057;
  line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .contact-title {
    font-size: 2.2rem;
  }
  .mission-title {
    font-size: 2.4rem;
  }
  .contact-value,
  .contact-email {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  .contact-title {
    font-size: 2rem;
    text-align: center;
  }
  .mission-title {
    font-size: 2rem;
    text-align: center;
  }
  .contact-value,
  .contact-email {
    font-size: 1.2rem;
    text-align: center;
  }
  .contact-label {
    text-align: center;
  }
  .mission-label {
    text-align: center;
  }
  .mission-text {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .contact-title {
    font-size: 1.8rem;
  }
  .mission-title {
    font-size: 1.8rem;
  }
  .contact-value,
  .contact-email {
    font-size: 1.1rem;
  }
}

/* Mobile styles */
@media (max-width: 768px) {
  .callback-section {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .callback-section::before {
    position: relative;
    height: 50vh;
    min-height: 300px;
  }

  .callback-content {
    position: static;
    margin: 0;
    padding: 30px 20px;
    border-radius: 0;
    background-color: #fff;
    order: 2;
  }
}

.contact-left {
  background: url("../assets/img/bg-home.jpg") center/cover no-repeat;
  padding: 40px;
}
.overlay-box {
  background-color: rgba(0, 69, 150, 0.9);
  padding: 40px;
  border-radius: 5px;
  color: white;
}
.overlay-box h3 {
  font-weight: 700;
}
.overlay-box p {
  margin-bottom: 5px;
}
.overlay-box .fw-bold {
  font-weight: bold;
}
.btn-green {
  background-color: #18b118;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 3px;
  border: none;
}
.btn-green:hover {
  background-color: #139913;
}
.news-section {
  padding: 50px 0;
}
.news-title {
  font-weight: 700;
  font-size: 2rem;
}
.news-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-card .card-body {
  padding: 15px;
}
.category {
  color: #0056d2;
  font-weight: bold;
  font-size: 14px;
}
.subscribe-box {
  background-color: #0048b4;
  color: white;
  padding: 30px;
  border-radius: 8px;
}
.subscribe-btn {
  background-color: #00b300;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 4px;
}
.subscribe-btn:hover {
  background-color: #009900;
}

.stats-section {
  background: url("../../assets/img/bg-about.jpg") no-repeat center center/cover;
  position: relative;
}
.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.stats-section .container {
  position: relative;
  z-index: 1;
}
.stats-box {
  color: white;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.stats-box:hover {
  background: rgb(146, 146, 146);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.stats-box h1 {
  font-size: 2.5rem;
}

.business_image img {
  height: 500px !important;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

.form-container {
  backdrop-filter: blur(10px);
  padding: 3rem 2.5rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: 3rem;
  position: relative;
  z-index: 2;
  color: black;
}

.support-badge {
  background: #e9ecef;
  color: #6c757d;
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #212529;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.subtitle {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.form-control {
  border: 1px solid #dee2e6;
  padding: 0.875rem 1rem;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  background: white;
}

.form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-select {
  border: 1px solid #dee2e6;
  padding: 0.875rem 1rem;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  background: white;
}

.form-select:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.captcha-section {
  margin-bottom: 2rem;
}

.captcha-label {
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 0.5rem;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.captcha-question {
  font-weight: 600;
  color: #212529;
}

.captcha-input {
  width: 70px;
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  text-align: center;
}

.submit-btn {
  background: #28a745;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.875rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit-btn:hover {
  background: #218838;
}

@media (max-width: 767.98px) {
  .form-container {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }

  .main-title {
    font-size: 2rem;
  }

  .submit-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .form-container {
    padding: 1.5rem 1rem;
    margin: 0.5rem;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .captcha-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
