/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Boltx - Solar Energy and Renewable Energy HTML Template

    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]


        01. header
        02. navbar
        03. mobile-nav
        04. mobile-nav.desktop-menu
        05. menu-start svg
        06. Search Popup
        07. btn
        08. hero-section-one
        09. Go To Top
        10. heading
        11. experience
        12. director-renewable
        13. count-style
        14. services
        15. need-expert
        16. phone-number
        17. sustainable-section
        18. heading.two
        19. swiper.project-slider
        20. section-fun-facts
        21. nav-c-slider
        22. blog
        23. partner
        24. footer
        25. subscribe
        26. widget-title
        27. recent-news
        28. footer-bottom
        29. header two
        30. hero-section-two
        31. solar-solution
        32. section-sustainable
        33. progressbar
        34. tab-two-style
        35. battery-energy
        36. team
        37. pricing
        38. blog-two
        39. section-questions
        40. accordion
        41. footer two
        42. image gallery footer
        43. hero-section-three
        44. services-three
        45. solar-power-save
        46. accordion.two
        47. greener-tomorrowfor-everyone
        48. video
        49. latest-projects-text
        50. energy-projects
        51. section-need-expert
        52. bannr
        53. breadcrumb
        54. our blog
        55. pagination
        56. recent-post
        57. instagram-posts
        58. ul.categories
        59. recent-post.comments
        60. meta
        61. blog-details
        62. share-this
        63. quote
        64. comment
        65. form.leave input
        66. our-projects
        67. ecosystem
        68. company-history
        69. content-page
        70. nice-select
        71. content-page-info
        72. solar-farm
        73. section-project-details
        74. business-plan
        74. services-details
        76. our-projects-two
        77. 404 pag
        78. footer404
        79. Preloader


-----------------------------------------------------------------------------------*/
/* General Style */

@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");

/*
Novas:
  roxo #48013a
  amarelo #caef2b
  laranja #da7100
  verde #49af45

Original:
  theme #FFC80B
  common #009A4E
*/
:root {
  --theme-colour: #caef2b;
  --common-colour: #48013a;
  --roxo: #48013a;
  --amarelo: #caef2b;
  --laranja: #da7100;
  --verde: #49af45;
}

body {
  font-family: "Archivo";
  overflow-x: hidden;
}

section {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.image-placeholder img{
  display: flex;
  align-items: end;
}

@media only screen and (max-width: 3000px) and (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

/* Ajustando para mobile:-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- */
@media only screen and (max-width: 768px) {
  need-expert {
    background-size: cover; /* Certifique-se que a imagem de fundo se ajuste */
    padding: 20px; /* Adicione espaçamento interno */
  }

  .need-expert .container {
    flex-direction: column; /* Reorganiza os elementos em coluna */
    align-items: center; /* Centraliza os elementos */
    text-align: center; /* Centraliza o texto */
  }

  .phone-number {
    display: flex;
    flex-direction: column; /* Ícone e texto um abaixo do outro */
    align-items: center; /* Centraliza os itens */
    margin-top: 15px; /* Espaçamento entre o título e o número */
  }

  .phone-number i {
    font-size: 2rem; /* Ajusta o tamanho do ícone */
    margin-bottom: 10px; /* Espaçamento abaixo do ícone */
  }

  .phone-number span,
  .phone-number a {
    font-size: 1rem; /* Ajuste do tamanho do texto */
  }

  .logo {
    margin-top: 30px; /* Reduza ou remova a margem */
    padding-top: 20px; /* Reduza ou remova o padding */
    text-align: center; /* Centralize o conteúdo no mobile */
    padding-bottom: 5px;
  }

  .logo img {
    max-width: 100%; /* Ajuste automático para o tamanho da tela */
    height: auto; /* Preserva a proporção */
    margin-top: 500px;
    padding-bottom: 30px;
  }

  .logo p {
    font-size: 14px; /* Reduza o tamanho do texto */
    line-height: 1.5; /* Melhor legibilidade */
  }

  .widget-title {
    margin-top: -30px; /* Valor negativo para reduzir o espaço */
    padding-top: 0;
  }

  .projects {
    margin-top: 60px;
  }

  .hero-section-one {
    background-size: cover; /* Faz com que a imagem ocupe toda a área */
    background-position: center; /* Centraliza a imagem */
    width: 100%;
    height: 600px;
  }

  .hero-section-one .container {
    text-align: center; /* Centraliza o texto no mobile */
  }

  .hero-section-one h1 {
    font-size: 1.5rem; /* Ajusta o tamanho do título no mobile */
    line-height: 1.4; /* Melhor legibilidade */
    padding: 20px; /* Adiciona espaçamento interno */
  }

  .hero-section-one p {
    font-size: 1rem; /* Ajusta o texto */
    margin-bottom: 15px; /* Espaçamento inferior */
   
  }
  
   .link-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .link-box .btn {
    font-size: 1rem; /* Ajusta o botão */
    padding: 10px 20px; /* Reduz o tamanho do botão */
  }

  .hero-img img {
    width: 100%; /* Imagem responsiva */
    max-width: 300px; /* Define um limite de largura */
    margin: 0 auto; /* Centraliza no mobile */
    display: block;

  }

  .hero-section-one::before {
    background-size: contain; /* Garante que acompanha o tamanho da imagem */
    height: 100%; /* Pode ajustar isso se o banner tiver dimensões diferentes */
    width: 100%;
  }

  .experience figure {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente (se necessário) */
    margin: 0 auto; /* Garante que o figure esteja centralizado */
  }

  .experience figure img {
    width: 100%; /* Faz com que a imagem seja responsiva */
    max-width: 300px; /* Define um tamanho máximo para a imagem */
    height: auto; /* Mantém a proporção da imagem */
  }

  .info-box {
    text-align: center; /* Centraliza o conteúdo */
    padding: 0 15px; /* Adiciona espaçamento interno lateral */
  }

  .image-placeholder img {
    margin: 0 auto; /* Garante centralização */
    display: block; /* Remove qualquer comportamento inline */
    max-width: 100%; /* Imagem responsiva */
    height: auto; /* Mantém proporção */
  }

  .help-box {
    margin: 20px auto; /* Centraliza horizontalmente */
    padding: 20px; /* Adiciona espaçamento interno */
    width: 90%; /* Ajusta o tamanho da caixa no mobile */
    text-align: center; /* Centraliza o texto */
  }

  .social-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100%;
  }

  .energy-projects{
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .energy-projects-img{
    display: flex;
    justify-content: center;
  }

  .widget-title{
   margin-top: 0;
  }
  
  
  .swiper-pagination {
  margin-top: 39px; 
  position: absolute;
  border-radius: 0;
  
  }


 
  
}
/* Ajustando para mobile:-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=- */
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

.energy-projects:hover i {
  outline-color: var(--common-colour);
  transform: rotate(359deg);
}

p {
  font-size: 18px;
  line-height: 30px;
  color: #444;
  margin: 0;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
img {
  object-fit: cover;
}
section {
  background-repeat: no-repeat;
  background-size: cover;
}
.gap {
  padding: 120px 0;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  display: block;
}
figure {
  overflow: hidden;
  margin-bottom: 0;
}

/* 01. header */
header {
  position: absolute;
  width: 100%;
  z-index: 1111;
}
.top-bar-slid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
}
.phone span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-right: 10px;
}
header .phone a {
  margin-right: 70px !important;
  color: #fff;
}
header .phone a:hover {
  color: var(--theme-colour);
}
.phone {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
}
.phone i {
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 45px;
  padding-bottom: 4px;
  background-color: var(--theme-colour);
  font-size: 24px;
}
.phone i svg {
  width: 22px;
  fill: #fff;
  height: auto;
}
.phone-data {
  display: flex;
  position: relative;
  padding-top: 7px;
}
.phone-data:before {
  position: absolute;
  content: "";
  width: 56vw;
  height: 56px;
  top: -6px;
  border-radius: 50px;
  left: -8%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bottom-bar {
  padding-top: 24px;
  padding-bottom: 0px;
  border-left: 0;
  border-right: 0;
}
.bottom-bar-text {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
/* 02. navbar */

a.search-btn svg {
  width: 22px;
  height: auto;
  display: flex;
  fill: #fff;
}


.menu-end a.search-btn {
  margin-right: 34px;
  margin-left: 6px;
}
.menu-end a.search-btn i {
  color: #fff;
  font-size: 24px;
}
.menu-end #show {
  margin-right: 15px;
}
.social-media-text a {
  color: #fff;
  margin-right: 30px;
  position: relative;
}

.social-media-text a i {
  padding-right: 8px;
}
.social-media-text a:hover {
  color: var(--theme-colour);
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.menu-end {
  display: flex;
  align-items: center;
}
header .line {
  display: block;
  width: 1px;
  height: 14px;
  background-color: black;
  margin: 0px 12px;
}
/* 03. mobile-nav */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--common-colour);
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.45s ease-in-out;
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  overflow-y: auto;
}
.mobile-nav ul li a svg {
  width: 11px;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

i#nav-icon4 {
  display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #ffffff6b;
  padding: 10px 0;
  display: block;
}
.mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #6bc498;
}
.mobile-nav > ul li > a {
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
}
.mobile-nav > ul > li > a {
  font-size: 16px;
  line-height: 30px;
}

.mobile-nav a#res-cross:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 28px;
}

/* 04. mobile-nav.desktop-menu */
.mobile-nav.desktop-menu {
  width: 400px;
  padding: 40px;
}
.mobile-nav.desktop-menu h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu p,
.mobile-nav.desktop-menu .des {
  color: #000;
}
.mobile-nav.desktop-menu .social-medias a {
  font-size: 16px;
  position: relative;
  margin-right: 30px;
}
.mobile-nav.desktop-menu .social-medias {
  margin-top: 23px;
}
.mobile-nav.desktop-menu .social-medias a:before,
.mobile-nav.desktop-menu .social-medias a:after {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-nav.desktop-menu .social-medias a:before {
  border-bottom: 1px solid #6a6a6a;
  width: 100%;
}
.mobile-nav.desktop-menu .social-medias a:after {
  width: 0;
  border-bottom: 1px solid;
}
.mobile-nav.desktop-menu .social-medias a:hover:after {
  width: 100%;
}
.mobile-nav.desktop-menu h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 12px;
}
.mobile-nav.desktop-menu .des {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.mobile-nav.desktop-menu .num {
  margin-bottom: 5px;
}
.mobile-nav.desktop-menu .adrs {
  width: 80%;
}
.mobile-nav.desktop-menu img {
  width: 100%;
}
#desktop-menu {
  display: block;
}
.mobile-nav.desktop-menu {
  background-color: #000;
}
.mobile-nav.desktop-menu h2,
.mobile-nav.desktop-menu .des,
.mobile-nav.desktop-menu h3,
.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu .num a,
.mobile-nav.desktop-menu .adrs {
  color: #fff;
}
/* 05. menu-start svg */
.menu-start svg {
  fill: white;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
.menu-start svg:hover .line2 {
  stroke-dasharray: 57 40;
}

.mobile-nav.desktop-menu img:hover {
  transform: scale(1.2);
}
.line {
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.line2 {
  stroke-dasharray: 34 40;
  stroke-width: 3;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}


.header-search-button.search-box-outer {
  padding-top: 18px;
}
/* 07. btn */
.btn {
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 0px;
  font-weight: 900;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  z-index: 10;
  border: 0;
  right: 0;
  color: #000;
  background-color: var(--theme-colour);
  transition: 0.4s all;

}
.btn:before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #000;
  transition: 0.4s all;
  display: none;
}
.btn:hover {
  background-color: var(--common-colour);
  color: #fff;
}
.btn:hover:before {
  background-color: #fff;
}
/* 08. hero-section-one */
.hero-section-one {
  padding-top: 75px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  padding-bottom: 111px;
  background-position: center;
  
}

.link-box {
  transform: scaleY(1);
  transition: all 0.5s ease;
  transition-delay: 2s;
  transform-origin: bottom;
}

.link-box .btn{
  width: 75%;
  text-align: center;
  display: block;
  
}

.energy-projects:hover i {
    outline-color: var(--common-colour);
    animation: spin 0.4s linear;
    transition: all 0.4s ease; /*Girar de maneira mais suave*/
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes scale {
  0% {
    transform: scaley(0);
  }
  100% {
    transform: scaley(1);
  }
}

.swiper.hero-one-slider .swiper-pagination {
  position: absolute;
  left: 12%;
  width: fit-content;
  bottom: 11%;
  margin: 0;
}

.hero-section-one:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  content: "";
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero-img {
  text-align: center;
  position: relative;
  padding-top: 17px;
}
.hero-img img {
  position: relative;
  padding-left: 30px;
  z-index: 1;
 
}
.hero-text {
  position: relative;
}
.hero-text h1 {
  color: #fff;
  font-weight: bold;
}
.hero-text p {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 33px;
}
/* 09. Go To Top */
#progress {
  z-index: 1111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(105% - 10px);
  width: calc(105% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
  font-size: 18px;
}
/* 10. heading */
.heading {
  text-align: center;
}
.heading img {
  display: block;
  margin: auto;
  margin-bottom: 24px;
}
.heading {
  width: 68%;
  margin: auto;
  padding-bottom: 50px;
}
.heading span {
  text-transform: uppercase;
  font-weight: 900;
  color: var(--common-colour);
  letter-spacing: 1px;
  padding-bottom: 10px;
  display: block;
}
.heading h2 {
  font-weight: 800;
}
.hover-img figure img {
  margin-left: 30px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover-img:hover figure img {
  margin-left: 0;
}
/* 11. experience */
.experience h3 {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 10px;
  color: var(--common-colour);
}
.experience p {
  padding-bottom: 30px;
  width: 87%;
}
.experience-img {
  position: relative;
}
/* 12. director-renewable */
.director-renewable {
  display: flex;
  align-items: flex-end;
}
.director-renewable img {
  display: block;
}
.director-renewable > img {
  border: 35px solid #fff;
  z-index: 1;
  position: relative;
  border-left: 20px solid #fff;
  transform: translateY(-65px);
  border-bottom: 0;
}
.director-renewable h4 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 34px;
}
.director-renewable span {
  font-size: 18px;
  color: #666;
}
/* 13. count-style */
.count-style h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
}
.count-style p {
  color: #fff;
  font-size: 16px;
}
.count-style {
  width: 220px;
  height: 220px;
  background-color: var(--common-colour);
  border-radius: 50%;
  text-align: center;
  padding-top: 40px;
  position: absolute;
  top: 5%;
  left: 7%;
}
.count-style.two {
  top: auto;
  left: auto;
  bottom: 0%;
  right: 2%;
}
/* 14. services  */

/* 15. need-expert */
.need-expert {
  display: flex;
  justify-content: space-between;
  padding: 70px;
  align-items: center;
  margin-bottom: 120px;
  flex-wrap: wrap;
  justify-content: center;
}
form input,
form textarea {
  width: 100%;
  outline: none;
  height: 60px;
  padding-left: 20px;
  border: 0;
  position: relative;
}

.need-expert form {
  width: 50%;
}

form textarea {
  width: 100%;
  outline: none;
  height: 120px;
  padding-left: 20px;
  border: 0;
  padding-top: 14px;
}
.need-expert h4 {
  color: #fff;
  font-size: 50px;
  width: 69%;
  font-weight: 800;
  padding-bottom: 27px;
}

/* 16. phone-number */
.phone-number i {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-colour);
  margin-right: 24px;
  font-size: 40px;
}
.phone-number {
  display: flex;
  align-items: center;
}
.phone-number a {
  border-bottom: 1px solid;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  display: block;
}
.phone-number a:hover {
  color: var(--theme-colour);
}
.phone-number span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 13px;
}
/* 17. sustainable-section */
.sustainable-section {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  padding-bottom: 0;
}
.sustainable-section:before {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  background-color: #f8f8f8;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.nav-pills .nav-link {
  font-size: 20px;
  font-weight: 800;
  border: 1px solid #999;
  border-radius: 0;
  color: #000;
  padding: 0 22px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  background-color: #fff;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #0a8447;
  border-radius: 0;
  border: 0;
}
#v-pills-tab {
  display: ruby-text;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.nav-pills .nav-link.active {
  color: #fff;
  background-color: #48013a;
  border-radius: 0;
  border: 0;
}
.nav-pills .nav-link span {
  background-color: var(--theme-colour);
  color: #000;
  width: 75px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 18px;
}
.research-analysis h3 {
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 20px;
}
.tab-img {
  position: relative;
  width: 93%;
}
.tab-img img {
  width: 100%;
}
.tab-img img.bolt-img {
  position: absolute;
  right: 0;
  width: auto;
}
.research-analysis p {
  padding-bottom: 26px;
}

.research-analysis {
  position: relative;
}
.research-analysis span {
  position: absolute;
  right: 0;
  font-weight: 900;
  font-size: 220px;
  bottom: -24%;
  color: #009a4e30;
  line-height: 220px;
}
/* 18. heading.two */
.heading.two {
  margin: 0;
  width: 100%;
  text-align: start;
  position: relative;
}
.heading.two img {
  display: inline-block;
  margin: 0;
  margin-right: 12px;
}
.heading.two span {
  display: inline;
}
.heading.two h2 {
  padding-top: 10px;
}
/* 19. swiper.project-slider */
.swiper.project-slider {
  padding-top: 140px;
  margin-top: -140px;
}

.projects {
  width: 94%;
  position: relative;
}
.projects a {
  font-size: 24px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 16px;
  display: block;
  line-height: 34px;
}
.projects span {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 4px;
  display: block;
  font-weight: 600;
}
.projects > a:hover {
  color: var(--common-colour);
}
.projects h5 {
  font-size: 20px;
  font-weight: 800;
  color: var(--common-colour);
}
.projects img {
  width: 100%;
}

/* 20. section-fun-facts */
.section-fun-facts {
  padding-top: 80px;
}
.fun-facts {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  padding: 22px 0;
  margin-left: 40px;
  position: relative;
  width: 85%;
  background-color: #fff;
}
.fun-facts:hover {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
}
.fun-facts h2 {
  font-weight: 900;
  font-size: 50px;
}
.fun-facts i {
  width: 110px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-colour);
  margin-left: -40px;
  margin-right: 30px;
  font-size: 60px;
}
.fun-facts:hover i {
  color: #fff;
  background-color: var(--common-colour);
}
.fun-facts span {
  font-weight: 700;
  color: #000;
}
.fun-facts h2 span {
  font-weight: 900;
}
.fun-facts img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.customer h5 {
  font-size: 18px;
}
.customer {
  padding-top: 30px;
}
/* 21. nav-c-slider */

.section-customer {
  padding-top: 100px;
}
.section-customer .heading {
  padding-bottom: 30px;
}


/* 22. blog */

.center {
  text-align: center;
  margin-top: 54px;
}

.space-footer{
  padding-top: 12rem;
}

/* 24. footer */
footer {
  position: relative;
  background-size: cover;
  background-position: center center; 
  z-index: 1;
  display: flex;
  flex-direction: column; /* Empilha os itens no mobile */
  gap: 10;
  
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--common-colour);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
  
}
footer .logo {
  position: relative;
  z-index: 2;
  
}


.logo {
  background-color: transparent !important;
  z-index: 10;
  position: relative;
}
.logo p {
  color: #fff;
  padding-top: 20px;
  /* width: 85%; */
}

.widget-title {
  position: relative;
  z-index: 111;
}
/* 26. widget-title */
.widget-title h3 {
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-transform: capitalize;
  padding-bottom: 5px;
  /* margin-top: 180px; */
}
.widget-title .boder {
  width: 60px;
  height: 3px;
  margin-bottom: 35px;
  background-color: var(--common-colour);
}
.widget-title ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-title ul li {
  width: 50%;
}
.widget-title li a {
  color: #e8e8e8;
  margin-left: 15px;
  padding-bottom: 6px;
}
.widget-title ul li:not(:last-child) {
  padding-bottom: 20px;
}
.widget-title li i {
  color: #9e9e9e;
}
.get-in-touch {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
 
}
.get-in-touch svg {
  fill: #ffee02;
  height: auto;
}
.get-in-touch i {
  background-color: var(--theme-colour);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  margin-right: 20px;
}
.get-in-touch span {
  font-family: "Archivo";
  font-weight: 800;
  padding-bottom: 3px;
  display: block;
  font-size: 14px;
  width: 67%;
}
.get-in-touch h6 {
  font-size: 16px;
}
.get-in-touch h6 a {
  padding-bottom: 4px;
}
.get-in-touch h6 a,
.get-in-touch a,
.footer-bottom-text ul a,
.get-in-touch span,
.get-in-touch h6,
.footer-bottom-text h6 {
  color: #fff;
}
.get-in-touch h6 a:hover,
.widget-title li a:hover,
.get-in-touch a:hover {
  color: var(--theme-colour);
}
/* 27. recent-news */
.social-media-footer{
  position: relative;
  color: whitesmoke
}
/* 28. footer-bottom */
.footer-bottom {
  position: relative;
  border-top: 1px solid #383838;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 11;
}
.footer-bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-text ul {
  display: flex;
}
.footer-bottom-text a,
.footer-bottom-text span {
  color: #ffee02;
}
.footer-bottom-text ul a {
  text-transform: capitalize;
  color: #fafafa;
}
.footer-bottom-text ul li {
  padding-left: 20px;
}
.footer-bottom-text h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.footer-bottom-text ul a:hover {
  color: var(--theme-colour);
}
.footer-icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  width: 700px ;
  height: 785px;
  
}
/**************************************************************
                         home two
 ************************************************************* /

/* 29. header two */
header.two {
  position: relative;
  background-color: var(--common-colour);
  padding-bottom: 15px;
}

header.two a.btn:hover {
  background-color: #fff;
  color: #000;
}
header.two a.btn:hover:before {
  background-color: #000;
}

#v-pills-tabContent {
  border: 0;
}

ul.social-media li a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--common-colour);
}
ul.social-media li a:hover {
  background-color: var(--theme-colour);
  color: #000;
}
ul.social-media {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 111;
}

/* 40. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item {
  border: 0;
}
.accordion-item.active .icon:before {
  background: #fff;
}
.accordion-item {
  position: relative;
}
.accordion-item:before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: #999999;
  z-index: 111;
  width: 10px;
  height: 10px;
}
.accordion-item .heading {
  display: block;
  /* text-transform: capitalize; */
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.accordion-item .icon {
  right: 14%;
  display: block;
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  left: 13px;
  background-color: white;
  background-color: #feda46;
}
.accordion-item.active .title {
  color: #000;
  border-color: #feda46;
}
.accordion-item .icon:before,
.accordion-item .icon:after {
  content: "";
  width: 14px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  padding-left: 50px;
}
.accordion-item .title {
  text-align: start;
  padding: 24px 80px;
  padding-right: 0;
  color: black;
  font-size: 20px;
  background-color: #fff;
}
.accordion-item .content {
  padding: 12px 36px;
  padding-top: 0px;
  background-color: #24243500;
  padding-bottom: 30px;
}
.accordion-item a.heading {
  width: 100%;
  margin: 0;
  padding: 0;
}
.accordion-item {
  background-color: transparent;
}
.accordion-item:first-of-type {
  border-radius: 0px;
}
.accordion-item.active a.heading {
  color: black;
}
.accordion-item.active .icon {
  background-color: #48013a;
}
.accordion-item {
  border: 1px solid #999999;
  background-color: #fff;
}
.accordion-item.active {
  border: 1px solid #feda46;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* 41. footer two */
footer.two:before {
  display: none;
}


footer.two .logo {
  position: relative;
}
footer.two p {
  font-size: 16px;
}

footer.two .footer-bottom-text ul li a {
  color: #444444;
}
footer.two .footer-bottom-text ul li a:hover {
  color: var(--common-colour);
}

footer.two .footer-bottom {
  border: 0;
  margin-top: 80px;
}
/* 42. image gallery footer */

/**************************************************************
                         home three
 ************************************************************* /


/* 46. accordion.two */
.accordion.two .accordion-item i {
  position: absolute;
  left: 8px;
  font-size: 44px;
  top: 14px;
}
.accordion.two .accordion-item {
  border: 0;
  border-bottom: 1px #999 solid;
}
.accordion.two {
  border-top: 1px solid #999;
}
.accordion.two .accordion-item.active {
  border: 0;
  border-bottom: 5px solid var(--common-colour);
}
.accordion.two .accordion-item.active i {
  color: var(--common-colour);
}
.accordion.two .accordion-item.active .title {
  color: var(--common-colour);
}
.accordion.two .accordion-item .title {
  font-size: 24px;
}
/* 47. greener-tomorrowfor-everyone */

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255 255 255);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-two {
  0% {
    box-shadow: 0 0 0 0px rgb(0 153 78);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}


/* 50. energy-projects */
.energy-projects {
  display: flex;
  align-items: center;
}
.energy-projects + .energy-projects {
  margin-top: 54px;
}
.energy-projects i {
  font-size: 50px;
  color: #fff;
  width: 100px;
  border-radius: 50%;
  margin-right: 20px;
  height: 100px;
  background-color: var(--common-colour);
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 3px solid var(--theme-colour);
}
.energy-projects:hover i {
  outline-color: var(--common-colour);
  transform: rotate(359deg);
}
.energy-projects p {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 6px;
  display: block;
  color: #000000;
}
.energy-projects p:hover {
  color: var(--common-colour);
}
/* 51. section-need-expert */

.swiper-pagination {
  margin-top: 39px;
  position: relative;
}

/* 53. breadcrumb */

/* 54. our blog */


/* 55. pagination */
.pagination li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  border: 0;
}
ul.pagination li:not(:last-child) {
  margin-right: 10px;
}
ul.pagination {
  background-color: #ececec;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
  padding: 7px;
}
ul.pagination li {
  font-size: 26px;
}


.pagination li a:hover {
  background-color: var(--common-colour);
  color: #fff;
}
/* 56. recent-post */

ul.list {
  width: 100%;
}


.form-container {
  background-color: #f77d0c; /* Orange color */
  padding: 40px ;
  border-radius: 10px;
  /* max-width: 1800px; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Inner form area with lighter color */


/* Input Styling */
.form-control {
  border: none;
  background-color: #f9f9f9;
  height: 50px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/* Button Styling */

/*=======================
   79. Preloader
=======================*/

#loader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 35px auto 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}
#loader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -38px;
  height: 70px;
  width: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  /* -webkit-animation: fa-spin 10s infinite linear; */
  /* animation: fa-spin 10s infinite linear; */
  background-image: url(../img/preloader.png);
  content: "";
}

