/* Sector Coverage balance overrides */

/* Reduce spacing under the main heading for tighter layout */
.sector-coverage-content .section-title h2 {
  margin-bottom: 30px;
}

/* Convert list items to flex for vertical centering */
.sector-coverage-items li {
  display: flex;
  align-items: center;
}

/* Normalize icon box size and replace pseudo divider with a border */
.sector-coverage-icon {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 2px solid #000;
}

/* Hover state for divider color */
.sector-coverage-items li:hover .sector-coverage-icon {
  border-color: #bac3dc;
}

/* Disable the original ::after divider to avoid double lines */
.sector-coverage-icon::after {
  content: none !important;
}

/* Tame icon size and increase legibility */
.sector-coverage-icon i {
  font-size: 48px;
  color: #ffffff;
  opacity: 0.75;
}

/* Let text flow naturally with flex layout */
.sector-coverage-text {
  overflow: visible;
}

/* Tighten heading for better balance next to the icon */
.sector-coverage-text h4 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}

/* Remove hidden paragraph height to prevent layout imbalance */
.sector-coverage-text p {
  display: none;
}

/* Label icons sizing (white variant) */
.section-title.white span i {
  font-size: 36px;
  margin-right: 10px;
  opacity: 0.95;
  vertical-align: middle;
}

/* General label icon style across sections */
.section-title span i {
  font-size: 36px;
  margin-right: 10px;
  opacity: 0.95;
  vertical-align: middle;
}

/* FAQ content icon and text recommended sizing */
.v-faq-content i {
  font-size: 40px;
  color: #00aff0;
  opacity: 0.9;
  margin-bottom: 12px;
}
.v-faq-content h3 {
  font-size: 22px;
  line-height: 1.3;
}

/* Coverage icons line sizing */
.icons-line .trp-icon i {
  font-size: 28px;
  opacity: 0.85;
  color: #222;
}

/* Button arrow icon sizing */
.v-btn i,
.shutter-btn i {
  font-size: 16px;
}

/* About label icon color accent */
.about__content .section-title span.category i {
  color: #00aff0;
}
.footer__list-contact i {
  font-size: 20px;
  color: #00aff0;
  margin-right: 8px;
  vertical-align: middle;
}
.footer__list-contact .ftc-desc p {
  margin-bottom: 2px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.footer__social > span {
  margin-right: 8px;
  color: #222;
  font-weight: 600;
}
.footer__social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.footer__social i {
  font-size: 20px;
  color: #6c757d;
}
.footer__social a:hover i {
  color: #00aff0;
}
@media (max-width: 767px) {
  .footer__social { flex-wrap: wrap; }
}
.copyright__powered {
  margin-top: 6px;
  font-size: 14px;
  color: #adb5bd;
}
.copyright__powered a {
  color: #6c757d;
  text-decoration: none;
  font-weight: 600;
}
.copyright__powered a:hover {
  color: #00aff0;
  text-decoration: underline;
}
/* DevXOne brand code colors */
.copyright__powered .CurlyBraces { color: #ffce00; }
.copyright__powered .DX { color: #38b6ff; }
.copyright__powered .Braces { color: #df12cb; }
/* Optional: slight monospace feel for the code look */
.copyright__powered a { font-family: "Courier New", Courier, monospace; }
/* Footer bottom bar */
.footer__bottom-bar {
  background-color: transparent;
  height: 36px;
}
.footer__bottom-bar .footer__bottom-content {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.footer__bottom-bar .powered-label {
  color: #adb5bd; /* subtle label */
  font-size: 14px;
}
.footer__bottom-bar a {
  font-family: "Courier New", Courier, monospace;
  text-decoration: none;
}
/* Keep DevXOne colors from earlier */
.footer__bottom-bar .CurlyBraces { color: #ffce00; }
.footer__bottom-bar .DX { color: #38b6ff; }
.footer__bottom-bar .Braces { color: #df12cb; }

/* Force footer logo to match top logo styling */
.copyright__area img {
  filter: none !important;
  opacity: 1 !important;
}

/* Keep footer logo centered and sized */
.copyright__area .text-center img {
  max-width: 90px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Restore dark bottom bar color */
.footer__bottom-bar {
  background-color: #4e4e4e !important;
  height: 30px;
  border-top: #ffce00 1px solid;
}

/* Match DevXone muted link style by default */
.footer__bottom-bar a span {
  color: #6c757d !important;
  transition: color 0.3s ease-in-out;
}

/* Hover reveals original DevXone brand colors */
.footer__bottom-bar a:hover span.CurlyBraces { color: #ffce00 !important; }
.footer__bottom-bar a:hover span.DX { color: #38b6ff !important; }
.footer__bottom-bar a:hover span.Braces { color: #df12cb !important; }

/* Footer bottom content centering remains */
.footer__bottom-bar .footer__bottom-content {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Powered label in dull white for clarity on dark bar */
.footer__bottom-bar .powered-label {
  color: #d7d9de;
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 64px; /* sits above 30px footer bar */
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.whatsapp-float i {
  font-size: 28px;
  line-height: 1;
}
.whatsapp-float:hover {
  background-color: #1ebe5d;
  color: #fff;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .whatsapp-float {
    right: 16px;
    bottom: 80px; /* extra clearance for mobile UI */
    width: 50px;
    height: 50px;
  }
  .whatsapp-float i { font-size: 26px; }
}
}