.about-layout1.style2 .list-style1 ul li {
  font-size: 14px;
  padding-left: 0px;
  margin-bottom: 25px;
}
.eco-infra-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none; /* Optional: removes bullet points */
}

.eco-infra-list li {
  padding-left: 0;
  margin-left: 0;
}
.card-icon {
  color: #f6f6f6; /* Or whatever matches your card background */
  background: url('/assets/img/svg/card-corner.svg') no-repeat;
  background-size: contain;
  background-position: top right;
}
.service-layout2.service-space {
    padding-bottom: 100px;
}
.video-layout1.video-space2 {
    padding-top: 100px;
}

.price-layout1.price-space {
    padding: 150px 0 150px 0;
}
.map-content .title {
    font-size: 20px;
    line-height: 150%;
    color: var(--white-color);
    margin-bottom: 5px;
    text-transform: capitalize;
    padding-left: 20px;
}
.map-content .text {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 0;
    line-height: 170%;
    padding-left: 20px;
}
.map-layout1.map-space {
    padding-top: 185px;
}
.rpin {
  z-index: 1;
}
.rpin:hover {
  z-index: 9999;
}


/* North America */
.rpin.usa        { top: 44.30%; left: 18.94%; }
.rpin.canada     { top: 31.53%; left: 17.42%; }
.rpin.mexico     { top: 55.03%; left: 18.18%; }

/* South America */
.rpin.brazil     { top: 72.48%; left: 32.58%; }
.rpin.chile      { top: 81.88%; left: 27.27%; }

/* Europe */
.rpin.uk         { top: 34.89%; left: 46.97%; }
.rpin.france     { top: 37.58%; left: 47.73%; }
.rpin.germany    { top: 37.58%; left: 49.24%; }
.rpin.netherlands{ top: 34.89%; left: 48.48%; }
.rpin.sweden     { top: 24.83%; left: 51.14%; }
.rpin.italy      { top: 42.95%; left: 51.52%; }
.rpin.greece     { top: 44.30%; left: 53.03%; }


/* Asia */
.rpin.india      { top: 56.38%; left: 69.70%; }
.rpin.thailand   { top: 55.70%; left: 76.52%; }
.rpin.singapore  { top: 64.43%; left: 78.03%; }
.rpin.japan      { top: 44.30%; left: 86.36%; }
.rpin.southkorea { top: 44.30%; left: 84.09%; }


/* Oceania */
.rpin.australia     { top: 80.40%; left: 86.36%; }
.rpin.newzealand    { top: 92.62%; left: 96.21%; }


/* Middle East & Africa */
.rpin.qatar         { top: 52.35%; left: 61.36%; }
.rpin.saudiarabia   { top: 53.69%; left: 59.85%; }
.rpin.southafrica   { top: 81.88%; left: 53.79%; }


.full-width-map {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}

.full-width-map img {
  width: 100%;
  height: auto;
  display: block;
}



.faq-layout1 {
  padding-bottom: 100px; /* or more if needed */
}
.accordion-style1 {
  min-height: 100vh;
}
.footer-text {
    color: var(--white-color);
    margin-bottom: 25px;
    font-family: var(--body-font);
    max-width: none;
}
.core-tagline {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #ccc;
  text-align: left;
}

.footer-layout3 .structured-text {
  font-size: 14px;
  font-family: var(--body-font);
  color: fff;
  line-height: 170%;
}
.footer-wrapper .col-12 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer-top {
  padding-bottom: 0px; /* or even 0px */
}

.video-layout1 .video-body {
    text-align: left;
}
.policy-list {
  color: #dddddd;       
  list-style-type: disc;  
  padding-left: 1.5rem;  
  padding-bottom: 2rem; 
}
.policy-list-2 {
  color: #dddddd;       
  list-style-type: disc;  
  padding-left: 1.5rem;  
  padding-bottom: 1rem; 
}
.policy-list-3 {
  color: #dddddd;       
  padding-bottom: 2rem; 
}
.policy-list li {
  margin-bottom: 0.75rem; 
  line-height: 1.6;
}

.video-text h4 {
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.how-it-works-node,
.philosophy-text {
  color: #dddddd; /* softer light grey */
}
.process-style2 {
    position: relative;
    transform: translateY(-100px);
    padding: 140px 10px 20px 10px;
    background-color: var(--body-bg);
    border-radius: 10px;
    z-index: 1;
    height: 100%;
}
.video-layout1.video-space2 {
    padding-top: 40px;
}
.see-more-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #cccccc;
  color: #111111;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.see-more-btn:hover {
  background-color: #00cc7a;
}
.shep-btn-hiw {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0; /* Reset any stray spacing */
}
.shep-btn-hiw img {
  width: 32px;     /* Try 28px if it still feels oversized */
  height: 32px;
  object-fit: contain;
  margin: 0;
}

.download-heading {
  font-size: 1.8rem; /* adjust to your layout */
  font-weight: 600;
  color: #cccccc; 
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  margin-bottom: 1rem;
}

.footer-spacer {
  height: 1.25rem; /* Adjust to match logo offset */
}

.footer-middle {
  padding-left: 5rem;
}
@media (min-width: 1200px) {
  .footer-middle {
    padding-left: 5rem;
  }
}
@media (max-width: 1199px) {
  .footer-middle {
    padding-left: 1.25rem;
  }
}
.download-layout1 {
    padding-bottom: 100px;
    position: relative;
}

.video-layout1 .btn-group {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
  gap: 10px; 
}
.icon-btn {
  font-size: 2rem; 
  color: inherit; 
}
.deployment-overview,
.deployment-overview h3,
.deployment-overview p,
.deployment-overview ul li {
  color: #cccccc;
}

.footer-layout3 .widget-area {
    padding-top: 60px;
    padding-bottom: 80px;
}
.tooltip-container {
  position: relative;
  display: inline-block;
}

.entropic-contact {
  font-family: monospace;
  opacity: 0.85;
  letter-spacing: 0.5px;
  user-select: none;
  cursor: help;
}

.custom-tooltip {
  position: absolute;
  bottom: 125%; /* Position above the glyph */
  left: 50%;
  transform: translateX(-50%);
  background-color: #111;
  color: #eee;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 255, 170, 0.2);
}

.tooltip-container:hover .custom-tooltip {
  opacity: 1;
}
.exposure-card-custom {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 1.5rem;
}

.exposure-label {
  color: #ccc;
  letter-spacing: 0.08em;
}

.exposure-value {
  color: #fff;
}
.deployment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.deployment-card {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 1.5rem;
  color: #fff;
}

.deployment-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.deployment-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  opacity: 0.85;
  margin-top: 0.25rem;
}

.deployment-card h6 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ccc;
}

.full-width {
  grid-column: 1 / -1;
}
.deployment-card {
  text-align: left;
}

