* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.about-content .wrapper::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}
    
.about-content .excellence-section{
padding-top: 80px !important;
}
.about-content .hero-section {
    position: relative;
    height: 555px;
    background-image: url('../about-images/about-banner.png'); /* Replace with the actual path of your image */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content .overlay {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.about-content h1 {
    margin: 0 auto 24px;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
}


.about-content p {
    max-width: 896px;
    margin: 0 auto ;    
    font-weight: 500;
    font-size: 20px;
    line-height: 126.77%;
    text-align: center;
}
.about-content .hero-section h1{
    color: #FFFFFF;
font-family: Raleway, sans-serif;
}
.about-content .hero-section  p{
   color: #FFFFFF;
font-family: Lato, sans-serif;
}
.about-content h1 span {
    color: #36A9E1;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
}

.about-content .right-container{
    position: absolute;
    width: 70%;
    height: 52px;
    right: 0;
    bottom: 0;
    background: #36A9E1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
.about-content .left-container{
    position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
    z-index: 1;
}
.about-content .about-us-section {
    text-align: center;
    background:         linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 80%),
url(../about-images/about-sec-1.png); 
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: #333;
    height: 947px;
    padding-top:160px;

    position: relative;
}
.about-content .about-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
   .about-content .about-us-section .content h1 {
    color: #2E2E2E;
font-family: Raleway, sans-serif;
}

.about-content .about-us-section .content p {
  font-family: Lato, sans-serif;
    color: #494949;
}

.about-content .about-us-section .cards {
    display: flex;
    justify-content: center;
    gap: 219px;
    flex-wrap: wrap;
}
.about-content .about-us-section .cards .card:nth-child(2){
    top:84px;
}
.about-content .about-us-section .card:hover{
    transform: scale(1.05);
        z-index: 1;
}

.about-content .about-us-section .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 26px;
    height: 249px;
    max-width: 203px;
    max-height: 249px;
    position: relative;
    transition: ease 0.2s;
}

.about-content .about-us-section .card .elipse {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -25px;
    left: 39%;
    transform: translateX(-50%);
    z-index: 1;
}

.about-content .about-us-section .card h2 {
    color: #2E2E2E;
    font-weight: 600;
    font-size: 20px;
    line-height: 127%;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
margin-top: 20px;
font-family: Raleway, sans-serif;
}

.about-content .about-us-section .card p {
    color: #494949;
font-family: Lato, sans-serif;
}
.about-content .about-us-section p span{
    position: relative;
    bottom: 0px !important;
    padding: 5px;
}
    .about-content .about-us-section .content p {
        margin-bottom: 100px;
    }
.about-content .about-us-section .card .graph {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
.about-content .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 126.77%;
    color: #494949;

}
.about-content .layer{
margin-top: -35px
}

@media (max-width: 768px) {
   .about-content .about-us-section .cards {
        flex-direction: column;
        gap: 15px;
    }

   .about-content .about-us-section .card {
        max-width: 100%;
    }

    .about-content .about-us-section .cards .card:nth-child(2){
    top:inherit;
    }
}

.about-content .solar-overview-section {
    text-align: center;
    background: linear-gradient(180deg, #36A9E1 0%, rgba(54, 169, 225, 0) 79.12%), url('../about-images/about-2.jpg');
    background-size: cover;
    background-position: top center;
    padding: 50px 20px;
    color: #333;
    height: 649px;
    padding-top:100px;
    border-radius: 40px 40px 0 0;
    z-index: 2;


}

  .about-content .solar-overview-section .content h1 {
    color: #FFFFFF;
font-family: Raleway, sans-serif;
}

.about-content .solar-overview-section .content p {
    color: #FFFFFF;
font-family: Lato, sans-serif;
}
.about-content .excellence-section {
    text-align: center;
    background-image: url('../about-images/about-3.jpg'); /* Replace with the actual path to your image */
    background-size: cover;
    background-position:  center;
    padding: 50px 20px;
    color: #333;
    height: 649px;
    padding-top:100px;
    border-radius: 40px 40px 0 0;
    z-index: 3;

}


  .about-content  .excellence-section .content h1 {
font-family: Raleway, sans-serif;
    color: #2E2E2E;
}

.about-content .excellence-section .content p {
    color: #494949;
font-family: Lato, sans-serif;
}

.about-content .quality-section {
    text-align: center;
    background: linear-gradient(210.82deg, #36A9E1 19.68%, rgba(54, 169, 225, 0) 68.24%), url('../about-images/about-4.jpg');
    background-size: cover;
    background-position: top center;
    padding: 50px 20px;
    color: #333;
    height: 649px;
    padding-top:100px;
    border-radius: 40px 40px 0 0;
    z-index:4;
}


.about-content .quality-section .content h1 {
    color: #FFFFFF;
font-family: Raleway, sans-serif;
}

.about-content .quality-section .content p {
    color: #FFFFFF;
font-family: Lato, sans-serif;
}

.about-content .commitment-section {
    text-align: center;
    background: linear-gradient(149.18deg, #FFFFFF 18.68%, rgba(255, 255, 255, 0) 60.32%),  url('../about-images/about-5.jpg');
    background-size: cover;
    background-position:  center;
    padding: 50px 20px;
    color: #333;
    height: 649px;
    padding-top:100px;
    border-radius: 40px 40px 0 0;
    z-index: 5;
}


.about-content .commitment-section .content h1 {
    color: #2E2E2E;
font-family: Raleway, sans-serif;
}

.about-content .commitment-section .content p {
    color: #494949;
font-family: Lato, sans-serif;
}
body.noscroll {
    overflow: hidden; /* Prevents scrolling */
}
.about-content .wrapper {
    overflow: auto; /* Allows scrolling inside the wrapper */
    height: 649px;
}
   .about-content .sticky-wrapper {
    position: relative;
    top: -40px;
}



 .about-content .sticky-wrapper {
      position: relative;

    }
     .about-content  .sticky-wrapper {
    position: relative;
    top: -40px;
}

    .about-content .layer {
      position: sticky;
      top: 0;
      max-height: 643px;
      align-items: center;
    }

  .about-content  .layer:nth-child(1) { background-color: #1a1a1a; z-index: 2; }
   .about-content .layer:nth-child(2) { background-color: #333; z-index: 3; }
   .about-content .layer:nth-child(3) { background-color: #4d4d4d; z-index: 4; }
   .about-content .layer:nth-child(4) { background-color: #666; z-index: 5; }
   @media only screen and (min-width:769) and (max-width:1024){
.about-content .about-us-section .cards {
    gap: 50px !important;
}
}


@media (max-width: 768px) {
   .about-content   h2{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 127% !important;
    letter-spacing: 0.01em;
  }
 .about-content  h1, .about-content h1 span {
    font-weight: 600  !important;
    font-size: 20px  !important;
    line-height: 23px  !important;
    text-align: center;
    margin-bottom: 12px;

}   

.about-content  p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
    .about-content .hero-section{
    height:330px;
  }
    .about-content .right-container{
    height: 13.22px;
}
.about-content .left-container{
    height: 13.22px;
    bottom: -13px;
}
  .about-content .about-us-section  {
     padding: 40px;
     height: 100%;
    }
   .about-content .about-us-section h1
{margin-bottom: 5px;
}
    .about-content .about-us-section .content p
{margin-bottom: 40px;
}
.about-content .about-us-section p span {
    bottom: -7px;
}
.about-content .about-us-section p span img {
    height: 20px;
}
   .about-content .about-us-section .cards {
      padding: 30px;
    }
   .about-content .sticky-wrapper {
    top: -40px;
}
    .commitment-section, .quality-section, .solar-overview-section, .excellence-section{
        padding: 40px  !important;
    }

   .about-content .layer {

      height: 400px;
    }
} 

@media only screen and (min-width:520px) and (max-width:768px){
.about-content .about-us-section .cards {
    flex-wrap: nowrap;
    flex-direction: unset;
}
}
@media (max-width: 480px) {
   .about-content  h2{
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 127% !important;
    letter-spacing: 0.01em;
  }
  .about-content h1 ,   .about-content h1  span{
    font-weight: 600  !important;
    font-size: 20px  !important;
    line-height: 23px  !important;
    text-align: center;
    margin-bottom: 12px;
    
  }
.about-content .excellence-section {
padding-top: 30px !important
}

.about-content p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
   .about-content .hero-section{
    height: 277px;
  }
      .about-content .right-container{
    height: 13.22px;
}
.about-content .left-container{
    height: 13.22px;
    bottom: -13px;
    z-index: 0
}
 .about-content  .about-us-section  {
     padding: 52px 40px 93px;
     height: 100%;
    }
    .about-content .about-us-section h1
{margin-bottom: 5px;
}
    .about-content .about-us-section .content p
{margin-bottom: 40px;
}
.about-content .about-us-section p span {
    position: relative;
    bottom: -7px;
    padding: 5px;
}
.about-content .about-us-section p span img {
    height: 20px;
}
   .about-content .about-us-section .cards {
      padding: 30px;
      gap: 69px;
    }
    .about-content .sticky-wrapper {
    position: relative;
    top: -60px;
}
   .about-content .layer {
      height: 300px;
margin-top: -35px
    }
    .commitment-section, .quality-section, .solar-overview-section, .excellence-section{
        padding: 30px ;
    }
    .about-content .sticky-wrapper {
margin-bottom: 0px;
top: -40px;
}
.about-content .about-us-section{
z-index: -2
}

}

.elipse {
  animation: glowBling 2s infinite ease-in-out;
  display: block;
  margin: auto;
}

@keyframes glowBling {
   
      0% {
        transform: scale(1);
        box-shadow: 0 0 10px #29abe2;
         border-radius: 50%;
      }
      50% {
        transform: scale(1.1);
        box-shadow: 0 0 10px #29abe2;
         border-radius: 50%;
      }
      100% {
        transform: scale(1);
        box-shadow: 0 0 10px #29abe2;
        border-radius: 50%;
      }
    }
