/* Bundle of the 10 stylesheets index.html used to load individually.
 * PageSpeed measured 14.2 KiB of CSS taking 3,470ms serialized on mobile:
 * the cost was 10 round-trips, not bytes. Concatenated verbatim, in the exact
 * original <link> order, because several later files override earlier ones.
 * The source files are unchanged and still used by the other 40 pages -
 * edit those, then regenerate this file.
 * Order: theme -> navbar -> index_top_block -> article -> contact -> CTAbuttons -> footer -> index -> popUpFirstLoad -> scrollingLogos
 */

/* ==== css/theme.css ==== */
html,body{
    scroll-behavior: smooth;
  }
  
body {
margin: 0;
border: 0;
width: 100%;
font-family: 'Open Sans', sans-serif;

}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 79%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



/*-------------------------------------------------------------default elements-----------------------------------------------------------------*/

ul {
    list-style-type: none;
   }
   
a {
    text-decoration: none;
    color: #415657;
    margin-top: 20px;
}

*:focus:not(:focus-visible) {
    outline: none;
}

*:focus-visible {
    outline: 2px solid #189966;
    outline-offset: 2px;
}


img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
}

textarea {
    resize: none;
}

input {
    font-family: 'Open Sans', sans-serif;
}


hr {
    display: none;
}

textarea {
    font-family: 'Open Sans', sans-serif;
}

select {
    font-family: 'Open Sans', sans-serif;
}



/*----------------------------------------------------------------general css groups-----------------------------------------------------------------*/


.disapearBox {
  display: none;
}

.disapearBoxVis {
  visibility: hidden;
}


.vertical-center {
margin: 0;
position: absolute;
top: 50%;
transform: translate(0%, -50%);
}

.youtube-video {
aspect-ratio: 16 / 9;
width: 100%;
max-width: 862px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerByMargin {
margin: 0 auto 0 auto;
}

.greenMarkerWhiteFont {
background-color: #189966;
color: #fff;
letter-spacing: 5px;
}

.centerTextAlign {
text-align: center;
}


.relativeFather {
position: relative;
}


.shadow:hover {
filter: drop-shadow(3px 3px 4px rgb(0 0 0 / 0.4));
cursor: pointer;
}
/*--------------------------------------------------------------------Buttons-------------------------------------------------------------------*/

button {
font-family: 'Open Sans', sans-serif;
}


/* Container for the buttons */
.button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}


.greenButtonCenterButton {
  width: 380px;                        /* Keep consistent width across buttons */
  height: 50px;                        /* Slightly increase height for better touch target */
  background: #167d53;                 /* Darker green for better contrast with white text */
  border-radius: 8px;                  /* Slightly increased radius for modern look */
  border: 0;
  padding: 10px 16px;                  /* Add proper padding */
  transition: all 0.2s ease-in-out;    /* Add smooth transitions */
  cursor: pointer;                     /* Ensure pointer cursor is applied */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Add subtle shadow for depth */
  display: flex;
  justify-content: center;
  align-items: center;
}

.greenButtonCenterButton:hover {
  background: #0e6644;                 /* Darker shade on hover */
  transform: translateY(-2px);         /* Slight lift effect on hover */
  box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* Enhanced shadow on hover */
}

.greenButtonCenterButton:active {
  transform: translateY(1px);          /* Pressed effect */
  box-shadow: 0 1px 2px rgba(0,0,0,0.1); /* Reduced shadow when pressed */
}

.pointer {
cursor: pointer;
}

.button:hover {
background-color: #13774f;
}


.blueButton {
background: #47AEC9;
border-radius: 6px;
border: 0;
padding: 5px 10px;
height: 50px;
/* filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4)); */
margin: 0 0 20px 20px;
float: left;
width: 120px;
}

.headerButton {
    width: 181px;
    height: 59px;
    border-radius: 50px;
    background-color: #189966;
    border-width: 0;
    left: 1%;
    padding: 0;
    outline: 0;
    transition: 0.5s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .greenButton {
    width: 212px;
    height: 88px;
    background: #189966;
    border-radius: 7px;
    border: 0;
    position: absolute;
    left: 10px;
    margin: 8px 22px 0 0;
    margin-right: 66.8%;
    padding: 0;
  }


  .greenButtonClean {
    width: 100px;
    height: 40px;
    background: white;
    border-color: #189966;
    border-radius: 7px;
    border-width: thin;
    margin: 20px auto 0;
    padding: 0;
    display: block;
  }


  .lightFontWhight {
    font-weight: 100;
  }

  .textShadow {
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
  }



/*---------------------------------------------------------------------Font----------------------------------------------------------------------*/

.boldIt {
    font-weight: 700;
  }
  
.grayFont {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: white;
    text-align: center;
  }


  .blackTitle {
    padding: 0;
    margin: 0;
    color: #222;
    overflow: hidden;
    margin: 3% auto;
  }
  

.whiteFont {
font-weight: 650;
font-stretch: normal;
font-style: normal;
letter-spacing: 2px;
color: #fff;
text-align: center;
}


.greenTitle {
font-weight: 500;
font-stretch: normal;
font-style: normal;
letter-spacing: 2px;
color: #189966;
margin: 0em;
padding: 1% 0;
}

.blackFont {
font-weight: 500;
font-stretch: normal;
font-style: normal;
letter-spacing: 2px;
color: #222;
}

.blackFont2 {
font-style: normal;
font-weight: 500;
line-height: 89%;
text-align: right;
letter-spacing: 2px;
padding-bottom: 20px;
}

.blackFont3 {
font-style: normal;
font-weight: 300;
line-height: 147%;
text-align: right;
letter-spacing: 1px;
}

.blackFont3::placeholder {
color: gray;
}

.FS21 {
font-size: 1.5rem;
}

.FS17 {
font-size: 1.25rem;
}

.FS27 {
font-size: 1.75rem;
}

.FS42 {
font-size: 2rem;
}

.hoverTextWhite:hover {
color: #fff;
}

.quote {
padding-top: 10pt;
border-top-width: 1pt;
border-bottom-color: #189966;
padding-bottom: 10pt;
line-height: 1.0791666666666666;
page-break-after: avoid;
border-top-style: solid;
border-bottom-width: 1pt;
border-top-color: #189966;
border-bottom-style: solid;
orphans: 2;
widows: 2;
text-align: center;
color: #189966;
max-width: 800px;
margin: auto;
}

.contentAboutUs {
margin: 0 6.5%;
max-width: 862px;
}

.contentAboutUsP1 {
font-style: normal;
font-weight: 300;
line-height: 147%;
letter-spacing: 3px;
}

.contentAboutUsP2 {
font-style: normal;
font-weight: 500;
line-height: 162%;
letter-spacing: 3px;
}

/*----------------------------------------------------------------input box --------------------------------------------------------------------*/

.contactInputBoxSmall {
    width: 263px;
    height: 88px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 0 50px 0 0;
    margin: 8px;
    outline: none;
  }

.contactInputBoxSmallDropDown {
    width: 314px;
    height: 88px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 0 50px 0 0;
    margin: 8px;
    outline: none;
}

.contactInputBoxFullWidth {
  width: 596px;
  height: 88px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  padding: 0 50px 0 0;
  margin: 8px;
  outline: none;
}

.contactInputBoxLarge {
    width: 596px;
    height: 88px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    padding: 10px 50px 0 0;
    margin: 8px;
    outline: none;
  }

  
  @media screen and (max-width: 982px) {
    .contactInputBoxLarge {
      width: 70vw!important;
    }
    .contactInputBoxFullWidth {
      width: 70vw!important;
    }
    .contactInputBoxSmall {
      width: 28.1vw!important;
    }

  }

  @media screen and (max-width: 1281px) {
    .contactInputBoxFullWidth {
      height: 44px!important;
    }
    .contactInputBoxSmall {
      height: 44px!important;
    }
    .contactInput2BoxSmall {
      height: 44px!important;
    }
    .button-container {
      flex-direction: column;
      align-items: center;
    }
    
    .greenButtonCenterButton {
      width: 100%;
      max-width: 380px;
    }
  }


  /*---------------------------------------------------------------------loading ----------------------------------------------------------------------------*/

  #loadingSymbolContact {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #8BCE7C;
    border-radius: 100%;
    animation: spin 1s infinite linear;
    position: absolute;
    visibility: hidden;
    display: none;
    left: 70%;
    top: 24px;
  }
  
  
  #loadingSymbolContact.display {
    display: block;
    visibility: visible;
  }

  #loadingSymbol {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #8BCE7C;
    border-radius: 100%;
    margin: auto 15px;
    animation: spin 1s infinite linear;
    position: absolute;
    visibility: hidden;
    display: none;
    left: 70%;
    top: 20px;
}


#loadingSymbol.display {
    display: block;
    visibility: visible;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.styled-table {
  border-collapse: collapse;
  margin: 5px 0;
  max-width: 1000px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 30px;
}

.styled-table tr:hover {background-color: #f3f3f3;}

.styled-table .good{
  background-color: #8BCE7C;
}

.styled-table .bad{
  background-color: #C75050;
}

.styled-table .notgoodnotbad{
  background-color: #ED7E34;
}

.styled-table thead tr {
  text-align: center;
}


.styled-table th,
.styled-table td {
    padding: 0px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

/* ==== css/navbar.css ==== */
/*--------------------------------------------------------------------------------------------------hamburger------------------------------------ */

@media only screen and (max-width: 982px) {

  
    .logo1 {
      float: left !important;
      margin-inline-end: 5%;
    }
  
    .logoBiz {
      float: left !important;
      margin-inline-end: 8%;
    }
  
    .hamburger {
      display:block!important;
    }

    .headerManu {
        display: none;
      }

    .headerButton {
    display: none;
    margin-inline-start: 50vw!important;
    width: 400px!important;
    height: 150px!important;
    bottom: 0;
    }

    .dropdown-content {
      margin-right: 50px!important;
    }
}

.header {
    position: sticky;
    top: 0;
    padding: 0;
    margin: 0;
    height: 100px;
    background-color: white;
    z-index: 2;
    transition: 0.5s;
    overflow:visible;
  }

.pageName {
    margin: 0 40px 0 0;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
  }
  
  
  .pageName:hover {
    color:#189966;
  }
  

.pageNameActive {
    color:#189966!important;
    }

.logo1 {
    /* Both dimensions are explicit on purpose. The logo SVG carries a viewBox
       but no intrinsic width/height, and .vertical-center makes it
       position:absolute - a combination where Safari will not derive the width
       from height x aspect-ratio, so the logo rendered wrong there while Chrome
       (which does derive it) looked fine. 35px is what 35% of the 100px .header
       resolved to, and 278px is 1906.25/239.78 x 35, matching the width Chrome
       computes - so this is pixel-identical to before on Chrome.
       The SVG files were also given intrinsic width/height, which fixes the
       root cause; this rule keeps it correct regardless of the asset. */
    height: 35px;
    width: 278px;
    float: right;
    position: relative;
    margin-inline-start: 1%;
    object-fit: contain;
    max-width: 100%;
  }
  
  .logoBiz {
    height: 52%;
    float: right;
    position: relative;
    margin-inline-start: 3%;
  }

.headerManu {
    float: right;
    margin-right: 0;
    position: relative;
    transform: translate(0%, -50%);
    vertical-align: middle;
  }

.hamburger{
    display: none;
  }
  
   #menuToggle
   {
     display: block;
     position: fixed;
     top: 30px;
     right: 0;
     z-index: 100;
     -webkit-user-select: none;
     user-select: none;
   }
  
   #menuToggle a
   {
     text-decoration: none;
     color: #232323;
     transition: color 0.3s ease;
   }
  
   #menuToggle a:hover
   {
     color: #8BCE7C;
   }
  
  
   #menuToggle input
   {
     display: block;
     width: 40px;
     height: 32px;
     position: absolute;
     top: -7px;
     right: 60px;
  
     cursor: pointer;
     opacity: 0; /* hide this */
     z-index: 2; /* and place it over the hamburger */
     -webkit-touch-callout: none;
   }
  
   #menuToggle span
   {
     display: block;
     width: 40px;
     height: 4px;
     margin: 8px 40px 0px 0;
     position: relative;
     background: #222;
     border-radius: 3px;
     z-index: 1;
     transform-origin: 4px 0px;
     transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                 background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                 opacity 0.55s ease;
   }
  
   #menuToggle span:first-child
   {
     transform-origin: 0% 0%;
   }
  
   #menuToggle span:nth-last-child(2)
   {
     transform-origin: 0% 100%;
   }
  
   #menuToggle input:checked ~ span
   {
     opacity: 1;
     transform: rotate(45deg) translate(-2px, -1px);
     background: #232323;
   }
  

   #menuToggle input:checked ~ span:nth-last-child(3)
   {
     opacity: 0;
     transform: rotate(0deg) scale(0.2, 0.2);
   }
  

   #menuToggle input:checked ~ span:nth-last-child(2)
   {
     transform: rotate(-45deg) translate(0, -1px);
   }
  

   #menu
   {
     position: fixed;
     height: 100vh;
     width: 100vw;
     margin: -150px 0 0 0px;
     padding: 100px 0 0 0;
     border-radius: 0 0 0 20px;
     background: #F8FEFF;
     opacity: 0.9;
     list-style-type: none;
     -webkit-font-smoothing: antialiased;
     transform-origin: 0% 0%;
     transform: translate(100%, 0);
     transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   }
  
   #menu li
   {
     padding: 20px;
     text-align: center;
   }
  

   #menuToggle input:checked ~ ul
   {
     transform: none;
   }
  

/*--------------------------------------------------------------------------------------------------dropdown------------------------------------ */

/*
.dropdown {
    overflow: hidden;
  }
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
    width: 220px;
    margin: 0 250px 0 0;
  }
  
  
  
  .dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color:#189966;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }*/

  .dropdown {
    position: relative; 
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0; 
    background-color: white;
    min-width: 220px; 
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 10000;
    margin: 0; 
}

.dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #189966;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.greenhover {
    background: none;            
    border: 2px solid #189966;   
    color: darkgreen;            
    border-radius: 50px;
    padding: 8px 15px;
    cursor: pointer;
    
}

.greenhover:hover {
    background-color: #13774f;
    color: white;
}

/* ── Small desktop (983px – 1500px) ─────────────────────────────── */
@media only screen and (min-width: 983px) and (max-width: 1500px) {

  .headerButton {
    width: 130px !important;
    height: 46px !important;
    font-size: 0.85rem !important;
    padding: 0 8px !important;
  }

  .pageName {
    margin: 0 18px 0 0 !important;
    font-size: 19px !important;
  }

  /* header 100px tall, buttons 46px → (100-46)/2 = 27px */
  .header > div:last-child {
    padding-top: 27px !important;
    gap: 10px !important;
    padding-left: 6px !important;
  }
}

/* ── Tight desktop (983px – 1150px) ─────────────────────────────── */
@media only screen and (min-width: 983px) and (max-width: 1150px) {

  .headerButton {
    width: 100px !important;
    height: 38px !important;
    font-size: 0.72rem !important;
    padding: 0 6px !important;
  }

  .pageName {
    margin: 0 10px 0 0 !important;
    font-size: 15px !important;
  }

  /* header 100px tall, buttons 38px → (100-38)/2 = 31px */
  .header > div:last-child {
    padding-top: 31px !important;
    gap: 6px !important;
    padding-left: 4px !important;
  }
}

/* ==== css/index_top_block.css ==== */
@media only screen and (max-width: 982px) {

  
    .illustartionOfMapProjectImage {
      display: none;
      width: 0 !important;
    }
  
    .rightTitleBlock {
      margin-right: 20px;
      width: 450px;
      width: 90vw !important;
    }
  }

  @media (min-width: 4000px) {
    .illustartionOfMapProjectImage {
      display: none;
    }
  }



.titleBlock {
    height: 550px;
    background: linear-gradient(119deg, #1d77b0 -6%, #47aec9 103%);
    position: relative;
  }

  .centeredTitle {
    margin: auto;
    width: fit-content;
    height: 100%;
  }

  
  .rightTitleBlock {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    width: 470px;
    max-width: 100vw;
  }

  
  .mainTitle {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #fff;
    margin: 0;
  }

  .subTitle {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 2px;
    color: #fff;
    padding: 0px;
    margin: 0;
  }

  .whatIsYourAddress {
    width: 55%;
    height: 81px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    text-align: right;
    padding: 0 50px 0 0;
    border: 0;
    outline: none;
    transition: 0.5s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.05);
    }
  
    .ctaButton {
      height: 81px;
      width: 100%; 
      margin: 20px 0;
      border-radius: 50px;
      background-color: #189966;
      border-width: 0;
      padding: 0;
      outline: 0;
      transition: 0.5s;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
  

  .runCalculatour {
    padding-top: 28.65px;
  }

  .mainInputBox {
    width: 100%;
  }
  

  .submitButton {
    width: 140px;
    height: 81px;
    border-radius: 10px 0 0 10px;
    background-color: #189966;
    border: 0;
    padding: 0;
    left: 4px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    transition: 0.5s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .illustartionOfMapProjectImage {
    height: 450px;
    width: 500px;
    display: inline-block;
  }

  .mainImg {
    height: 100%;
    vertical-align: top;
    width: 40vw;
  }



/* ==== css/article.css ==== */
@media screen and (max-width: 982px) {

  .article_title_content_div {
    width: 90%;
  }
    .article-div {
      height: auto!important;
    }

    .article_image {
      width: 100%;
      height: auto;
    }


    .article_li {
      min-width: 100vw;
      margin: 40px 0;
      margin-inline: 0!important;
    }

    .imgDivSize {
      width: auto !important;
      height: auto !important;
  }
}

.article-div {
    padding: 50px 0 0 0;
  }

.article-container {
    margin: auto;
    width: 100%;
    min-height: 560px;
    padding: 30px 0;
    display: none;
  }

  .article-containerP {
    margin: auto;
    width: 100%;
    min-height: 560px;
    padding: 30px 0;
    display: none;
  }



.article-container-active {
display: block;
}


.container-wrapper {
width: fit-content;
margin: auto;
}

.article_ul {
background-color: white;
position: relative;
z-index: 1;
}

.article_li {
    margin-top: 0;
    width: calc(100vw / 3.3);
    border-radius: 8px;
    border: solid 1px #d9d9d9;
    float: right;
    max-width: 390px;
    margin-inline: 10px;
    min-height: 420px;
    background-color: #F8FEFF;
  }

  .article_li:hover .moreInfo {
    display: contents;
    background-color: #189966;
  }

  .moreInfo {
    display: none;
    position: absolute;
  }

  .article-info-font {
    padding-right: 20px;
  }

  .padding_20px_inner {
    padding: 0 20px;
  }

  .blueButtonLoadMore {
    /* background: #47AEC9; */
    border-radius: 6px;
    /* border: 0; */
    padding: 5px 10px;
    height: 50px;
    /* filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4)); */
    margin: auto;
    width: 150px;
    position: absolute;
    z-index: 0;
    border-color: #189966;
  }

  .blueButtonLoadMoreP {
    /* background: #47AEC9; */
    border-radius: 6px;
    /* border: 0; */
    padding: 5px 10px;
    height: 50px;
    /* filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4)); */
    margin: auto;
    width: 150px;
    position: absolute;
    z-index: 0;
  }


  .imgDivSize {
    /*width: 390px;*/
    height: 220px;
  }

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

  .greenhover-button {
    background: none;            
    border: 2px solid #189966;   
    color: darkgreen;            
    cursor: pointer;
    border-radius: 6px;
    height: 50px;
    /* filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4)); */
    margin: 0 0 20px 20px;
    float: left;
    width: 120px;
    border-color: #189966;
    
    
}

.greenhover-button:hover {
    background-color: #13774f;  
    color: white;                  
}

/* ==== css/contact.css ==== */

@media screen and (max-width: 982px) {
  .contactUs {
    text-align: center;
  }
  .contactInfo {
    display: block!important;
  }

}

.contactUs {
    display: -webkit-inline-box;
    background: #F8FEFF;
    padding: 60px 0 120px 0;
    width: 100%;
  }

  .contactUs_box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contactUsLeftBox {
    margin: auto 20px auto 20px;
  }


.contactInfo {
    margin: 0;
    padding-left: 50px;
    display: inline;
    vertical-align: middle
  }

  .contactIcon {
    margin-left: 15px;
  }

  .contactUsRightBox {
    position: relative;
    margin: 50px 25px auto 25px;
  }
  

  

/* ==== css/CTAbuttons.css ==== */
      /* for desktop */
      .whatsapp_float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 30px;
        left: 30px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .whatsapp-icon {
        margin-top: 16px;
    }

    /* for mobile */
    @media screen and (max-width: 767px) {

        .fa {
          font-size: 50px !important;
        }

        .whatsapp_float {
            width: 80px !important;
            height: 80px !important;
            bottom: 20px;
            left: 15px;
            font-size: 22px;
        }
      
      .ctaButtonMobile {
        display: block!important;
      }
    }

    .ctaButtonMobile {
        position: fixed;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        background: #189966;
        text-align: center;
        border: solid 2px #d9d9d9;
        bottom: 5px;
        margin: 0 auto;
        display: none;
        z-index: 1000;
        right: 0;
        bottom: 0;
        transform: translate(-10%, -10%);
        animation: glowing 1000ms infinite;
      }
      
      @keyframes glowing {
        0% {
          background-color: #8BCE7C;
          box-shadow: 0 0 3px #8BCE7C;
        }
        50% {
          background-color: #189966;
          box-shadow: 0 0 10px #189966;
          width: 100px;
          height: 100px;
        }
        100% {
          background-color: #8BCE7C;;
          box-shadow: 0 0 3px #8BCE7C;;
        }
      }

/* ==== css/footer.css ==== */

.footerStyle {
    background: #424242;
    text-align: center;
  }

  
.footerLogo {
    margin: 0;
    height: 30px;
    padding: 30px;
  }

  .bottomLegend {
    padding: 0 10px;
  }

  .whiteLegend {
    color: white;
    letter-spacing: 2px;
    white-space: pre-line;
    font-size: 1rem;
  }

  .footerP {
    padding: 0 0 15px 0;
    margin: 0;
    color: #FFFFFF;
  }

  .socialMediaIcons {
    padding: 0;
    margin: 0 7px 10px 7px;
    height: 34px;
    width: auto;
  }

/* ==== css/index.css ==== */

.ourMethod {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 100px 20px;
  }

  .threeMethodBoxes {
    align-content: center;
    margin-top: 30px;
  }

  .methodBox {
    min-width: 350px;
    min-height: 500px;
    margin-inline: 1.5%;
    margin-bottom: 50px ;
    border-radius: 8px;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  .methodIcon {
    height: 250px;
  }

  .methodIconImg {
    display: inline-block;
    vertical-align: middle;
    margin: 70px;
    height: 120px;
    width: auto;
  }

  .ourMethodTitle {
    font-weight: 500;
    padding-bottom: 32px;
    margin: 0;
    letter-spacing: 2px;
  }


  .ourMethodParagraph {
    width: 312px;
    margin: 0 auto 50px;
    text-align: center;
  }


  .aboutUs {
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 400px;
  }

  .houseBikesNdSolar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 871.997;
  }






/* ==== css/popUpFirstLoad.css ==== */
.popUpFirstLoad {
    text-align: center;
    position: fixed;
    padding: 0 50px;
    min-width: max-content;
    margin: auto;
    background-color: rgb(46, 45, 45);
    z-index: 1000000;
    color: white;
    border: 3px solid #D9D9D9;
    border-radius: 20px;
  }

.CloseWindowIconPopUpFirstLoad {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
  }

/* ==== css/scrollingLogos.css ==== */
.marquee {
    display: flex;
    block-size: var(--marquee-item-height);
    margin-block: var(--marquee-item-height);
    position: relative;
    overflow-x: hidden;
    mask-image: linear-gradient(
      to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
    display: flex;
    align-items: center;  
    gap: 20px;             
    justify-content: center; 
  }
  
  .marquee--8 {
    --marquee-item-width: 100px;
    --marquee-item-height: 100px;
    --marquee-duration: 36s;
    --marquee-items: 8;
  }
  
  .marquee--3 {
    --marquee-item-width: 150px;
    --marquee-item-height: 150px;
    --marquee-duration: 24s;
    --marquee-items: 3;
  }
  
  .marquee--6 {
    --marquee-item-width: 200px;
    --marquee-item-height: 100px;
    --marquee-duration: 32s;
    --marquee-items: 10;
  }






  
  .marquee__item {
    --marquee-item-offset: max(
      calc(var(--marquee-item-width) * var(--marquee-items)),
      calc(100% + var(--marquee-item-width))
    );
    --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
    position: absolute;
    inset-inline-start: var(--marquee-item-offset);
    transform: translateX(-50%);
    animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
  }
  
  .marquee__item:nth-child(4n) {
    border-top-right-radius: 1rem;
  }
  
  .marquee__item:nth-child(4n + 1) {
    border-bottom-right-radius: 1rem;
    border-radius: 0;
  }
  
  .marquee__item:nth-child(4n + 2) {
    border-bottom-left-radius: 1rem;
  }
  
  .marquee__item:nth-child(4n + 3) {
    border-top-left-radius: 1rem;
  }
  
  .marquee--8 .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
  }
  
  .marquee--8 .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  
  .marquee--8 .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  
  .marquee--8 .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
  }
  
  .marquee--8 .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
  }
  
  .marquee--8 .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
  }
  
  .marquee--8 .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
  }
  
  .marquee--8 .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
  }
  
  .marquee--3 .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
  }
  
  .marquee--3 .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  
  .marquee--3 .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  
  .marquee--6 .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
    
  }
  
  .marquee--6 .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
  }
  
  .marquee--6 .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
  }
  
  .marquee--6 .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
  }
  
  .marquee--6 .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
  }
  
  .marquee--6 .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
  }

  .marquee--6 .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
  }

  .marquee--6 .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
  }

  .marquee--6 .marquee__item:nth-of-type(9) {
    --marquee-item-index: 9;
  }

  .marquee--6 .marquee__item:nth-of-type(10) {
    --marquee-item-index: 10;
  }
  
  @keyframes go {
    to {  
      inset-inline-start: calc(var(--marquee-item-width) * -1);
    }
  }
