.astLandingPage {
  font-size: 1.1rem;

  h1.title {
    margin-top: 1.5em;
    margin-bottom: 0.5rem;
    
  }

  .roundedImage {
    border-radius: 12px;
  }

#EQ-ASTImage {
  display: flex;
  justify-content: center;
}

.eqimage-responsive {
  max-height: 120px;  
  width: auto;      
}

@media (min-width: 768px) {
  .eqimage-responsive {
    max-height: 150px;
  }
}
@media (min-width: 1200px) {
  .eqimage-responsive {
    max-height:192px;
  }
}


  .margin-top {
    margin-top: 5em;
  
  }

  .margin-bottom {
    margin-bottom: 5em;
  }

  .padding-end {
    padding-right: 4em;

    @media (max-width: 1400px) {
      padding-right: 0em;
    }
  }

  .padding-start {
    padding-left: 3em;

    @media (max-width: 1400px) {
      padding-left: 0em;
    }
  }

  .featuredLogo {
    margin-top: 12px;
    @media (max-width:1400px) {
     
        text-align: center;
        justify-content: center;
        padding-left:1rem;
        
        font-size: 2rem;
        
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
      
      
    }
  }
  .mwfeaturedLogo {
    
    @media (max-width:1400px) {
     
        text-align: center;
        justify-content: center;
        padding-left:1rem;
    
        font-size: 2rem;
    
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
      
      
    }
  }

  .padding-left {
    padding-left: 35px;
  }

  .astContainer {
    padding-left: 1em;
    padding-right: 1em;

    img.netSimImage {
      min-height: 100px;
    }

    img.netSimImageWash {
      opacity: 0.76;
    }

    img.imageIcons {
      margin-bottom: 0.5em;
      
    
    }
    img.imageCenter {
      margin-bottom: 0.5em;
      display: flex;
      justify-content: center;
      text-align: center;
    }
   
    

   
  }

  .margin-auto {
    margin: auto;
  }

  .margin-top-auto {
    margin-top: auto;
  }
  .margin-top-report{
    margin-top: 2%;
  }

  h2.title {
    font-size: 1.8rem;

    &.noMarginTop {
      margin-top: 0;
    }

    @media (max-width: 1440px) {
      font-size: 1.75rem;
    }
  }

  .lineHeight-1 {
    line-height: 32px;
  }

  .netbasisList {
    .column {
      padding: 0;
    }

    ul {
      padding: 1em 2em;
      padding-right: 0.5em;

      li {
        margin: 2em 0em;
        list-style-type: none;
        font-size: 1.025rem;

        .inline-flex {
          display: inline-flex;
        }

        i {
          font-size: 1.75rem;
          margin-right: 10px;
        }
      }

      li:first-child {
        margin-top: 0em;
      }

    }
  }

  .subtitle {
    font-size: 1.35rem;
  }

  .title {
    margin-top: 0.5em;
    font-size: 2.25rem;

    @media (max-width: 1440px) {
      font-size: 1.9rem;
    }
  }

  .buttons {
    &.is-centered {
      justify-content: center;
    }
  }

  .button {
    &.is-medium {
      min-width: 222px;
      height: 48px;
      border: none;
      background: #3bb262;
      -webkit-box-shadow: 2px 2px 2px 0px rgba(44, 150, 79, 1);
      -moz-box-shadow: 2px 2px 2px 0px rgba(44, 150, 79, 1);
      box-shadow: 2px 2px 2px 0px rgba(44, 150, 79, 1);
    }

    &.getStartedButton {
      border-radius: 6px;
      color: #ffffff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;

      &:hover {
        color: #ffffff;
        background: #31a156;
        text-decoration: none;
      }
    }
  }

  .columnPadding {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ASTwashSaleLanding {
    padding: 1em;
    width: 100%;
    position: relative;
  }

  .ast-fullBackground,
  .ast-fullBlueBackground,
  .ast-introBackground {
    position: relative;

    .container {
      position: relative;
      z-index: 1;
    }

    .text-section,
    .ast-animation-div {
      z-index: 1;
      position: relative;

    }
  }

  .ast-fullBackground:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 95%;
    width: 100vw;
    z-index: 0;
    background: #fafafa;
  }

  .ast-fullBlueBackground:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    z-index: 0;
    padding: 2em;
    background: rgb(71, 89, 182);
    background: linear-gradient(
      119deg,
      rgba(71, 89, 182, 1) 0%,
      rgba(1, 89, 156, 1) 100%
    );
  }

  .ast-introBackground:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    z-index: 0;
    background: rgb(59, 178, 98);
    background: linear-gradient(0deg, #afe2c0, #f6fff9);
  }

  .textIsDarkGreen {
    color: #344a3c;
  }

  html {
    overflow-x: hidden;
  }

  .ASTallSalesLanding {
    margin: 3em 0em;
    padding: 1em;
    width: 100%;
  }

  .ast-animation-div {
    display: flex;
    justify-content: center;

    #ast-landing-animation {
      width: 600px;
      height: 500px;
    }

    #ast-all-sale-animation {
      width: 400px;
      height: 400px;
    }

    #ast-wash-sale-animation {
      width: 400px;
      height: 400px;
    }
  }

  .text-section {
    padding-top: 2em;

    &.introText {
      padding: 0em 3em;

      @media (max-width: 992px) {
        padding: 0em 1em;
      }
    }
  }

  .section {
    padding: 3rem 1.5rem;

    @media (max-width: 768px) {
      padding: 2rem 1rem;
    }
  }

  .section-padding {
    padding: 2em 0em;
  }

  .videoPreviewContainer {
    position: relative;
    cursor: pointer;

    .playIcon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      z-index: 2;
      width: 80px;
      height: 80px;
      opacity: 0.9;
      transition: all 0.3s ease;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

      &::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 25px solid #3bb262;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin-left: 5px;
      }
    }

    .image {
      width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    &:hover {
      .playIcon {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1.1);
      }
    }

    @media (max-width: 768px) {
      margin-top: 2em;

      .playIcon {
        width: 60px;
        height: 60px;

        &::after {
          border-left: 18px solid #3bb262;
          border-top: 11px solid transparent;
          border-bottom: 11px solid transparent;
          margin-left: 4px;
        }
      }
    }
  }

  .esppListSection {
    padding: 4em 0em;

    .esppList {
      margin-top: 2em;
      color: #ffffff;
      background: #ffffff15;
      border-radius: 8px;
      padding: 0.5em;

      p {
        font-weight: 600;
        font-size: 0.95rem;
        padding: 5px 0px;
        padding-left: 8px;
      }
    }
  }

  .videoModal {
    width: 65%;
  }

  .intoText {
    line-height: 35px;
    font-size: 17.6px;
  }

  .video-player {
    video {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s ease;

      &:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      }
    }
  }

  .astfaq {
    background-color: #f9fafa;
    min-width: 350px;
    min-height: 470px;
   
    padding-top: 2em;
    padding-bottom: 1em;
    inline-size: 300px;
      overflow-wrap: break-word;
      word-wrap: break-word;
    
    p{
      
      
    justify-content: left;
    padding: 5px;
    
    font-size: 1em;
    text-align: left;
    text-justify: inter-word;
    }
   h6{
    justify-content: left;
    padding-top: 15px;
    padding-bottom: 10px;
    
    font-size: 26px;
    line-height: 1.1;
    text-align: left;
    text-justify: inter-word;
   
   }
   @media screen and (max-width:1400x) {
    .astfaq{
      max-width: 370px;
    }
    
   }
    
  }
  .phone{
    color: green;
  }

  h1.title {
    font-size: 2.5rem;
    text-align: center;

    &.noMarginTop {
      margin-top: 0;
    }

    @media (max-width: 1400px) {
      font-size: 1.75rem;
      padding-top: 0em;
      padding-left: 0rem;
      padding-right: 0rem;
    }
  }

  .text-section-2 {
    padding-top: 1em;
    padding-left: 10em;
    padding-right: 10em;

    &.introText {
      padding: 0em 3em;

    }
    @media (max-width: 1400px) {
     
      padding-top: 0em;
      padding-left: 0rem;
      padding-right: 0rem;

    }
  }

  .title3{
    font-size: 35px;
    padding-top: 0px;
    @media (max-width: 1400px) {
      padding-top: 25px;
    }
   
     }

  .eqimage{
    padding-top: 30px;
   
  }

 

}


