body {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    margin: 80px 0 0 0;
    box-sizing: border-box;
}

header {
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; 
    max-width: 1760px;
    margin: 0 auto;
}

 #navbar {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            transition: transform 0.3s ease-in-out;
            z-index: 1000; 
        }

a {
    color: inherit; 
    border-bottom: 2px solid transparent; 
   
    text-decoration: underline;
  }
  

  a:hover, a:active {
    color: inherit;
    cursor: pointer;
  }

.menu-btn {
    display: none; 
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-right: 20px;
}

.menu-btn:focus + .nav-links,
.menu-btn.clicked + .nav-links {
    display: flex;
}

.logo {
    margin-left: 40px;
    margin-right: 40px; 
}

.nav-links {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: auto; 
    z-index: 9999;
    
}

.nav-links.show {
    display: flex;
    /* Other styling */
}

.nav-links li {
    margin-left: 20px; 
}

.nav-links :last-child {
    margin-right: 30px ; 
  }

  .nav-links a {
    position: relative; 
    color: #3a3e45;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
}

.nav-links a::after {
    content: ''; 
    position: absolute; 
    left: 0;
    bottom: -3px; 
    width: 100%;
    border-bottom: 1.5px solid transparent; 
    transition: border-color 0.2s ease; 
}

.nav-links a:hover::after {
    border-bottom-color: #0281b0;
}

.cta-btn {
    background-color: #25b8b8;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: 500;
    margin-left: 20px;
}

.cta-btn:hover {
    background-color: #1c7bb8;
    scale: 102%;
}


.login-btn {
    color: #3a3e45;
    background-color: #fff;
    border: 2px solid;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
  margin-right: 40px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: 500;
}

.login-btn:hover {
    background-color: #3a3e45;
    border-color: #3a3e45;
    color: #fff;
    scale: 104%;
}


.cta-btn-list {
    background-color: #25b8b8;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: 500;
    margin-left: 20px;
    display: none;
}

.cta-btn-list:hover {
    background-color: #0281b0;
    scale: 102%;
}


.login-btn-list {
    color: #3a3e45;
    background-color: #fff;
    border: 2px solid;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: 500;
    display: none;
    width: 140px;
}

.login-btn-list:hover {
    background-color: #3a3e45;
    border-color: #3a3e45;
    color: #fff;
    scale: 104%;
}





.main {
    display: flex;
    flex-direction: column;

}


.banner-box {
    background-color: #fff;
    max-width: 1760px;
    width: 100%;
    min-height: 740px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    flex-wrap: wrap;
}



.banner-copy {
    color: #3a3e45;
    font-weight: 800;
    font-size: 64px;
    line-height: 64px !important;
    flex: 1; 
    margin-right: 20px; 
    margin-left: 20px;
    margin-bottom: 0px; 
    padding-left: 80px;
    padding-right: 40px;
    letter-spacing: -3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



.cta-btn-banner {
    background-color: #25b8b8;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: -40px;
    margin-bottom: 20px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: 500;
    font-size: 28px;
  
}


.cta-btn-banner:hover {
    background-color: #0281b0;
    scale: 102%; 
}

.banner-img {
    max-width: 50%; 
    margin-top: 20px; 
    margin-right: 40px;
}


.catagories-box {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}

.catagories {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1760px;
    padding-top: 20px;
}

.sector {
    position: relative;
    background-color: #f0f4f4;
    width: 100%;
    min-height: 460px; 
    color: #3a3e45;
    letter-spacing: 0.05px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}



.sector:not(:last-child) {
    margin-right: 20px ; 
  }

.sector-content {
    display: inline-block;
}


.sector-img {
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: top;
    bottom: 0;
    position: absolute;
}

.sector-title {
    margin-top: 30px;
    margin-left: 40px;
    font-weight: 500;
    font-size: 30px;
}

.sector-copy {
    margin-top: 0px;
    margin-left: 40px;
    margin-right: 20px;
    font-weight: 300;
    font-size: 24px;
}

.findoutmore {
    margin-left: 40px;
    padding-top: 0px;
    font-weight: 300;
    font-size: 24px;
    text-decoration: 1px underline;
}

.sector-img.solar {
    background-image: url('//144222607.fs1.hubspotusercontent-eu1.net/hubfs/144222607/raw_assets/public/images/solar-installers.jpg');
}

.sector-img.enterprise {
    background-image: url('//144222607.fs1.hubspotusercontent-eu1.net/hubfs/144222607/raw_assets/public/images/enetrprise-img.jpg');
}

.sector-img.nonprofit {
    background-image: url('//144222607.fs1.hubspotusercontent-eu1.net/hubfs/144222607/raw_assets/public/images/non-profit.jpg');
}




.sector-link {
    position: absolute; 
    bottom: 40px; 
    margin-top: 20px; 
}

.aboutus-box {
    background-color: #eaefef;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    width: 100%; 
    max-width: 1760px; 
    flex-direction: row;
    justify-content: space-between;
}

.aboutus-title {
    margin: 40px;
    font-size: 40px;
    font-weight: 400;
    color: #3a3e45;
}

.aboutus-content {
    display: flex;
    flex-direction: column;
}

.aboutus-copy {
    margin-left: 40px;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 28px;
    max-width: 80%;
}

.aboutus-img {
    width: 100%;
    object-fit: cover; 
}

.aboutus-img-container {
    height: 100%;
    overflow: hidden; 
    
}

.quote-box {
    width: 100%; 
    max-width: 1760px;
    margin: auto; 
    background-color: #0281b0;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.quote-content {
    max-width: 1020px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    margin-left: 40px;
    margin-right: 40px;
}



.hero-box {
  width: 100%;
  max-width: 1760px;
  margin: auto; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3a3e45;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
}

.quote-title {
  font-size: 30px;
  font-weight: 400;
  margin: 40px 40px 0 40px;
  color: #fff;
  text-align: center;
}

.stars {
  width: 100px;
  padding: 10px;
  margin-bottom: 20px;
}


.quote-card {
  text-align: center;
  padding: 20px;
  max-width: 800px;
}



.ksp-container {
  width: 100%;
  background-color: #f0f4f4;
  display: flex;
  flex-direction: row;
  justify-content:  center;
  align-items: center;
  margin-top: 20px;
}

.ksp {
    border-radius: 8px;
  background-color: aqua;
  width: 20%;
  height 400px;
  margin: 20px 20px 20px 0;
}

.sitemap {
    background-color: #3a3e45;
    width: 100%; 
    margin: auto; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  overflow-x: hidden;
  }

.site-map-base {
  margin: 20px 0 20px 40px;
  color: #fff;
  font-weight: 300;
  padding: 0 20px 0 20px;
}

.site-map-base-links {
  margin: 20px 0 40px 40px;
  color: #fff;
  font-weight: 300;
  padding: 0 20px 0 20px;
}

  .sitemap-sub {
    background-color: #3a3e45;
    width: 100%;
    max-width: 1760px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: auto; 
}

  .sitemap-box {
    display: flex;
    justify-content: flex-start;
    width: 1400px;
    padding: 20px;
    margin-left: 40px;
  }
  
  .sitemap-section {
    margin-bottom: 20px;
    margin-right: 80px;
  }
  
  .sitemap-title {
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
  }
  
  .sitemap-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  
  .sitemap-links li {
    margin-bottom: 10px;
    font-size: 18px;
    margin-right: 40px;
  }
  
  .sitemap-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
  }
  
  .sitemap-links a:hover {
    text-decoration: underline;
  }


 

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

    .logo {
        margin-right: auto;
      margin-left: 0px;
    }

    .cta-btn {
        display: none;
      }

      .login-btn {
        display: none;
      }

      .cta-btn-list {
        display: block;
        margin-top: 20px;
      }
      .login-btn-list{
        display: block;
        margin-bottom: 100px;
      }

   
    .menu-btn {
        display: block;
    }

   
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute; 
        background-color: #fff; 
        width: 100%;
        top: 60px; 
        padding-top: 30px;
        z-index: 1000; 
    }
    


    .menu-btn:focus + .nav-links,
    .menu-btn.clicked + .nav-links {
        display: flex;
    }

  
    .nav-links li {
        margin-left: auto; 
        padding-right: 40px;
        line-height: 30px;
    }

 
 
    .nav-links li:last-child {
        margin-top: 20px;
        margin-right: 0;
    }


    .catagories {
      flex-direction: column; 
      align-items: center;
    }
  
    .sector {
      width: 100% !important; 
      margin-bottom: 20px; 
      min-height: 460px !important;
      padding-bottom: 60px !important;
    }

    .sector:not(:last-child) {
        margin-right: 0px !important; 
      }

    .banner-box {
        flex-direction: column;
        padding: 0 2vw 0 0 !important;
        width: 100%;
        max-width: 435px !important;
        min-height: 500px !important;
        margin: 0 0 40px 0 !important;
     

    }
    

    .banner-copy {
        margin-top: 0px !important;
        margin-left: -40px !important;
        margin-bottom: 0px !importannt;
        margin-right: 0px !important;
        font-size: 2px !important;
        line-height: 56px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        scale: 70% !important;
        min-height: 420px !important;
        min-width: 435px !important;
    }
    
    .cta-btn-banner {
      margin-top: 20px !important;
    }

    


    .banner-copy,
    .banner-img {
        max-width: 80%; 
        min-width: 80%;     
    }

    .banner-img {
        max-width: 50%; 
        margin-top: -40px; 
        margin-right: 20px;
    }
    
    
    .banner-text-resize {
        font-size: 30px; 
    }

    .plans {
        flex-direction: column;
    }
    
    .plan {
    padding-bottom: 100px;
}

    .aboutus-box {
        display: flex;
        width: 100%; 
        flex-direction: column !important;

    }
    .aboutus-img-container {
        width: 100% !important;
    }

    .plogo {
        margin: 40px !important;
        margin-top: 10px !important;
    }

    .sitemap-box {
        flex-direction: column;
      }
    
    .sitemap-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  
  .sitemap-links li {
    margin-bottom: 10px;
    font-size: 18px;
    margin-right: 0px;
  }
    
        .study-content {
      flex-direction: column;
      margin-left: 50px;
}
    
    .study-content-item {
  margin-bottom: 20px !important;
}
    
    .page-overview {
    flex-direction: column !important; 
}
    
    .sector-page-block {
  flex-direction: column;
      width: 100%;
}
    
    .sector-page-features {
  display: flex;
  width: 80%;
      flex-direction: column;
  justify-content: flex-start;

}
    
    .sector-page-feature-box {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 190px !important;
    margin-left: 20px;
}
    
    
.hs-form {
    padding: 40px 0 100px 0;
    margin-right: 40px !important;
}
    
    .hs-form input.hs-input {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.hs-form textarea.hs-input {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    resize: vertical; 
    min-height: 140px;
}

.hs-form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100% !important;
}

.hs-form .hs-form-field {
    width: 100% !important; 
    margin-bottom: 10px; 
    position: relative; 
}
    .site-map-base {
      display: flex;
      flex-direction: column !important;
      line-height: 40px;
}
    
    .sector-block-image {
  width: auto !important; 
  height: 220px !important; 
  margin-right: 0px !important;
      margin-left: 0px !important;
  flex-shrink: 0;
}
    
    .values-img {
    width: 100%;
    min-height: 500px;
      object-fit: cover;
}
    
    .about-us {
  padding-right: 40px;
}


.promo-banner {
  font-size: 14px !important;
  padding: 10px 20px !important;
}

#dynamicText {
  height: 220px !important;
}

.calendly-container {
  min-height: 1400px !important;
  }

 
    
      
  }

@media screen and (max-width: 1440px) and (min-width: 1142px) {
    .banner-box {
        max-width: calc(100% - 80px); 
        margin: 0 auto;
        padding: 0 40px; 
      margin-top: -80px !important;
    }

    .banner-copy {
        font-size: 56px;
        line-height: 56px !important;
        margin-top: 10px; 
    }

    .banner-img {
        max-width: 40%; 
        margin-top: 10px; 
        margin-right: 40px;
      
    }

    .banner-content {
        display: flex;
        align-items: center;
    }
  
  .plan {
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    max-width: 400px;
    border-radius: 16px;
    margin: 20px;
    padding-bottom: 140px;
}
  
  .sector {
    padding-bottom: 80px !important;
}

#dynamicText {
  height: 200px !important;
}

  


}







  @media screen and (max-width: 1141px) and (min-width: 769px) {
    .plans {
        flex-direction: column;
    }
    .banner-img {
        max-width: 50%; 
        margin-top: 20px; 
        margin-right: 0px;
      margin-left: 80px !important;
      margin-bottom: 40px;
    }

    .cta-btn {
        display: none;
      }

      .login-btn {
        display: none;
      }

      .cta-btn-list {
        display: block;
        margin-top: 20px;
      }
      .login-btn-list{
        display: block;
      }

  
    .menu-btn {
        display: block;
    }


    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute; 
        background-color: #fff; 
        width: 100%;
        top: 60px; 
        padding-top: 30px;
        z-index: 1000; 
    }
    

  
    .menu-btn:focus + .nav-links,
    .menu-btn.clicked + .nav-links {
        display: flex;
    }


    .nav-links li {
        margin-left: auto;
        padding-right: 40px;
        line-height: 30px;
    }

 

    .nav-links li:last-child {
        margin-top: 20px;
        margin-right: 0;
    }
    

    
    .sector-page-block {
  flex-direction: column;
      width: 100%;
}


.sector-img-container {
   display: none !important;
  
}

.sector-banner-img {
    display: none !important;
}
    
      .sector {
    padding-bottom: 120px !important;
}



#dynamicText {
  height: 100px !important;
}


    
    
  }






  .page-overview-box {
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .page-overview {
    background-color: #eaefef;
    margin: auto;
    display: flex;
    min-height: 200px;
    width: 100%; 
    max-width: 1760px; 
    flex-direction: row;
    
}
.sector-img-container {
    margin: 0 0 0 auto; 
    display: flex; 
    align-items: center;
  height: 100%;
    overflow: hidden; 
}
.sector-banner-img {
  height: 200px;
    width: 100%;
    object-fit: cover;  

}


  .breadcrumbs {
    font-weight: 300;
    margin: 40px auto 20px 40px;
    display: inline-block !important; 
    white-space: nowrap !important;
  }

.breadcrumb-align {
    display: inline-flex;
    align-items: center;
  margin-right: 20px;
}

  .overview-copy {
    font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  font-weight: 500;
    margin: 40px auto 20px 40px;
    padding-right: 20px;
     flex: 1;
  }

  .toggle-btn-title {
    margin: 40px auto 0px 40px;
    font-size: 24px;
    font-weight: 500;
  }

  .toggle-button-box {
    margin: auto;
    display: flex;
    height: 180px;
    width: 100%; 
    max-width: 1760px; 
  }
  
  .toggle-buttons {
    margin: 40px auto 40px 40px;
  }
  
  .toggle-btn {
    padding: 20px;
    border: 2px solid;
    border-radius: 12px;
    border-color: #c3c3c5;
    background-color: #fff;
    color: #3a3e45;
    width: 180px;
    height: 80px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Gotham Rounded";
    cursor: pointer;
  }
  

  .toggle-btn.selected {
    border-color: #0281b0;
  }

  .horizontal-line-page {
    border: 0;
    border-top: 1px solid #c3c3c5; 
    width: 100%;
}

.info-container {
margin: auto;
    display: flex;
    width: 100%; 
    max-width: 1760px; 
}

  .info-box {
    margin: 0px auto 20px 40px;
    min-height: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;

  }

  .info-box-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #3a3e45;
  }
   .info-content {
    margin-top: 40px;
    margin-right: 200px;
    font-size: 20px;
    font-weight: 300;
    color: #3a3e45;
    display: flex;
    flex-direction: column;
   }

.study-content {
  display: flex;
  width: 100%;
  justify-content: center;
}

.study-content-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #c3c3c5;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 100px;
  max-width: 400px;
  padding-bottom: 40px;
}

.study-logo {
  max-height: 80px; 
  width: auto; 
  object-fit: contain;
  display: block; 
  float: left;
  margin-top: 40px;
}

.study-copy {
  font-weight: 300;
  color: #3a3e45;
  font-size: 20px;
  margin-left: 40px;
  margin-top: 40px;
  padding-right: 40px;
}

.tick-point-container {
    display: inline-flex;
    align-items: center;
  margin-left: 20px;
  margin-bottom: 10px;
}

.tick {
  width: 20px;
  height: auto;
  margin-right: 20px;
}

.sector-info-box {
    margin: 0px auto 20px 0px;
    min-height: 600px;
    height: 100%;
    display: flex;
  justify-content: center;
  align-items: center;
    flex-direction: column;
    width: 100%;
  }

.sector-page-block {
  display: flex;
  width: 70%;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: space-between;
    align-items: center;
}

.page-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 340px;


}

.sector-page-title {
  max-width: 600px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
  font-weight: 500;
  color: #3a3e45;
}


.sector-page-copy {
  max-width: 600px;
  font-size: 20px;
  font-weight: 300;
  color: #3a3e45;
  margin-top: -20px;
}

.sector-block-image {
  width: auto; 
  height: 360px; 
  margin-right: 40px;
  margin-left: 40px;
  flex-shrink: 0;
}

.plan-list {
  width: 100%;
}

.sector-page-features {
  display: flex;
  width: 80%;
  justify-content: flex-start;

}

.sector-page-feature-box {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 240px;
    margin-left: 20px;
}

.sector-page-feature-box2 {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 240px;
    margin-left: 20px;
}

.hs-form {
    padding: 40px 0 100px 0;
    
}

#hs_cos_wrapper_widget_1713148624998_title {
    display: none;
}

.hs-form input.hs-input {
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.hs-form textarea.hs-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    resize: vertical;
    min-height: 140px;
}

.hs-form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 20%;
}

.hs-form .hs-form-field {
    width: 50%;
    margin-bottom: 10px; 
    position: relative;
}

.hs-form .hs-button {
    display: block;
}

.hs-form-field > * {
    list-style: none;
}

.hs-error-msg {
  font-size: 16px;
  font-weight: 300;
    color: red;
    position: absolute;
    top: 0;
    left: 120px;
}

.hs-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.hs-form-field.hs-error .hs-input {
    border-color: red;
}


.hubspot_module .rich_text_sector-box02 ul {
    padding-left: 0;
}

.hubspot_module .rich_text_sector-box02 ul li {
    list-style-position: inside;
    margin-left: 0;
}

.pdoc {
  font-weight: 300;
  margin-top: 400px;
}

.sector-cta {
    background-color: #25b8b8;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-weight: 500;
}


.sector-cta:hover {
    background-color: #0281b0;
    scale: 102%; 
}



.about-info-box {
    margin: 0px auto 20px 40px;
    min-height: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;

  }

.about-us {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
}


.values-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  margin: 0 0 40px 0;
}

.values-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1700px;
}

.values-img {
    width: 100%;
    height: auto;
}

.values-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 20px;
}

.values-title {
    font-size: 51px;
    margin: 0;
}

.values-description {
    font-size: 21px;
    margin: 10px 0;
}

.values-button {
    padding: 10px 20px;
    font-size: 21px;
    background-color: #fff; 
    color: #3a3e45;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
}

.values-button:hover {
  background-color: #3a3e45;
  color: #fff;
}



.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1760px;
  margin: auto; 
  overflow: hidden;
  background-color: #3a3e45;
  padding: 40px 0;
  color: #fff;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 50px;
}

.carousel-item {
  flex: 0 0 50%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 40px;
}

.carousel-item.active {
  opacity: 1;
}

.carousel-logo {
  width: 200px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 8px;
}

.carousel-logo-b {
  height: 100px;
  margin-bottom: 10px;
}

.carousel-quote {
  font-size: 24px;
  text-align: center;
}

.carousel-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.person-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.person-name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding-right: 10px;
}

.person-title {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}


.carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}


.arrow-left, .arrow-right {
  background-color: transparent;
  border: none;
  font-size: 48px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}


.progress-bar-container {
  width: 50%; 
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 20px;
}


.progress-bar {
  height: 100%;
  background-color: #0281b0; 
  width: 10%; 
  transition: width 0.5s ease-in-out, transform 0.5s ease-in-out; 
}

@media (max-width: 768px) {
  .carousel-item {
    flex: 0 0 80%;
  }
}


.promo-banner {
  background-color: #25b8b8; 
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  box-sizing: border-box;
}






.highlight {
  color: #0281b0; 
  opacity: 1;
  transition: opacity 0.5s ease;
}

.calendly-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  padding: 0px;
  min-height: 1000px;
  }

  .calendly-inline-widget {
    width: 100%;
    padding: 0px;
    Height: 100%;
  }