:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --footer-bg-color: #0c1531;
  --link-color: #bdcbea;
  --header-bg-color: #ffffff;
  --font-family: Times, serif;
  --nav-link-color: #141414;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color) ;
}
.content-area a {
  color: var(--link-color) ;
  text-decoration: underline;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
      .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
      .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
  .sidebar-search-box {
  padding: 11px;
  background: var(--body-bg-color);
  border: 1px solid color-mix(in srgb, var(--body-text-color) 30%, transparent);
  border-radius: 10px;
  width: 279px;
  margin-bottom: 15px;
}
.sidebar-search-box form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sidebar-search-box input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--body-text-color) 30%, transparent);
  border-radius: 6px;
  background: var(--body-bg-color);
  color: var(--body-text-color);
  outline: none;
}
.sidebar-search-box button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  background: var(--link-color);
  color: #fff;
  cursor: pointer;
}
.sidebar-search-box button:hover {
  opacity: 0.9;
}
.error_page {
  min-height: 70vh;
}
  .footer-news {
  background: var(--footer-bg-color);
  border-top: 3px solid var(--link-color);
  padding: 2.5rem 1rem;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  color: var(--footer-text-color);
}
.footer-news a {
  color: var(--link-color);
  text-decoration: none;
  position: relative;
}
.footer-news a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--link-color);
  transition: width 0.3s ease;
}
.footer-news a:hover::after {
  width: 100%;
}
.footer-newsletter h3 {
  color: var(--footer-text-color) !important;
  margin-bottom: 1rem;
  font-weight: 600;
}
.newsletter-form input {
  padding: 0.6rem 1rem;
  border: 1px solid var(--link-color);
  border-radius: 5px;
  font-size: 1rem;
}
.newsletter-form button {
  padding: 0.6rem 1.5rem;
  border: none;
  background: var(--link-color);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 143, 106, 0.2);
}
.footer-social .social-icon {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--link-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid var(--link-color);
  border-radius: 50%;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.footer-social .social-icon:hover {
  transform: scale(1.2) rotate(-10deg);
  background: var(--link-color);
  color: #fff;
}
.footer-news::after {
  right: 10px;
  top: auto;
  bottom: 10px;
  left: auto;
}
@media (max-width: 767px) {
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}
.footer img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
}
.hero-section {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.hero-section.with-bg {
  background-image: url('/images/solar-panels-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.32));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
.contact-container {
  margin: 40px auto;
  border-radius: 8px;
  color: black !important;
}
@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-container .form {
  width: 440px;
  height: 510px;
  background: #E6E6E6;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.contact-container h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  color: var(--hero-gradient1) !important;
  border-bottom: 3px solid var(--hero-gradient2);
}
.contact-container input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  border-bottom: 2px solid var(--hero-gradient1);
}
.contact-container input:focus {
  border-bottom: 2px solid var(--hero-gradient1);
}
.contact-container p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 14px;
  color: var(--hero-gradient1);
}
.contact-container button {
  float: right;
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  border: 2px solid var(--hero-gradient1);
  background: 0;
  color: var(--hero-gradient1);
  cursor: pointer;
  transition: all 0.3s;
}
.contact-container button:hover {
  background: var(--hero-gradient2);
  color: #fff;
}
.contact-container .mail-container {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -20px;
  background: var(--hero-gradient1);
  color: #fff;
  width: 320px;
  padding: 16px 4px 16px 0;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 10px 10px 40px -14px #000;
}
.contact-container .mail-container p:before {
  content: none;
}
.contact-container span {
  margin: 0 5px 0 15px;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.solar-overview-section {
    position: relative;
    padding: 70px 0 100px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 12% 18%, rgba(120, 156, 255, 0.18) 0%, rgba(120, 156, 255, 0) 28%),
        radial-gradient(circle at 88% 22%, rgba(87, 125, 217, 0.20) 0%, rgba(87, 125, 217, 0) 30%),
        radial-gradient(circle at 50% 100%, rgba(72, 102, 185, 0.22) 0%, rgba(72, 102, 185, 0) 34%),
        linear-gradient(135deg, #08111f 0%, #0c1830 30%, #122447 58%, #0b1630 78%, #070e1c 100%);
}
.solar-overview-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0.03) 34%, rgba(255,255,255,0) 52%, rgba(126, 166, 255, 0.06) 68%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.9;
    animation: solarSectionGlow 10s ease-in-out infinite alternate;
}
.solar-overview-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(173, 197, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(173, 197, 255, 0.06) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
    opacity: 0.35;
    pointer-events: none;
}
.solar-overview-section .container {
    position: relative;
    z-index: 2;
}
.section-heading-box {
    position: relative;
    margin-bottom: 36px;
    padding: 34px 34px 28px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(16, 31, 61, 0.82) 0%, rgba(12, 24, 49, 0.76) 100%);
    border: 1px solid rgba(154, 183, 255, 0.18);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 0 0 1px rgba(120, 156, 255, 0.04);
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.section-heading-box::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(127, 164, 255, 0.20) 0%, rgba(127, 164, 255, 0) 70%);
    animation: pulseOrb 7s ease-in-out infinite;
}
.section-heading-box::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 126, 210, 0.18) 0%, rgba(91, 126, 210, 0) 72%);
    filter: blur(12px);
}
.section-heading-box h2 {
    position: relative;
    margin-bottom: 14px;
    font-size: clamp(2rem, 2.6vw, 3.1rem);
    line-height: 1.14;
    color: #f5f8ff;
    text-shadow: 0 2px 18px rgba(108, 151, 255, 0.12);
}
.section-heading-box p {
    position: relative;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #d7e2ff;
    max-width: 950px;
}
.solar-boxes-row {
    position: relative;
}
.solar-info-box {
    position: relative;
    padding: 72px 30px 28px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(15, 30, 59, 0.90) 0%, rgba(10, 22, 45, 0.88) 100%);
    border: 1px solid rgba(148, 178, 255, 0.16);
    box-shadow:
        0 20px 46px rgba(0, 0, 0, 0.34),
        0 6px 18px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(115, 149, 231, 0.04);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    backdrop-filter: blur(8px);
}
.solar-info-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(131, 165, 255, 0.10) 0%, rgba(131, 165, 255, 0) 36%),
        radial-gradient(circle at top right, rgba(109, 145, 232, 0.12) 0%, rgba(109, 145, 232, 0) 32%);
    pointer-events: none;
}
.solar-info-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(201,220,255,0.20) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-22deg);
    pointer-events: none;
}
.solar-info-box:hover {
    transform: translateY(-8px);
    border-color: rgba(163, 191, 255, 0.34);
    box-shadow:
        0 26px 60px rgba(0, 0, 0, 0.42),
        0 10px 22px rgba(0, 0, 0, 0.18),
        0 0 30px rgba(104, 144, 244, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.solar-info-box:hover::after {
    animation: shineSweep 1.3s ease forwards;
}
.solar-icon-wrap {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #89a9ff 0%, #5e82e8 100%);
    border: 1px solid rgba(203, 220, 255, 0.22);
    box-shadow:
        0 10px 24px rgba(26, 53, 118, 0.42),
        0 0 22px rgba(105, 146, 255, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
    animation: floatIcon 4.6s ease-in-out infinite;
}
.solar-icon-wrap::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 22px;
    border: 1px dashed rgba(155, 186, 255, 0.28);
    animation: spinRing 16s linear infinite;
}
.solar-icon-wrap i {
    font-size: 1.45rem;
    line-height: 1;
    color: #ffffff;
}
.solar-info-box h3 {
    position: relative;
    margin-bottom: 18px;
    font-size: clamp(1.45rem, 1.7vw, 2rem);
    line-height: 1.25;
    color: #f4f7ff;
    text-shadow: 0 1px 14px rgba(113, 153, 255, 0.08);
}
.solar-info-box p {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.02rem;
    line-height: 1.9;
    color: #d6e0f8;
}
.solar-info-box p:last-child {
    margin-bottom: 0;
}
.solar-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(10px);
}
.solar-shape-1 {
    top: 80px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(108, 146, 247, 0.22) 0%, rgba(108, 146, 247, 0) 72%);
    animation: driftOne 14s ease-in-out infinite;
}
.solar-shape-2 {
    right: -70px;
    top: 240px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(76, 111, 206, 0.22) 0%, rgba(76, 111, 206, 0) 72%);
    animation: driftTwo 16s ease-in-out infinite;
}
.solar-shape-3 {
    bottom: 20px;
    left: 50%;
    width: 360px;
    height: 360px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(94, 129, 224, 0.16) 0%, rgba(94, 129, 224, 0) 72%);
    animation: pulseOrb 9s ease-in-out infinite;
}
@keyframes solarSectionGlow {
    0% {
        opacity: 0.45;
        transform: scale(1);
    }
    100% {
        opacity: 0.95;
        transform: scale(1.03);
    }
}
@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-7px);
    }
}
@keyframes spinRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes shineSweep {
    0% {
        left: -120%;
    }
    100% {
        left: 140%;
    }
}
@keyframes pulseOrb {
    0%, 100% {
        transform: scale(1);
        opacity: 0.75;
    }
    50% {
        transform: scale(1.14);
        opacity: 1;
    }
}
@keyframes driftOne {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -18px);
    }
}
@keyframes driftTwo {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-28px, 24px);
    }
}
@media (max-width: 991.98px) {
    .solar-overview-section {
        padding: 70px 0 80px;
    }
    .solar-info-box {
        padding: 68px 24px 24px;
    }
    .solar-icon-wrap {
        left: 24px;
    }
}
@media (max-width: 575.98px) {
    .section-heading-box,
    .solar-info-box {
        border-radius: 20px;
    }
    .section-heading-box {
        padding: 28px 20px 22px;
    }
    .solar-info-box {
        padding: 66px 20px 22px;
    }
    .solar-icon-wrap {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        left: 20px;
    }
    .solar-icon-wrap i {
        font-size: 1.25rem;
    }
}
.aurora-solar-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        linear-gradient(180deg, #eef6ff 0%, #e6f3ff 40%, #e9f9f1 100%);
}
.aurora-solar-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.12) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.12) 0%, transparent 30%);
    pointer-events: none;
}
.aurora-solar-shell {
    position: relative;
    z-index: 2;
    padding: 50px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(59, 130, 246, 0.12);
    backdrop-filter: blur(8px);
    box-shadow:
        0 20px 50px rgba(59, 130, 246, 0.08),
        0 5px 20px rgba(16, 185, 129, 0.06);
}
.aurora-solar-heading {
    margin-bottom: 32px;
}
.aurora-solar-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #10b981;
}
.aurora-solar-heading h2 {
    margin: 0;
    font-size: clamp(2.2rem, 2.8vw, 3.2rem);
    line-height: 1.1;
    color: #1e3a8a;
}
.aurora-solar-intro-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 34px;
}
.aurora-solar-intro-card {
    padding: 24px 26px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.06);
    position: relative;
}
.aurora-solar-intro-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(180deg, #3b82f6, #10b981);
}
.aurora-solar-intro-card p {
    margin: 0;
    color: #334155;
    line-height: 1.85;
    font-size: 1.02rem;
}
.aurora-solar-feature-card {
    position: relative;
    padding: 30px 26px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow:
        0 12px 30px rgba(59, 130, 246, 0.07),
        0 4px 12px rgba(16, 185, 129, 0.05);
    transition: all 0.3s ease;
}
.aurora-solar-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 185, 129, 0.3);
    box-shadow:
        0 18px 40px rgba(59, 130, 246, 0.12),
        0 6px 18px rgba(16, 185, 129, 0.1);
}
.aurora-solar-feature-card h3 {
    margin-bottom: 16px;
    font-size: clamp(1.4rem, 1.8vw, 1.9rem);
    color: #1e40af;
    line-height: 1.25;
}
.aurora-solar-feature-card h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    border-radius: 2px;
    background: linear-gradient(90deg, #3b82f6, #10b981);
}
.aurora-solar-feature-card p {
    margin-bottom: 14px;
    color: #475569;
    font-size: 1.01rem;
    line-height: 1.9;
}
.aurora-solar-feature-card p:last-child {
    margin-bottom: 0;
}
.aurora-solar-icon {
    display: none;
}
.aurora-solar-bg-orb,
.aurora-solar-bg-line {
    display: none;
}
@media (max-width: 991px) {
    .aurora-solar-shell {
        padding: 30px;
    }
    .aurora-solar-intro-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .aurora-solar-section {
        padding: 70px 0;
    }
    .aurora-solar-shell {
        padding: 22px 16px;
    }
    .aurora-solar-feature-card,
    .aurora-solar-intro-card {
        border-radius: 16px;
    }
}
  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.427), rgba(0, 0, 0, 0.5)), url('/images/solar-panels-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.sidebar-search-box {
    padding: 22px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
    border: 1px solid rgba(59, 130, 246, 0.10);
    box-shadow:
        0 10px 24px rgba(59, 130, 246, 0.06),
        0 4px 10px rgba(16, 185, 129, 0.04);
}
.sidebar-search-title {
    margin: 0 0 14px;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #1e40af;
}
.sidebar-search-form {
    margin: 0;
}
.sidebar-search-input-wrap {
    display: flex;
    gap: 10px;
    align-items: stretch;
}
.sidebar-search-input {
    flex: 1;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.16);
    background: #ffffff;
    color: #334155;
    font-size: 0.98rem;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.sidebar-search-input::placeholder {
    color: #94a3b8;
}
.sidebar-search-input:focus {
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
}
.sidebar-search-btn {
    height: 46px;
    padding: 0 16px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #3b82f6 0%, #10b981 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.16);
}
.sidebar-search-btn:disabled {
    pointer-events: none;
}
@media (max-width: 575.98px) {
    .sidebar-search-input-wrap {
        flex-direction: column;
    }
    .sidebar-search-btn,
    .sidebar-search-input {
        width: 100%;
    }
}
.sidebar-linking {
    padding: 22px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
    border: 1px solid rgba(59, 130, 246, 0.10);
    box-shadow:
        0 10px 24px rgba(59, 130, 246, 0.06),
        0 4px 10px rgba(16, 185, 129, 0.04);
}
.sidebar-linking h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
    color: #1e40af;
}
.page-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-list li {
    margin-bottom: 10px;
}
.page-list li:last-child {
    margin-bottom: 0;
}
.page-list a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #334155;
    background: #f8fbff;
    border: 1px solid rgba(59, 130, 246, 0.08);
    transition: all 0.25s ease;
}
.page-list a:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #3b82f6, #10b981);
    border-color: transparent;
    transform: translateX(4px);
    box-shadow: 0 6px 14px rgba(59, 130, 246, 0.15);
}
.page-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, #3b82f6, #10b981);
    transition: height 0.25s ease;
}
.page-list a {
    position: relative;
    padding-left: 14px;
}
.page-list a:hover::before {
    height: 60%;
}
@media (max-width: 575px) {
    .sidebar-linking {
        padding: 18px 14px;
    }
    .page-list a {
        font-size: 0.92rem;
        padding: 9px 10px;
    }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  