body{
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
}
html {
    scroll-behavior: smooth;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  .ScheduleMeetingLink a:hover{
    text-decoration: none;
  }

  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  .nav-link{
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 7px 15px !important;
}
.SepecialWords{
  color: #6be75f;
    display: block;
    font-weight: bold;
    font-size: 50px;
}
.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.arrangemeeting{
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 40px;
  background-position:center;
  background-size:cover;
  width: 100%;
  background-repeat: no-repeat;
}
.btnMeeting{
  background-color: #000;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
}
.btnMeeting a{
  color: #FFF;
}
.btnMeeting a:hover{
  color: #FFF;
  text-decoration: none;
}

.HeaderBanner{
  background-color: #000000;
  color: #FFF;
  padding-top: 80px;
  padding-bottom: 40px;
   background-image: url(images/HeaderBackground.png);
    background-position: center;
    background-size: cover;
     /* width: 100%;
    height: 500px; */
}
.HeaderBanner h1{
  font-size: 56px;
  margin-bottom: 20px;
}
.HeaderBannerCard .card{
  border-left: 9px solid #6be75f;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.HeaderBannerCard .card h3{
  font-size: 16px;
  /* margin-top: 20px; */
  color: #000000;
}
.HeaderBannerCard .card p{
  font-size: 11px;
  color: #000000;
}
.HeaderBannerCard img{
  padding-top: 50px;
}
.productCard{
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
.SectionOne, .SectionTwo{
    margin-top: 100px;
    margin-bottom: 100px;
}
.SectionOne h1{
    font-size: 35px;
}
.SectionOne p{
    font-size: 13px;
}
.SectionOne h3{
    font-size: 25px;
}
.SectionOne .card{
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      /*text-align: center; */
    padding: 20px;
    height: 100%;
    border: none;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    height: 12px;
    margin: 5px 0;
  }
  
  .progress-bar {
    height: 100%;
    width: 70%; /* Example progress percentage */
    background-color: #6be75f !important;
    border-radius: 25px 0 0 25px;
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  }

  .SectionTwo {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(images/cardbg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
  }
  .SectionTwo p{
    font-size: 13px;
    }   
  .SectionTwo h1{
    font-size: 35px;
    }  
    
    .stepsCards{
        background-image: url(images/stepsBg.png);
        background-position: center;
        background-size: cover;
        width: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        padding: 15px;
    }

    .SectionTwo {
        position: relative;
        width: 100%;
        height: auto;
        background-image: url('images/cardbg.jpg');
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        overflow: hidden;
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    }
        
    .SectionTwo::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #eeeeee;
        opacity: 0.7; /* Adjust opacity for desired overlay effect */
    }
        
    .SectionTwoContent {
        position: relative;
        z-index: 1;
        color: rgb(0, 0, 0);
        padding: 20px;
    }
    .ProcessThreeStepPoint, .ProcessTwoCards{
      background-color: #eeeeee !important;
      padding: 8px !important;
      border-left: 9px solid #6de463 !important;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .ProcessThreeStepPoint p, .ProcessTwoCards p, .processDataSection p, .aboutSectionMission p, .aboutSectionStory p, .aboutSectionValue p, .aboutSectionChoose p{
      font-size: 13px;
    }
   .aboutSectionChoose{
          position: relative;
          width: 100%;
          height: auto;
          background-image: url('images/cardbg.jpg');
          background-size: cover;
          background-position: center;
          border-radius: 15px;
          overflow: hidden;
      }
    .aboutSectionChoose .card{
      background-color: #eeeeee !important;
      padding: 8px !important;
      border-left: 9px solid #6de463 !important;
      margin-top: 15px;
      height: 100%;
    }
    .aboutSectionChoose .card h3{
      font-size: 20px;
      margin-top: 20px;
    }
    .aboutSectionChoose.card p{
      font-size: 14px;
    }

    .processDataSection{
      /* margin-top: 100px; */
      /* margin-bottom: 100px; */
    }
    .aboutSectionMission h1, .aboutSectionStory h1, .aboutSectionValue h1, .aboutSectionChoose h1{
      font-size: 35px;
    }
    .processDataSection h3{
      font-size: 25px;
    }

    .aboutSectionMission, .aboutSectionStory, .aboutSectionValue{
      margin-top: 100px;
      margin-bottom: 100px;
    }
    .aboutSectionChoose {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    
    .aboutSectionValue .card{
      height: 100%;
      background-color: #eeeeee !important;
      padding: 8px !important;
      border-left: 9px solid #6de463 !important;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .aboutSectionValue .card h3{
      font-size: 20px;
    }
  .footer{
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 10px;
    color: #FFF;
  }
  .footer p{
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  .footer a:hover{
    text-decoration: none;
  }
  .contactHeading h3{
    
  }
  .contactHeading p{
    font-size: 14px;
  }
  .themeBtn{
    background-color: #6be75f;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    cursor: pointer;
  }

  .footericons{
    background: #fff;
    padding: 5px 3px 2px 3px;
    border-radius: 23px;
    font-size: 20px;
    color: #000;
  }

  .GrothEmpowerCards{
    padding: 15px;
    margin-top: 20px;
    text-align: center;
  }
  .GrothEmpowerCards h6{
    font-size: 25px;
  }
  .GrothEmpowerCards p{
    font-size: 14px;
  }

  /* Mobile devices (320px - 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .HeaderBanner h1{
    font-size: 35px !important;
  }
}

/* iPads, Tablets (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .HeaderBanner h1{
    font-size: 35px !important;
  }
}

/* Small screens, laptops (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .HeaderBanner h1{
    font-size: 35px !important;
  }
}

/* Desktops, large screens (1025px - 1200px) */
@media (min-width: 1025px) and (max-width: 1200px) {
  /* Your CSS rules for desktops and large screens */
}

/* Extra large screens, TV (1201px and more) */
@media (min-width: 1201px) {
  /* Your CSS rules for extra large screens and TV */
}

.ForWhatsappIcon{
  position: fixed;
  background: #25D366;
  color: white;
  padding: 0px 12px;
  border-radius: 50%;
  font-size: 35px;
  bottom: 20px;
  right: 20px;
  z-index: 9999999;
}
.ForWhatsappIcon a{
  color: white;
}
.ForWhatsappIcon a:hover{
  text-decoration: none;
  color: white;
}