/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Contact.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 600px) {
.Contact_container__UHK54 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
  align-content: center;
}
.Contact_containerright__ezhbh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  padding: 2vw;
  background-image: url("/Images/info.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.Contact_contactHeadrigth__0VOhZ {
  display: flex;
  justify-content: center;
  height: 5vw;
  font-size: 3vw;
  font-weight: 700;
  color: #12570f;
  margin-top: 3vw;
  margin-left: -6vw;
}
.Contact_marginTop__FJ9S9 {
  margin-top: 8vw;
}
}
@media (max-width: 600px) {
  .Contact_container__UHK54 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
  }
  .Contact_containerright__ezhbh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("/Images/info.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .Contact_contactHeadrigth__0VOhZ {
    display: flex;
    justify-content: center;
    height: 5vw;
    font-size: 10vw;
    font-weight: 700;
    color: rgb(38, 99, 64);
    margin-top: 5vw;
    margin-left: -8vw;
  }
  .Contact_marginTop__FJ9S9{
    margin-top: 30vw;
  }
}
.Contact_box__9WU2W {
  border: 1px solid #bfbebe;
  padding: 10px;
  margin: 20px;
  
  width: 90%;
  background-color: rgb(38, 99, 64);
  color: #f4f4f4;
}

.Contact_box__9WU2W:hover{
  box-shadow: 4px 6px rgb(23, 58, 38);
}
.Contact_inline__xf_iZ {
  display: flex;
  flex-direction: row;
}
.Contact_formContainer__Hs_G_ {
  width: 90%;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Contact_contactForm__LbR_9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Contact_label__bQJwX {
  font-weight: bold;
  margin-bottom: 5px;
}
.Contact_input__03UU8,
.Contact_textarea__AjF3M {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.Contact_input__03UU8:hover,
.Contact_textarea__AjF3M:hover{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .Contact_submitButton__Txcy5 {
    width: 100%;
  }
  .Contact_formGroup__fQtCL {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin: .5%;
  }
  .Contact_formGrouplarge__Hj6H_ {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin: 1%;
  }
}
@media (min-width: 767px) {
  .Contact_submitButton__Txcy5 {
    width: 40%;
  }
  .Contact_formGroup__fQtCL {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: .5%;
  }
  .Contact_formGrouplarge__Hj6H_ {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 1%;
  }
}
.Contact_SubButton__PWuVh{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.Contact_submitButton__Txcy5 {
  padding: 10px 20px;
  background-color: rgb(38, 99, 64);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.Contact_submitButton__Txcy5:hover {
  background-color: rgb(28, 73, 47);
}
.Contact_formContainer__Hs_G_ {
  animation: Contact_slideInUp__ditic 0.5s ease;
}
.Contact_contactHead__RFSSx {
  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: Contact_scaleFadeIn__Sjoz8 1s forwards;
}

@keyframes Contact_scaleFadeIn__Sjoz8 {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes Contact_slideInUp__ditic {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Contact_sales__TS1_i{
  width: 70%;
}
 
.Contact_map__P_TeP{
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Contact_map__P_TeP:hover{
  box-shadow: 0 2px 4px rgba(0, 0, 1, 0.8);
  border-radius: 10px;
 }
.Contact_salesContainer__Uyp7s{
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.Contact_locationBtn__DxFwm{
  width: 15rem;
  height: 3rem;
  background-color: rgb(38, 99, 64);
  color: #fff;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border-radius: 20px;
}
@media (max-width: 600px) {
  .Contact_sales__TS1_i{
    width: 100%;
  }
  .Contact_map__P_TeP{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Contact_salesContainer__Uyp7s{
    display: flex;
    justify-content: center;
    padding: 1rem;
  }
  .Contact_locationBtn__DxFwm{
    width: 15rem;
    height: 3rem;
    background-color: rgb(38, 99, 64);
    color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  }
}

.Contact_fade-in__DaH48 {
  opacity: 0;
  animation: Contact_fadeIn__iTtiE 1s forwards;
}

@keyframes Contact_fadeIn__iTtiE {
  from { opacity: 0; }
  to { opacity: 1; }
}
