.benefits-reports{
    background: #F5F5F5;
    padding: 10vh 0;
    text-align: center;
    margin: 40px 0px;
}
.benefits-reports h2 {
font-size: 35px;
line-height: 45px;
margin: 0px 0px 40px;
font-weight: 500;
}
.benefits-reports p {
text-align: center ;
font-size: 17px ;
width: auto ;
}
.benefits-reports ul{
display: flex;
align-items: center;
justify-content: center;
list-style: none;
}
.benefits-reports li.fir{
background: #084FB9;
color: #fff;
}
.benefits-reports li{
background: #fff;
color: #000;
border-radius: 8px;
padding: 35px 15px;
text-align: center;
width: 250px;
height: 170px;
margin: 0px 25px 40px 0px;
}
.benefits-reports span.hd{
font-size: 21px;
font-weight: 500;
margin-bottom: 15px;
display: block;
}
.benefits-reports span.ct {
font-size: 17px;
font-weight: 300;
}

.features p{
    text-align: center !important;
    font-size: 17px  !important;
    width: auto !important;
}
.features h2 {
margin-bottom: 10px !important;

}
.container-reports {
      display: flex;
      flex-direction: row;
      width: 80%;
      max-width: 1200px;
      background: #fff;
      
    }

    /* Left Image Section */
    .image-container {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      
    }

    .image-container img {
      width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
    }

    /* Right Accordion Section */
    .accordion-container {
      width: 50%;
      padding: 20px;
     
    }

    .accordion {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      overflow: hidden;
      background-color: #fff;
    }

    .accordion-heading {
        padding: 10px;
        cursor: pointer;
        font-size: 21px;
        border: none;
        outline: none;
        font-weight: 500;
    }

    .accordion-content {
      display: none;
      padding: 10px;
        font-size: 17px;
        color: #000;
        line-height: 1.5;
    }

    .accordion.active .accordion-content {
      display: block;
    }
    .mar-a p {
      
        TEXT-ALIGN: justify;
    }
        .carousel-container {
          position: relative;
          width: 80%;
          margin: auto;
          overflow: hidden;
          
          
          padding: 60px 0px;
        }
        
        .carousel-wrapper {
          display: flex;
          overflow: hidden;
        }
        .carousel-container p{
            font-size: 17px;
            line-height: 1.6;
        }
        .carousel {
          display: flex;
          transition: transform 0.5s ease-in-out;
        }
        
        .carousel-item {
          width: 352px;
          text-align: left;
          background-color: #f5f5f7;
            border-radius: 15px;
         
          margin: 0 5px;
          height: 200px;
          padding: 60px 45px;
        }
        .carousel-item h4{
            font-size: 24px;
            margin: 0;
            line-height: 1.6;
        }
        .carousel-item p{
            font-size: 17px;
            line-height: 1.6;
        }
        /* Arrow controls positioned at bottom-left */
        .arrow-controls {
          position: absolute;
          bottom: 10px;
          left: 10px; /* Position at bottom-left */
          display: flex;
          gap: 10px; /* Space between arrows */
        }
        
        .arrow {
          display: inline-block;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          border: none;
          padding: 10px 15px;
          cursor: pointer;
          font-size: 1rem;
          border-radius: 5px;
        }
        
        .arrow:hover {
          background-color: rgba(0, 0, 0, 0.7);
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .benefits-reports ul{
                display:block !important;
            }
.container-reports {
display:none !important;
}
          .carousel-item {
            flex: 0 0 100%; /* Show 1 item at a time on smaller screens */
          }
          .okta-integration img{
            width: 100%;
        
          }
          .okta-integration{
            display: block !important;
          }
          .carousel-container{
            width: 100%;
          }
        }
        .okta-integration h1 {
            font-size: 42px;
            line-height: 1.3;
            font-weight: 500;
            color: #000;
        }
        .okta-integration{
            padding: 50px 0px;
            display: grid;
            grid-template-columns: 1.8fr 2fr;
           
        }
        .okta-integration img{
            height: 400px;
            justify-self: right;
            text-align: right;
        }
        .okta-integration p{
            color: #000;
            font-size: 18px;
            line-height: 1.7;
        }
        .okta-benefits{
            background: #fbffdb;
            padding: 15px;
            text-align: center;
        
        }
        .okta-benefits h2{
            font-size: 28px;
            font-weight: 500;
        }
        .okta-benefits p{
            font-size: 17px;
            line-height: 1.6;
        }
        .okta-why h2{
            font-size: 28px;
            font-weight: 500;
        }
        .okta-why p{
            font-size: 17px;
            line-height: 1.6;
        }
        .carousel-container h2{
            font-size: 28px;
            font-weight: 500;
        }
        .mar-a p {
            display: block;
        }
        
        
        .banner{
        display:none;
        
        
        }
        .sticky-nav-tabs p {
            display: none;
        }
        img.feature-right-img {
            height: 450px;
        }
        .features-new-banner{
                        background: url(https://www.manageengine.com/saas-management/images/reports-banner-bg_1.png);
                        background-size: cover;
                        padding: 30px 30px 0px 30px;
                        text-align: center;
                        color: #fff;

        
                    }
                    .saas-new-btn {
                        width: fit-content;
                        border-radius: 24px !important;
                        background: #DD0404 !important;
                        color: #fff ! IMPORTANT;
                        padding: 15px 15px !important;
                        cursor: pointer;
                        text-decoration: none;
                        box-shadow: 0 10px 12px #dd040447;
                        margin-bottom: 20px;
                        font-weight: 300 !IMPORTANT;
                    }
                    .features-new-banner h1{
                        font-size: 42px;
                        line-height: 1.3;
                        font-weight: 500;
                        color: #fff;
                    }
                    .features-new-banner h3{
                        color:#fff;
                    }
                    .features-lr{
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                    .features-new-right img{
                        max-height: 500px;
                        width: 100%;
                    }
                    .features-new-left {
                        margin-right: 30px;
                    }
                    body { font-family: "Lato", sans-serif; }
        
        a { text-decoration: none; }
        
        .spa-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          padding: 0 2em;
          height: 75px;
          z-index: 2;
          -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
        .spa-header--scrolled {
          background: #fafafa;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }
        
        .spa-header--move-up {
          -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
          -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
        .spa-header__logo { color: #000; }
        
        .spa-header__link {
          margin-left: 1em;
          color: #000;
        }
        
        .sticky-nav-tabs, .spa-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          
          position: relative;
          background: #eee;
          text-align: center;
          padding: 0 2em;
        }
        section#tab-react {
            display: grid;
          grid-template-columns: 40% 60%;
           background: #fff1e3;
           height: 600px;
        }
        section#tab-react img{
            width: auto;
            height: auto;
            max-width: 100%;
            top: -90px;
            position: absolute;
            right: 0;
        }
        section#tab-angular {
            display: grid;
          grid-template-columns: 60% 40%;
           background: #e3f6ff;
           height: 600px;
        }
        section#tab-angular img{
            width: auto;
            height: auto;
            max-width: 97%;
            top: -80px;
            position: absolute;
            left: 0;
        }
      
        .spa-main h2{
            text-align: left;
        }
        
        section#tab-cssscript {
            display: grid;
          grid-template-columns: 40% 60%;
           background: #e3fff0;
           height: 600px;
        }
        section#tab-cssscript img {
            width: auto;
            height: auto;
            max-width: 100%;
            top: -90px;
            position: absolute;
            right: 0;   
        }
        
        section#tab-vue {
            display: grid;
          grid-template-columns: 60% 40%;
           background: #fdebf2;
           height: 600px;
        }
        section#tab-vue img{
            width: auto;
            height: auto;
            max-width: 97%;
            top: -90px;
            position: absolute;
            left: 0;
        }
        
        section#tab-report {
            display: grid;
          grid-template-columns: 40% 60%;
           background: #ecedfe;
           height: 600px;
        }
        section#tab-report img {
            width: auto;
            height: auto;
            max-width: 100%;
            top: -90px;
            position: absolute;
            right: 0;   
        }
        
        section#tab-last {
            display: grid;
          grid-template-columns: 60% 40%;
           background: #FDFBE8;
           height: 600px;
           overflow: hidden;
        margin-bottom:30px;
        }
        section#tab-last img{
            width: auto;
            height: auto;
            max-width: 95%;
            top: -58px;
            position: absolute;
            left: 0;
        }
        .sticky-nav-tabs h1, .spa-slide h1 {
          font-size: 2rem;
          margin: 0;
          letter-spacing: 1rem;
        }
        
        .sticky-nav-tabs h3, .spa-slide h3 {
          font-size: 1rem;
          letter-spacing: 0.3rem;
          opacity: 0.6;
        }
        
        .sticky-nav-tabs-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          position: absolute;
          top: 0;
          width: 100%;
          height: 75px;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          background: #fafafa;
          z-index: 1;
          -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
        .sticky-nav-tabs-container--top-first {
          position: fixed;
          top: 43px;
          -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
        .sticky-nav-tabs-container--top-second {
          position: fixed;
          top: 43px;
        }
        
        .sticky-nav-tab {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          color: #000;
         
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          font-size: 0.8rem;
        }
        
        .sticky-nav-tab:hover {
          color: #E9142B;
          background: transparent;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
        text-decoration:none;
        }
        
        .sticky-nav-tab-slider {
          position: absolute;
          bottom: 0;
          width: 0;
          height: 3px;
          background: #E9142B;
          -webkit-transition: left 0.3s ease;
          transition: left 0.3s ease;
        }
         @media (min-width: 800px) {
        
        .sticky-nav-tabs h1,  .spa-slide h1 { font-size: 3rem; }
        
        .sticky-nav-tabs h3,  .spa-slide h3 { font-size: 1rem; }
        
        .sticky-nav-tab { font-size: 1rem; }
        }
        .img-pos{
            position: relative;
            margin-left: 40px;
        }
        .img-pos-1{
            position: relative;
            
        }
        .mar-a{
            margin: auto;
        }
        
        .pre-footer{
            background: #F3F3F3;
            padding: 30px;
        }
        .pre-footer ul{
            list-style: none;
            padding-left: 0;
        
        }
        .pre-footer li{
            margin:10px 0px;
        }
        .pre-footer h4{
        
        }
        .pre-footer li a{
            text-decoration: none;
            color: black;
        }
        .pre-footer li a:hover{
            text-decoration: underline;
        }
        
        .cta-bg{
            position: relative;
            background: url('https://www.manageengine.com/saas-management/images/cta-bg.svg');
            border-radius: 20px;
            text-align: center;
            padding: 20px 20px 40px 20px;
            background-size: cover;
        margin-bottom:40px;
        }
        .mob-features{
            display: none;
        }
        .cta-bg h2{
              font-size: 40px;
            line-height: 55px;
            margin: 0px 0px 20px;
            font-weight: 500;
        }
        
        @media only screen and (max-width: 768px) {
            .features {
    padding: 0px 0px;
    margin-top: 80px !important;
}
            .features-lr{
            display: block !important;
            text-align: center;
        }
        .features-lr img{
         margin-top: 20px;
        }
        .mob-features{
            display: block !important;
        }
        .sticky-nav-tabs{
         display: none;
        }
        .spa-main{
            display: none;
        }
        img.feature-right-img {
            height: auto !important;
        }
        .dash-feature
        {
            
            text-align: left;
           padding:25px;
        }
        .app-feature{
           
            text-align: left;
         padding:25px;
        }
        .user-feature{
           
            text-align: left;
         padding:25px;
        }
        .seam-feature{
            
            text-align: left;
         padding:25px;
        }
        .report-feature{
            
            text-align: left;
         padding:25px;
        }
        .settings-feature{
            
            text-align: left;
         padding:25px;
        }
        .mob-features h2{
            font-size: 26px;
        }
        .mob-features p{
            font-size: 17px;
            line-height: 1.6;
        display:block;
        }
        .mob-features img{
            
        }
        .features-new-banner{
        position: relative;
            top: 70px;
            height: 650px;
        }
        }
        .banner-content{
        width:auto;
        }
        .banner-content h3{
        color:#fff;
        }
            .feature-col h2 {font-size: 30px;font-weight: 500;margin-bottom: 15px;    padding-left: 18px;     line-height: 1.4;}
            .feature-col h3 {font-size: 20px; font-weight:500; margin-bottom:15px;    padding-left: 18px;}
            .feature-col p{
                font-size:15px; margin-bottom:40px;    padding-left: 18px; text-align:justify;
            }
                        #temp-body * {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            .default-content h1{
            margin-bottom:20px;
            }
            .banner{
            margin-top:0;
            }
            .banner-content{
            text-align:center;
            }
                        @media (min-width: 1200px){
            .cs-container {
                max-width: 1140px;
            }
            }
            .feature-list ul li.active a {
                color: #397FF5;
                border-left: 3px solid #397FF5;
            }
            .feature-col img{
            height:350px;
            margin-bottom:50px;
            }
            .feature-list ul li a {
                color: inherit;
                text-decoration: none;
                padding: 0 10px;
                margin-bottom: 20px;
                border-left: 2px solid #ffffff;
                font-size: 16px;
                display: inline-block;
            }
            .cs-container {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            padding-bottom: 35px;
            }
            .cs-row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }
            .mB40 {
                margin-bottom: 40px;
            }
            .feature-list {
                position: -webkit-sticky;
                position: sticky;
                top: 120px;
            }
            .text-head-mob {
                display: none;
            }
            #fea-mob-show {
                display: none;
            }
            .mT40 {
                margin-top: 40px;
            }
            @media (min-width: 992px){
            .cs-col-lg-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }
            }
            @media (min-width: 992px){
            .cs-col-lg-9 {
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%;
            }
            }
            .cs-col-lg-3, .cs-col-lg-9 {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
            }