/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/Styles/style.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400;1,500&display=swap');

.style_headerleft__ejk1d {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2.5vw;
  width: 50vw;
}

.style_headerright__6T55z {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2.5vw;
  width: 30vw;
}

.style_header__9CS0g {
  margin-left: 2.5vw;
}

.style_header-link__n9HWC {
  background-color: rgb(38, 99, 64);
  height: 2.5vw;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: .9375rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.style_header-link__n9HWC:hover {
  background-color: rgb(2, 53, 2);
  border-radius: 8px;
}

.style_header-link-we__4ExQn {
  background-color: yellow;
  height: 2.5vw;
  color: rgb(38, 99, 64);
  display: flex;
  align-items: center;
  padding: .9375rem;
  font-size: .75rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.style_head__C2XTN {
  display: flex;
  background-color: rgb(38, 99, 64);
  height: 2.5vw;
  color: aliceblue;
  align-content: center;
  justify-content: space-between;
}

.style_right-icons__iXvM6 {
  background-color: rgb(38, 99, 64);
  height: 2.5vw;
  display: flex;
  align-items: center;
  padding: 2px;
  flex-direction: row;
  padding: .9375rem;
  font-size: .75rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.style_right-icons__iXvM6:hover {
  background-color: rgb(2, 53, 2);
  border-radius: 8px;
    
}

.style_head1__icPpd {
  display: none;
}

@media only screen and (min-width: 768px) {
  .style_head1__icPpd {
    display: block;
  }
}

.style_inline__0Qhzo {
  display: flex;
}

/* description component start */
.style_Description__YQ0D9 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  animation: style_Description__YQ0D9 3s forwards;
}

@keyframes style_Description__YQ0D9 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.style_iconimg__u1_Z6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.style_serviceheading__9wChf {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  font-weight: bold;
  margin-top: 3%;
  animation: style_serviceheading__9wChf 3s forwards;
  text-decoration: underline;
  text-decoration-color:  rgb(38, 99, 64);
  text-decoration-thickness: 3px; /* Adjust thickness as needed */
  text-underline-offset: 10px; /* Controls space between text and underline */
}
 
@keyframes style_serviceheading__9wChf {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* card css start */
.style_card__U_iJe {
  width: 25%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 1%;
}

.style_cards1__rLAxf {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.style_wrapper__Ssv57 {
  display: grid;
  height: 10vh;
  width: 10vw;
  place-items: center
}

/* card css end */
/* description component end */
.style_sliderContainer__R2pyi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  position: relative;
}
.style_text-white__JxS4i a{
text-decoration: none !important;
color: white;
}
.style_image__G5idE {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.style_prevButton__FFasZ,
.style_nextButton__6gzp6 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.style_prevButton__FFasZ {
  left: 0;
}

.style_nextButton__6gzp6 {
  right: 0;
}

/* footer css start */
.style_footer__doZWN {
  background-color: #fff;
  color: #8f8b8b;
  padding: 40px;
  display: flex;
  justify-content: space-evenly;
}

.style_logo__hLqlw {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.style_foterlogo__GUHPF {
  width: 130px;
}

.style_navigation__QJL0T ul {
  list-style: none;
  padding: 0;
}

.style_navigation__QJL0T li {
  margin-bottom: 10px;
}

.style_services__VUGCf h3 {
  margin-bottom: 10px;
}

.style_services__VUGCf ul {
  list-style: none;
  padding: 0;
}

.style_services__VUGCf li {
  margin-bottom: 5px;
}

.style_contact__ScBYz h3 {
  margin-bottom: 10px;
}

.style_contact__ScBYz address {
  font-style: normal;
}

.style_contactDetails__Lo4kR {
  margin-top: 10px;
}

.style_contactDetails__Lo4kR span {
  font-weight: bold;
}

.style_contactDetails__Lo4kR p {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .style_marginright__3GBxy {
    margin-right: -8vw;
  }
  .style_btnList__LQrHw{
    display: flex;
    flex-direction: row;
  }
}

.style_fa__1Yaqf {
  font-size: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.style_facebook__DaTCn {
  color: blue;
}

.style_twitter__Yw7IN {
  color: #1DA1F2;
}

.style_linkedin__ZOv3v {
  color: #0A66C2;
}

.style_youtube__D4IqQ {
  color: #c4302b;
}

.style_fa__1Yaqf:hover {
  color: green;
}

.style_sanyog__sT901 {
  font-size: 1rem;
}
 
.style_fontSizeUpdates__bK8g0 {
  font-size: 2vw; 
}
@media (max-width: 767px) {
  .style_fontSizeUpdates__bK8g0{
    font-size: 20px;
  }
  .style_fa__1Yaqf {
    font-size: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .style_faicon__a1_XO {
    text-align: center;
    margin-top: 5vw;
    margin-bottom: -7vw;
  }
}

.style_footerUpper__vjFQj {
  background-color: rgb(38, 99, 64);
  color: #ebe9e9;
  padding: 40px;
  display: flex;
  justify-content: space-evenly;
}

.style_borderRight__vA1ze {
  border-right: .5px solid grey;
}


.style_customhr__6uSZ_ {
  border: none !important; /* Remove default border */
  height: 4px; /* Set the thickness of the line */
  background-color: #d83030 !important; /* Color of the line */
  margin-left: 33rem !important;
  
  width: 250px;
}


/* footer css end */
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/Styles/nav.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.nav_container__1vAWV {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1vh;
  }
  .nav_transparent__8unZU{
    background-color: rgb(38, 99, 64);
    z-index: 8;
}
  .nav_link__LStPW {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  .nav_line__RJ4T0 {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 6px;
    background-color: yellow;
    transition: width 0.3s ease-out;
  }
  .nav_link__LStPW:hover .nav_line__RJ4T0 {
    width: 100%;
  }
  
.nav_bgwhite__oE3rY {
  background-color: rgba(255, 255, 255, 0.5);
}
  /* -------------- css progress bar ---------- */
  .nav_progressbar__nFaTy{
     background-color: rgb(38, 99, 64);
     position: fixed;
     top: var(--nav-height);
     left: 0;
     height: 4px;
     z-index: 1000;
     transition: width 0.3s ease;
   }
   .nav_NavHeight__noBnQ{
    height: 5rem;
   }
   @media (max-width: 767px) {
    .nav_mobilelogo__FyGGQ{
      height: 28px;
    width: 27.5px; 
    }
    .nav_NavHeight__noBnQ{
      height: 3.2rem;
    }
   }
   .nav_imglogo__yL2FQ{
    height: auto;
    width: auto;
   }
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/Styles/Loading.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.Loading_loadingContainer__9eiPK{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.Loading_loadingSpinner__QMDnw{
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: Loading_spin__gcDS6 2s linear infinite;
}
@keyframes Loading_spin__gcDS6{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg);}
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/Styles/button.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.button_scrollToTop__2ON7_ {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-color: aliceblue;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -12rem;
    transition: margin-bottom 0.2s;
    z-index: 8;
  }
  .button_scrollToTop__2ON7_.button_active__Sy_1O {
    margin-bottom: 0;
  }
  .button_scrollToTop__2ON7_:hover {
    animation-name: button_rotate__FMOCb;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: 1;
  }
  @keyframes button_rotate__FMOCb {
    to {
      transform: rotate(2520deg);
    }
  }
  @media (max-width: 768px) {
    .button_scrollToTop__2ON7_ {
      position: fixed;
      bottom: 3rem;
      right: 2rem;
      box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      background-color: aliceblue;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: -12rem;
      transition: margin-bottom 0.2s;
      z-index: 8;
      font-size: smaller;
    }
  }

  .button_whatsapp__HFHYI {
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-color: aliceblue;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -12rem;
    transition: margin-bottom 0.2s;
    z-index: 8;
  }
  .button_whatsapp__HFHYI.button_active__Sy_1O {
    margin-bottom: 0;
  }
  
  @keyframes button_rotate__FMOCb {
    to {
      transform: rotate(2520deg);
    }
  }
  @media (max-width: 768px) {
    .button_whatsapp__HFHYI {
      position: fixed;
      bottom: 7rem;
      right: 2rem;
      box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      background-color: aliceblue;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: -12rem;
      transition: margin-bottom 0.2s;
      z-index: 8;
      font-size: smaller;
    }
  }

  .button_whatsappIcon__xmLq4 {
    font-size: 26px;
  }
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/Styles/whatsapp.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.whatsapp_whatsappButton__ZBatq {
    width: 70px;
    height: 70px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 7rem;
    right: 1rem;
    background-color: #25d366;  
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
  }


  @media (max-width: 768px) {
    .whatsapp_whatsappButton__ZBatq {
      position: fixed;
      bottom: 7rem;
      right: 2rem;
      box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
      border-radius: 100%;
      background-color: #25d366;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
 
    }
  }

  .whatsapp_whatsappIcon__IkOqG {
    font-size: 35px;
    color: white !important;
  }
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/Styles/about.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.about_container__dTTNp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: -moz-max-content;
    height: max-content;
    

  }

 
  .about_abouthead__0dVUX {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vw;
    text-align: center;
    font-size: 5vw;
    color: #fff;
  opacity: 0;
  transform: scale(0.5);
  animation: about_scaleFadeIn__IQeuU 1s forwards;
  }

@keyframes about_scaleFadeIn__IQeuU {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

  .about_flexRow__OMBrP {
    flex-wrap: wrap;
    flex-direction: row;
  }
  @media (max-width: 767px) {
    .about_flexRow__OMBrP {
      flex-wrap: wrap;
      flex-direction: column;
    }
    .about_box__L5i2d {
      position: relative;
      width: 80%;
      height: 20rem !important;
    }
  }
  @media (min-width: 767px) {
  .about_box__L5i2d {
    position: relative;
    width: 30%;
    height: 20rem;
    margin-left:8px;
    margin-top: 8px;
  }
}
.about_box__L5i2d:hover
{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
}
 /* .box:hover .imgBox {
    transform: translate(0, 0);
    z-index: 3;
  }
  .box:hover .content {
    transform: translate(0, 0);
    z-index: 4;
    border: 6px solid white;
    
  }*/
  .about_imgBox__pC_jF {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  .about_imgBox__pC_jF img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
    resize: both;
  }
  .about_content____HOM {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem !important;
    display: block;
    justify-content: center;
    background-color: whitesmoke;
   color: aliceblue;
    z-index: 1;
    align-items: center;
    text-align: center;
    transition: 0.5s;
     
  }
  /* .content :hover {
    box-shadow: 0 4px 8px rgba(216, 214, 214, 0.24);
  } */

  .about_content____HOM h2 {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color:  rgb(22 163 74);
    margin-top: 1rem;
  }
  
  .about_content____HOM p {
    color: #312d2d !important;
    justify-content: center;
    font-size: 0.9rem;
    text-align: justify;
    padding: 1rem;
    letter-spacing: 0.4px;
   
  }
  @media (max-width: 600px) {
    .about_box__L5i2d:hover .about_content____HOM {
      transform: translate(0, 0);
    }
    .about_box__L5i2d:hover .about_imgBox__pC_jF {
      transform: translate(0, 0);
    }
  }
  .about_topboxes__x8HtP{
    animation: about_topboxes__x8HtP 3s forwards;
    margin-bottom: 3px;
  }
  @keyframes about_topboxes__x8HtP {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .about_lowboxes__ketTM{
    animation: about_lowboxes__ketTM 3s forwards;
    
  }

  @keyframes about_lowboxes__ketTM {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .about_verticalImg__mP7nK{
    padding-left: 4vw;
   padding-bottom: 3vw;
   padding-top: 3vw;
   filter: grayscale(100%); /* Initially grayscale */
   transition: filter 0.5s; 
   transition: transform 0.5s; /* Smooth transition */
  }
  .about_verticalImg__mP7nK:hover {
    filter: grayscale(0%); /* Example: Convert image to grayscale on hover */
    transform: scale(1.1);
  }
  
  @media (max-width: 768px) {
    .about_verticalImg__mP7nK{
      padding-left: 0;
     padding-bottom: 0;
     padding-top: 0;
    }
  }

   
  
    

