@font-face {
  font-family: "AvenirBlack";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirBlack.woff") format("woff"),
    url("/assets/fonts/AvenirBlack.woff2") format("woff2")
}

@font-face {
  font-family: "AvenirHeavy";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirHeavy.woff") format("woff"),
    url("/assets/fonts/AvenirHeavy.woff2") format("woff2")
}

@font-face {
  font-family: "AvenirMedium";
  src:
    local("Trickster"),
    url("/assets/fonts/AvenirRegular.woff") format("woff"),
    url("/assets/fonts/AvenirRegular.woff2") format("woff2")
}

:root {
  --font-black: "AvenirBlack";
  --font-heavy: "AvenirHeavy";
  --font-medium: "AvenirMedium";
  --primary-color-nature: #67c675;
  --primary-color-sky: #2D95D3;
  --primary-color-Power-y: #ECCE26;
  --secondary-color-Red: #FF6D3F;
  --secondary-color-Grey: #BFBFBF;
  --secondary-color-Light: #F2F2F2;
}

/***************************************************
Body Style
****************************************************/

body {
  height: 100%;
  color: rgba(254, 254, 254, 0.7);
  font-family: var(--font-medium);
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000000;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 1;
  pointer-events: none;
  text-transform: capitalize;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.6;
  text-align: start;
  color: #4d4d4d;
  pointer-events: none;
}

b,
strong {
  color: #000;
  font-weight: 1 !important;
  font-family: var(--font-heavy);
}

ul {
  margin: 15px 0px;
  padding-left: 40px;
  color: black;
  text-transform: capitalize
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus,
a:active {
  border: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

button,
button:focus {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

input,
textarea {
  color: #FEFEFE;
}

label {
  color: #000;
  font-size: .9rem;
  margin-bottom: 0.5px;
}

small {
  color: #000;
}

section {
  padding: 20px 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #00000000;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color-sky);
}

/***************************************************
Buttons 
****************************************************/

.high-emphasis-blue,
.high-emphasis-grean {
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  font-family: var(--font-heavy);
  color: #fff;
  background-color: var(--primary-color-sky);
  border: none;
  transition: all ease-in-out .25s;
}

.high-emphasis-grean {
  background-color: var(--primary-color-nature) !important;
}

.btn:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.medium-emphasis-blue,
.medium-emphasis-grean {
  color: var(--primary-color-sky);
  font-family: var(--font-heavy);
  border: 1px solid var(--primary-color-sky);
  border-radius: 10px;
  cursor: pointer;
  transition: all ease-in .20s;
  padding: 10px 30px;
}

.medium-emphasis-grean {
  color: var(--primary-color-nature) !important;
  border: 1px solid var(--primary-color-nature) !important;
}

.medium-emphasis-blue:hover {
  border: 1px solid var(--primary-color-sky);
  color: var(--primary-color-sky);
}

.medium-emphasis-grean:hover {
  border: 2px solid var(--primary-color-nature);
  color: var(--primary-color-nature);
}


.cta {
  border: none;
  background: none;
  cursor: pointer;
  font-family: AvenirBlack;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 1px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}


/***************************************************
WhatsApp icon
****************************************************/

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: all ease-in-out .25s;
}

.whatsapp-icon img {
  width: 35px;
  height: 35px;
  color: white;
}

.whatsapp-icon:hover {
  transform: scale(1.1) !important;
}


.cpf {
  position: fixed;
  right: 5px;
  bottom: 95px;
  padding: 10px 10px 7px;
  border-radius: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: var(--primary-color-sky);
  font-family: var(--font-heavy);
  text-transform: uppercase;
  color: #fff;
  gap: 10px;
  font-size: .9rem;
  line-height: 1.3;
  transition: all ease-in-out .25s;
  transform: scale(1);
  z-index: 90;
}

.cpf:hover {
  transform: scale(1.05);
}

.cpf:hover i {
  transform: translateY(5px);
}

.cpf i {
  align-content: center;
  font-size: 2rem;
  transition: all ease-in-out .25s;
}

.cpf span {
  width: min-content;
  text-align: left;
}

/***************************************************
Navbar Style
****************************************************/

.navbar {
  padding: 0;
}

.nav-container {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: auto;
  width: 80%;
  padding: 5px 0px;
  background-color: #fff;
  font-family: var(--font-heavy);
  font-size: 1.2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  transition: all 0.3s ease;
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.hidden-nav {
  top: -200px !important;
}

.navbar-brand {
  width: 15%;
  margin: 10px 0px 0px 15px;
}

.navbar-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.navbar-nav .nav-item .nav-link {
  color: #000000;
  transition: color 0.3s;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
  color: #000000;
}

.navbar-nav .nav-item .nav-link.active {
  color: #000000;
  border-bottom: 3px solid var(--primary-color-sky);
  width: fit-content;
}

.icon-drop {
  display: none;
}

.dropdown-menu {
  display: block;
  box-shadow: 0px 0px 13px 0px rgba(82, 90, 101, 0.12);
  background: #ffffff;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
  top: 95%;
  left: -30px;
  min-width: 12rem;
  border: none;
  pointer-events: none;
}

.dropdown-item {
  color: #4c4c4c;
  font-size: 1rem;
  padding: 9px 20px;
}

.navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0) !important;
  pointer-events: auto;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f4f4f4;
  color: var(--primary-color-sky);
}

.navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.navbar-toggler .navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 20px;
  position: relative;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.3s;
}

.navbar-toggler.open .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-child(3) {
  transform: rotate(-47deg) translate(8px, -7px);
}

li.nav-item.language {
  background-color: #2c95d3;
  color: #fff;
  border-radius: 10px;
  transition: all ease-in-out .25s;
  width: fit-content;
  align-content: center;
  text-align: center;
  padding: 4px 7px;
}

.language .active {
  border-bottom: none !important;
}

li.nav-item.language a {
  color: #fff !important;
  padding: .5rem 1rem .4rem;
}

li.nav-item.language:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/***************************************************
Home Banner
****************************************************/

.home-banner {
  position: relative;
  width: 100vw;
  height: 84.5svh;
}

.slide-content h1 {
  font-family: var(--font-heavy);
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.1em;
}

.fs-slide h1 {
  display: inline-block;
  background-image: linear-gradient(90deg, var(--primary-color-Power-y) 100%, transparent 0%);
  background-position: 200%;
  background-size: 200% 20%;
  border-radius: 5px;
  border-radius: 100%;
  padding: 0px 5px 20px;
  background-repeat: no-repeat;
  transition: background-position 2s ease-in-out;
}

.slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 53%, rgba(15, 15, 15, 0.14331670168067223) 60%, rgba(15, 15, 15, 0.1601234243697479) 70%, rgba(0, 0, 0, 0.17693014705882348) 100%);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.content-m {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 15px;
  right: 30px;
  top: 50%;
}

.home-banner .fs-slide h1 {
  display: inline;
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
  text-transform: uppercase;
}

.home-banner .fs-slide h1 span {
  text-transform: none;
}

.fs-slide .highlight-animate {
  background-position: 0;
}

.slide-content p {
  font-family: var(--font-medium);
  text-shadow: 0 0 20px rgba(0, 0, 0, .7);
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 12px;
}

.slide-content a {
  border: 2px solid #fff;
  padding: 7px 25px;
}

[data-am-fadeshow~=prev-next-nav] .fs-next-btn,
[data-am-fadeshow~=prev-next-nav] .fs-prev-btn {
  top: 65px;
}

[data-am-fadeshow~=prev-next-nav] .fs-next-btn:before,
[data-am-fadeshow~=prev-next-nav] .fs-prev-btn:before {
  width: 40px;
  z-index: 50;
}

.play-button {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 10;
}

.play-button-link {
  display: flex;
  width: 64px;
  height: 62px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 80%);
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: play 1.5s infinite;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.play-button-link:hover {
  background-color: rgb(255, 255, 255);
}

.play-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto auto auto 20px;
}

.play-button-link {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.play-button-link:hover .play-icon {
  border-left-color: #000;
}

@keyframes play {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 44%);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
  top: 50%;
  transform: translateY(-50%);
}

#career .modal-content {
  border-radius: 1rem;
  border: 5px solid #2c95d3;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

#videoModal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-m {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

[data-am-fadeshow] .fs-slides .fs-slide {
  z-index: 1 !important;
}

[data-am-fadeshow] input[type=radio]:checked:nth-of-type(1)~.fs-slides .fs-slide:nth-child(1),
[data-am-fadeshow] input[type=radio]:checked:nth-of-type(2)~.fs-slides .fs-slide:nth-child(2),
[data-am-fadeshow] input[type=radio]:checked:nth-of-type(3)~.fs-slides .fs-slide:nth-child(3) {
  z-index: 3 !important;
}

[data-am-fadeshow~=quick-nav] .fs-quick-nav {
  z-index: 10;
}

/***************************************************
Counter Bar
****************************************************/

#icon-section .col-md-2 {
  -ms-flex: 0 0 18.666667%;
  flex: 0 0 18.666667%;
  max-width: 18.666667%;
}

.counter {
  font-size: 2.1rem;
  color: #333;
  text-align: center;
  font-family: var(--font-heavy);
  margin-bottom: 7px;
}

.icon-title {
  position: relative;
  width: fit-content;
  margin: auto;
}

.icon-box p {
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  padding: 0px 3px;
}

.icon-box p .low {
  text-transform: none;
}

.icon-title .line {
  position: absolute;
  bottom: 1px;
  border-radius: 10px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--primary-color-Power-y);
  z-index: 0;
  animation: expand-border 2s ease-in-out forwards;
}

@keyframes expand-border {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/***************************************************
Lifebox section home page
****************************************************/

.lifebox-section {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.lifebox-section h1 {
  text-transform: uppercase;
}

.lifebox-section .container-fluid {
  padding-left: 70px;
  padding-right: 0;
}

.lifebox-model-top {
  display: none;
}

.lifebox-model-content {
  display: block;
}

.lifebox-logo {
  width: 130px;
  margin-bottom: 25px;
  display: flex;
  align-items: baseline;
}

.lifebox-logo img {
  object-fit: contain;
}

.lifebox-logo img:first-child {
  width: 80px;
}

.lifebox-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.highlight-text {
  font-family: var(--font-heavy);
  font-size: 2rem;
  letter-spacing: 1;
  color: #000000;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.lifebox-section h1,
.awards-section h2,
.popup h4,
.testimonial h2,
.benefits-section h2,
#how_it_works h2,
.features-section h2,
#projects-s h2,
.components-section h2,
.faqs h2,
.how_it_works h2,
.how_it_works-pv h2 {
  display: inline-block;
  background-image: linear-gradient(90deg, var(--primary-color-Power-y) 100%, transparent 0%);
  background-position: 200%;
  background-size: 200% 20%;
  width: fit-content;
  border-radius: 100%;
  padding: 0px 15px 6px;
  background-repeat: no-repeat;
  transition: background-position 2s ease-in-out;
}

.awards-section h2,
.testimonial h2 {
  border-radius: 50%;
}

.lifebox-section .highlight-animate,
.awards-section .highlight-animate,
.popup .highlight-animate,
.testimonial .highlight-animate,
.benefits-section .highlight-animate,
#how_it_works .highlight-animate,
.features-section .highlight-animate,
#projects-s .highlight-animate,
.components-section .highlight-animate,
.faqs .highlight-animate,
.how_it_works,
.how_it_works-pv .highlight-animate {
  background-position: 0;
}

.lifebox-section .buttons a {
  width: 33%;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0px 20px -25px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.feature-item img {
  width: 55px;
  height: auto;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 1.2rem;
  font-family: var(--font-heavy);
  color: #000;
  text-align: center;
}

.description {
  margin: 20px 0px 25px !important;
}

.description span {
  border-bottom: 2px solid var(--primary-color-Power-y);
}

.buttons a:nth-child(2) {
  padding: 9px 0;
  margin-left: 15px;
}

.image-content {
  position: relative;
}

.lifebox-image {
  position: relative;
  z-index: 10;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
}

.lifebox-sun {
  position: absolute;
  top: -5px;
  right: 230px;
  max-width: 70%;
  height: auto;
}

.tree {
  position: absolute;
  top: -30px;
  right: 0px;
  max-width: 35%;
  height: auto;
}

.opacity-zero {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.lifebox-sun.visible {
  opacity: 1;
}

.tree.visible {
  opacity: 1;
}

.lifebox-section .image-content .lifebox-header {
  display: none;
}

@media (max-width: 768px) {

  .lifebox-logo {
    margin: 0 auto 20px;
  }

  .highlight-text {
    font-size: 2rem;
  }

  .features {
    flex-direction: column;
  }
}

/***************************************************
MAP 
****************************************************/

.map {
  position: relative;
  padding: 0;
}

.map-responsive {
  display: none;
}

.map .img-fluid {
  width: 100%;
}

.pin {
  cursor: pointer;
  position: absolute;
  width: 3.5rem;
  height: 2.5rem;
  background-image: url(/assets/img/icons/lifebox-icon.svg);
  background-size: cover;
  background-position: center;
  transition: all .3s ease;
  transform: translate(-50%, -50%);
}

.pin::before {
  content: '';
  position: absolute;
  width: 3rem;
  height: 1.5rem;
  background-image: url(/assets/img/icons/lifebox-panle.png);
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  transition: all .3s ease;
  will-change: transform, box-shadow;
  animation: pulse 2s infinite;
}

.pin:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

@keyframes pulse {
  0% {
    filter: drop-shadow(5px 5px 15px rgba(45, 149, 220, 1));
  }

  25% {
    filter: drop-shadow(5px 5px 10px rgba(45, 149, 220, 0.5));
  }

  70% {
    filter: drop-shadow(5px 5px 0px rgba(45, 149, 220, 0));
  }

  100% {
    filter: drop-shadow(5px 5px 15px rgba(45, 149, 220, 0.9));
  }
}

.pin-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 25%;
}

.pin-tooltip {
  font-family: var(--font-heavy);
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: var(--primary-color-sky);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.pin:hover .pin-tooltip {
  visibility: visible;
  opacity: 100;
  z-index: 100;
}

.popup {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
}

#popup.show {
  display: block;
}

.map .popup-content {
  width: 400px;
  padding: 17px;
  float: left;
  border-radius: 0px 0px 5px 5px;
  height: fit-content;
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup-content.visible {
  opacity: 1;
  transform: translateY(0);
}

.popup-image {
  width: 27%;
  border-radius: 5px 5px 0px 0px;
  height: 30%;
  height: 200px;
  width: 400px;
  object-fit: cover;
  margin-bottom: 20px;
}

.map-logo {
  height: 90px;
  width: 90px;
  top: 100px;
  left: 90px;
  object-fit: contain;
}

#popup .close {
  display: none;
  color: #000;
  float: right;
  font-size: 1.7rem;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-title {
  color: var(--primary-color-sky);
  font-size: 1.8rem;
  font-family: var(--font-heavy);
}

.lifebox {
  text-transform: none;
}

.popup h4 {
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  background-image: linear-gradient(90deg, #fff 100%, transparent 0%);
}

.popup p {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup-info {
  margin-bottom: 20px !important;
}

.popup-locution {
  margin: 0px 0px 10px;
  color: #000000;
  font-size: 1.3rem !important;
  display: flex;
  align-items: center;
}

.popup-locution svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  fill: var(--primary-color-sky);
}

.map-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 0px;
  transition: transform 0.3s ease;
  color: var(--primary-color-sky);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  border: none;
}

.map-btn svg {
  margin-left: 10px;
}

.map-btn:hover {
  transform: translateX(5px);
}

.stamp {
  position: absolute;
  right: 5%;
  right: 6%;
  top: 8%;
  z-index: 15;
  width: 9%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

.stamp-lifebox {
  position: absolute;
  left: 3%;
  bottom: 8%;
  transform: translateX(-50%);
  z-index: 15;
  width: 6%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

.map-btnd {
  display: flex;
  flex-direction: column;
}

.popup-content .cta {
  font-size: 15px;
}

.popup-content .cta span {
  font-size: 17px;
  font-family: var(--font-heavy);
}


/***************************************************
Awards-Section
****************************************************/

.awards-section {
  text-align: center;
  padding: 70px 0px;
}

.section-title {
  font-size: 2rem;
  font-family: var(--font-heavy);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.awards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.award-item {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 400px;
  text-align: center;
  transition: all 3s ease-in-out;
}

.award-item::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 0%;
  height: 50px;
  background-color: #ecce267a;
  margin: auto;
  z-index: 1;
  transition: background-color 3s ease;
  transform: translateY(-50%);
}

.award-item.highlight::before {
  animation: highlight-expand 1s forwards;
}

@keyframes highlight-expand {
  0% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

@keyframes highlight-expand-s {
  0% {
    width: 80%;
  }

  100% {
    width: 0%;
  }
}

.award-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) brightness(.9);
  transition: filter 0.5s ease;
  position: relative;
  z-index: 0;
  transition: transform 1s ease-in-out;
  transform: scale(1);
}

.award-item:hover img {
  filter: none;
  transform: scale(1.1);
}

.award-item:hover.highlight::before {
  animation: highlight-expand-s 1s forwards;
}

.award-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.5rem;
  text-align: left;
  font-family: var(--font-heavy);
  text-transform: uppercase;
  padding: 5px 15px;
  transition: background-color 0.3s ease;
  z-index: 2;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.award-title p {
  color: white;
  font-size: 1.5rem !important;
}

.awards-section .cta {
  font-family: var(--font-heavy);
  float: right;
}

.awards-section .cta span {
  font-size: 1.2rem;
}

.slick-track {
  display: flex;
  gap: 25px;
}

/***************************************************
.testimonial
****************************************************/

.testimonial {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial .section-title {
  margin-bottom: 140px;
  text-transform: uppercase;
}

.blog-slider {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  left: 30px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 440px;
  flex-shrink: 0;
  height: 450px;
  border-radius: 20px;
  transform: translate(-80px, -75px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  pointer-events: none;
}

.blog-slider__title {
  font-family: var(--font-heavy);
  font-size: 28px;
  color: #0d0925;
  margin-bottom: 20px;
  pointer-events: none;
}

.blog-slider__text {
  color: #4e4a67;
  margin: 20px 0px 30px;
  line-height: 1.5em;
  font-size: 17px;
  position: relative;
  pointer-events: none;
}

.quote-mark {
  position: absolute;
  width: 30px;
  height: auto;
}

.open-quote {
  left: -42px;
  top: -10px;
}

.close-quote {
  right: 15px;
  bottom: -20px;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}

.testimonial .play-button {
  position: relative;
  left: 0%;
}

.testimonial .play-button-link {
  background-color: var(--primary-color-sky);
  animation: shaddow 1.5s infinite;
  transition: all ease-in-out .25s;
}

.testimonial .play-button-link:hover {
  background-color: #2581b8;
  transform: scale(1.1);
}

@keyframes shaddow {
  0% {
    box-shadow: 0 0 0 0 rgb(44 149 211);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color-sky);
  height: 30px;
  box-shadow: 0px 0px 20px rgb(44 149 211 / 27%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/***************************************************
investors and client sliders
****************************************************/

#clients .title {
  text-align: center;
}

#clients .title .section-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.clients .swiper {
  padding: 10px 0;
  height: 17%;
}

.clients .swiper-slide img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.prt-slider .swiper-wrapper {
  display: flex;
  justify-content: center;
}

/***************************************************
FOOTER
****************************************************/

.col_white_amrc {
  color: #FFF;
}

footer {
  width: 100%;
  background-color: var(--primary-color-sky);
  min-height: 250px;
  padding: 25px 0 0;
}

.footer .container-fluid {
  padding: 0px 40px;
}

.footer-head {
  background-color: #fff;
  padding: 0px 75px;
}

.footer-head .logo {
  width: 300px;
  margin-top: 10px;
}

.pt2 {
  font-family: var(--font-heavy);
  font-size: 1.3rem;
  padding-top: 45px;
  margin-bottom: 25px;
}

footer p {
  font-size: 15px;
  color: #FFF;
  padding-bottom: 0px;
  margin-bottom: 18px;
}

footer p b {
  font-size: 17px;
  color: #fff;
  font-family: var(--font-heavy);
}

footer p a,
footer p a:hover {
  text-decoration: underline;
}

.footer .offset-xl-1 {
  margin-left: 5.333333%;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #FFF;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: grid;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
  margin-bottom: 10px;
}

.foote_bottom_ul_amrc li a {
  color: #FFF;
  margin: 0 12px;
  text-decoration: underline;
}

.foote_bottom_ul_amrc li a b {
  color: #ffffff;
}

.social_footer_ul {
  display: flex;
  margin: auto;
  list-style-type: none;
  padding: 0;
  margin: 7% 0px;
  justify-content: flex-start;
}

.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
  transition: all ease-in-out 0.25s;
}

.social_footer_ul li:hover {
  transform: scale(1.1);
}

.social_footer_ul li:first-child {
  padding-left: 0;
}

.subscribe {
  font-family: var(--font-heavy);
}

.social_footer_ul li a {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 11px;
  border-radius: 50%;
}

.social_footer_ul li img {
  width: 20px;
  height: 20px;
  text-align: center;
  margin-top: -3px;
  filter: invert(1);
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 13px 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000;
}

.subscribe-form input:focus-visible {
  border: #fff;
  outline: #fff;
  padding: 14px 29px;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #2c95d3;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  top: 0px;
}

.subscribe-form button:hover i {
  transform: scale(1.2);
}

.subscribe-form button i {
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
  transition: all ease-in-out 0.25s;
}

.footer .high-emphasis-blue {
  background-color: #fff;
  color: var(--primary-color-sky);
  width: 100%;
  text-align: center;
}

.min-footer {
  border-top: 1px solid #fff;
  padding: 10px;
  margin-bottom: 0;
}

.min-footer img {
  width: 40px;
  margin-bottom: 3px;
  border-bottom: 1px solid;
  padding: 1px;
}

/***************************************************
About us first,section
****************************************************/

.about-main {
  padding-top: 165px;
}

.about-main section {
  padding: 0 30px;
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container {
  display: flex;
  width: 100%;
  padding: 0px 30px;
}

.about-text {
  flex: 1;
  padding: 0;
  align-content: center;
}

.about-text img {
  width: 100px;
}

.about-text h2 {
  font-family: var(--font-heavy);
  font-size: 2rem;
  margin-bottom: 40px;
}

.about-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-right: 35px;
}

.about-video {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-video video {
  width: 100%;
  height: auto;
}

/***************************************************
About us mission and vision
****************************************************/

.mission-vision-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-vision-container {
  background: url('/assets/img/about/VISSION-and-mission.jpg') no-repeat center center/cover;
  display: flex;
  gap: 0px;
  width: 100%;
}

.mission,
.vision {
  flex: 1;
  padding: 80px;
  background-color: rgb(0 0 0 / 58%);
  color: white;
  text-align: center;
  border: 1px solid rgb(225 225 225 / 20%);
}

.mission h2,
.vision h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: var(--font-heavy);
}

.mission p,
.vision p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mission hr,
.vision hr {
  background-color: #fff;
  height: 1px;
  width: 100px;
  margin-top: 40px;
}

/***************************************************
About us FACTORY
****************************************************/

.factory-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  color: white;
  position: relative;
}

.factory-container {
  display: flex;
  gap: 0px;
  width: 100%;
  margin: auto;
}

.factory-content {
  position: relative;
  flex: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.factory-info {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.factory-content h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: var(--font-heavy);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.factory-content p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.factory-slider {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.factory-section .swiper-container {
  width: 100%;
  height: 100%;
}

.factory-section .swiper-slide {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.factory-section .swiper-slide:hover {
  transform: scale(1.05);
}

.factory-section .swiper-slide img {
  width: 100%;
  height: 100%;
}

.factory-section .swiper-pagination {
  position: absolute;
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.factory-section .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 10px;
  background-color: rgba(255, 255, 255, .4);
  opacity: 1;
  margin: 0 2px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .3s ease;
}

.factory-section .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  transform: scale(1.2);
}

/***************************************************
About us TimeLine
****************************************************/

.timeline-section {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0px;
}

.timeline-header {
  font-size: 2.2rem;
  color: white;
  margin: 20px 0px 70px;
  text-transform: uppercase;
  font-family: var(--font-heavy);
  text-align: center;
}

.timeline-nav {
  display: flex;
  justify-content: space-around;
  width: 75%;
  padding: 10px 0;
  margin-bottom: 100px;
  position: relative;
}

.timeline-date-container {
  display: flex;
  align-items: center;
}

.timeline-date {
  font-family: var(--font-heavy);
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  color: white;
  text-align: center;
  transition: color 0.3s ease;
  z-index: 2;
}

.timeline-date .year {
  display: block;
  margin-bottom: 15px;
}

.timeline-date .line {
  display: block;
  width: 2px;
  height: 30px;
  background-color: white;
  margin: 5px auto 0;
  z-index: 2;
}

.timeline-date.active .year,
.timeline-date:hover .year {
  color: #ecce26;
}

.timeline-date.active .line,
.timeline-date:hover .line {
  background-color: #ecce26;
}

.small-lines {
  display: flex;
  justify-content: space-between;
  width: 170px;
  margin-top: 40px;
}

.small-line {
  width: 2px;
  height: 17px;
  background-color: #c3c3c3;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 100px;
  z-index: 1;
}

.timeline-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.content-title {
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 50px;
  text-transform: uppercase;
  font-family: var(--font-heavy);
  color: #ecce26;
  flex: 1;
  align-self: flex-start;
  pointer-events: none;
}

.content-text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: white;
  flex: 2;
  align-self: flex-start;
  pointer-events: none;
}

.content-title,
.content-text,
.timeline-section {
  transition: opacity 0.6s ease-in-out;
}

/***************************************************
About us report
****************************************************/

.report-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 55vh;
  background: url('/assets/img/about/twilight-cloud.jpg') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.book {
  position: absolute;
  width: 50%;
  bottom: -20px;
  right: 40px;
}

.report-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}

.text-content {
  color: white;
  max-width: 90%;
}

.text-content h2 {
  font-family: var(--font-heavy);
  font-size: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-content p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.button-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
}

.download-button {
  padding: 20px 25px;
  background-color: transparent;
  border: 3px solid var(--primary-color-sky);
  color: #000;
  text-transform: uppercase;
  font-family: var(--font-heavy);
  font-size: 1.2rem;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.3s ease, color 0.3s ease;
}

.download-button:hover,
.report-content .button-container a:focus,
.report-content .button-container a:active {
  transform: scale(1.1);
  color: black;
  border: 4px solid var(--primary-color-sky);
}

/***************************************************
About us team
****************************************************/

.team-section {
  text-align: center;
  padding: 50px 30px !important;
  width: 100%;
  margin: auto;
  background-color: #f9f9f9;
}

.team-section .section-title {
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: var(--font-heavy);
  text-transform: uppercase;
}

.team-section .section-s {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.top-row,
.bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 90%;
  gap: 25px 0px;
  margin: auto;
  align-items: baseline;
}

.second {
  margin-top: 20px;
  justify-content: flex-start;
  gap: 50px;
}

.team-member {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.top-row .team-member {
  width: 48%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: left;
}

.top-row {
  margin-bottom: 20px;
  justify-content: flex-start;
}

.bottom-row .team-member {
  width: 22%;
}

.team-photo {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  object-fit: cover;
}

.team-photo.owner {
  width: 50% !important;
}

.member-info {
  text-align: left;
  z-index: 1;
  padding: 5px 10px;
}

.member-name {
  font-size: 1.4rem;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.member-title {
  font-size: 1rem;
  color: #555;
}

/***************************************************
LifeBox page top banner
****************************************************/

.lifebox {

  .home-banner {
    height: 65svh;
  }

  .slide-content h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .fs-slide h1 {
    background-size: 200% 15%;
    padding: 0px 5px 12px;
  }

  .lifebox-section .container-fluid {
    padding-left: 0;
    padding-right: 70px;
  }

  .lifebox-section .high-emphasis-blue {
    width: 50%;
    font-size: 1.1rem;
    margin-top: 15px;
  }

  .stamp {
    left: 10%;
    top: -8%;
    width: 18%;
  }

}

/***************************************************
LifeBox features
****************************************************/

.features-section {
  text-align: center;
  padding: 50px 20px;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.features-section .high-emphasis-blue {
  font-size: 1.2rem;
}

.feature-card {
  background-color: #f9f9f9;
  height: 355px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--primary-color-sky);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.card-icon {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #2d92d0;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}

.feature-icon {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
  margin: 20px auto;
}

.feature-title {
  font-family: var(--font-heavy);
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.feature-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/***************************************************
LifeBox Components
****************************************************/

.lifebox {

  .components-section {
    text-align: center;
  }

  .components-section .components {
    display: none;
  }

  .components-section video {
    width: 100%;
  }

}

/***************************************************
LifeBox Projects
****************************************************/

#projects-s {
  margin-top: 20px;
  text-align: center;
}

#projects-s .section-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.owl-dots {
  display: none !important;
}

#projects-s .item {
  display: block !important;
}

.uk-section {
  padding-top: 0px;
  padding-bottom: 30px;
}

.owl-carousel {
  position: relative;
  margin-top: 30px;
  margin-bottom: -25px;
}

.owl-nav {
  position: relative;
  bottom: 190px;
  right: -35px;
  display: flex;
  justify-content: space-between;
  width: 95%;
}

.uk-card-primary {
  border-radius: 8px;
}


.uk-card> :last-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.owl-next {
  background: #3286f0;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: gainsboro;
  color: #000;
}

.owl-theme .owl-nav [class*='owl-'] {
  padding: 7px;
}

.owl-dots {
  margin-top: 30px;
}

.uk-card-title {
  padding-bottom: 20px;
}

.uk-card-primary,
.uk-card-primary.uk-card-hover:hover {
  background: #1e87f000;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, .08);
}

.uk-card-body {
  padding: 10px 0px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 5px;
  height: 300px;
  object-fit: cover;
}

.uk-section .cta {
  position: relative;
  z-index: 80;
  float: inline-end;
  padding-right: 20px;
}

.uk-section .cta span {
  font-size: 1.1rem;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color-sky);
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
}

.owl-dots {
  margin-top: -45px;
}

.uk-margin-small-left,
.uk-margin-small-right {
  margin: 0px !important;
}

/***************************************************
LifeBox FAQs
****************************************************/

.faqs {
  margin-bottom: 30px;
  text-align: center;
}

.accordion-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 8px;
}

.accordion-item {
  border-bottom: none;
  background-color: white;
  border-radius: 8px;
  margin-bottom: 15px;
}

.accordion-title {
  background-color: #ececec;
  padding: 20px;
  font-size: 1.1rem;
  color: #000;
  font-family: var(--font-heavy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.accordion-title:hover {
  background-color: #dddada;
}

.accordion-icon {
  margin-top: 5px;
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}

.accordion-content p {
  padding: 20px 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.accordion-icon {
  font-size: 1.5rem;
  color: #0055cc;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 5px 20px;
  background-color: #f7f7f7;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.faqs a {
  font-size: 1.1rem;
  width: 50%;
  margin-top: 20px;
}

.buttons-qa {
  background-color: var(--secondary-color-Grey) !important;
}

@media (max-width: 768px) {
  .accordion-container {
    padding: 0 15px;
  }

  .accordion-title {
    font-size: 1.1rem;
  }
}


/***************************************************
LifeBox sector bar
****************************************************/

.sectors-section {
  background-color: #2D95D3;
  padding: 60px 0px 50px;
}

.sectors-section .cta span {
  color: #fff;
  font-size: 2rem;
}

.sectors-section .cta svg {
  width: 75px;
  margin-top: -10px;
  fill: #fff;
}

/***************************************************
Siaas Page banner
****************************************************/

.siaas {

  .home-banner {
    height: 65svh;
  }

  .slide-content h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .fs-slide h1 {
    background-size: 200% 15%;
    padding: 0px 5px 12px;
  }

  .lifebox-section .container-fluid {
    padding-left: 0;
    padding-right: 70px;
  }

  .lifebox-section .high-emphasis-blue {
    width: 50%;
    font-size: 1.1rem;
    margin-top: 15px;
  }

}

.siaas-section h1 {
  font-family: var(--font-medium);
  font-size: 1.5rem;
}

.siaas-section p {
  font-size: 1.2rem;
  color: #747474;
}

.siaas-logo img {
  width: 40%;
  margin-bottom: 15px;
}

/***************************************************
Siaas benefits section
****************************************************/

.benefits-section {
  position: relative;
  z-index: 20;
  padding: 60px 30px 100px;
  background: linear-gradient(180deg, rgb(232 233 234 / 64%) 0%, rgb(255 255 255 / 7%) 50%, rgba(255, 255, 255, 0.4150253851540616) 100%);
}

.benefits-title {
  font-family: var(--font-heavy);
  font-size: 2rem;
  margin-bottom: 50px;
}

.benefits-title span {
  text-transform: none;
}

.benefit-item {
  font-family: var(--font-heavy);
  font-size: 1.5rem;
  color: #000;
  line-height: 1.3;
}

.sub-text {
  display: contents;
  font-size: 0.9rem;
  color: gray;
}

.benefits-section .high-emphasis-blue {
  margin-top: 50px;
  font-size: 1.2rem;
}

.benefits-section p {
  display: flex;
  background-size: 200% 100%;
  border-radius: 0;
  padding: 8px 15px 8px;
  width: -webkit-fill-available;
  max-width: 280px;
  margin: auto;
}

.benefits-section p img {
  width: 20%;
  max-height: 65px;
  object-fit: cover;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .benefit-item {
    margin-bottom: 30px;
  }
}

/***************************************************
Siaas how it works
****************************************************/

#how_it_works {
  position: relative;
  height: 480px;
  background: linear-gradient(0deg, rgb(232 233 234 / 64%) 0%, rgb(255 255 255 / 7%) 50%, rgba(255, 255, 255, 0.4150253851540616) 100%);
}

#how_it_works .title {
  margin: auto;
  font-family: var(--font-heavy);
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

#how_it_works h2 {
  display: block;
}

.bg,
.man,
.circle,
.pay-image,
.check,
.land,
.water {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.man {
  z-index: 5;
}

.circle {
  z-index: 1;
}

.check {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.arrow {
  display: none !important;
}

.land {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.water {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

@keyframes small-move {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(1px, -1px);
  }

  50% {
    transform: translate(-1px, 1px);
  }

  75% {
    transform: translate(1px, 1px);
  }
}

.pay-image.small-move {
  animation: small-move 0.5s infinite;
}

.siaas .feature-card {
  height: 320px;
}

/***************************************************
NoorBox page 
****************************************************/

.noorbox {

  .home-banner {
    height: 65svh;
  }

  .slide-content h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .fs-slide h1 {
    display: inline;
    background-size: 200% 15%;
    padding: 0px 5px 12px;
  }

  .lifebox-section .container-fluid {
    padding-left: 0;
    padding-right: 70px;
  }

  .lifebox-section .high-emphasis-blue {
    width: 50%;
    font-size: 1.1rem;
    margin-top: 15px;
  }

  .feature-card {
    height: auto;
  }

  .benefits-section img {
    width: 20%;
    float: left;
    margin: auto;
    height: 100%;
    object-fit: contain;
    margin-right: 7px;
    margin-top: 6px;
  }

}

.benefits-section .row {
  gap: 40px 0;
}

.noorbox-section h1 {
  font-family: var(--font-medium);
  font-size: 1.5rem;
}

.noorbox-section p {
  font-size: 1.2rem;
  color: #747474;
}

.noorbox-logo img {
  width: 25%;
  margin-bottom: 25px;
}

/***************************************************
NoorBox page how it works
****************************************************/

.how_it_works {
  position: relative;
  height: 500px;
  background: linear-gradient(0deg, rgb(232 233 234 / 64%) 0%, rgb(255 255 255 / 7%) 50%, rgba(255, 255, 255, 0.4150253851540616) 100%);
}

.how_it_works .title {
  text-transform: uppercase;
  margin: auto;
  font-family: var(--font-heavy);
  font-size: 2rem;
  margin-top: -20px;
}

.how_it_works h2 {
  display: block;
}

.solar_panel,
.house-dark,
.sun,
.arrow-right,
.noorbox-s,
.arrow-right-second,
.lamp,
.tv,
.fridge,
.fridge-second {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.sun,
.arrow-right,
.noorbox-s,
.arrow-right-second,
.lamp,
.tv,
.fridge,
.fridge-second {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

/***************************************************
NoorBox page COMPONENTS
****************************************************/

.noorbox-components-section {
  padding: 60px 0;
  text-align: center;
}

.noorbox-components-section .section-title {
  font-size: 2rem;
  font-family: var(--font-heavy);
  margin-bottom: 10px;
}

.section-title span {
  text-transform: none;
}

.noorbox-components-section .section-description {
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
}

.noorbox-components-section .high-emphasis-blue {
  font-size: 1.2rem;
  margin-top: 15px;
}

.icon-row {
  margin-bottom: 35px;
}

.icon-row .component-icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px;
}

.noorbox-img {
  width: 100%;
  display: block;
  margin: 20px auto;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.noorbox-components-section p {
  text-align: center;
}

.noorbox-components-section .col-md-3 p {
  font-family: var(--font-heavy);
  color: #000;
}

.label-wrapper {
  display: flex;
  align-items: center;
}

.label-text {
  font-size: 1.2rem;
  font-family: var(--font-heavy);
}

.label-line {
  width: 255px;
  height: 1px;
  background-color: #bdbdbd;
  margin: 0 10px;
}

.text-left .label-text {
  margin-right: 10px;
  color: #000;
  text-align: left;
}

.text-right .label-text {
  margin-left: 10px;
  color: #000;
  text-align: left;
}

.right-mark {
  position: absolute;
  right: 55px;
  bottom: 70px;
  width: max-content;
  z-index: 1;
}

.second-right {
  position: absolute;
  right: 78px;
  bottom: 6px;
  width: max-content;
  z-index: 1;
}

.third-right {
  position: absolute;
  right: 117px;
  bottom: -38px;
  width: max-content;
  z-index: 1;
}

.fourth-right {
  position: absolute;
  right: 65px;
  bottom: -100px;
  width: max-content;
  z-index: 1;
}

.left-first {
  bottom: 60px;
  position: absolute;
  left: 120px;
  width: max-content;
  z-index: 1;
}

.left-second {
  position: absolute;
  bottom: 33px;
  left: 130px;
  width: max-content;
  z-index: 1;
}

.left-third {
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: max-content;
  z-index: 1;
}

.left-fourth {
  position: absolute;
  top: 80px;
  left: 75px;
  width: max-content;
  z-index: 1;
}

/***************************************************
Media Center Page
****************************************************/

#media-center {
  padding-top: 130px;

  .section-title {
    margin: 40px 0 20px;
  }

  .section-title b {
    color: #000000;
    margin-left: 20px;
  }

  .section-title h2 {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .section-title h3 {
    font-size: 2.3rem;
    color: #000000;
  }

  .sorting-bar {
    position: sticky;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    margin-bottom: 12px;
    padding: 8px 0px;
    border-bottom: 3px solid #efecec;
    z-index: 10;
  }

  .sticky {
    position: relative !important;
  }

  .sorting-bar button {
    font-family: var(--font-heavy);
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px;
    font-size: 1.5rem;
  }

  .sorting-bar .active {
    color: var(--primary-color-sky);
    border-bottom: 3px solid var(--primary-color-sky);
    height: min-content;
    margin-bottom: -5px;
  }

  .news-interviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    height: 600px;
  }

  .news-interviews a {
    display: contents;
  }

  .news-interviews .item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
    background-size: cover !important;
    background-position: center !important;
    color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 11px rgb(207 207 207 / 20%);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .news-interviews .item:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .news-interviews .item.large {
    grid-row: span 2;
  }

  .news-interviews .item.large-width {
    grid-column: span 2;
  }

  .news-interviews .item p {
    position: absolute;
    bottom: 20px;
    right: 10px;
    left: 10px;
    font-size: 1.2rem;
    color: #fff;
    filter: brightness(1);
    opacity: 1;
    text-align: left;
    font-family: var(--font-heavy);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-interviews .item .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    animation: play 2s infinite;
    transition: all .3s ease;
    will-change: transform, box-shadow;
    border-radius: 30px;
  }

  .news-interviews .item .play-button:hover {
    animation: none;
    transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .news-interviews .item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .tab-content .high-emphasis-blue {
    font-family: var(--font-heavy);
    font-size: 1.1rem;
    margin: auto;
    display: block;
    text-align: center;
    width: 35%;
    margin-top: 40px;
    transition: all ease-in-out .25s;
  }

  .news .high-emphasis-blue {
    margin-top: 15px;
    display: inline-block;
  }

  .knowledge-hub {
    gap: 15px;
  }

  .knowledge-hub .item {
    flex: 1;
    max-width: 400px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    position: relative;
    display: flex;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 5px;
    border: 1px solid #ececec;
  }

  .knowledge-hub .item:hover {
    transform: scale(1.01);
  }

  .knowledge-hub .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }

  .knowledge-hub .item p {
    font-size: 1rem;
    text-align: left;
    margin-top: 5px;
    font-family: var(--font-heavy);
  }

  .knowledge-hub-tab img {
    max-height: 400px !important;
  }

  .knowledge-hub-tab p {
    -webkit-box-orient: inherit !important;
  }

  .knowledge-hub-tab .news {
    box-shadow: 0 2px 11px rgb(207 207 207 / 20%);
  }

  .news a {
    display: contents;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px 20px 0px;
  }

  .news div {
    margin: 20px 0px;
  }

  .news div h4 {
    font-family: var(--font-heavy);
  }

  .news div p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news img {
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .news-box {
    display: flex;
    box-shadow: 0 2px 11px rgb(207 207 207 / 20%);
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 5px;
    margin-bottom: 5px !important;
  }

  .wrapper {
    position: relative;
  }

  .fas.fa-envelope {
    color: #fff;
    font-size: 2rem;
    background: #333;
    padding: 1rem;
    border-radius: 100%;
    margin: 0 0 1rem 0;
  }

  .card-content {
    width: 90%;
    background-color: #fff;
    margin: auto;
    border-radius: 1rem;
    padding: 2rem .5rem;
    box-shadow: 1px 1px 1rem rgba(0, 0, 0, .2);
    text-align: center;
    margin: 30px auto;
  }

  .card-content p {
    font-family: var(--font-heavy);
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    text-align: center;
  }

  .card-content input {
    padding: .8rem 1rem;
    width: 60%;
    border-radius: 5rem;
    outline: none;
    border: .1rem solid #d1d1d1;
    font-size: 1rem;
    color: #000;
  }

  ::placeholder {
    color: #d1d1d1;
    font-size: 1rem;

  }

  .subscribe-btn {
    font-family: var(--font-heavy);
    padding: .8rem 2rem;
    border-radius: 5rem;
    background: var(--primary-color-sky);
    color: #fff;
    font-size: 1rem;
    border: none;
    outline: none;
    margin-left: 20px;
    transition: all ease-in-out .25s;
  }

}

/***************************************************
News page view
****************************************************/

#news-details {

  padding: 170px 0px 80px;

  .main-content {
    justify-content: center;
    align-items: center;
  }

  .main-content .text-content h1 {
    font-family: var(--font-heavy);
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .main-content .text-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .main-content .image-content img {
    width: 100%;
    height: 200px;
    object-position: top;
    object-fit: cover;
    margin: 20px auto;
    border-radius: 5px;
  }

  .latest-news {
    text-align: center;
    margin-top: 30px;
  }

  .latest-news h4 {
    font-family: var(--font-heavy);
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .news-items {
    gap: 15px;
  }

  .latest-news .news-items .news-item {
    flex: 1;
    max-width: 400px;
    margin: auto;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ececec;
  }

  .latest-news .news-items .news-item img {
    width: 100%;
    margin-bottom: 10px;
    height: 230px;
    object-fit: cover;
  }

  .latest-news .news-items .news-item p {
    font-family: var(--font-heavy);
    margin-top: 10px;
    font-size: 1rem;
    text-align: left;
    max-height: 100px;
    overflow: hidden;
  }

  .latest-news .news-items .news-item button {
    margin: 25px auto 15px;
    width: 90%;
    display: block;
  }

}

/***************************************************
Contact Us
****************************************************/

.contact .home-banner {
  height: 60svh;
}

#contact {
  padding: 32px 5px 32px 20px;

  h4 {
    font-family: var(--font-heavy);
    font-size: 1.3rem;
    color: #323232;
  }

  p {
    font-size: 1rem;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 20px;
    color: #7b7b7b;
  }

  p:last-child {
    margin-bottom: 0px;
  }

  p a,
  p a:hover {
    color: var(--primary-color-sky);
    text-decoration: underline;
  }

  .addreess,
  .call-eamil {
    border-right: 1px solid rgb(228, 228, 228);
    margin-right: -10px;
    height: 100%;
    width: 100%;
  }

  .email {
    margin: 20px 0px;
  }

  .footer-social-icon a {
    color: #000000;
    font-size: 16px;
    margin-right: 8px;
    border: 1px solid black;
    padding: 4px 8px;
    border-radius: 50%;
    transform: scale(1);
  }

  .footer-social-icon a:hover {
    transform: scale(1.1);
  }

  .footer-social-icon img {
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 41px;
    margin-top: -3px;
  }

  .facebook-bg {
    background: var(--color-primary);
  }

  .twitter-bg {
    background: var(--color-primary);
  }

  .google-bg {
    background: var(--color-primary);
  }

  .wahtsapp {
    display: flex;
    position: relative;
    top: 40%;
    margin: auto;
  }

  .wahtsapp a {
    font-size: 1.2rem;
    width: 300px;
    margin: auto;
    padding: 15px;
  }

  .wahtsapp a i {
    font-size: 1.4rem;
    margin-left: 8px;
  }

}

.contact .fs-slide {
  background-position: top !important;
}

/***************************************************
PV Modules page
****************************************************/

.pvmodules {

  .home-banner {
    height: 65svh;
  }

  .slide-content h1 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .slide-content h1:first-child {
    margin-bottom: -15px;
  }

  .fs-slide h1 {
    background-size: 200% 15%;
    padding: 0px 5px 12px;
  }

  .siaas-logo img {
    width: 40%;
    margin-bottom: 20px;
  }

  .benefits-section p img {
    width: 15%;
  }

  .features-section {
    padding: 0px 0px 50px;
  }

  .features-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .feature-card {
    height: 335px;
  }

  .benefits-section .row {
    gap: 40px 0;
  }

  .how_it_works-pv {
    height: fit-content;
    padding: 0;
    margin-bottom: 40px;
  }

  .how_it_works-pv img {
    width: 100%;
  }

  .pv-m {
    display: none;
  }

  .how_it_works-pv .title {
    text-transform: uppercase;
    margin: auto;
    font-family: var(--font-heavy);
    font-size: 2rem;
    display: flex;
  }

}

/***************************************************
All Products Page
****************************************************/

#product {

  padding: 160px 0px 0px;

  .product-section {
    color: #747474;
  }

  .product-section .title {
    font-size: 2rem;
    font-family: var(--font-heavy);
    margin-bottom: 20px;
    color: #000;
    line-height: 1;
    pointer-events: none;
  }

  .product-section .paragraph {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'AvenirMedium';
    pointer-events: none;
  }

  .paragraph p {
    margin: 10px 0px;
  }

  .product-buttons {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 90;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 15px;
  }

  .product-buttons .btn {
    font-family: var(--font-heavy);
    font-size: 1.1rem;
    border: 2px solid var(--primary-color-sky);
    padding: 13px 20px 10px;
    border-radius: 15px;
    background-color: #fff;
    color: var(--primary-color-sky);
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    width: 200px;
  }

  .product-buttons .btn span {
    opacity: 0;
  }

  .product-buttons .btn:hover {
    font-size: 1.2rem;
    background-color: var(--primary-color-sky);
    color: #fff;
  }

  .product-buttons .btn.active {
    font-size: 1.2rem;
    background-color: var(--primary-color-sky);
    color: white;
  }

  .product-item {
    display: flex;
    margin: 40px 0px 50px;
    align-items: center;
  }

  .product-item img {
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 5px;
    object-fit: contain;
  }

  .product-item .title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #000;
    line-height: 1;
  }

  .product-item .paragraph {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #747474;
    pointer-events: none;
  }

  .logo {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
  }

  .logo .logo-gif {
    width: 16%;
  }

  .logo img {
    width: 24%;
  }

  #SiaaS .logo img {
    width: 35%;
  }

  #NoorNationPVModules .logo img {
    width: 35%;
  }

  .stamp {
    position: absolute;
    left: 18%;
    top: 0px;
    transform: translateX(-50%);
    z-index: 15;
    width: 23% !important;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
  }

  .product-item .col-md-6:nth-child(2) .logo {
    display: none;
  }
}

/*********************************************************************
Projects Page (projects, impact and sectors) / popup for the sectors
**********************************************************************/

.projects-sectors {
  padding: 140px 0px 20px;

  .projects-sectors h3 {
    margin-bottom: 5px;
  }

  #section-title {
    font-family: var(--font-heavy);
    margin: 40px auto;
    margin-left: 70px;
    font-size: 2rem;
  }

  .sortin-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    margin-bottom: 40px;
  }

  .sorting-bar {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    padding: 7px 0px;
    color: #000;
    border-bottom: 3px solid #efecec;
    transition: all ease-in-out .25s;
  }

  .sorting-bar button {
    font-family: var(--font-heavy);
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px;
    font-size: 1.5rem;
  }

  .sorting-bar .active {
    color: var(--primary-color-sky);
    border-bottom: 3px solid var(--primary-color-sky);
    height: min-content;
    margin-bottom: -5px;
  }

  #item-list {
    margin: auto 50px;
  }

  .container-projects {
    max-width: 1850px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.21em;
    padding-right: 3.21em;
    overflow: hidden;
  }

  .projects-section {
    grid-column-gap: 1.35em;
    grid-row-gap: 1.35em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    margin-top: 30px;
  }

  .project-post {
    position: relative;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    padding: 0;
    background-color: #fff;
    height: fit-content;
    max-height: 525px;
    overflow: hidden;
  }

  .project-post img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: height .35s;
  }

  .project-post button {
    margin-left: -7px;
  }

  .project-post:hover.project-post img {
    height: 250px;
  }

  .details {
    margin: 20px;
  }

  .details .info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #9397a0;
    margin-bottom: 20px;
    gap: 20px;

  }

  .details .info P {
    margin-bottom: 5px;
    color: #9397a0;
    font-size: 1em;
  }

  .details .info P:nth-child(1) {
    width: 60%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .details .name h3 {
    font-family: var(--font-heavy);
    font-size: 1.6rem;
    color: var(--primary-color-sky);
    line-height: 1.2;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .project-details {
    grid-column-gap: .8em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-end;
    padding-bottom: 1.2em;
    display: grid;
  }

  .project-details p {
    font-size: 1.1rem;
    color: #9397a0;
  }

  .project-details p span {
    display: block;
    font-family: 'AvenirHeavy';
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .details .cta span,
  .details .cta svg {
    color: var(--primary-color-sky) !important;
    font-size: 1rem;
    fill: var(--primary-color-sky);
    text-transform: capitalize;
  }

  .details .hover-underline-animation:after {
    background-color: var(--primary-color-sky);
  }

  .project-post.hovered img {
    height: 250px;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    cursor: pointer;
  }

  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
  }

  .gallery img:hover {
    filter: brightness(0.5);
  }

  .gallery .big {
    grid-row: span 2;
  }

  .gallery-title {
    font-family: var(--font-heavy);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    cursor: pointer;
  }

  .normal,
  .big {
    position: relative;
  }

  #h-cards {
    margin-bottom: 40px;
  }

  .custom-card:hover::before {
    backdrop-filter: none !important;
    background: none !important;
  }

  #icon-section {
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .impact-posts {
    display: none;
  }

  .impact-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .impact-title {
    display: flex;
    margin: 0 0 15px 0;
    align-items: end;
  }

  .impact-title h4 {
    font-family: var(--font-heavy);
    font-size: 2rem;
    margin: 10px 0px;
    text-transform: uppercase;
  }

  .impact-title img {
    width: 15% !important;
  }

  .impact-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 15px;
    border-radius: 5px;
  }

  .impact-text {
    flex: 1;
    padding-right: 20px;
  }

  .impact-post .col-md-6:nth-child(2) .impact-title {
    display: none;
  }

  .impact-text p {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .swiper-slide {
    height: 100px;
  }

  .clients .swiper {
    padding: 10px 0;
    height: 12%;
  }

  #item-list .lifebox-btn {
    margin: 30px auto 15px;
    width: 48%;
    text-align: center;
    font-size: 1.2rem;
    background-color: var(--primary-color-sky) !important;
    transform: scale(1);
  }

  #item-list .lifebox-btn:hover {
    transform: scale(1.1);
  }

  .wrapper {
    margin-top: 10px;
    position: relative;
  }

  .fas.fa-envelope {
    color: #fff;
    font-size: 2rem;
    background: #333;
    padding: 1rem;
    border-radius: 100%;
    margin: 0 0 1rem 0;
  }

  .card-content {
    width: 70%;
    background-color: #fff;
    margin: auto;
    border-radius: 1rem;
    padding: 2rem .5rem;
    box-shadow: 1px 1px 1rem rgba(0, 0, 0, .2);
    text-align: center;
  }


  .card-content p {
    font-family: var(--font-heavy);
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    text-align: center;
  }

  input {
    padding: .8rem 1.2rem;
    width: 60%;
    border-radius: 5rem;
    outline: none;
    border: .1rem solid #d1d1d1;
    font-size: 1rem;
    color: #000;
  }

  ::placeholder {
    color: #858585;
    font-size: 1rem;

  }

  .subscribe-btn {
    font-family: var(--font-heavy);
    padding: .8rem 2rem;
    border-radius: 5rem;
    background: var(--primary-color-sky);
    color: #fff;
    font-size: 1rem;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 20px;
    transform: scale(1);
    transition: all ease-in-out .25s;
  }

  .subscribe-btn:hover {
    transform: scale(1.05);
  }

  .social-impact-section {
    padding-top: 60px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .social-impact-post {
    margin-bottom: 190px;
    text-align: center;
  }

  .social-impact-post img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .social-impact-text {
    font-size: 1rem;
    color: #333;
  }

  .channel-bg {
    position: relative;
  }

  .channel-bg img {
    position: relative;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .channel-header {
    height: 100%;
    width: 100%;
    align-content: center;

    .channel-info {
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: space-around;
      width: 100%;
      align-items: center;
    }

    .channel-info h1 {
      font-family: var(--font-heavy);
      font-size: 32px;
      margin: 0;
      display: inline-grid;
      line-height: 1.2;
      color: var(--primary-color-sky);
      margin-bottom: -40px;
    }

    .channel-info img {
      width: 200px;
    }

    .cta span,
    .cta svg {
      color: var(--primary-color-sky) !important;
      font-size: 1.2rem;
      fill: var(--primary-color-sky);
      margin-left: 13px;
    }

    .hover-underline-animation:after {
      background-color: #2c96d300;
    }
  }
}

.icon-section {
  margin-bottom: 50px;

  .counter-container {
    display: flex;
    gap: 2rem;
  }

  .counter-item {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 150px;
  }

  .counter-item i {
    font-size: 2rem;
    color: #4CAF50;
  }

  .counter-item h3 {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    color: #333;
  }

  .counter {
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
  }

  .icon-box h3 {
    letter-spacing: 0;
  }

  .projects h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .icon-box p {
    font-family: var(--font-heavy);
    color: #000;
    text-align: center;
    font-size: 1rem;
    text-transform: capitalize;
  }

  .icon-box img {
    display: block;
    margin: 0px auto 15px;
    width: 33%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }

  .lifebox-icon {
    width: 48%;
    margin-top: -10px;
  }
}

.project-nav .sticky {
  display: none;
}

.popup-project {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  z-index: 300;
  padding-top: 30px;

  .popup-content {
    padding: 20px;
    position: relative;
    width: 60%;
    top: 25px;
    text-align: center;
  }

  .popup-content .close {
    position: absolute;
    top: -15px;
    right: -40px;
    font-size: 2.2em;
    cursor: pointer;
    color: #fff;
    opacity: 1;
  }

  .popup-content img {
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
    object-fit: cover;
  }

  .popup-content h3 {
    font-family: var(--font-heavy);
    color: #fff;
    font-size: 2.3rem;
  }

  .popup-content p {
    color: #fff;
    font-size: 1.1rem;
    width: 95%;
    text-align: justify;
    margin: auto;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .popup-content p::-webkit-scrollbar {
    width: 9px;
  }

  .popup-content p::-webkit-scrollbar-track {
    background: #8b8b8b00;
    border-radius: 10px;
  }

  .popup-content p::-webkit-scrollbar-thumb {
    background: #8b8b8b5f;
    border-radius: 10px;
  }

  .popup-content .btn {
    font-family: var(--font-heavy);
    background: var(--primary-color-sky);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    width: 50%;
    margin-top: 20px;
    font-size: 1.1rem;
    transition: all ease-in-out .25s;
  }
}

/***************************************************
Q&A Page
****************************************************/

#faq {

  .qa-title h1 {
    font-family: var(--font-heavy);
    text-align: center;
    padding: 165px 0px 30px;
    font-size: 2.2rem;
  }

  .qa-paragraph {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .qa-sorting-bar {
    position: sticky;
    top: 0;
    padding: 20px 0px;
    z-index: 99;
    background-color: #fff;
    display: flex;
    justify-content: center;
  }

  .qa-sorting-bar .btn {
    font-family: var(--font-heavy);
    border: none;
    background: none;
    color: #000;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all ease-in-out .3s;
  }

  .qa-sorting-bar .btn:hover {
    box-shadow: none;
  }

  .qa-sorting-bar .btn.active {
    color: var(--primary-color-sky);
    border-bottom: 3px solid var(--primary-color-sky);
    border-radius: 0px;
    font-size: 1.3rem;
  }

  .faqs-container {
    width: 90%;
    margin: auto;
  }

  .c-faq__answer {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .section__headline {
    font-size: 62px;
    color: #1e88e5;
    padding-left: 15px;
    padding-top: 30px;
  }

  .c-faqs__headline {
    font-family: var(--font-heavy);
    text-align: left;
    padding-left: 15px;
    font-size: 1.4em;
    margin-top: 1.2em;
    margin-bottom: 0;
  }

  .c-faqs {
    margin: 15px 0;
    padding: 0 25px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  .c-faqs::before {
    width: 2px;
    height: 100%;
    left: 50%;
    position: absolute;
    background: var(--primary-color-sky);
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    content: "";
  }

  .c-faq {
    font-family: "Varela Round", sans-serif;
    list-style: none;
    margin: 10px 0 5px;
  }

  .c-faq__title {
    cursor: pointer;
    background: white;
    z-index: 10;
    position: relative;
    font-size: 1.1em;
  }

  .c-faq__title:hover {
    text-decoration: underline;
  }

  .c-faq__title::after {
    white-space: nowrap;
    padding-left: 5px;
    opacity: 0;
    -webkit-transform-origin: 11px;
    transform-origin: 11px;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    display: none;
    content: ">";
  }

  .c-faqs .c-faq__title {
    color: #000;
    text-decoration: underline;
  }

  .c-faq--active .c-faq__title {
    color: var(--primary-color-sky);
  }

  .c-faq__answer {
    margin-top: -10%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 1;
    font-size: 1.1em;
    color: #414141;
  }

  .c-faq__answer a {
    color: #2c95d3;
    text-decoration: underline;
    transition: color ease-in-out .15s;
  }

  .c-faq__answer a:hover {
    color: #4a4a4a;
    text-decoration: underline;
  }

  .c-faq--active .c-faq__answer {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .c-faq .c-faq__title {
    font-family: var(--font-heavy);
    width: 50%;
  }

  @media (min-width: 780px) {
    .c-faqs {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      height: auto;
    }

    .c-faqs::before {
      opacity: 0.2;
    }

    .c-faq {
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .c-faq .c-faq__title {
      padding-right: 40px;
      display: inline-block;
    }

    .c-faq .c-faq__title::after {
      display: none;
    }

    .c-faq .c-faq__answer {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 50%;
      width: 50%;
      padding: 0 20px 0 40px;
    }
  }

  .c-note {
    font-size: 0.8em;
    padding-left: 15px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }

  .c-note:hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }

  .c-note a {
    color: #1e88e5;
  }
}

/***************************************************
Project details Page
****************************************************/

.project-details-page {
  padding-top: 160px;

  .project-banner-image {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    margin-bottom: 30px;
  }

  .project-impact-content {
    margin: 15px 15px 40px;
  }

  .project-impact-content p {
    font-size: 1.3rem;
  }

  .project-impact-title {
    font-family: var(--font-heavy);
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .project-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
  }

  .project-gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .project-navigation-buttons {
    text-align: center;
    margin-bottom: 35px;
  }

  .project-navigation-buttons p {
    display: block;
    text-align: center;
    margin-bottom: 3px;
  }

  .project-navigation-buttons b {
    margin: 0;
    font-size: 1.5rem;
    cursor: pointer;
  }

  .project-learn-more-btn {
    display: block;
    width: 70%;
    font-size: 1.1rem;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    color: white;
    text-decoration: none;
  }

}


/***************************************************
Awards Page
****************************************************/

.fullscreen {
  padding: 145px 0px 80px;

  .awards-title {
    margin: auto;
    width: 75%;
  }

  .awards-cards {
    display: contents;
  }

  .awards-title h2 {
    font-family: var(--font-heavy);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
  }

  .awards-title p {
    font-size: 1rem;
    color: #656565;
    text-align: center;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1200px;
    margin: auto;
  }

  .container .card {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    height: 500px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
    transition: 0.6s;
    border-radius: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .container .card:hover {
    transform: translateY(-15px);
    box-shadow: 1px 12px 34px rgba(0, 0, 0, 0.31);
  }

  .container .card .date,
  .container .card .content,
  .container .card .sinopse {
    padding: 15px;
  }

  .container .card:hover .sinopse {
    opacity: 1;
    transition-delay: 0.4s;
  }

  .container .card:hover .sinopse .view {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.6s;
    transition-delay: 1s;
  }

  .container .card:hover .sinopse .content-sinopse .text {
    transform: translateY(0);
    transition-delay: 0.6s;
  }

  .container .card:hover .sinopse .content-sinopse .title {
    transform: translateY(0);
    transition-delay: 0.2s;
  }

  .container .card:hover .date {
    transform: translateY(-100%);
    opacity: 0;
  }

  .container .card:hover .content {
    transform: translateY(100%);
    opacity: 0;
  }

  .container .card .date {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 14px;
    transition: 0.8s;
  }

  .container .card .date .tv_ico img {
    width: 12px;
    vertical-align: baseline;
    margin-left: 6px;
  }

  .container .card .content {
    transition: 0.8s;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    padding: 25px 25px 15px 25px;
  }

  .container .card .content .title {
    font-family: var(--font-heavy);
    width: 100%;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 12px;
  }

  .container .card .content .text {
    width: 100%;
    color: #fff;
    font-size: 16px;
  }

  .container .card .sinopse {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 25px 50px 25px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    opacity: 0;
    transition: 0.8s;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .container .card .sinopse iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
  }

  .container .card .sinopse .view {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.6s;
    cursor: pointer;
  }

  .container .card .sinopse .content-sinopse .title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    transform: translateY(-100%);
    transition: 0.6s;
  }

  .container .card .sinopse .content-sinopse .text {
    transform: translateY(100%);
    transition: 0.6s;
    color: #fff;
    font-size: 1.1rem;
  }

  .container .card_1 {
    margin: 30px 0px 0px;
  }
}


@media (min-width: 580px) and (max-width: 992px) {
  .fullscreen {
    height: auto;

    .container {
      flex-wrap: wrap;
      justify-content: space-evenly;
    }

    .container .card {
      overflow: hidden;
      width: 45%;
      height: 400px;
      background: #fff;
      box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
      transition: 0.6s;
      border-radius: 2px;
      position: relative;
      display: flex;
    }

    .container .card:nth-child(-n+2) {
      margin-top: 10%;
    }

    .container .card .content .title {
      width: 100%;
      color: #fff;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 12px;
    }

    .container .card .content .text {
      width: 100%;
      color: #fff;
      font-size: 14px;
    }

    .container .card .sinopse {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 25px 25px 50px 25px;
      background: rgba(0, 0, 0, 0.78);
      color: #fff;
      opacity: 0;
      transition: 0.8s;
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap;
    }

    .container .card .sinopse iframe {
      position: absolute;
      top: 0;
      width: 100%;
      height: 260px;
    }

    .container .card .sinopse .view {
      position: absolute;
      bottom: 15px;
      right: 25px;
      color: #fff;
      font-size: 16px;
      border-bottom: 1px solid #fff;
      opacity: 0;
      transform: translateY(100%);
      transition: 0.6s;
      cursor: pointer;
    }

    .container .card .sinopse .content-sinopse .title {
      font-size: 22px;
      margin-bottom: 12px;
      transform: translateY(-100%);
      transition: 0.6s;
    }

    .container .card .sinopse .content-sinopse .text {
      transform: translateY(100%);
      transition: 0.6s;
      font-size: 14px;
    }

  }
}

@media (min-width: 320px) and (max-width: 580px) {
  .fullscreen {
    height: auto;

    .container {
      flex-wrap: wrap;
    }

    .container .card {
      overflow: hidden;
      width: 90%;
      height: 400px;
      background: #fff;
      box-shadow: 1px 22px 44px rgba(0, 0, 0, 0.19);
      transition: 0.6s;
      border-radius: 2px;
      position: relative;
      display: flex;
    }

    .container .card .content .title {
      width: 100%;
      color: #fff;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 12px;
    }

    .container .card .content .text {
      width: 100%;
      color: #fff;
      font-size: 14px;
    }

    .container .card .sinopse {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 25px 25px 50px 25px;
      background: rgba(0, 0, 0, 0.78);
      color: #fff;
      opacity: 0;
      transition: 0.8s;
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap;
    }

    .container .card .sinopse iframe {
      position: absolute;
      top: 0;
      width: 100%;
      height: 260px;
    }

    .container .card .sinopse .view {
      position: absolute;
      bottom: 15px;
      right: 25px;
      color: #fff;
      font-size: 16px;
      border-bottom: 1px solid #fff;
      opacity: 0;
      transform: translateY(100%);
      transition: 0.6s;
      cursor: pointer;
    }

    .container .card .sinopse .content-sinopse {
      pointer-events: none;
    }

    .container .card .sinopse .content-sinopse .title {
      font-size: 22px;
      margin-bottom: 12px;
      transform: translateY(-100%);
      transition: 0.6s;
    }

    .container .card .sinopse .content-sinopse .text {
      pointer-events: none;
      transform: translateY(100%);
      transition: 0.6s;
      font-size: 14px;
    }

  }
}

#awards-description {
  padding-top: 160px;

  .video-banner {
    position: relative;
    width: 100%;
    height: 40vh;
    margin-top: 30px;
    overflow: hidden;
  }

  .video-container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(0 0 0 / 18%) 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content {
    text-align: center;
    color: #fff;
  }

  .content img {
    position: relative;
    top: 0px;
    left: 7px;
    width: 30px;
  }

  .play-button {
    font-family: var(--font-heavy);
    top: 65%;
    right: 5%;
    padding: 15px 25px;
    left: auto;
    background-color: var(--primary-color-sky);
    border: none;
    width: fit-content;
    height: 70px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    animation: play 2s infinite;
    transition: all .3s ease;
    will-change: transform, box-shadow;
    border-radius: 50px;
    transform: scale(1) !important;
    color: #ffffff;
    font-size: 1.2rem;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .play-button:hover {
    animation: none;
    transform: scale(1.1) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

  .section-title {
    margin-bottom: 0;
  }

  .section-title h2 {
    font-size: 2.3rem;
    text-align: center;
  }

  .section-paragraph p {
    font-size: 1.2rem;
  }

  .paragraph-container p {
    font-size: 1.2rem;
  }

  .paragraph-container:last-child {
    margin-bottom: 50px;
  }

  .paragraph-container {
    margin: 20px 0;
  }

}

/***************************************************
Career Page
****************************************************/

#career {
  padding-top: 160px;

  .search-bar {
    padding: 10px 0px 20px;
    text-align: center;
  }

  .search-bar input,
  .search-bar select,
  .search-bar button {
    margin: 10px 0;
    width: 100%;
    max-width: 200px;
  }

  .search-bar input {
    width: 70% !important;
    max-width: 400px;
  }

  .search-bar h3 {
    font-family: var(--font-heavy);
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .search-bar h5 {
    font-family: var(--font-heavy);
    margin-bottom: 5px;
  }

  .vacancy-item {
    display: block;
    background-color: #fafbfb;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px 20px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    transform: scale(1);
    transition: all ease-in-out .25s;
  }

  .vacancy-item:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  }

  .vacancy-list .title {
    font-family: var(--font-heavy);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }


  .vacancy-item h3 {
    color: var(--primary-color-sky);
    font-family: var(--font-heavy);
    margin-bottom: 8px;
    font-size: 1.6rem;
  }

  .vacancy-item h4 {
    font-family: var(--font-heavy);
    margin-top: 8px;
    margin-bottom: 6px;
    font-size: 1.3rem;
  }

  .vacancy-item p {
    color: #666;
    margin-bottom: 5px;
  }

  .vacancy-item .buttons {
    display: flex;
    align-items: baseline;
    gap: 20px;
    width: 40%;
  }

  .vacancy-list .details {
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .vacancy-item .locution {
    font-size: 1.13rem;
  }

  .vacancy-item .time {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .badge {
    font-size: 1.05rem;
    margin-bottom: 10px;
    margin-right: 7px;
  }

  .form-inline {
    gap: 50px;
  }

  .form-inline .form-control {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
    width: 20%;
  }

  .form-inline .form-control::placeholder,
  .search-bar select {
    color: #5f5f5f;
    font-family: var(--font-heavy);
  }

  .form-inline input:focus,
  .search-bar select:focus {
    box-shadow: none;
  }

  .btn {
    border-width: 2px gray;
    font-family: var(--font-heavy);
    border-radius: 25px;
    transition: all ease-in-out .25s;
  }

  .badge-primary {
        font-family: var(--font-heavy);
        color: #fff;
        background-color: var(--primary-color-sky);
        padding: 8px 10px 6px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
  }

  .vacancy-details {

    .vacancy-item {
      border: none;
      background-color: #ffffff00;
      border-radius: 0;
      box-shadow: none;
      transform: scale(1.03);
    }

    .vacancy-item h3 {
      font-size: 2.2rem;
    }

    .vacancy-item h4 {
      font-size: 1.5rem;
      margin-bottom: 15px;
    }

    .vacancy-item .details {
      white-space: inherit;
    }

    .buttons button,
    .buttons a {
      background-color: var(--primary-color-sky);
      border: none;
      flex: 1;
      padding: 10px;
      border-radius: 10px;
    }

    .buttons a {
      background-color: #7b7b7b;
      border-radius: 10px;
    }

  }

  .modal-dialog {
    max-width: 700px;
    height: 500px;
  }

  .modal-content {
    width: 100%;
    top: 60%;
  }

  .modal-title {
    font-family: var(--font-heavy);
    font-size: 1.6rem;
    padding: 15px 10px;
  }

  .modal-header {
    border: none;
  }

  .modal-body {
    padding: .5rem 3rem 1rem;
  }

  label {
    font-family: var(--font-heavy);
    font-size: 1rem;
  }

  .form-control {
    padding: 1.375rem 0.75rem;
  }

  .form-control.cv {
    padding: 1rem 0.75rem 2.5rem;
  }

  .btn-primary {
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: var(--primary-color-sky);
    border-color: var(--primary-color-sky);
  }

  .modal .close {
    color: #000000;
  }

  #career .btn-primary {
    margin-bottom: 0px !important;
  }

  .modal .close {
    top: 20px;
  }

}

/***************************************************
Request Form
****************************************************/

.request-form {
  padding: 160px 0px 70px;
}

.request-form h4,
.request-form h5 {
  font-family: var(--font-heavy);
  margin-bottom: 10px;
}

.request-form label {
  font-family: var(--font-heavy);
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.request-form input {
  padding: 20px 15px;
  color: #000 !important;
  border: 2px solid #2c95d3;
}

.request-form select {
  color: #000;
  font-family: var(--font-medium);
}

.request-form input::placeholder {
  font-size: .9rem;
  font-family: var(--font-medium);
}

.components-guid {
  position: relative;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.scroll-fade.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.request-form .form-row {
  padding: 5px 0;
}

.request-form {


  .request-form input,
  .request-form select {
    text-align: right;
  }

  .custom-dropdown {
    position: relative;
    width: 100%;
  }

  .dropdown-btn {
    width: 100%;
    padding: 7px 7px 7px 15px;
    font-size: 16px;
    text-align: left;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border: 2px solid #2c95d3;
  }

  .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
  }

  .dropdown-options {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dropdown-options li {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-weight: 800;
    list-style: none;
  }

  .dropdown-options li:hover {
    background: #f7f7f7;
    color: var(--primary-color-sky);
  }

  .custom-dropdown.open .dropdown-options {
    display: block;
  }

  .dropdown-btn[data-placeholder]:not([data-selected])::before {
    content: attr(data-placeholder);
    color: #6c757d;
    font-weight: 700;
    font-size: .9rem;
  }

  .dropdown-btn[data-selected]::before {
    content: attr(data-selected);
    color: #000;
  }

  @media (max-width: 768px) {
    .dropdown-btn {
      font-size: 14px;
    }

    .dropdown-options li {
      font-size: 14px;
    }
  }
}

/***************************************************
Media Queries
****************************************************/

@media only screen and (min-width: 300px) and (max-width: 991px) {

  .navbar-nav {
    gap: 10px;
    align-items: normal;
  }

  .nav-container {
    width: 90%;
    padding: 10px 0px;
  }

  .navbar-brand {
    width: 43%;
    margin: 10px 0px 0px;
  }

  .navbar-toggler {
    margin-right: 20px;
  }

  .navbar-nav .dropdown-menu {
    display: none;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    float: none;
    box-shadow: 0px 0px 13px 10px rgba(82, 90, 101, 0.12);
    transition: all ease-in-out .25s;
  }

  .navbar-nav .nav-item:last-child {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-item .nav-link {
    display: flex;
    justify-content: space-between;
  }

  li.nav-item.language {
    padding: 3px 10px 1px;
    width: fit-content;
  }

  .sticky {
    width: 100% !important;
  }

  .icon-drop {
    display: block;
    transform: scaleX(1);
    transition: all ease-in-out .25s;
  }

  .dropdown-item {
    font-size: 1.1rem;
  }

  .nav-item.show .icon-drop {
    transform: scaley(-1);
  }

  .home-banner {
    height: 100svh;
  }

  .home-page .fs-slide:first-child {
    background-image: url(/assets/img/banners/ip-banner-1.jpg) !important;
  }

  .home-page .fs-slide:nth-child(2) {
    background-image: url(/assets/img/banners/ip-banner-2.jpg) !important;
  }

  .home-page .fs-slide:nth-child(3) {
    background-image: url(/assets/img/banners/homem.jpg) !important;
  }

  .slide-content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(2 2 2 / 70%) 16%, rgba(255, 255, 255, 0) 50%);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .content-m {
    position: absolute;
    bottom: 7.5%;
    top: auto;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .slide-content a {
    font-size: 1.1rem;
  }

  .play-button {
    top: auto;
    bottom: 4%;
    right: 150px;
    left: auto;
  }

  .lifebox .play-button {
    left: 250px;
  }

  [data-am-fadeshow~=prev-next-nav] .fs-next-btn,
  [data-am-fadeshow~=prev-next-nav] .fs-prev-btn {
    top: 65px;
    width: fit-content;
    z-index: 10;
  }

  [data-am-fadeshow~=prev-next-nav] .fs-next-btn:before,
  [data-am-fadeshow~=prev-next-nav] .fs-prev-btn:before {
    display: none;
  }

  .slide-content h1 {
    font-size: 1.8rem;
  }

  .fs-slide h1 {
    background-size: 200% 15%;
    padding: 0px 5px 17px;
  }

  .fs-slide h1:nth-child(1) {
    margin-bottom: -10px !important;
  }

  .modal-content {
    width: 95%;
  }

  #icon-section .col-md-2 {
    flex: 1;
    max-width: max-content;
  }

  #icon-section .row {
    gap: 25px 0px;
  }

  .icon-box p {
    font-size: 1rem !important;
  }

  .icon-title .line {
    bottom: 0px;
  }

  .counter {
    font-size: 1.9rem;
  }

  .lifebox-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-section .row {
    flex-direction: column-reverse !important;
  }

  .text-content {
    max-width: 100%;
  }

  .lifebox-logo {
    margin: 0 0 25px;
  }

  .lifebox-logo img {
    width: 90%;
  }

  .lifebox-logo img:first-child {
    width: 72px;
  }

  .features {
    flex-direction: row;
    gap: 15px 0px;
    margin: 20px 0px;
  }

  .feature-item {
    flex: none;
    width: 50%;
  }

  .highlight-text {
    font-size: 1.8rem;
  }

  .feature-item img {
    width: 60px;
  }

  .text-content p {
    font-size: 1rem;
  }

  .lifebox-model-top {
    display: block !important;
  }

  .lifebox-model-content {
    display: none !important;
  }

  .lifebox-sun {
    top: 220px;
    left: -35px;
    right: auto;
    max-width: 50%;
  }

  .components-section video {
    display: none;
  }

  .tree {
    top: 180px;
    right: 0px;
  }

  .lifebox-image {
    margin-bottom: 20px;
  }

  .lifebox-section .text-content p {
    font-size: 1.1rem;
  }

  .map {
    display: none;
  }

  .awards-section {
    padding: 35px 0px 70px;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .awards-section h2 {
    padding: 0px 5px 15px;
    margin-bottom: 20px;
  }

  .awards-section .slick-next,
  .awards-section .slick-prev {
    display: none !important;
  }

  .slick-track {
    gap: 0px;
  }

  .slick-list {
    width: 90%;
  }

  .award-title {
    left: 50%;
    width: 95%;
  }

  .award-item {
    height: 460px;
  }

  .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: -10px;
  }

  .slick-dots li {
    width: 10px;
  }

  .slick-dots li button:before {
    height: 11px;
    content: '';
    background-color: #000;
    border-radius: 100px;
    transition: all ease-in-out .25s;
  }

  .slick-dots li.slick-active button:before {
    width: 30px;
    margin: 0px -5px;
    background-color: var(--primary-color-sky) !important;
  }

  .awards-section .cta {
    margin-top: 15px;
  }

  .award-item img {
    filter: none;
  }

  .map-responsive {
    display: block;
  }

  .map-responsive .award-item::before {
    background-color: #00000000;
  }

  .map-responsive .award-title {
    text-shadow: 0 0 20px rgba(0, 0, 0, .7);
  }

  .blog-slider {
    margin: auto;
  }

  .blog-slider {
    left: 0px;
  }

  .blog-slider__img {
    width: 100%;
  }

  .blog-slider__img {
    height: 265px;
  }

  .quote-mark {
    width: 25px;
  }

  .open-quote {
    left: 0px;
    top: -34px;
  }

  .close-quote {
    right: 0px;
    bottom: -10px;
  }

  .blog-slider__title {
    font-family: var(--font-heavy);
  }

  .blog-slider {
    height: 485px;
    box-shadow: none;
  }

  .testimonial .play-button {
    bottom: 40px;
  }

  .testimonial .play-button-link {
    width: 50px;
    height: 50px;
  }

  .testimonial .play-icon {
    width: 22px;
    height: 22px;
    margin: auto auto auto 16px;
  }

  .blog-slider__pagination {
    top: 103% !important;
  }

  .blog-slider__pagination .swiper-pagination-bullet {
    width: 20px;
  }

  .blog-slider__pagination .swiper-pagination-bullet-active {
    width: 30px;
  }

  #clients .swiper-wrapper {
    justify-content: flex-start;
  }

  .about-section {
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }

  .about-container {
    padding: 0px 17px;
    flex-direction: column-reverse;
  }

  .about-text h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .about-text p {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .about-text img {
    width: 90px;
  }

  .about-video {
    position: relative;
    width: 100%;
    display: block;
  }

  .about-video video {
    margin-bottom: 25px;
  }

  .mission,
  .vision {
    padding: 80px 40px;
  }

  .mission-vision-container {
    flex-direction: column;
  }

  .mission-vision-section {
    margin-bottom: 40px;
  }

  .factory-section {
    margin-bottom: 40px;
  }

  .factory-container {
    flex-direction: column;
    padding: 0;
  }

  .factory-info {
    position: relative;
    width: 100%;
    padding: 70px 40px 40px;
  }

  .timeline-section {
    margin-bottom: 40px;
    height: 80vh;
  }

  .timeline-container {
    max-width: max-content;
    padding: 0 15px;
  }

  .timeline-content {
    flex-direction: column;
    gap: 25px;
  }

  .timeline-nav {
    width: 100%;
    margin-bottom: 55px;
  }

  .timeline-container .overlay {
    padding: 30px 0px 0px;
  }

  .small-lines {
    display: none;
  }

  .content-title {
    margin-right: 0px;
  }

  .report-section {
    height: 70vh;
    margin-bottom: 40px;
  }

  .report-content {
    flex-direction: column;
    width: 92%;
    gap: 30px;
  }

  .text-content h2 {
    font-size: 2rem;
    font-family: var(--font-heavy);
  }

  .text-content p {
    font-size: 1.2rem;
  }

  .book {
    display: none;
  }

  .team-section {
    padding: 50px 30px;
  }

  .top-row,
  .bottom-row {
    width: 100%;
    gap: 20px;
  }

  .bottom-row {
    flex-wrap: wrap;
    align-items: baseline;
  }

  .top-row .team-member {
    width: 100%;
    flex-direction: column;
    align-items: baseline;
  }

  .team-photo.owner {
    width: 100% !important;
  }

  .member-info {
    padding: 5px 0px;
  }

  .bottom-row .team-member {
    width: 47%;
  }

  .vacancy-item .m-5 {
    margin: 3rem 0 !important;
  }

  .vacancy-item .box-description {
    display: none;
  }

  .vacancy-item .buttons {
    display: flex;
    align-items: baseline;
  }

  #career {

    .modal-body {
      padding: .5rem 1rem 1rem;
    }

    .modal-content {
      top: 80%;
    }

    .vacancy-item {
      padding: 30px 10px 20px;
    }

    .form-inline {
      gap: 10px;
    }

    .search-bar input {
      width: 100% !important;
    }

  }

  .awards-cards {
    display: block !important;
  }

  .fullscreen .container .card {
    width: 100%;
  }

  .fullscreen .container .card .sinopse iframe {
    height: 185px;
  }

  .fullscreen {
    padding: 160px 0px 30px;
  }


  #awards-description {
    padding-top: 170px;
    margin: auto;
  }

  #faq {

    .c-faq__title {
      font-size: 1.2em;
    }

    .c-faqs {
      margin: 15px 0px 15px 15px;
    }

    .faqs-container {
      width: 100%;
    }

    .c-faqs {
      padding: 0 5px 0 0;
    }

    .qa-sorting-bar {
      flex-wrap: wrap;
      padding: 10px 0 10px;
      z-index: 99;
    }

    .c-faq {
      margin: 35px 0 5px;
    }

    .c-faqs__headline {
      padding-top: 3.2em;
      margin-bottom: 1rem;
      padding-left: 0;
    }

    .qa-sorting-bar .btn.active {
      font-size: 1.2rem;
    }

    .c-faq--active .c-faq__answer {
      margin-top: 15px;
    }

  }

  #product {

    .product-buttons {
      gap: 10px;
    }

    .product-buttons .btn {
      height: fit-content;
      padding: 13px 10px 10px;
    }

    .product-buttons .btn span {
      color: #fff;
    }

    .product-buttons .btn.active span {
      color: var(--primary-color-sky);
    }

    .product-buttons .btn.active {
      font-size: 1.1rem;
    }

    .btn:hover {
      transform: scale(1) !important;
    }

    .product-item {
      flex-direction: column-reverse;
      flex-wrap: wrap;
    }

    .product-item .col-md-6:nth-child(2) {
      margin-bottom: 20px;
    }

    .product-item .col-md-6:nth-child(1) .logo {
      display: none;
    }

    .product-item .col-md-6:nth-child(2) .logo {
      display: block;
    }

    .high-emphasis-blue {
      width: 100%;
      text-align: center;
      font-size: 1.2rem;
    }
  }

  .lifebox {

    .home-banner {
      height: 100svh;
    }

    .home-banner .fs-slide {
      background-image: url(/assets/img/banners/ip-banner-8.jpg) !important;
    }

    .fs-slide h1 {
      padding: 0px 5px 20px;
      display: inline;
    }

    .fs-slide h1:nth-child(1) {
      margin-bottom: -15px !important;
    }

    .slide-content {
      top: 0;
      left: 0;
    }

    .content-m {
      gap: 20px;
    }

    .lifebox-section .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
    }

    .stamp {
      right: 4%;
      left: auto;
      top: 0%;
      width: 27%;
    }

    .lifebox-section .image-content .lifebox-header {
      display: block;
    }

    .lifebox-section .text-content .lifebox-header {
      display: none;
    }

    .lifebox-image {
      margin-top: 10px;
      margin-bottom: 5px;
    }

    .faqs h2 {
      display: inline;
    }

    .accordion-title {
      text-align: left;
    }

    .accordion-content p {
      padding: 10px 0;
      margin: 0;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    .accordion-item.active .accordion-content {
      padding: 5px 10px;
    }

    .components-section .components {
      display: block;
    }

    .components .components-item:first-child {
      margin-top: 30px;
    }

    .components-item {
      text-align: center;
      margin-bottom: 30px;
    }

    .components-item div {
      max-width: 600px;
      text-align: left;
      margin: auto;
      margin-top: 25px;
    }

    .components-item img {
      width: 50%;
      margin-bottom: 15px;
    }

    .components-item .water-tank {
      width: 80%;
    }

    .components-item h3 {
      font-family: var(--font-heavy);
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .components-item p {
      line-height: 1.6;
      margin: 0 auto;
    }


  }

  .uk-section .cta {
    float: none;
    padding-right: 0;
    z-index: 10;
  }

  .feature-card {
    height: fit-content !important;
  }

  .siaas {

    .home-banner {
      height: 100svh;
    }

    .home-banner .fs-slide:first-child {
      background-image: url(/assets/img/banners/ip-banner-3.jpg) !important;
    }

    .home-banner .fs-slide:nth-child(2) {
      background-image: url(/assets/img/banners/ip-banner-4.jpg) !important;
    }


    .slide-content {
      top: 0;
      left: 0;
    }

    .fs-slide h1 {
      display: inline;
      padding: 0px 5px 20px;
    }

    .content-m {
      gap: 20px;
    }


  }

  .noorbox {

    .home-banner {
      height: 100svh;
    }

    .slide-content {
      top: 0;
      left: 0;
    }

    .home-banner .fs-slide:first-child {
      background-image: url(/assets/img/banners/ip-banner-5.jpg) !important;
    }

    .home-banner .fs-slide:nth-child(2) {
      background-image: url(/assets/img/banners/ip-banner-6.jpg) !important;
    }

    .content-m h1:nth-child(2) {
      display: none;
    }

    .content-m h1 {
      display: inline;
    }

    .content-m h1 span {
      display: inline;
    }

    .content-m {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fs-slide h1 {
      padding: 0px 5px 20px;
    }

    .noorbox-logo {
      margin-top: 10px;
    }

    .benefits-section {
      padding: 60px 12px 100px;
    }

    .benefits-section h2 {
      background-size: 200% 15%;
    }

    .col-md-3 {
      width: 50%;
    }

    .label-wrapper {
      display: flex;
      flex-direction: column-reverse;
    }

    .label-text {
      font-size: 1rem;
      line-height: 1.2;
    }

    .label-line {
      width: 100px;
      margin-right: 80px;
    }

    .right-mark {
      right: 50px;
    }

    .right-mark .label-line {
      width: 160px;
      margin-right: 35px;
    }

    .second-right {
      right: 58px;
    }

    .second-right .label-line {
      width: 135px;
      margin-right: 35px;
    }

    .third-right {
      right: 75px;
    }

    .third-right .label-line {
      width: 109px;
      margin-right: 42px;
    }

    .fourth-right {
      right: 55px;
    }

    .fourth-right .label-line {
      width: 155px;
      margin-right: 35px;
    }

  }

  .pvmodules {

    .home-banner .fs-slide {
      background-image: url(/assets/img/banners/ip-banner-7.png) !important;
    }

    .home-banner {
      height: 100svh;
    }

    .slide-content {
      top: 0;
      left: 0;
    }

    .home-banner .content-m h1:first-child {
      display: inline;
    }

    .home-banner .content-m h1:nth-child(2) {
      display: none;
    }

    .content-m {
      width: 97%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .siaas-logo img {
      margin-bottom: 25px;
      margin-top: 20px;
    }

    .benefits-section h2 {
      padding: 0px 5px 6px;
    }

    .benefits-section {
      padding: 60px 0px 100px;
    }

    .features-section {
      padding: 0px 20px 50px;
    }

    .benefits-section .row {
      gap: 25px 0;
    }

  }

  .owl-nav {
    right: 0px;
    width: 100%;
  }

  .contact {

    .slide-content {
      top: 0;
      left: 0;
    }

    .slide-content {
      background: linear-gradient(0deg, rgb(2 2 2 / 70%) 11%, rgba(255, 255, 255, 0) 35%);
    }

    .content-m {
      bottom: 65px;
      left: 20px;
    }

    .addreess,
    .call-eamil {
      border: none !important;
      margin-bottom: 10px;
    }

    .call-eamil {
      margin: 10px 0;
    }

    #contact {
      padding: 32px 0px 55px 0px;

      p {
        font-size: 1.1rem;
      }

      .wahtsapp {
        display: flex;
      }
    }

  }

  .projects-sectors {
    padding: 150px 0px 20px;

    .sorting-bar button {
      font-size: 1.2rem;
    }

    .sorting-bar {
      padding: 7px 0 0;
    }

    .projects-section {
      grid-template-columns: 1fr;
    }

    .details .cta span,
    .details .cta svg {
      font-size: 1.1rem;
    }

    #item-list .lifebox-btn {
      width: 100%;
    }

    .card-content {
      width: 100%;
      padding: 2rem 1rem;
    }

    .form-input {
      display: flex;
    }

    .subscribe-btn {
      margin-left: 5px;
      padding: .8rem 1.5rem
    }

    input {
      width: 65%;
    }

    #item-list {
      margin: auto 0px;
    }

    .icon-section {

      .row {
        display: flex;
        gap: 30px 10px;
      }

      .icon-box img {
        width: 65%;
      }

      .counter {
        font-size: 1.6rem;
      }
    }

    .impact-text {
      padding-right: 0px;
      padding-left: 0px;
      margin-bottom: 20px;
    }

    .impact-text p {
      text-align: left;
    }

    .impact-post .img-fluid {
      margin-left: 0px;
      margin-bottom: 20px;
      max-height: 300px;
    }

    .gallery img {
      max-height: 800px;
    }

    .impact-post {
      flex-direction: column-reverse;
    }

    .impact-post .col-md-6:first-child .impact-title {
      display: none;
    }

    .impact-post .col-md-6 {
      padding: 0;
    }

    .channel-bg {
      margin: 0px auto;
      height: 100px;
      width: 100%;
    }

    .channel-bg .mobile {
      height: 100%;
      object-position: center;
      object-fit: cover;
    }

    .channel-header {
      .channel-info {
        align-items: center;
      }

      .channel-info h1 {
        font-size: 1rem;
      }

      .channel-info img {
        margin-bottom: 0px;
      }

      .channel-info {
        padding: 25px;
        margin-top: 0px;
        justify-content: center;
      }
    }

    .gallery-title {
      font-size: 1.3rem;
    }

    .gallery {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(1, 1fr);
    }

    .impact-post .col-md-6:nth-child(2) .impact-title {
      display: flex;
    }

  }

  .popup-project {
    .popup-content {
      width: 100%;
    }

    .popup-content p {
      width: 100%;
      padding: 0px 10px;
      text-align: left !important;
    }

    .popup-content .close {
      top: 0px;
      right: 30px;
    }

    .popup-content .btn {
      width: 85%;
      font-size: 1.2rem;
    }

    .popup-content h3 {
      font-size: 1.8rem;
      margin-top: 25px;
    }

    .popup-content img {
      height: 215px;
    }

  }

  #media-center {
    padding-top: 160px;

    .news-interviews {
      display: flex;
      gap: 10px;
      padding: 0px 20px;
      height: auto;
    }

    .news-interviews .item {
      height: 300px;
    }

    .sorting-bar {
      margin: auto 10px 13px;
    }

    .sorting-bar button {
      font-size: 1.2rem;
      text-transform: capitalize;
      padding: 10px 9px 2px;
    }

    .news-interviews .item p {
      -webkit-line-clamp: 3;
    }

    .section-title h3 {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .tab-content .high-emphasis-blue {
      width: 100%;
      margin: 40px auto;
    }

    .knowledge-hub {
      flex-direction: column;
    }

    .knowledge-hub .item:hover {
      transform: scale(1);
    }

    .knowledge-hub .item {
      margin: 0 auto;
      border: 1px solid #cfcfcf;
    }

    .card-content {
      width: 100%;
    }

    .form-input {
      display: flex;
    }

    .subscribe-btn {
      margin-left: 5px;
    }

    .card-content input {
      width: 65%;
    }

    .news-box {
      flex-direction: column;
    }

    .tab-content .high-emphasis-blue {
      margin: 40px auto 0px;
    }

    .news img {
      max-height: 200px;
      margin-bottom: -20px;
    }

  }

  #news-details {
    padding: 170px 0 55px;
    margin: auto;

    .news-items {
      flex-direction: column;
      margin: 0 5px;
    }

    .latest-news .news-items .news-item p {
      font-size: 1.1rem;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    .latest-news .news-items .news-item button {
      width: 100%;
    }

  }

  .project-details-page {

    .project-impact-content {
      margin: 15px 0px 40px;
      gap: 25px;
    }

    .project-learn-more-btn {
      width: 95%;
    }

  }

  .contact .home-banner {
    height: 50svh;
  }

  .feature-card:hover {
    transform: translateY(0px) !important;
    box-shadow: 0 rgba(0, 0, 0, 0.15);
  }



  .footer .offset-xl-1 {
    margin-left: 0;
  }

  .footer .container-fluid {
    padding: 0px 20px;
  }

  footer p {
    font-size: 18px;
  }

  .foote_bottom_ul_amrc li a {
    font-size: 1.1rem;
  }

  .project-post:hover.project-post img,
  .project-post.hovered img {
    height: 230px !important;
  }

  #faq {
    .qa-sorting-bar {
      position: relative;
    }
  }

  #career {
    .vacancy-item .buttons {
      width: 60%;
    }
  }

  .cpf {
    border-radius: 50px;
    padding: 10px 15px;
  }

  .cpf i {
    margin-bottom: -2px;
  }

  .cpf span {
    display: none;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .about-text {
    padding: 25px 0;
  }

  .pvmodules .pv-m {
    display: block;
  }

  .pvmodules .pv-l {
    display: none;
  }

  .second {
    justify-content: space-between;
    gap: inherit;
  }

}

@media only screen and (max-width: 420px) {

  .slide-content p {
    font-size: 1.2rem;
  }

  .slide-content a {
    font-size: 1rem;
  }

  .slide-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgba(15, 15, 15, 0.435754) 69%, rgba(15, 15, 15, 0.672168) 88%, rgba(0, 0, 0, .74) 100%);
  }

  .awards-section h2 {
    display: inline;
  }

  .slick-dotted.slick-slider {
    margin-top: 30px;
  }

  .timeline-section {
    height: 80vh;
  }

  .content-title {
    font-size: 1.5rem;
  }

  .content-text {
    font-size: 1.1rem;
  }

  .timeline-header {
    font-size: 2rem;
  }

  p {
    font-size: 1.1rem !important;
  }

  .report-section {
    height: 70vh;
  }

  .member-name {
    font-size: 1.2rem;
  }

  .team-section {
    padding: 25px 10px;
  }

  .vacancy-list .title {
    font-size: 1.5rem !important;
  }

  .vacancy-item .buttons a:nth-child(2) {
    width: 50%;
    padding: 9px;
  }

  #career {
    .modal-dialog {
      height: 410px;
    }
  }

  .awards-title h2 {
    font-size: 2rem !important;
  }

  .fullscreen {
    .container .card .content .text {
      font-size: 17px;
    }
  }

  #awards-description {
    .section-title h2 {
      font-size: 2rem !important;
    }
  }

  #faq {
    .qa-sorting-bar {
      position: relative;
    }
  }

  #product {
    .product-section .paragraph {
      text-align: left;
    }
  }

  .projects-sectors {
    & .icon-section {
      .icon-box img {
        width: 55%;
      }
    }
  }

  .popup-project {
    .popup-content {
      top: 0px;
    }
  }

  #media-center .news div h4,
  #news-details .main-content .text-content h1 {
    font-size: 1.6rem;
  }

  .footer .col-4:nth-child(2) {
    -ms-flex: 0 0 50.333333%;
    flex: 0 0 50.333333%;
    max-width: 50.333333%;
  }

  .footer {
    padding: 50px 0 0;
  }

  .pvmodules {
    .benefits-section h2 {
      display: inline;
    }

    .benefits-section .row {
      margin-top: 35px;
    }
  }

  .benefits-section p {
    font-size: 1.3rem !important;
  }

  #career,
  .about-main {
    padding-top: 145px;
  }

  #product {
    .product-buttons {
      position: relative;
      flex-wrap: wrap;
    }

    .product-buttons .btn {
      width: 150px;
    }

    #SiaaS .logo img {
      width: 40%;
    }

    #NoorNationPVModules .logo img {
      width: 45%;
    }
  }

}

@media only screen and (max-width: 600px) {

  .siaas #how_it_works {
    height: 550px !important;
  }

  .siaas .benefits-section {

    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  .noorbox {

    .benefits-section img {
      left: -28px;
      width: 40%;
    }

    .benefits-section p {
      font-size: 1.3rem;
    }

  }

  .lifebox {

    .components-item img {
      width: 73%;
      margin-bottom: 15px;
    }

    .components-item .water-tank {
      width: 95%;
    }
  }

  .pvmodules .benefits-section {

    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    p {
      font-size: 1.3rem;
      padding: 8px 0px 8px;
    }

    p img {
      max-height: 50px;
    }

  }

  .about-main section {
    padding: 0px;
  }

  .team-section {
    padding: 50px 0px !important;
  }

  #awards-description {
    .section-title h2 {
      font-size: 1.6rem;
      text-align: left;
    }
  }

  .lifebox-section .buttons a {
    width: 35%;
  }

  #career {
    .vacancy-item .buttons {
      width: 100%;
    }
  }

  .close-quote {
    bottom: -30px;
  }

  .fullscreen {
    .container {
      justify-content: space-evenly;
    }
  }

  .project-details-page .project-gallery {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media only screen and (min-width: 480px) and (max-width: 550px) {

  #product {

    .product-buttons {
      gap: 5px;
    }

    .product-buttons .btn {
      padding: 13px 15px 10px !important;
    }
  }
}

@media only screen and (max-width: 480px) {

  .nav-container {
    top: 20px;
  }

  .home-page .fs-slide:first-child {
    background-image: url(/assets/img/banners/mb-banner-1.jpg) !important;
  }

  .home-page .fs-slide:nth-child(2) {
    background-image: url(/assets/img/banners/mb-banner-2.jpg) !important;
  }

  .play-button {
    right: 130px;
  }

  .lifebox {
    .home-banner .fs-slide {
      background-image: url(/assets/img/banners/mb-banner-8.jpg) !important;
    }
  }

  .siaas {

    .home-banner .fs-slide:first-child {
      background-image: url(/assets/img/banners/mb-banner-3.jpg) !important;
    }

    .home-banner .fs-slide:nth-child(2) {
      background-image: url(/assets/img/banners/mb-banner-4.jpg) !important;
    }

  }

  .noorbox {

    .home-banner .fs-slide:first-child {
      background-image: url(/assets/img/banners/mb-banner-5.jpg) !important;
    }

    .home-banner .fs-slide:nth-child(2) {
      background-image: url(/assets/img/banners/mb-banner-6.jpg) !important;
    }

  }

  .pvmodules {

    .home-banner .fs-slide {
      background-image: url(/assets/img/banners/mb-banner-7.jpg) !important;
    }

  }

  .projects-sectors {
    .channel-bg {
      position: relative;
      height: 300px;
      background-size: cover;
      border-radius: 10px;
    }

    .impact-title h4 {
      font-size: 1.6rem;
    }

    .channel-header {
      .channel-info h1 {
        font-size: 1.5rem;
      }

      .channel-info {
        flex-direction: column-reverse;
        gap: 20px;
        padding: 25px;
      }

      .channel-info img {
        width: 33%;
      }

    }

    .icon-section {
      .row {
        display: flex;
        gap: 50px;
      }
    }
  }

  #icon-section .col-md-2 {
    flex: 1;
    max-width: max-content;
    padding: 0px 10px;
  }

  .lifebox-section .buttons {
    display: flex;
  }

  .lifebox-section .btn {
    padding: 9px 0px;
    flex: 1;
  }

  .siaas #how_it_works {
    height: 480px !important;
  }

  #awards-description,
  #product,
  .request-form {
    padding: 140px 0px 70px;
  }

  #faq {
    .qa-title h1 {
      padding-top: 140px;
      font-size: 2rem;
    }

    .c-faqs__headline {
      padding-top: 2.2em;
    }
  }

  .request-form input::placeholder,
  .request-form select:optional {
    font-size: .9rem;
  }

  .noorbox {
    .benefits-section {
      padding: 60px 0px 100px;

      p {
        padding: 8px 0px;
      }

      .col-md-4 {
        width: 50%;
        height: fit-content;
        display: flex;
        flex-direction: column;
      }

      img {
        width: 29%;
        margin-left: 5px;
        margin-top: 0px;
      }

      h2 {
        display: inline;
      }

      .first-row {
        margin: 50px auto 0;
        gap: 40px 0;
      }

      .high-emphasis-blue {
        margin-top: 25px;
      }

    }
  }

  .lifebox-section .text-content p {
    font-size: 1rem !important;
  }

  .awards-section {
    padding: 65px 0px 70px;
  }

  .siaas .benefits-section {
    padding: 60px 0px 100px;

    p img {
      height: 50px;
    }

    p {
      padding: 8px 0px 8px;
    }

    .row:nth-child(3) {
      margin-top: 0 !important;
    }

    .benefit-item {
      font-size: 1.3rem !important;
    }

    .col-md-3 {
      width: 50%;
    }
  }

  .play-button {
    bottom: 3%;
  }

  .about-main {
    padding-top: 130px;
  }

  .factory-section .swiper-slide img {
    height: 400px;
    object-fit: cover;
  }

  #product {
    .product-buttons .btn {
      padding: 7px 10px 7px;
      font-size: 1rem;
      border-radius: 10px;
    }
  }

  .uk-section .cta {
    float: inline-end;
  }

  .projects-sectors {
    padding: 125px 0px 20px;

    .project-post.hovered img {
      height: 210px;
    }

    .gallery {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
    }

    .gallery img,
    .normal,
    .big {
      padding: 5px 0;
      max-height: 400px;
    }

    .gallery-title {
      font-size: 2rem;
    }

    .project-post button {
      margin-left: -15px;
    }

    .project-post {
      height: auto;
      max-height: 525px;
    }

  }

  #faq {

    .c-faqs {
      margin: 0;
    }

    .qa-sorting-bar {
      justify-content: space-between;
    }

    .qa-sorting-bar .btn {
      padding: 5px 10px;
    }

  }

  .testimonial {
    margin-bottom: 55px;
  }

  .blog-slider__pagination {
    top: auto !important;
    bottom: -55px !important;
  }

  .right-mark {
    right: 0px !important;
  }

  .second-right {
    right: 0px !important;
  }

  .third-right {
    right: 0px !important;
  }

  .fourth-right {
    right: 0px !important;
  }

  .label-text {
    font-size: .9rem !important;
  }

  .pvmodules .pv-m {
    display: block;
  }

  .pvmodules .pv-l {
    display: none;
  }

  .project-details-page {
    padding-top: 140px;
  }


  #product {
    .logo .logo-gif {
      width: 19%;
    }

    .logo img {
      width: 27%;
    }

    .product-buttons .btn {
      width: 120px;
    }

  }

  .projects-sectors {
    .impact-title img {
      width: 18% !important;
    }
  }

  .home-page .fs-slide:nth-child(3) .content-m {
    gap: 40px;
  }

}

@media only screen and (min-width: 480px) and (max-width: 600px) {

  .noorbox .how_it_works {
    height: 620px;
  }

}

@media only screen and (max-width: 430px) {

  .siaas #how_it_works {
    height: 420px !important;
  }

  .noorbox .how_it_works {
    height: 510px;
  }

  .lifebox {

    .components-item img {
      width: 85%;
      margin-bottom: 15px;
    }

    .components-item .water-tank {
      width: 95%;
    }

    .components-item {
      margin-bottom: 55px;
    }

  }

  .projects-sectors {
    & .icon-section {
      .row {
        display: flex;
        gap: 40px;
      }
    }
  }

  #media-center,
  #news-details {
    padding: 140px 0 55px;
    margin: auto;
  }

}

@media only screen and (max-width: 390px) {

  .siaas #how_it_works {
    height: 390px !important;
  }

  .noorbox .how_it_works {
    height: 460px;
  }

  .testimonial {
    margin-bottom: 85px;
  }

  .blog-slider__pagination {
    bottom: -75px !important;
  }

  .noorbox .how_it_works {
    height: 460px;
  }

  .play-button {
    bottom: 22px;
  }

}

@media only screen and (max-width: 360px) {

  #product {

    .product-buttons .btn {
      font-size: 1rem;
      padding: 10px 5px 8px;
    }

    .logo .logo-gif {
      width: 20%;
      margin-bottom: -10px;
    }

    .logo img {
      width: 28%;
    }

  }

  .benefits-section {
    padding: 60px 0px 100px;
  }

  .noorbox .play-button {
    right: 70px;
  }

  .noorbox {
    .benefits-section {
      padding: 60px 0px 100px;
    }
  }

  .noorbox .benefits-title {
    padding: 0;
  }

  .pvmodules {
    .benefits-section h2 {
      padding: 0px 0px 6px;
      font-size: 1.7rem;
    }
  }

  .features-section h2 {
    padding: 0px 0px 6px;
  }

  .projects-sectors {
    .sorting-bar button {
      padding: 15px;
    }
  }

  .popup-project {
    .popup-content .btn {
      font-size: 1rem;
    }
  }

  .siaas .benefits-section .benefit-item,
  .pvmodules .benefits-section p {
    font-size: 1.1rem !important;
  }

  .timeline-date {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 345px) {

  .buttons a:nth-child(2) {
    padding: 9px 25px;
  }

  .mission,
  .vision {
    padding: 40px 10px;
  }

  .timeline-header {
    line-height: 1.2;
  }

  .timeline-section {
    height: 85vh;
  }

  .top-row,
  .bottom-row {
    gap: 15px;
  }

  .play-button {
    right: 80px;
  }

  .components-section .highlight-animate {
    padding: 0px 10px 6px;
  }

  .noorbox .benefits-title {
    font-size: 1.9rem;
  }

  .icon-section {
    .icon-box p {
      font-size: 1rem !important;
    }
  }

}

@media only screen and (min-width: 580px) and (max-width: 767px) {

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .navbar-brand {
    width: 32%;
  }

  #icon-section .row {
    gap: 35px 40px;
  }

  .awards-section .cta {
    margin-top: 35px;
  }

  .clients .swiper {
    height: 20%;
  }

  .home-page .fs-slide:nth-child(2) {
    background-position: top;
  }

  #icon-section .icon-box:nth-child(3) p {
    display: table-caption;
  }

  .play-button {
    left: 190px;
    bottom: 3%;
  }



  #career {
    .vacancy-details {

      .buttons button {
        background-color: var(--primary-color-sky);
        width: 50%;
      }

      .buttons a {
        background-color: #7b7b7b;
        border-radius: 10px;
        width: 50%;
      }

    }

    .modal-content {
      top: 60%;
      width: 90%;
    }

    .search-bar input {
      width: 50% !important;
    }

  }

  .fullscreen {

    .container .card .content .text {
      font-size: 1.2rem;
    }

    .awards-title {
      margin: auto;
      width: 100%;
    }

    .container .card:nth-child(-n+2) {
      margin-top: 4%;
    }

    .container .card .sinopse .content-sinopse .text {
      font-size: 16px;
    }

  }

  #awards-description {
    .section-title h2 {
      font-size: 2rem;
    }
  }

  #faq {

    .qa-sorting-bar .btn {
      padding: 5px 15px;
    }

    .qa-sorting-bar {
      padding: 20px 0 15px;
    }

    .qa-title h1 {
      font-size: 2rem;
    }

  }

  #product {

    .product-buttons .btn {
      padding: 13px 25px 10px;
    }

    .product-section .paragraph {
      text-align: left;
    }

  }

  .feature-card {
    height: 380px !important;
  }

  .uk-section .cta {
    float: right;
  }

  .accordion-container {
    padding: 25px 15px;
  }

  .benefits-section br {
    display: contents;
  }

  .benefits-section {
    padding: 60px 0px 70px;
  }

  .benefits-section p {
    padding: 8px 0px 8px;
  }

  .benefits-section .high-emphasis-blue {
    margin-top: 25px;
  }

  .feature-card {
    padding: 20px 10px;
  }

  .siaas {

    .home-banner .fs-slide:first-child {
      background-position: top;
    }

    .play-button {
      left: 210px;
    }

    .benefits-section br {
      display: block;
    }


    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 410px !important;
    }

    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 360px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card {
      height: 305px !important;
    }

    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 280px !important;
    }

    #how_it_works {
      height: 300px;
    }


  }

  .lifebox {

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 360px !important;
    }

    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 310px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 330px !important;
    }

    .stamp {
      width: 22%;
    }

  }

  .noorbox {

    .play-button {
      left: 240px;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 280px !important;
    }

    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 275px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 280px !important;
    }

    .left-third {
      width: 33%;
    }

    .left-fourth {
      top: 240px;
      width: 38%;
    }

    .benefits-section .row {
      grid-column-gap: 0.35em;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .benefits-section .col-md-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .benefits-section img {
      position: relative;
      left: -40px;
      width: 35%;
      height: auto;
      margin: auto;
      float: none;
    }


  }

  .pvmodules {

    .benefits-section br {
      display: block;
    }

    .benefits-section .col-md-4 {
      padding: 0 5px !important;
    }

    .features-container {
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 380px !important;
    }

    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 355px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card {
      height: 330px !important;
    }
  }

  .projects-sectors {
    .icon-section {

      .row {
        grid-column-gap: 1.35em;
        grid-template-columns: 1fr 1fr;
        display: grid;
      }

      .icon-box img {
        width: 45% !important;
      }
    }

    .channel-bg {
      height: 200px;
    }

    .channel-header {
      .channel-info h1 {
        font-size: 1.3rem;
      }
    }

  }

  .popup-project {
    background: rgb(0 0 0 / 90%);
  }

  #media-center {

    .news-interviews {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 0;
    }

    .news-interviews .item.large,
    .news-interviews .item.large-width {
      grid-row: auto;
      grid-column: auto;
    }

  }

  #news-details {
    .main-content .image-content img {
      height: 300px;
    }
  }

  #contact {

    .addreess,
    .call {
      margin-bottom: 20px;
    }
  }

  .projects-sectors {
    .channel-bg {
      height: 400px !important;
      background-size: cover;
      border-radius: 10px;
    }

    .channel-header {
      .channel-info {
        display: flex;
        flex-direction: column-reverse;
        margin: auto;
        gap: 20px;
      }

      .channel-info h1 {
        font-size: 1.8rem;
        line-height: 1.3;
      }

      .channel-info img {
        width: 30%;
        margin-bottom: 10px;
      }
    }

  }

  .right-mark {
    right: 15px !important;
    bottom: 220px;
  }

  .second-right {
    right: 38px !important;
    bottom: 160px;
  }

  .third-right {
    right: 65px !important;
    bottom: 110px;
  }

  .fourth-right {
    right: 22px !important;
    bottom: 60px;
  }

}

@media only screen and (min-width: 600px) and (max-width: 767px) {

  .navbar .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .play-button {
    left: 210px;
  }

  #icon-section .row {
    gap: 35px 15px;
  }

  #icon-section .col-md-2 {
    padding: 0 10px;
  }

  .feature-item img {
    width: 70px;
  }

  .award-item {
    margin-right: 15px;
  }

  .slick-dots {
    margin-bottom: -22px;
  }

  .section-title,
  .highlight-text,
  .blog-slider__title {
    font-size: 2rem;
  }

  .lifebox-logo img:first-child {
    width: 75px;
  }

  .lifebox-logo img {
    width: 92%;
  }

  .text-content p {
    font-size: 1.2rem !important;
  }

  .btn {
    font-size: 1.1rem !important;
  }

  .blog-slider__img {
    height: 330px;
  }

  .testimonial .section-title {
    margin-bottom: 160px;
  }

  .blog-slider__content {
    margin-top: -120px;
  }

  .blog-slider__code {
    font-size: 1.3rem !important;
  }

  .blog-slider__text {
    font-size: 19px;
  }

  .fullscreen {

    .awards-cards {
      display: grid !important;
      grid-column-gap: 1.35em;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
    }

    .awards-description .container .card {
      margin-bottom: 0%;
    }

    .container .card .sinopse {
      padding: 25px 10px 50px;
    }
  }


  #awards-description {

    .container {
      max-width: 650px;
    }
  }

  #career .container,
  #career.container,
  #product .container,
  .siaas-section .container,
  .noorbox-section .container,
  .benefits-section .container,
  .impact-posts .container {
    max-width: 650px;
  }

  #product {
    .product-buttons {
      z-index: 99;
    }
  }

  .lifebox {

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 400px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 370px !important;
    }

    .components-item img {
      width: 73%;
      margin-bottom: 15px;
    }

    .components-item .water-tank {
      width: 95%;
    }
  }

  .noorbox {
    .home-banner .fs-slide:nth-child(2) {
      background-position: bottom;
    }

    .how_it_works {
      height: 290px;
    }

  }

  .benefits-section p {
    font-size: 1.3rem;
  }

  .projects-sectors {

    .details .name h3 {
      font-size: 1.5rem;
    }

    .projects-section {
      grid-template-columns: 1fr 1fr;
    }

    .icon-section {
      .icon-box img {
        width: 33% !important;
      }
    }

    .impact-title img {
      width: 13% !important;
    }

  }

  .projects-sectors {
    .project-post.hovered img {
      height: 225px;
    }
  }

  .close-quote {
    bottom: -30px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navbar-brand {
    width: 25%;
  }

  .home-page .fs-slide:nth-child(2) {
    background-position: top;
  }

  .play-button {
    right: auto;
    left: 200px;
  }

  #icon-section .row {
    gap: 25px 10px;
  }

  #icon-section .icon-title p span {
    display: block;
  }

  .lifebox-image {
    max-width: 55%;
  }

  .tree {
    right: 130px;
    top: 70px;
  }

  .lifebox-sun {
    left: 25px;
    max-width: 30%;
  }

  .feature-item {
    width: 25%;
  }

  .award-item {
    margin-right: 15px;
  }

  .testimonial {
    margin-top: 25px;
    margin-bottom: 110px;
  }

  .testimonial .section-title {
    margin-bottom: 50px;
  }

  .factory-section .swiper-slide img {
    height: 500px;
    object-fit: cover;
  }

  #career {
    .modal-content {
      top: 60%;
    }
  }

  .fullscreen {
    .awards-cards {
      display: grid !important;
      grid-column-gap: 1.35em;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
    }

    .container .card {
      margin-bottom: 0%;
    }
  }

  #product {

    .col-md-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .logo .logo-gif {
      margin-top: 15px;
      width: 12%;
    }

    .logo img {
      width: 18%;
    }

    .product-item .img-fluid {
      display: flex;
      width: 65%;
      margin: auto;
    }

    #SiaaS img:nth-child(2),
    #BackupSolarHomeSystem img:nth-child(2),
    #NoorNationPVModules img:nth-child(2) {
      height: 350px;
    }

    #SiaaS .logo img,
    #NoorNationPVModules .logo img {
      width: 27%;
      margin-bottom: 10px;
    }

    #BackupSolarHomeSystem .logo img {
      width: 20%;
      margin-bottom: 10px;
    }

  }

  .features-container {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }

  .blog-slider__img {
    height: 350px;
    transform: translate(0, -40px);
  }

  .blog-slider__title,
  .blog-slider__code {
    text-align: center;
  }

  .testimonial .play-button {
    bottom: 20px;
  }

  .close-quote {
    right: 38px;
    bottom: -31px;
  }

  .blog-slider__pagination .swiper-pagination-bullet-active {
    width: 17px;
  }

  .blog-slider__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 30px;
  }

  .prt-slider {
    justify-content: center;
  }

  .prt-slider img {
    width: 70% !important;
    margin: auto;
    display: block;
  }

  .lifebox {

    .stamp {
      right: 5%;
      width: 17%;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 330px !important;
    }

    .faqs h2 {
      display: inline-block;
      margin-bottom: 20px;
    }

  }

  .uk-section .cta {
    float: right;
  }

  .accordion-container {
    width: 80%;
  }

  .benefits-section .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 45%;
    max-width: 45%;
    margin: 15px;
  }

  .siaas {

    .play-button {
      right: auto;
      left: 220px;
    }

    .siaas-logo img {
      width: 30%;
      margin-bottom: 20px;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card {
      height: 360px !important;
    }

    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 310px !important;
    }

  }

  .noorbox {

    .home-banner .fs-slide:nth-child(2) {
      background-position: bottom;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 280px !important;
    }

    .noorbox-logo img {
      width: 20%;
    }

    .play-button {
      left: 250px;
    }

    .benefits-section .container {
      max-width: 920px;
    }

    .benefits-section .row {
      grid-column-gap: 0.35em;
      grid-row-gap: 2.35em;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .benefits-section .col-md-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .benefits-section img {
      position: relative;
      left: -75px;
      width: 25%;
      height: auto;
      margin: auto;
      float: none;
    }


    .how_it_works {
      height: 400px;
    }
  }

  .pvmodules {

    .siaas-logo img {
      width: 29%;
      margin-bottom: 30px;
    }

    .benefits-section p img {
      width: 25%;
      height: 95px;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card {
      height: 310px !important;
    }

    .benefits-section .container {
      max-width: 920px;
    }

    .features-container {
      grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    }

  }


  .projects-sectors {

    .sorting-bar button {
      font-size: 1.5rem;
    }

    .projects-section {
      grid-template-columns: 1fr 1fr;
    }

    #item-list .lifebox-btn {
      width: 70%;
    }

    .icon-section {
      .icon-box img {
        width: 50%;
      }
    }

    .card-content {
      width: 90%;
    }

    input {
      width: 85%;
    }

    .impact-post .col-md-6 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .impact-title img {
      width: 12% !important;
    }

    .impact-post .img-fluid {
      height: 330px;
    }

    .channel-bg {
      height: 235px;
    }

    .channel-header {
      .channel-info h1 {
        font-size: 1.8rem;
      }
    }

    .gallery-title {
      font-size: 1.8rem;
    }

  }

  .popup-project {
    .popup-content {
      top: 0px;
    }
  }

  #media-center {

    .sorting-bar button {
      font-size: 1.5rem;
    }

    .news-interviews {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 0;
    }

    .news-interviews .item.large,
    .news-interviews .item.large-width {
      grid-row: auto;
      grid-column: auto;
    }

    .card-content {
      padding: 2rem 1.5rem;
    }

    .card-content input {
      width: 80%;
    }

    .news-box {
      flex-direction: row;
    }

    .news img {
      max-height: 100%;
    }

  }

  #contact {

    .addreess,
    .call-eamil {
      margin: 0px 20px 20px;
    }
  }


  .project-details-page {
    .project-impact-title {
      font-size: 1.6rem;
    }
  }

  #news-details {
    .main-content .image-content img {
      width: 49%;
      height: 300px;
    }
  }

  .report-section {
    height: 55vh;
  }

  .projects-sectors {
    .project-post.hovered img {
      height: 225px;
    }
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .nav-container {
    width: 95%;
  }

  .navbar-nav .nav-item {
    margin: 0px 10px;
  }

  .sticky {
    width: 100% !important;
  }

  .navbar-brand {
    margin: 10px 0px 0px;
  }

  [data-am-fadeshow~=prev-next-nav] .fs-next-btn,
  [data-am-fadeshow~=prev-next-nav] .fs-prev-btn {
    display: none !important;
  }

  .fs-slide h1 {
    padding: 0px 5px 20px;
    background-size: 200% 15%;
  }

  #icon-section .icon-title p span {
    display: block;
  }

  .icon-title .line {
    bottom: 1px;
  }

  .fs-slide {
    background-position: left;
  }

  .timeline-section {
    height: 70vh;
  }


  .lifebox-section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .features {
    margin: 20px 0px 20px 0px;
  }


  .awards-section .cta {
    margin-right: 25px;
  }

  .text-content p {
    font-size: 1.1rem;
  }

  .text-content p {
    font-size: 1.1rem;
  }

  .lifebox-sun {
    top: -35px;
    right: 230px;
    max-width: 60%;
  }

  .map .popup-content {
    padding: 0 0 0 17px;
    width: 365px;
    left: 0px;
  }

  .map .img-fluid {
    height: 600px;
  }

  .map-logo {
    display: block;
    height: 90px !important;
    width: 90px !important;
  }

  .popup-image {
    width: 330px;
    height: 170px;
    margin-top: 15px;
  }

  .pin {
    width: 3rem;
    margin: 0 10px;
  }

  .map .map-container .pin:nth-child(1) {
    top: 63% !important;
  }

  .stamp {
    width: 11%;
  }

  .popup h4 {
    display: inline;
  }


  .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: -10px;
  }

  .slick-dots li {
    width: 10px;
  }

  .slick-dots li button:before {
    height: 11px;
    content: '';
    background-color: #000;
    border-radius: 100px;
    transition: all ease-in-out .25s;
  }

  .slick-dots li.slick-active button:before {
    width: 30px;
    margin: 0px -5px;
    background-color: var(--primary-color-sky) !important;
  }

  .slick-next,
  .slick-prev {
    display: none !important;
  }

  .pin:hover .pin-tooltip {
    display: none;
  }

  .blog-slider {
    width: 85%;
  }

  .prt-slider .swiper-slide img {
    width: 65%;
    display: block;
    margin: auto;
  }

  .mission,
  .vision {
    padding: 45px;
  }

  .factory-section .swiper-slide img {
    height: 500px;
    object-fit: cover;
  }

  .factory-info {
    width: 90%;
  }

  .report-content {
    gap: 50px;
  }

  .book {
    width: 50%;
    right: 5px;
  }

  .report-section .text-content p {
    font-size: 1.3rem;
  }

  .download-button {
    font-size: 1.3rem;
  }

  .top-row .team-member {
    width: 50%;
  }

  .top-row,
  .bottom-row {
    width: 100%;
    align-items: baseline;
  }

  #career {
    padding-top: 160px;

    .buttons {
      display: flex;
      align-items: baseline;
      font-size: 1.3rem;
    }

    .buttons .btn {
      font-size: 1.2rem;
    }

    .modal-dialog {
      max-width: 820px;
      height: 520px;
    }

    label {
      font-size: 1.2rem;
      margin-bottom: 15px;
      margin-top: 15px;
    }

    .form-control {
      padding: 1.5rem 0.75rem;
    }

    .form-control::placeholder {
      font-size: 1.2rem;

    }

    .modal-content {
      top: 70%;
    }

    .modal-title {
      font-size: 1.8rem;
    }

    .modal .close {
      top: 20px;
      font-size: 35px;
    }

    .btn-primary {
      font-size: 1.2rem;
    }

  }

  .fullscreen {
    padding: 160px 0px 65px;
  }

  #faq {
    .faqs-container {
      width: 100%;
    }
  }

  .lifebox {

    .stamp {
      left: 10%;
      top: -16%;
      width: 22%;
    }

    .feature-description {
      font-size: 1.1rem;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(3) .feature-card {
      height: 380px !important;
    }

  }

  .siaas {

    .benefits-section p img {
      height: 75px;
    }

    .benefits-section {
      padding: 60px 5px 100px;
    }

    .features-container div:nth-child(4) .feature-card,
    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 300px !important;
    }

  }

  .left-first,
  .left-second {
    left: 55px;
  }

  .left-third {
    left: 50px;
  }

  .left-fourth {
    left: 15px;
  }

  .right-mark {
    right: -10px;
  }

  .pvmodules .slide-content h1,
  .noorbox .slide-content h1 {
    font-size: 1.8rem;
  }

  .pvmodules {

    .features-section {
      padding: 0px 25px 50px;
    }

    .feature-card {
      height: 380px;
    }
  }

  .projects-sectors {

    .details .name h3 {
      font-size: 1.4rem;
    }

    .icon-section {
      .icon-box img {
        width: 50%;
      }
    }

    .impact-text p {
      text-align: left;
    }

    .impact-post .col-md-6:nth-child(2) img {
      height: 500px;
    }

    .channel-bg {
      width: 100%;
      margin: auto;
    }

    .channel-header {
      .cta {
        margin-left: 3em;
      }
    }

    .gallery-title {
      font-size: 1.8rem;
    }

    .project-post.hovered img {
      height: 225px;
    }

  }

  .popup-project {
    .popup-content {
      width: 85%;
    }
  }

  #news-details {
    height: fit-content;
  }

  .project-details-page {
    padding-top: 160px;
  }

  #contact {
    padding: 32px 5px 32px 0px;

    .wahtsapp a {
      width: 200px;
    }
  }

  #career {
    .vacancy-item .buttons {
      width: 50%;
    }
  }

  .label-line {
    width: 100px;
  }

  .right-mark {
    right: 100px;
  }

  .second-right {
    right: 125px;
  }

  .third-right {
    right: 167px;
  }

  .fourth-right {
    right: 112px;
  }

  .projects-sectors {
    .impact-title img {
      width: 18% !important;
    }
  }

}

  .badge-primary {
        font-family: var(--font-heavy);
        color: #fff;
        background-color: var(--primary-color-sky);
        padding: 8px 10px 6px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
  }

@media only screen and (min-width: 1024px) and (max-width: 1400px) {

  .navbar-brand {
    width: 16%;
    margin: 10px 0px 0px;
  }

  .dropdown-item {
    font-size: 1.1rem;
  }

  .nav-container {
    width: 95%;
  }

  .sticky {
    width: 100% !important;
  }

  #icon-section .icon-title p span {
    display: block;
  }

  .icon-title .line {
    bottom: 0px;
  }

  .lifebox-section .row {
    margin-right: 0;
  }

  .lifebox-section .container-fluid {
    padding-left: 30px;
  }

  .tree {
    right: 20px;
  }


  .lifebox {

    .feature-card {
      height: 370px;
    }

  }

  .noorbox {

    .features-container .feature-card {
      height: 283px !important;
    }

  }

  .pvmodules {

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(3) .feature-card {
      height: 370px !important;
    }

    .features-container div:nth-child(4) .feature-card,
    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card {
      height: 330px !important;
    }

  }

  .lifebox .fs-slide h1,
  .siaas .fs-slide h1 {
    background-size: 200% 15%;
    padding: 0px 5px 20px;
  }

  .popup-project {

    .popup-content p {
      font-size: 1.2rem;
    }

    .popup-content .btn {
      font-size: 1.3rem;
    }

  }

  .prt-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }

  #career {
    .modal-content {
      top: 70%;
    }

    .buttons {
      display: flex;
      align-items: baseline;
      font-size: 1.3rem;
    }

    .buttons .btn {
      font-size: 1.3rem;
    }

    label {
      font-size: 1.2rem;
      margin-bottom: 15px;
      margin-top: 15px;
    }

    .form-control {
      padding: 1.5rem 0.75rem;
    }

    .form-control::placeholder {
      font-size: 1.2rem;
    }

  }


  .projects-sectors {
    .project-post.hovered img {
      height: 230px;
    }
  }

  .awards-section .cta {
    margin-right: -25px;
  }

}

@media only screen and (min-width: 991px) and (max-width: 1100px) {

  #icon-section .col-md-2 {
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
    padding: 0;
  }

  .map .pin:nth-child(6) {
    top: 29% !important;
    left: 53% !important;
  }

  .map .pin:nth-child(9) {
    left: 56% !important;
  }

  .map .pin:nth-child(12) {
    top: 36% !important;
    left: 38% !important;
  }

  .map .pin:nth-child(13) {
    top: 36% !important;
    left: 43.5% !important;
  }

  .map .pin:nth-child(14) {
    top: 37% !important;
    left: 49% !important;
  }

  .map .pin:nth-child(15) {
    top: 47% !important;
    left: 46% !important;
  }

  .small-lines {
    width: 100px;
  }

  .content-title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {

  .lifebox {

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 450px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 370px !important;
    }

  }

  .siaas {

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 450px !important;
    }

    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 330px !important;
    }

  }

  .noorbox {
    .features-container .feature-card {
      height: 330px !important;
    }
  }

  .popup-project {
    .popup-content {
      width: 85%;
    }
  }

  .small-lines {
    width: 120px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {

  .map .popup-content {
    left: 5px;
  }

  .small-lines {
    width: 150px;
  }

}

@media only screen and (min-width: 991px) and (max-width: 1360px) {

  .project-post:hover.project-post img,
  .project-post.hovered img {
    height: 190px !important;
  }

}

@media only screen and (min-width: 1400px) {

  .how_it_works {
    height: 600px;
  }

}

@media only screen and (min-width: 1700px) {

  .navbar-brand {
    width: 16%;
  }

  .nav-container {
    width: fit-content;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 1.35rem;
  }

  .navbar .container {
    max-width: 1380px;
  }

  .dropdown-item {
    font-size: 1.25rem;
  }

  .sticky {
    width: 100% !important;
  }

  .slide-content h1,
  .lifebox-section .highlight-text,
  .popup h4,
  .section-title,
  .about-text h2,
  .mission h2,
  .vision h2,
  .content-title,
  .text-content h2,
  .product-section .title,
  .benefits-title,
  .highlight-animate,
  h2 {
    font-size: 2.3rem !important;
  }

  .slide-content p {
    font-size: 1.7rem;
  }

  .slide-content a,
  .btn {
    font-size: 1.3rem;
  }

  .lifebox-section .text-content p,
  .popup-content .cta span {
    font-size: 1.5rem;
  }

  .pin {
    width: 4.5rem;
    height: 3.5rem;
  }

  .pin::before {
    width: 4rem;
    height: 2rem;
  }

  .pin:hover .pin-tooltip {
    width: 150px;
    font-size: 1.3rem;
  }

  .map-logo {
    height: 110px;
    width: 110px !important;
  }

  p {
    font-size: 1.5rem !important;
  }

  .map .popup-content {
    width: 500px;
  }

  .cta svg {
    width: 3.2rem !important;
    height: 4rem !important;
  }

  .popup-image {
    width: 500px;
  }

  .popup-locution {
    font-size: 1.7rem !important;
  }

  .popup-locution svg {
    width: 30px;
    height: 30px;
  }

  .awards-section .cta span {
    font-size: 1.4rem;
  }

  .blog-slider {
    max-width: 1300px;
  }

  .blog-slider__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .blog-slider__code {
    font-size: 1.4rem;
  }

  .blog-slider__text {
    font-size: 1.3rem;
  }

  .blog-slider {
    height: 480px;
  }

  .timeline-date .year {
    font-size: 2rem;
  }

  .timeline-nav {
    width: 60%;
  }

  .content-text {
    font-size: 1.6rem;
  }

  .download-button {
    font-size: 1.6rem !important;
    padding: 30px 25px;
  }

  .pt2 {
    font-size: 1.6rem;
  }

  .foote_bottom_ul_amrc li a b,
  footer p,
  footer p b {
    font-size: 1.3rem !important;
  }

  .min-footer img {
    width: 50px;
  }

  .mission,
  .vision {
    padding: 120px 80px;
  }

  .timeline-section {
    height: 900px;
    background-position: top;
  }

  #career .modal-content {
    top: 80%;
  }

  .fullscreen {
    padding: 170px 0px 80px;

    .container .card .content .text,
    .container .card .date,
    .container .card .sinopse .content-sinopse .text {
      font-size: 1.2rem !important;
    }
  }

  #faq {

    .qa-sorting-bar .btn {
      font-size: 1.5rem;
    }

    .qa-sorting-bar .btn.active {
      font-size: 1.6rem;
    }

    .c-faqs__headline {
      font-size: 1.7rem !important;
    }

    .c-faq .c-faq__title {
      font-size: 1.4rem;
    }

    .c-faq .c-faq__answer {
      font-size: 1.4rem;
      line-height: 1.5;
    }

  }

  .product-section .paragraph {
    font-size: 1.5rem !important;
    line-height: 1.4;
  }

  .product-buttons .btn {
    font-size: 1.5rem !important;
  }

  .product-item a {
    font-size: 1.5rem !important;
    padding: 10px 40px;
  }

  .product-item .paragraph {
    font-size: 1.4rem !important;
    line-height: 1.4;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-description {
    font-size: 1.3rem !important;
  }

  .features-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .lifebox {

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(3) .feature-card {
      height: 410px !important;
    }
  }

  .features-section .high-emphasis-blue {
    font-size: 1.5rem;
  }

  .uk-section .cta span {
    font-size: 1.4rem;
  }

  .accordion-title {
    font-size: 1.4rem;
  }

  .faqs a {
    font-size: 1.5rem;
  }

  .siaas-section h1 {
    font-size: 1.8rem;
  }

  .pvmodules {
    .feature-card {
      height: 445px;
    }

    .features-container div:nth-child(4) .feature-card,
    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card {
      height: 380px !important;
    }
  }

  #media-center {
    padding-top: 170px;
  }

  #news-details .container {
    max-width: 1500px;
  }

  .projects-sectors {
    padding: 150px 0px 20px;

    .details .cta span,
    .details .cta svg {
      font-size: 1.5rem;
    }

    #item-list .lifebox-btn {
      font-size: 1.6rem;
      padding: 20px;
      margin: 30px auto;
    }

    .project-post:hover.project-post img,
    .project-post.hovered img {
      height: 190px;
    }

    .channel-bg {
      .cta svg {
        width: 6.2rem !important;
        height: 5rem !important;
      }

      .channel-info h1 {
        font-size: 2.3rem;
      }

      .channel-info img {
        width: 240px;
      }
    }

    .impact-title img {
      width: 10% !important;
    }

    .impact-title h4 {
      font-size: 2.3rem;
    }
  }

  .project-details-page {

    .project-learn-more-btn {
      font-size: 1.5rem;
      padding: 12px 25px;
    }
  }

  .impact-posts .container {
    max-width: 1500px;
  }

  .impact-posts .col-md-6:nth-child(2) img {
    height: 630px;
  }

  .impact-title img {
    width: 16% !important;
  }

  #media-center .container {
    max-width: 1500px;

    .tab-content .high-emphasis-blue {
      font-size: 1.4rem;
    }
  }

  #media-center .knowledge-hub .item p,
  #news-details .latest-news .news-items .news-item p {
    font-size: 1.2rem !important;
  }

  #news-details {
    .main-content .image-content img {
      height: 300px;
    }

    .latest-news .container {
      max-width: 1500px;
    }

    .latest-news .news-items .news-item img {
      height: 350px;
    }

    .latest-news .news-items .news-item p {
      max-height: 120px;
    }
  }

  .how_it_works {
    height: 650px;
  }

  .solar_panel,
  .house-dark,
  .sun,
  .arrow-right,
  .noorbox-s,
  .arrow-right-second,
  .lamp,
  .tv,
  .fridge,
  .fridge-second {
    width: 80%;
    margin: auto;
  }

  .award-item {
    height: 530px;
  }

  .benefits-section p img {
    width: 10%;
  }

  .lifebox {
    .stamp {
      left: 20%;
      top: -5%;
      width: 170px;
    }
  }

  .features-container {
    max-width: 1500px;
  }

  .feature-card {
    height: 415px !important;
  }

  .modal-content,
  .accordion-container {
    width: 90%;
    max-width: 1200px;
  }

  .components-section video {
    max-width: 80%;
    height: auto;
    box-sizing: border-box;
  }

  .owl-carousel .owl-item img {
    height: 500px;
  }

  .owl-nav {
    bottom: 275px;
  }

  .siaas-section .container {
    max-width: 1700px;
  }

  .siaas {

    .benefits-section .row {
      gap: 65px 0;
    }

    #how_it_works {
      height: 680px;
    }

    .feature-card {
      height: 415px !important;
    }

    .features-container div:nth-child(1) .feature-card,
    .features-container div:nth-child(2) .feature-card,
    .features-container div:nth-child(3) .feature-card,
    .features-container div:nth-child(4) .feature-card {
      height: 480px !important;
    }


    .features-container div:nth-child(5) .feature-card,
    .features-container div:nth-child(6) .feature-card,
    .features-container div:nth-child(7) .feature-card,
    .features-container div:nth-child(8) .feature-card {
      height: 350px !important;
    }

  }

  .noorbox {

    .noorbox-section .container,
    .benefits-section .container,
    .noorbox-components-section .container {
      max-width: 1700px;
    }

    .benefits-section img {
      width: 80px;
    }

    .benefits-section {
      position: relative;
      z-index: 10;
    }

    .feature-card {
      height: 325px !important;
    }

    .right-mark {
      right: 380px;
    }

    .left-first {
      left: 385px;
    }

    .left-second {
      left: 400px;
    }

    .left-third {
      left: 400px;
    }

    .left-fourth {
      left: 330px;
    }
  }

  .pvmodules {

    .benefits-section .container {
      max-width: 1700px;
    }

    .benefits-section p img {
      width: 10%;
    }

    .features-container {
      grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    }

  }

  .impact-posts .icon-section {
    margin-bottom: 85px;

    .icon-box img {
      width: 27%;
    }
  }

  #career,
  .fullscreen,
  #awards-description,
  #faq .qa-title h1,
  #product,
  .projects-sectors,
  .project-details-page,
  .request-form {
    padding-top: 185px;
  }

  #contact {
    p {
      font-size: 1.2rem !important;
    }

    h4 {
      font-size: 1.5rem;
    }
  }

  #product .container {
    max-width: 1400px;
  }

  .request-form h4 {
    font-size: 2.3rem;
  }

  .request-form h5 {
    font-size: 1.3rem;
  }

  request-form label {
    font-size: 1.15rem;
  }

  .request-form input::placeholder,
  .request-form .dropdown-btn[data-placeholder]:not([data-selected])::before {
    font-size: 1rem;
  }

}