p {
  margin-bottom: 10px !important;
  font-size: 17px;
}

button,
.hs-elevate-button--primary,
.btn-primary-big,
.btn-primary {
  box-shadow: 0px 4px 10px 0px #0000004D;
}

.btn-primary {
  background-color: #3EB1B8;
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  padding-top: 16px;
  padding-right: 80px;
  padding-bottom: 16px;
  padding-left: 80px;
  border-radius: 51.38px;

  p {
    color: #fff !important;
    margin-bottom: 0px !important;
  }
}

.btn-primary:hover {
    background-color: #1c4f52;
    
    p {
      font-size: 17px !important;
    }
}

.btn-primary-big {
  background-color: #3EB1B8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 9px;
  align-items: center;
  padding-top: 16px;
  padding-right: 80px;
  padding-bottom: 16px;
  padding-left: 80px;
  border-radius: 51.38px;
  width: 385px;
  height: 65px;
  
  p {
    color: #fff !important;
    margin-bottom: 0px !important;
    font-size: 18px;
  }
}

.btn-primary-big:hover {
    background-color: #1c4f52;
    
    p {
      font-size: 18px !important;
    }
}

/* Hero Section */
.span7.widget-span.widget-type-cell.cell_17570101890783-vertical-alignment.dnd-column {
    width: 70% !important;
}

form {
  .hs_submit.hs-submit {
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
}
.row-fluid-wrapper.row-depth-2.row-number-2.dnd-row {
  .span12.widget-span.widget-type-custom_widget.dnd-module {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    div#hs_cos_wrapper_widget_1757010631544 {
    background: linear-gradient(360deg, #3EB1B8 0%, rgba(255, 255, 255, 0) 100%) !important;
    padding: 1px !important;
    border-radius: 25px !important;
    max-width: 365px;
    width: 100% !important;
      
      span h3 {
        margin-bottom: 0px !important;
        background-color: #fff !important;
        padding-bottom: 20px !important;
        font-size: 24px !important;
        text-align: center !important;
        border-bottom: 1px solid #E4E7EC !important;
      }
      
      span {
        form {
          border-top-left-radius: 0px !important;
          border-top-right-radius: 0px !important;
          
          :is(.hs-form, .hs-elevate-system-form) input[type='submit'],
          input.hs-button.primary.large {
            border-radius: 60px !important;
            box-shadow: 0px 4px 10px 0px #0000004D;
            max-width: 194px !important;
          }
        }
      }
    }
  }
}

.form-cont {
  display: flex;
  flex-direction: column;
  gap: 39px;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

a:hover {
  text-decoration: none !important;
  
  p {
    font-size: 18px;
  }
}

h3 {
  color: #333 !important;
  font-size: 32px !important;
}

ul {
  padding-left: 20px !important;
}

.span7.widget-span.widget-type-cell.cell_17570101890783-vertical-alignment.dnd-column {
  width: 100% !important;
}

.span5.widget-span.widget-type-cell.cell_1757010218309-vertical-alignment.dnd-column {
  max-width: 365px !important;
}

form {
  padding: 15px !important;
  border: none !important;
  
  input {
    border-radius: 8px !important;
  }
}

h2.color-title {
  background: linear-gradient(180deg, #3EB1B8 0%, #1C4F52 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for some browsers */
  font-weight: bold; /* optional */
  font-size: 48px;
  text-align: center;
  margin-bottom: 0px !important;
}

label.hs-error-msg.hs-main-font-element {
  display: none !important;
}

/*  Carousel Section */
.list-second-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 24px;
  
  li::marker {
    color: #3EB1B8;
    font-size: 20px;
  }
}

.carousel {
  position: relative;
  width: 100%;
  height: 1000px;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.card {
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
  cursor: pointer;
}
.card img {
  max-width: 700px;
  width: 100%;
  border-radius: 10px;
  display: block;
}
.card.active {
  opacity: 1;
  transform: translateX(0) scale(1.1);
  z-index: 3;
  cursor: default;
}
.card.next {
  opacity: 0.7;
  transform: translateX(830px) scale(0.9);
  z-index: 2;
}
.card.prev {
  opacity: 0.7;
  transform: translateX(-830px) scale(0.9);
  z-index: 2;
}


/* Uppercase Section */
.uppercase-title {
  text-transform: uppercase;
  border-left: 6px solid #FF2A1C;
  padding-left: 10px;
  
  span {
    color: #FF2A1C !important;
  }
}

.red-bullet {
  padding-bottom: 70px;
  margin-bottom: 0px !important;
  margin-top: 34px;
  li::marker {
    color: #FF2A1C;
    font-size: 20px;
  }
}

/* Bluegreen Section */
.bluegreen-section {
  background: #3EB1B81A;
  padding: 40px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 44px;
  border-radius: 20px;
  
  h4 {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #3EB1B8 !important;
  }
  
  p {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #111111;
  }
  
  .btn-primary {
    width: 316px;
    height: 51px;
    opacity: 1;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    border-radius: 60px;
    background-color: #3EB1B8;
    border: none !important;
    color: #fff !important;
    
    p {
      font-size: 17px;
    }
  }
  
  .btn-primary:hover {
      background-color: #1c4f52 !important;

      p {
        font-size: 17px !important;
      }
    }
}

/* Form Section end of page */

.row-fluid-wrapper.row-depth-1.row-number-41.dnd-row,
.row-fluid-wrapper.row-depth-1.row-number-36.dnd-row {
  .span12.widget-span.widget-type-custom_widget.dnd-module {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    div#hs_cos_wrapper_widget_1757022295669 {
    background: linear-gradient(360deg, #3EB1B8 0%, rgba(255, 255, 255, 0) 100%) !important;
    padding: 1px;
    border-radius: 25px !important;
    max-width: 468px !important;
    width: 100% !important;
      
      span h3 {
        margin-bottom: 0px !important;
        background-color: #fff !important;
        padding-bottom: 20px !important;
        padding: 15px 20px !important;
        font-size: 24px !important;
        text-align: center !important;
        border-bottom: 1px solid #E4E7EC !important;
      }
      
      span {
        form {
          border-top-left-radius: 0px !important;
          border-top-right-radius: 0px !important;
          
          :is(.hs-form, .hs-elevate-system-form) input[type='submit'],
          input.hs-button.primary.large {
            border-radius: 60px !important;
            box-shadow: 0px 4px 10px 0px #0000004D;
            max-width: 194px !important;
          }
          
          input[type="tel" i],
          input[type="text" i],
          :is(.hs-form, .hs-elevate-system-form) input[type='email'],
          :is(.hs-form, .hs-elevate-system-form) textarea,
          input[type='email'],
          textarea {
            padding: 10px !important;
            height: 42px !important;
          }
        }
      }
    }
  }
}

/* Footer */
footer {
  .span4.widget-span.widget-type-cell.cell_17570135371402-vertical-alignment.cell_17570135371402-padding.dnd-column {
    max-width: 289px;
    width: 100%;
  }
  
  form {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 15px 0 !important;
    
    input[type='email'] {
      border: 1px solid #3EB1B8 !important;
      border-radius: 60px !important;
      max-width: 289px !important;
      width: 100% !important;
      position: absolute;
      height: 43px !important;
      padding: 11px !important;
    }
    
    [type='submit'] {
      position: absolute;
      border-radius: 60px !important;
      top: 23px;
      right: 0px;
      max-width: 98px;
      padding: 11px !important;
      height: 43px !important;
    }
  }
}
.info-col {
  max-width: 238px;
  width: 100%;
  
  a {
    p {
      color: #393E42;
    }
  }
}

.quick-links {
  max-width: 124px;
  width: 100%;
}

.title-footer {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.social-footer {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-top: 90px;
  gap: 20px;
}

.quick-links {
  a {
    p {
      text-decoration: underline;
    }
  }
}

.footer-second-row {
  display: flex;
  flex-direction: row;
  gap: 17px;
  justify-content: center;
  color: #393E42 !important;
  
  a {
    p {
      color: #393E42;
      margin-bottom: 0px !important;
    }
  }
}

/* Tablet - Mobile view */
@media (max-width: 1024px) {
  .row-fluid-wrapper.row-depth-1.row-number-4.cell_17570101890782-row-0-padding.dnd-row.cell_17570101890782-row-0-vertical-alignment .row-fluid {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px;
    
    .span8.widget-span.widget-type-cell.cell_17570101890783-vertical-alignment.dnd-column,
    .span4.widget-span.widget-type-cell.cell_1757010218309-vertical-alignment.dnd-column {
      max-width: 100% !important;
      width: 100% !important;
      
      img {
        width: 100% !important;
      }
      
      div#hs_cos_wrapper_widget_1757010631544 {
        max-width: 100% !important;
      }
    }
  }

  .carousel {
    height: 700px;
  }
  .card img {
      max-width: 590px;
    }
    .card.next {
      transform: translateX(620px) scale(0.9);
    }
    .card.prev {
      transform: translateX(-620px) scale(0.9);
    }
}

@media (max-width: 960px) {
  /* Footer */
  .footer-column-1-row-0-margin .row-fluid {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
  
  :is(.hs-form, .hs-elevate-system-form) input[type='email'] {
    max-width: 100% !important;
  }
  
  footer {
    .span8.widget-span.widget-type-cell.cell_1757013537139-vertical-alignment.dnd-column {
      width: 100% !important;
    }
  }
  
  .span4.widget-span.widget-type-cell.cell_17570135371402-vertical-alignment.cell_17570135371402-padding.dnd-column {
    max-width: 100% !important;
  }
  .social-footer {
    justify-content: center !important;
    margin-top: 40px !important;
  }
  .footer-second-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 35px !important;
  }
  
  h2 {
    font-size: 30px !important;
  }
  
  h3 {
    font-size: 28px !important;
  }
  
  .color-title {
    padding-bottom: 20px;
    
    img {
      margin-bottom: 0 !important;
      padding-bottom: 20px;
      margin-top: 40px !important;
    }
  }
  
  h3 {
    32px !important;
  }

  .bluegreen-section {
    padding: 10px;
    
    h4 {
      font-size: 28px !important;
    }
  }
  
  .btn-primary,
  .btn-primary-big {
    padding: 16px;
    width: 100%;
    justify-content: center !important;
  }
  
  .carousel {
    height: 400px !important;
    margin: 0px !important;
    
    .card img {
        max-width: 300px;
    }
    
    .card.next {
      transform: translateX(305px) scale(0.9) !important;
    }
    .card.prev {
      transform: translateX(-305px) scale(0.9) !important;
    }
  }
}

/* Industrial Buildings LP */
.btn-industrial {
  width: 333px !important;
}


.cards-industrial {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
  .card-ind {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
    gap: 10px;
    }

    .card-ind img {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px;
      max-height: 244px !important;
      height: 100% !important;
    }

    .card-ind h3 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 30px;
      height: 60px;
    }

    .card-ind p {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
      height: 100px
    }

    .features {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
      width: 100%;
    }

    .features li {
      font-size: 14px;
      color: #333;
      margin: 8px 0;
      padding-left: 25px;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      font-weight: 700;
      gap: 21px;
      padding-left: 0px !important;
      
      img {
        margin-bottom: 0px !important;
      }
    }
  
  .btn-primary p {
    height: 25px;
  }
  
  @media (max-width: 1024px) {
    .card-ind:nth-child(3) {
      grid-column: 1 / -1;
    }
  }
}