* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar-nav .nav-link.active {
  color: orange !important;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  z-index: 999;
}

.search-box {
  border-radius: 0;
}
.top-banner {
  background-color: #2d0d88;
  color: white;
  text-align: center;
  padding: 60px 20px;
  height: 350px;
}

.category-section {
  background: #fff;
}

.category-box {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  height: 350px;
  margin-top: -100px;
  background-color: #fff;
}

.category-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.category-box img {
  width: 50px;
  margin-bottom: 15px;
}

.about-section {
  padding: 60px 0;
}

.about-title {
  color: #2d0d88;
  font-weight: 700;
}

.highlight {
  color: #f5a623;
  font-weight: 700;
}

.feature-text {
  font-size: 14px;
  color: #444;
}

.feature-title {
  font-weight: 600;
  color: #2d0d88;
}

.about-images img {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  width: 100%;
  height: auto;
}

.feature-col {
  margin-top: 20px;
}
.advantages-section {
  padding: 60px 0;
  background-color: #fff;
}

.advantages-section h2 {
  font-weight: 800;
  color: #2d0d88;
}

.advantages-section h3 {
  color: #f5a623;
  font-weight: 700;
}

.advantage-box {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #f5a623;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  height: 100%;
}

.advantage-box:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.advantage-box p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

@media (min-width: 768px) {
  .advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .advantage-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.why-choose-section {
  position: relative;
  background: url("why-choose-image.png") no-repeat center center/cover;
  padding: 60px 0;
  z-index: 1;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 175, 0, 0.5); /* yellowish overlay */
  z-index: 1;
}

.why-choose-box {
  background-color: #2d0d88;
  padding: 40px;
  border-radius: 0;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.why-choose-box h2 {
  font-weight: 800;
}

.why-choose-box span {
  color: #f5a623;
}

.why-choose-box ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.why-choose-box ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.why-choose-box ul li::before {
  content: "●";
  color: #f5a623;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .why-choose-box {
    padding: 25px;
  }
}

.infra-strength-section {
  padding: 60px 0;
  background-color: #fff;
}

.infra-strength-section h3 {
  font-weight: 800;
  color: #2d0d88;
}

.infra-strength-section p {
  color: #333;
  line-height: 1.7;
}

.divider-col {
  border-right: 1px solid #2d0d88;
}

@media (max-width: 991.98px) {
  .divider-col {
    border-right: none;
    border-bottom: 1px solid #2d0d88;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/* ------ */
.swiper-slide h5 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #a0a0a0;
}
/* cobtact */
.contact-header {
  background-color: #f2f2f2;
  text-align: center;
  padding: 60px 20px;
}

.contact-header h2 {
  font-weight: bold;
  color: #2e208b;
}
