
.dl-faq {
  position: relative; 
}

.dl-faq h1 { color:inherit;}

.dl-faq > dt {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 1rem;
  border-top: 1px solid rgba(255,255,255,.2);
}

dt > button {
  color: inherit;
  background-color: inherit;
}
.dl-faq > dt:first-child .pab-btn,
.dl-faq > dt:first-child {
  border-top: 0;
}

.dl-faq.pab_container > dt {  
  padding: 0;
}

.dl-faq > dd {
  margin: 0 auto;
  padding: 0 1.5em;
  font-weight:100;
}

.dl-faq > dd > div {
  padding: 0 0 2rem;
}

.dl-faq div > p {
  margin: 0 0 1rem;
}

.dl-faq div >:last-child {
  margin: 0;
}

.pab-btn {
  position: relative;
  cursor: pointer;
  transition: color .3s ease-in; 
  padding: 1rem 2.5rem 1rem .5rem;
  border: 0 solid transparent;
  border-top: 1px solid rgba(0,0,0,.75);
  font-size: inherit;
  text-align: left;
  width: 100%;
}

.pab-btn:hover,
.pab-btn:focus,
.pab-btn:active {
  color:var(--primary-color-orange); 
}

.pab-btn:focus {
  outline: 0 solid;
}

.pab-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}

.pab-btn > span {
  position: relative;
  pointer-events: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s;
}

.pab-btn:hover > span,
.pab-btn:focus > span {
  border-bottom-color: rgba(255,255,255,.5);
}

.pab-btn:active > span {
  border-bottom-color: transparent;
}

.pab-svg-plus {
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - .75em);
  right: 4px;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  pointer-events: none;
  stroke-width: 4;
  stroke-linecap: square;
  stroke: currentColor;
  -webkit-transition: transform .7s ease-out, box-shadow .3s ease-out;
  transition: transform .7s ease-out, box-shadow .3s ease-out;
}


[aria-expanded="true"] > .pab-svg-plus {
  transform: rotateZ(360deg);
}

.use-plus {
  -webkit-transition: stroke .5s ease-out, opacity .7s ease-out;
  transition: stroke .5s ease-out, opacity .7s ease-out;
}

[aria-expanded=true] .use-plus {
  opacity: 0;
}

.isSafari .pab-btn .pab-svg-plus {
  box-shadow: none;
}

[data-pab] + [aria-hidden] {
  overflow: hidden;
  opacity: 1;
  max-height: 50rem;
  visibility: visible;
  transition: visibility 0s ease 0s, max-height .65s ease-out 0s, opacity .65s ease-in 0s;
}

[data-pab] + [aria-hidden="true"] {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: .66s, 0s, 0s;
}

[data-pab] + [style][aria-hidden="true"] {
  max-height: 0 !important;
}

.procurement-decal { 
  background: url(../img/procurement-portal.jpg);
    background-repeat: no-repeat;
    background-size: cover;   
}

.hero-decal { 
    height: 70vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;    
}  

.bg-hero { background-image: url(/img/2025/solarpanels/chisamba/chisamba_solar_pv_medium.webp);
    background-size: cover;
    background-position: bottom;  }

.pos-rel { position:relative; }
.bg-gradient { background: linear-gradient(0deg, var(--primary-color-light) 50%, transparent) };
.pos-abs { position:absolute; }
.height-auto { height:auto; }

.card-decal{
    border-bottom: 7px solid;
    border-color: inherit;
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 50%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.5);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 50%);   
}

.box-shadow {
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 50%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.5);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 50%);
}

.number-decal { font-size: 2rem;
    text-align: right;
    font-weight: 400; opacity: 0.25; }

.fs-4 { font-size:1rem;}
 
.date {
    color: #ffffff; 
    z-index: 1;
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    letter-spacing: 0.15em;
    position: absolute;
    left: 120%;
    width: 50%;
    top: calc(83% - 0.5rem);
    transform-origin: 0 50%;
    transform: rotate(-90deg);
}

.date:before {
    content: "";
    display: inline-block;
    transform: translatey(-0.35rem);
    width: 4rem;
    margin-right: 1.5rem;
    border-bottom: 0.15rem solid #ffffff;
}

.date__time {
    opacity: 0.25;
}

#background {
    position: fixed;
    bottom: 0px;
    right: 0px;
    top:0px;
    width: 50%;
    height: 70vh;   
    -webkit-clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
    transition: all 0.8s ease;    
}    

.deco_1:after {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 200%;
    transform: skew(0deg, 10deg);
    z-index: -1;
    background: var(--primary-color);
    background-attachment: fixed;
}

.block:nth-child(even) {
  background: var(--primary-color);
  color: var(--primary-color-light);
}
.block:nth-child(odd) {
  background: var(--primary-color-green);
  color: var(--primary-color-light);
}

article .animate-on-scroll:nth-child(1) {
  transition-delay: 0.1s;
}
article .animate-on-scroll:nth-child(2) {
  transition-delay: 0.25s;
}
article .animate-on-scroll:nth-child(3) {
  transition-delay: 0.4s;
}
article .animate-on-scroll:nth-child(4) {
  transition-delay: 0.55s;
}
article .animate-on-scroll:nth-child(5) {
  transition-delay: 0.7s;
}
article .animate-on-scroll:nth-child(6) {
  transition-delay: 0.85s;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}

h2.main-slogan {
    font-size: 2.75rem;
    font-weight: 700;
}

.services-hero {
  background: url(/img/2025/solarpanels/1_lanscape_large.webp);
  background-size: cover;
  background-position: bottom left;
}

.services-hero::before {
  content:"";
  background-image: radial-gradient(circle at 1% 52%, rgba(139, 139, 139, 0.05) 0%, rgba(139, 139, 139, 0.05) 50%, rgba(21, 21, 21, 0.05) 50%, rgba(21, 21, 21, 0.05) 100%), radial-gradient(circle at 41% 28%, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), radial-gradient(circle at 48% 1%, rgba(93, 93, 93, 0.05) 0%, rgba(93, 93, 93, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), linear-gradient(255deg, #fcfcfc00, var(--primary-color));
  width:100%;
  height:100%;
  position:absolute;
  margin:0 auto;
  display:inline-block;
  z-index:0;
}

._link{
								line-height:1.35;
    							text-decoration: none;
    							color: inherit;
    							border-bottom: 2px solid var(--primary-color);
    							background-image: linear-gradient(120deg, var(--primary-color) 0%, var(--primary-color) 100%);
    							background-repeat: no-repeat;
    							background-size: 100% 0.0em;
    							background-position: 0 100%;
    							transition: background-size 0.125s ease-in;   
                  cursor: pointer; 							
							}

							._link:hover {
    							background-size: 100% 100%;
								  color:var(--primary-color-light);
							}



              .decal-circles-transparent { 
                cursor:pointer; 
                transition: 300ms all;
                transform: translate(0px, 0px);
                 
              }      
              .decal-circles-transparent:hover {
                transform: translate(0px, -1px);
              }        

              .decal-circles-transparent:hover figure { transform: scale(1.2); }

              .decal-circles-transparent:hover .opacity-0 { opacity:1; transform: translateX(0);}

              .opacity-0 { opacity:0; transform: translateX(-0.5rem); }
              .opacity-1 { opacity:1; }

              .decal-circles-transparent:after { content:""; position:absolute; top:0; left:0; width:100%; height:100%; display:inline-block; z-index:-1; background-image: radial-gradient(circle at 1% 52%, rgba(139, 139, 139, 0.05) 0%, rgba(139, 139, 139, 0.05) 50%, rgba(21, 21, 21, 0.05) 50%, rgba(21, 21, 21, 0.05) 100%), radial-gradient(circle at 41% 28%, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), radial-gradient(circle at 48% 1%, rgba(93, 93, 93, 0.05) 0%, rgba(93, 93, 93, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), linear-gradient(255deg, #fcfcfc00, var(--primary-color));} 
             

              .glow:hover, .glow:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover);
    box-shadow: 0 0 7px var(--primary-color-light), 0 0 10px #ffffff17, 0 0 21px #ffffffcc;
    border-color: var(--primary-color-light);
    background: var(--primary-color-light);
    color: var(--primary-color);
}
.radial-decal-light {
	background-image: radial-gradient(circle at 1% 52%, rgba(139, 139, 139, 0.05) 0%, rgba(139, 139, 139, 0.05) 50%, rgba(21, 21, 21, 0.05) 50%, rgba(21, 21, 21, 0.05) 100%), radial-gradient(circle at 41% 28%, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), radial-gradient(circle at 48% 1%, rgba(93, 93, 93, 0.05) 0%, rgba(93, 93, 93, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), linear-gradient(255deg, var(--primary-color-light), var(--primary-color-light));
}

.radial-decal-primary {
	background-image: radial-gradient(circle at 1% 52%, rgba(139, 139, 139, 0.05) 0%, rgba(139, 139, 139, 0.05) 50%, rgba(21, 21, 21, 0.05) 50%, rgba(21, 21, 21, 0.05) 100%), radial-gradient(circle at 41% 28%, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), radial-gradient(circle at 48% 1%, rgba(93, 93, 93, 0.05) 0%, rgba(93, 93, 93, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), linear-gradient(255deg, var(--primary-color), var(--primary-color));
}


.fs-3 { font-size:1.2rem;}
.fs-3 p{ font-size:1.2rem;}

figure { 
              
              position: absolute;
              right: 0;
              bottom: 0;
              height: 100%;
              width: 100%;            
              z-index: -1;   
              transition: 500ms all;
              transform: scale(1.0);        
        }

        #greenco-energy-solutions .row-card:nth-of-type(1) figure {  background: url(/img/services/1-600.webp);background-size: cover;
          background-position: center; }
        #greenco-energy-solutions .row-card:nth-of-type(2) figure  {  background: url(/img/services/2-600.webp); background-size: cover;
          background-position: center;}
        #greenco-energy-solutions  .row-card:nth-of-type(3) figure  {  background: url(/img/services/3-600.webp); background-size: cover;
          background-position: center;}
        .independent-power-producers .row-card:nth-of-type(1) figure  {  background: url(/img/services/4-600.webp); background-size: cover;
          background-position: center;}
        .independent-power-producers .row-card:nth-of-type(2) figure  {  background: url(/img/services/5-600.webp); background-size: cover;
          background-position: center;}
        #utilities .row-card:nth-of-type(1) figure  {  background: url(/img/services/6-600.webp); background-size: cover;
            background-position: center;}
        .other-services .row-card:nth-of-type(1) figure  {  background: url(/img/services/7-600.webp); background-size: cover;
              background-position: center;}
        .additional-information .row-card:nth-of-type(1) figure  {  background: url(/img/services/8-600.webp); background-size: cover;
          background-position: center;}  

.row-card {
  min-height:300px;
  overflow:hidden;
}

.row-card.decal-circles-transparent:after { width:100%; background-size: 100%; transition:500ms all; animation-timing-function: ease; filter: hue-rotate(0deg);}
.row-card.decal-circles-transparent:hover:after { background-size: 140%; filter: hue-rotate(45deg);}

.panel-content { padding:unset; }
.slide-panel figure { height: 350px;
  position: relative; }

  [data-name="greenco-energy-solutions"] figure{ background: url(/img/services/1-900.webp) center;  background-size: cover; }
  [data-name="energy-management-services"] figure{ background: url(/img/services/2-900.webp) center;  background-size: cover; }

  [data-name="renewable-energy-certificates-trading"] figure{ background: url(/img/services/3-900.webp) center;  background-size: cover; }
  [data-name="power-purchase-agreements"] figure{ background: url(/img/services/4-900.webp) center;  background-size: cover; }
  [data-name="market-access-trading-services"] figure{ background: url(/img/services/5-900.webp) center;  background-size: cover; }
  [data-name="creating-value-through-partnerships"] figure{ background: url(/img/services/6-900.webp) center;  background-size: cover; }
  [data-name="benefit-from-greenco"] figure{ background: url(/img/services/7-900.webp) center;  background-size: cover; }
  [data-name="bankability-of-greencos-ppas"] figure{ background: url(/img/services/8-900.webp) center;  background-size: cover; }
  