.logo{
    width: 200px;
    }
    
       .logo-img{
        text-align: center;
    }
    
    .header-bg {
        padding-top: 15px;
        padding-bottom: 15px;
        transition: background-color 0.3s ease;
    }
    
    .container-features {
             max-width: 1300px !important; 
             width: 100%;
             margin: 0 auto;
             /*padding: 20px;*/
        }
        
    .call-now{
        margin-left: 23%;
        margin-right: 0%;
        padding: 0px;
        font-size: 15px;
        line-height: 15px;
        text-decoration: none;
        text-align: center;
    }

    .call-now {
        display: flex !important;
        gap: 2px !important;
        align-items: center !important;
      }
      
      .call-now .call-now-text {
        margin: 0;
      }
      
    .call-now-mob{
        border: 2px solid #000;
        border-radius: 3px;
        margin-left: 10%;
        margin-right: 10%;
        padding: 0px;
        font-size: 15px;
        font-weight: 700;
        line-height: 15px;
        text-decoration: none;
        text-align: center;
    }

    .call-now-text-mob{
        color: #000;
        margin-bottom: 0;
        padding: 10px 10px;
        font-size: 16px;
        font-weight: 600;
        font-family: "Manrope", sans-serif;
        /* font-family:  Poppins, sans-serif; */
    }

    .call-now-text{
          border: 1px solid #000;
        border-radius: 3px;
        color: #000;
        margin-bottom: 0;
        padding: 5px 5px;
        font-size: 14px;
        font-family: "Manrope", sans-serif;
    }

    .call-now-text1{
        padding: 10px 0px !important;
    }

    .call-now:hover{
       color: #000 !important;
    }

    .call-now-text:hover{
       color: #000;
       text-decoration: none !important;
    }

    .call-now-hover{
        text-decoration: none !important;
    }

    .call-now-text:hover{
        color: #ff8c00 !important;
    }

    .button-demo{
        text-align: center;
    }
    
    .demo-text {
        display: inline-block;
        position: relative;  
    }
    
    .schedule-btn {
      padding:8px 30px 10px 18px;  
        position: relative;
        border-radius:30px;
        /* border: 2px solid #ff8c00; */
        color: #fff !important;
        font-size: 1em;
        font-weight: 500;
        background-color: #ff8c00;                
    }
    
    .schedule-btn:hover{
       background-color: #faa608;
        /* border: 2px solid #fff; */
        /* color: #fff; */
    }
    
    /*.schedule-btn:hover .demo-icon{*/
    /*background-color: #ff8c00;*/
    /*}*/
    
    
    
    .demo-icon {
 /* display: inline-block; */
    text-align: center;
    line-height: 43px;
    width: 43px;
    height: 100%;
    border-radius: 50%;
    /* background-color: #ffc75b; */
    position: absolute;
    right: -1px !important;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth easing for natural movement */
    }
    
    
    .schedule-btn:hover .demo-icon {
        transform: translateY(-50%) translateX(6px); 
    }
    
    /* --------------------------------------------- */    
    
    .container1{
        text-align: center;
    }

    .card-color, .card-body-color {
        background-color: transparent !important;
    }
    
    .employee-monitoring{
        padding-top: 160px;
        padding-bottom: 100px;
    }
    
    .text-second{
        color: #6b7094;
        letter-spacing: .08em;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
    }
    
    .heading-second{
        font-size:32px;
        color:#000;
        margin-top: 0;
        font-weight: 700;
        line-height: 120%; 
        text-align: center;
        text-transform: uppercase;
    }
    

    .animate-charcter
    {
       text-transform: uppercase;
      background-image: linear-gradient(
        -225deg,
        #ff8c00 0%,
        #faab0d 29%,
        gray 67%,
        #272727 100%  
        
      );
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      color: #fff;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 5s linear infinite;
      display: inline-block;
          font-size: 50px;
    }
    
    @keyframes textclip {
      to {
        background-position: -200% center;
      }
    }

    .icon-50px {
        max-width: 85%; 
    }

    .icon-div-50px {
        background-color:#5d55fd;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }

    .icon1-div-50px {
        background-color:#2ecd2b;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }

    .icon2-div-50px {
        background-color:#3ab7b1;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }

    .icon3-div-50px {
        background-color:#f34141;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }
    
    .card1 {
    border:none !important;
    }
    
    .icon-link{
        text-decoration: none;
    }
    .icon-link:hover{
        text-decoration: none;

    }



/* Hover effect for icon-link */

.icon-link:hover .icon-div-50px {
    background-color: rgba(0, 0, 0, 0.8);
}

.icon-link:hover .icon1-div-50px {
    background-color: rgba(0, 0, 0, 0.8);
}

.icon-link:hover .icon2-div-50px {
    background-color: rgba(0, 0, 0, 0.8);
}

.icon-link:hover .icon3-div-50px {
    background-color: rgba(0, 0, 0, 0.8);
}

.icon-link:hover .icon-paragrap {
    color: #ff8c00; 
}
    
    .icon-paragrap{
       color: #222222;
        transition: color 0.2s; 
        padding: 0;
        font-size: 20px;
    }

    .slider-side-gap{
       padding-right: 0px !important;
       padding-left: 0px !important;
    }
    
    .card-body1{
        padding:10px !important;
    }
    
    .schedule-btn1{
        padding:9px 30px 10px 18px;  
        position: relative;
        border-radius:30px;
        color: #fff !important;
        font-size: 1em;
        font-weight: 500;
        background-color: #ff8c00;
    }
    
    .schedule-btn1:hover{
        color: #fff !important;
        background-color: #faa608;
        border-color: #faa608;
    }
    
    .demo-icon1 i:hover{
    color: green !important;
    }
    
    .demo-icon1 {
        display: inline-block;
        text-align: center;
        line-height: 45px;
        width: 45px;
        height: 100%;
        border-radius: 50%;
        /* background-color: #ffc75b; */
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .schedule-btn1:hover .demo-icon1 {
         transform: translateY(-50%) translateX(6px);  
    }
    
    .after-img-paragraph{
        color: #14141e;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 0px;
        font-size: 1em;
    }
    
    .card-title1{
        margin-bottom: 0.2rem !important;
    }
    
    .card-title2{
        margin-bottom: 0.4rem !important;
    }
    
    .asd{
        padding: 0% 20%;
    }
        
    .happy-clients{
        color: #000;
        text-align: center;
        font-family: Untitledsans, sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
        padding-top:40px;
    }
    
    .happy-clients-bg{
        background-color: #eae9ff;
    }
    
    .client-card{
        background-color: #eae9ff;
    }
    
    .happy-client-margin{
        margin: 40px 0px !important;
    }
    
    /* --------------------happy client slider---------------------- */
    
    @media (max-width: 768px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }
    
    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }
    
    /* display 3 */
    @media (min-width: 768px) {
        
        .carousel-inner .carousel-item-right.active,
        .carousel-inner .carousel-item-next {
          transform: translateX(33.333%);
        }
        
        .carousel-inner .carousel-item-left.active, 
        .carousel-inner .carousel-item-prev {
          transform: translateX(-33.333%);
        }
    }
    
    .carousel-inner .carousel-item-right,
    .carousel-inner .carousel-item-left{ 
      transform: translateX(0);
    }
    
    /* ------------------------------------- */

    
    /*--------------------------- form -----------------------*/
    
    .form-section{
        background-color: #7b61ff0d;
        padding: 60px 0px;
    }
    
    .form-submit-btn{
        background-color: #ff8c00;
        color: #fff;
        border-color:#ff8c00;
        padding: 8px 30px;
        border-radius: 30px;
    }
    
    .form-submit-btn:hover{
        background-color: #000;
        color: #fff;
        border-color:#000 ;
        padding: 8px 30px;
        border-radius: 30px;
    }
    
    .custom-list {
        list-style: none;
        padding-left: 0;
        font-family: "Manrope", sans-serif;
    }
    
    .custom-list li {
        position: relative;
        padding-left: 25px; 
    }
    
    /*.custom-list li:before {*/
    /*    content: "\f00c"; */
    /*    font-family: "Font Awesome 5 Free"; */
    /*    font-weight: 900; */
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    font-size: 18px; */
    /*    color: #ff8c00;*/
    /*}*/
    
    
    
    .custom-list li:before {
        content: ""; 
        position: absolute;
        left: 0;
        top: 5px;
        width: 14px;
        height: 14px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ff8c00" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
    }
    


    .custom-list1 {
        list-style: none;
        padding-left: 0;
    }
    
    .custom-list1 li {
        position: relative;
        padding-left: 25px; 
        padding-bottom:10px;
    }
    
    .custom-list1 li:before {
        content: "\f058"; 
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 17px; 
        color: #ff8c00;
        padding-bottom:10px;
    }
    
    
    .custom-list2 {
        list-style: none;
        padding-left: 0;
        font-family: "Manrope", sans-serif;
    }
    
    .custom-list2 li {
        position: relative;
        padding-left: 25px; 
        padding-top: 0px !important;
    }
    
    .custom-list2 li:before {
        content: "\f00c"; 
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 16px; 
        color: #ff8c00;
        padding-top: 0px !important;
    }

    
    
    
    
    
    .form-heading{
        /* color: #1d115a; */
        color: #000;
        margin-top: 0;
        font-size: 42px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        /*font-family: Poppins, sans-serif; */
        font-family: Untitledsans, sans-serif;
    }
    
    .form-heading1{
        color: #9895a7;
        margin-bottom: 0;
        text-align: center;
        font-family: Untitledsans, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 115%;
    }
    
    .row-form{
    /*padding-left:20%;*/
    /*padding-right:20%;*/
    }
    
    .form-control1{
        /*background-color: rgba(23, 22, 26, 0.04);*/
        /* border: none; */
        padding-top: 13px;
        padding-bottom: 15px;
    }
    
    .form-control1:focus {
        /*background-color: rgba(23, 22, 26, 0.04); */
        outline: none; 
        border: 1px solid #ff8c00;
        box-shadow: none;
    }
    
    /*------------------ work-section -------------------------------*/
    
    .work-bg{
        background-color: #191127;
        padding: 40px;
    }
    
    .work-heading{
        color:#fff;
        text-align: center;
        font-family: Untitledsans, sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
    }
    
    .work-imp-img{
        width: 70%;
    }
    
    .work-paragrap{
        color: #6b7094;
        letter-spacing: .08em;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
    }
    
    .work-card-margin{
        padding: 60px 0px;
    }
    
    .work-card-text{
        color: #1d115a;
        letter-spacing: -.02em;
        margin-bottom: 14px;
        font-size: 17px;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        font-family: "Manrope", sans-serif;

    }
    
    .dienst_icon {
        display: flex; 
        justify-content: center; 
        align-items: center;
      }
      
      .dienst_icon i {
        font-size: 85px;
        color: #b0198e;
      }
    
      .dienst_tekst {
        display: flex; 
        justify-content: center; 
        align-items: center;
      }
    
      .dienst_tekst{
        font-size: 85px;
        color: #95c11f;
      }
    
      .dienst_cong {
        display: flex; 
        justify-content: center; 
        align-items: center;
      }
    
      .dienst_cong{
        font-size: 85px;
        color: #337ab7;
      }
    
      .support_icon {
        display: flex; 
        justify-content: center; 
        align-items: center;
      }
    
      .support_icon{
        font-size: 85px;
        color: #eec10c;
      }
    
      .card-work-body{
        padding-top: 1rem 0rem !important;
      }
    
      .card-work-icon{
        padding: 20px !important;
      }
    
    .work-card-text1{
        color: #2e2e2e;
        text-align: left;
        letter-spacing: -.02em;
        margin-bottom: 0;
        font-size: 17px;
        line-height: 1.4;
        text-align: justify;
        font-family: "Manrope", sans-serif;
    }
    
    .card-process.white {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 4px;
    }
    
    .card-process{
        border: 1px solid #fff;
        margin: 15px;
        padding-top: 20px;
         padding-bottom: 0px;
        border-radius: 12px !important;
    }
    
    /* -------------------features section------------------------------- */
    
    .section-features-bg{
        background-color: #eae9ff4d;
        padding-top: 40px;
    }
    
    .features-heading{
        /* color: #1d115a; */
        color: #000;
        margin-top: 0;
        font-size: 3em;
        font-weight: 700;
        line-height: 120%; 
        text-align: center;
    }
    
    .features-timeline{
        color: #7b61ff;
        /* color: #ffa700; */
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 120%;
    }
    
    .features-heading1{
    /* color: #1d115a; */
    color: #ff8c00;
        margin-top: 0;
        font-size: 3em;
        font-weight: 600;
        line-height: 120%;
    }
    
    .features-paragraph{
        letter-spacing: -.02em;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
    
    .features-paragraph1{
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
        line-height: 160%;
        text-align: justify;
        /* font-family: PT Sans, Helvetica Neue, Verdana, Arial, sans-serif; */
    }
    
    .service-text{
        color: #2e2e2e;
        padding-left: 0;
        padding-right: 0;
        font-weight: 400;
        font-size: 17px;
        line-height: 160%;
        text-align: justify;
        font-family: "Manrope", sans-serif;
         
    }
        
    .feature-image-div {
        background-color: #7b61ff1a;
        border-radius: 20px;
        padding: 20px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .feature-image-div img {
        max-width: 100%; 
        max-height: 100%; 
        object-fit: cover; 
        border-radius: 15px;
    }
    
    
     .feature-image-div1 {
        background-color: #7b61ff1a;
        border-radius: 20px;
        padding: 20px;
        display: flex;
        justify-content: center; 
        align-items: center;
    }
    
    .feature-image-div1 img {
        max-width: 100%; 
        height: 400px; 
        object-fit: fill; 
        border-radius: 15px;
    }
    
    /* ---------------------------mobile app section-------------------------- */    
    
    .mobile-app-section-bg{
        /* background-color: #FFFFE4;  */
        text-align: center;
        padding: 60px 0px;
    }
    
    .top-para{
        /* color: #7b61ff; */
        color: #ff8c00;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 14px; 
    }
    
    .mobile-app-heading{
        color: #000;
        margin-top: 0;
        font-size: 54px;
        font-weight: 600;
        line-height: 120%;
    }

    .mobile-app-para{
        color: #000;
        margin-top: 10px;
        padding-top: 39px;
        font-size: 1.1em;
        line-height: 160%;
    }
    
    .mobile-app-img{
        height: 35vh;
    }
    
    .customer_relationships{
        background-color: #eae9ff4d;
        padding-bottom: 70px;
    }
    
    /*-----------------------------Privacy section ----------------------------- */
    
    .Privacy-section{
        padding: 10% 0%;
    }
    
    .privacy-text{
        color: #232e3a;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 14px; 
        font-weight:600;
        font-family: Untitledsans, sans-serif;
    }
    
    .privacy-heading{
        color: #ff8c00;
        text-align: center;
        font-family: Untitledsans, sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
    }
    
    /* -----------------------testimonials ---------------------------*/
    
    .testimonials-section{
        background-color: #0e082e;
        padding-top: 5%;
    }
    
    .testimonials-text{
        color: #ff8c00;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        padding-left: 0;
        padding-right: 0;
        font-size: .85rem;
        font-weight: 500;
        line-height: 1.4;
        font-family: "Manrope", sans-serif;
    }
    
    .testimonials-heading{
        color: #fff;
        letter-spacing: -1px;
        margin-top: 17px;
        margin-bottom: 12px;
        font-family: Untitledsans, sans-serif;
        font-size: 2.6em;
        font-weight: 700;
        line-height: 1.2;
    }
    
    .testimonials-text1{
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        font-family: Inter, sans-serif;
        font-size: 18px;
        line-height: 26px;
    }
    
    /* --------------------------benefits section------------------------------ */
    
    .benefits-heading{
        color: #000;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        font-family: Untitledsans, sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 120%;
    }
    
    .benefits-para{
        color: #1e2a3db3;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: .85rem;
        font-weight: 500;
        line-height: 1.4;
    }
    
    .benefits-section-bg{
        padding: 70px 0px;
    }
    
    .benefit-img{
        padding:30px 30px 0px 30px;
    }
    
    .benefit-heading{
        color: #1d115a;
        text-align: left;
        flex: 1;
        padding-left: 0;
        padding-right: 0;
       font-family: "Manrope", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
    }
    
    .benefit-text{
        color: #2e2e2e;
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
        font-family: "Manrope", sans-serif;
        line-height: 26px;
        text-decoration: none;
        text-align: justify;
    }
    
    
     .benefit-text-form{
        /* color: #2e2e2e; */
        color: #58585a;
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
        font-family: "Manrope", sans-serif;
        line-height: 24px;
        text-decoration: none;
        margin-bottom: 6px !important;
        /* text-align: justify; */
    }


    
    .benefit-text-form-form{
        padding-left:19px !important;
    }

@media (max-width: 768px) {
    .benefit-text-form-form{
        padding-left:0px !important;
    }

    .mob-form-margin{
        padding-top: 20px !important;  
    }

    .mob-form-margin1{
        padding-left: 2px !important;
    }
}
    
    
    .benefits-card-margin{
        margin: 15px;
        border-radius:16px !important;
    }
    
    .business-card-bg{
        background-color: #eae9ff;
        border: 1px solid rgba(0,0,0,.125) !important;
    }
    
    .human-bg{
        background-color: #fff3d7; 
        border: 1px solid rgba(0,0,0,.125) !important;
    }
    
    .employees-bg{
        background-color: #d2f1ff; 
        border: 1px solid rgba(0,0,0,.125) !important;
    }
    
    /*----------------------------installation section-------------------------*/
    
    .installation-heading{
        /* color: #1d115a; */
        color: #000;
        text-align: center;
        font-family: Untitledsans, sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
    }
    
    .installation-text{
        color: #231d4f;
        /* color: #ff5e14; */
        font-weight: 500;
        font-size: 20px;
        text-align: center;
    }
    
    .installation-text-img{
        margin:0 auto;
    }
    
    .installation-card-gap{
        margin:0% 10% ;
    }
    
    .installation-card-text{
        color: #333;
        font-weight: 400;
    }
    
    .installation-card-text1{
        color: #1e2a3d;
        font-size: 18px;
        font-weight: 700;
    }
    
    .btn-margin{
        padding:70px 0px;
    }
    
    .btn-design{
        width: 180px;
        height: 54px;
        background-color: #ff8c00;
        color: #fff;
        font-weight: 500;
    }
    
    .btn-design:hover{
        width: 180px;
        height: 54px;
        background-color: #000;
        color: #fff;
    }
    
    /* ----------------faq section------------------------------- */
    
    .faq-heading{
        color: #000;
        text-align: left;
       font-family: 'Raleway', sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
    }
    
    .faq-text{
        color: #2e2e2e;
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
        line-height: 160%;
        text-align: left;
        font-family: "Manrope", sans-serif;
    }
    
    .faq-bg{
        background-color: #7b61ff0d;
        padding: 100px 0px;
    }
    
    .faq-div{
        padding: 20px;
        background-color: #fff;
        border: 1px solid rgb(230, 227, 227);
    }
    
    .faq-side-margin{
        padding: 0% 8%;
    }
    
    .faq-heading1{
        font-size: 17px !important;
        font-weight: 500 !important;
    }

    .faq-heading1:hover{
        color:#ff8c00 !important;
    }
    
    .accordion-item-header.active {
        color: #ff8c00 !important;
      }
    

    .faq-text1{
        color:#2e2e2e;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top:5px;
        font-size: 17px;
        line-height: 22px;
        font-family: "Manrope", sans-serif;
    }

    .faq-text2{
       margin-bottom: 2px !important;
    }

    .faq-icon-style{
        padding-right:8px !important; 
        color:#ff8c00 !important;
    }
    
    /*  ---------------*/
    
      .accordion-item {
        background-color: #fff;
        color: #000;
        margin: 1rem 0;
        border-radius: 0.5rem;
      }
      .accordion-item-header {
        padding: 0rem 3rem 0rem 1rem;
        font-family: "Manrope", sans-serif;
        /* min-height: 60px; */
        min-height: 50px;

        line-height: 1rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
      }
      .accordion-item-header::after {
        content: "\002B";
        font-size: 2rem;
        position: absolute;
        right: 1rem;
        bottom:17px;
      }
      .accordion-item-header.active::after {
        content: "\2212";
      }
      .accordion-item-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }
      .accordion-item-body-content {
        padding:0.1rem 1rem;
        line-height: 1.5rem;
        border-top: 1px solid;
        border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
      }
    
      /*------------------------- testimonials-----------------------------*/
    
    .testimonials-card-text{
        font-size: 18px;
        font-weight: 600;
        line-height: 160%;
        font-family:  Poppins, sans-serif;
    }
    
    .testimonial-card-chat-heading{
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    
    .testimonial-card-chat-text{
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    
      .service-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 20px auto;
        padding: 0 10%;
    }
    .image-container {
        width: 100%;
        position: relative;
        text-align: center;
    }
    .image-container img {
        width: 100%;
        height: auto;
        display: block;
    }
    .text-container {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        position: relative;
        margin-top: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    @media (min-width: 768px) {
        .service-container {
            flex-direction: row;
            align-items: center;
        }
        .image-container {
            flex: 1;
            text-align: left;
        }
        .image-container img {
            width: 60%;
            height: 350px;
        }
        .text-container {
            flex: 1;
            position: absolute;
            right: 90px;
            top: 50%;
            transform: translateY(-50%);
            width: 50%;
            margin-top: 0;
            padding: 50px 50px;
        }
    }
    
    /* ------------------ */
    
    
    /*-------------------------------- testimonial new -------------------------------- */
    
    .testimonial2 {
        color: #fff;
        font-weight: 300;
    }
    
    .testimonial2 .testi2 .owl-dots {
        display: none;
    }
    
    .testimonial2 .testi2 .owl-nav {
        display: none; 
    }
    
    .testimonial-img {
        width: 100%;  
        height: 110px; 
        max-width: 170px;
        margin: 0 auto;
    }

.testimonial-text{
    font-weight: 600;
    font-size: 22px !important;
    line-height: 1;
}

.testimonial-text1{
    margin: 1% 12% !important;
}

.centered-image {
    display: block; 
    margin: 0 auto; 
}

    .testimonial2 .testi2 .item p {
        margin-top: 10px; 
        text-align: center; 
        color: #fff; 
        font-size: 16px;
        font-family: "Manrope", sans-serif;
    }
    
    @media (max-width: 767px) {
        .testimonial2 .testi2 .item .row {
            flex-direction: column;
            text-align: center;
        }
    
        .testimonial2 .testi2 .item p {
            font-size: 14px; 
        }

        .testimonial-text1{
            margin: 2% 2% !important;
        }
    }
      
    .testimonial2 {
        position: relative;
      }
  
      .carousel-buttons {
        position: absolute;
        top: 50%;
        width: 94%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        z-index: 10;
      }
  
      .carousel-buttons button {
        background-color: #ff8c00;
        color: #fff;
        padding: 8px 10px;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 40px;
        height: 40px;
      }
  
      .carousel-buttons button:hover {
        background-color: #f5bf5b;
      }
      
      @media (max-width: 768px) {
.carousel-buttons{
    display: none;
}
      }

      
    /* ---------------------------- */
    
    .service-container1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin: 20px auto;
        max-width: 1200px;
        padding: 0 15px;
    }
    .image-container1 {
        width: 100%;
        position: relative;
        text-align: center;
    }
    .image-container1 img {
        width: 100%;
        height: auto;
        display: block;
    }
    .text-container1 {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px;
        position: relative;
        margin-top: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    @media (min-width: 768px) {
        .service-container1 {
            flex-direction: row;
            align-items: center;
        }
        .image-container1 {
            flex: 1;
            order: 2; /* Move image to the right */
            text-align: right;
        }
        .image-container1 img {
            width: 60%;
        }
        .text-container1 {
            flex: 1;
            order: 1; /* Move text to the left */
            position: relative;
            right: auto;
            left: 0;
            top: auto;
            transform: none;
            width: 50%;
            margin-top: 0;
        }
        .text-container1 h2 {
            font-size: 2rem;
        }
        .text-container1 p {
            font-size: 1rem;
        }
    }

   .whatapp-btn{
        font-size:27px; 
        background-color:#ff8c00;
        padding:4px 8px; 
        border-radius:8px;
        color:#fff;
        width: 38px;
        height: 36px;
    }

    .whatapp-btn:hover{
        font-size:27px; 
        background-color:#000;
        padding:4px 8px; 
        border-radius:8px;
        color:#fff;
        width: 38px;
        height: 36px;
    }
    
    .arrow-btn{
    font-size:24px; 
    background-color:#ff8c00;
    padding:4px 8px; 
    border-radius:8px;
    color:#fff;
    width: 38px;
    height: 36px;
}

.arrow-btn:hover{
    font-size:24px; 
    background-color:#000;
    padding:4px 8px; 
    border-radius:8px;
    color:#fff;
    width: 38px;
    height: 36px;
}

.tel-position{
    position: fixed;
     bottom: 116px;
      right:20px;
       z-index: 20;
}

.whatsapp-position{
    position: fixed;
    bottom: 73px;
    right:20px;
    z-index: 20;
}

.arrow-position{
    position: fixed;
    bottom: 30px;
    right:20px;
    z-index: 20;
    display: none;
}

.phone-btn{
    font-size:22px; 
    background-color:#ff8c00;
    padding:8px 8px; 
    border-radius:8px;
    color:#fff;
    width: 38px;
    height: 36px;
}

.phone-btn:hover{
    font-size:22px; 
    background-color:#000;
    padding:8px 8px; 
    border-radius:8px;
    color:#fff;
    width: 38px;
    height: 36px;
}    
    
    /*-------------------- pop form------------------------- */
    
    .foucs-box:focus {
        border-color: #ff8c00;
        box-shadow: none;
    }
    
    .pop-submit-btn{
        background-color: #ff8c00;
        color: #fff;
        border-color:#ff8c00;
        padding: 8px 30px;
        border-radius: 30px;
    }
    
    .pop-submit-btn:hover{
        background-color: #000;
        color: #fff;
        border-color:#000 ;
        padding: 8px 30px;
        border-radius: 30px;
    }
    
    .input_wrapper {
        position: relative;    
      }
      
      .label1 {
        position: absolute;
        left: 15px;
        top: 8px;
        transition: 0.3s;
        font-size: 13px;
        font-weight: normal;
        color:#144057;
      }
      
      .input-box-form, .message-box-form {
        padding: 10px;
        border: 1px solid #8c8c8c;
        border-radius: 4px;
      }

      .modal-header{
        border-bottom: none !important;
      }

      @media (min-width: 992px) {
        .modal-dialog {
          max-width: 600px; 
          width: 90%;
        }
        .modal-body1{
            padding: 15px 50px 30px;
        }
        .modal-content {
            border-radius: 10px;
        }
        .modal-header{
            padding: 30px 16px 8px 16px !important;
        }
      }
      
      .input-box-form:focus + .label1,
      .message-box-form:focus + .label1,
      .input-box-form:not(:placeholder-shown) + .label1,
      .message-box-form:not(:placeholder-shown) + .label1 {
        top: -13px !important;
        font-size: 16px !important; 
        background-color: #fff;
        /* background-image: linear-gradient(#FAF9F6,#fff); */
        padding-left: 4px;
        padding-right: 4px;
      }
      
      .input_wrapper2 {
        position: relative;  
      }
      
      .label2 {
        position: absolute;
        left: 15px !important;
        top: 6px;
        transition: 0.3s;
        font-size: 16px;
        font-weight: normal;
        color: gray;
      }

      .label3{
        left: 30px !important;
      }
      
      .input-box-form2, .message-box-form2 {
        padding: 10px;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
      }

      .input-box-form2:focus + .label2,
      .message-box-form2:focus + .label2,
      .input-box-form2:not(:placeholder-shown) + .label2,
      .message-box-form2:not(:placeholder-shown) + .label2 {
        top: -13px !important;
        font-size: 15px !important; 
         
        background-image: linear-gradient(#f8f7ff 50%, #fff 50%) !important;
        padding-left: 4px;
        padding-right: 4px;
        color: #4a4a4a;
        font-weight: bold;
      }
      
      /*--------------------- crm relationship ---------------------*/
      
    .work-crm{
        color:#000;
        text-align: center;
        font-family: Untitledsans, sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
    }
    
    .section-idoss-hrm-bg{
        padding-top: 40px;
    }
    
    .why-section{
        background-color:#003349;
        /*padding:3% 0%;*/
        width:100%;
    }
    
    .why-heading{
        color: #fff;
        margin-top: 0;
        font-size: 35px;
        font-weight: 700;
        line-height: 120%; 
        text-align: center;
    }

    @media screen and (min-width: 480px) {
        .large-screen-hide{
            display: none !important;
        }
    }
    
    @media screen and (max-width: 480px) {
    
    /* --------header---------------- */
    
    
    .header-bg{
        padding-top: 6px !important;
        padding-bottom: 4px !important;
    }
    
    .mobile-hide{
        display: none !important;
    }    
    
   .schedule-btn-main-mob{
       display:none !important;
   }
  
    /* -------------------------- */
        .heading-second{
         font-size: 22px !important;
        }
        
        .heading-second-mob{
             font-size: 20px !important;
        }
        
        .heading-second-mob1{
            margin-bottom:18px;
        }
    
        .mobile-app-img {
        width: 100%;
        }
    
    .hrm-process{
        width: 100%;
    }
    
    .features-heading{
       font-size: 30px; 
    }
    .feature-image-div{
        margin-top: 30px;
    }
    
    
     .feature-image-div1{
        margin-top: 30px;
    }

    
    .feature-image-div1 img {
       height: 320px !important;
    }

    
    .why-heading {
    font-size: 25px !important;
    }
    
    .mobile-app-heading{
        font-size: 40px;
    }
    
    .work-heading {
    font-size: 28px;
    }
    
    .work-crm {
    font-size: 30px;
    }
    
    .happy-clients{
        font-size: 30px;
    }
    
    .testimonials-heading{
        font-size: 30px;
    }
    
    .faq-heading {
        font-size: 30px;
    }
    
    .benefits-heading{
        font-size: 30px;
    }
    
    .installation-heading {
        font-size: 30px;
    }
    .form-heading{
        font-size: 30px;
    }
    
    .form-heading1{
        font-size: 20px;
    }
    
    .employee-monitoring{
        padding-top: 110px;
    }

    .card-body1{
        padding: 0px !important;
    }
    
    .work-imp-img{
        width: 100% !important;
    }
    
    .row-form{
        padding-left:0% !important;
        padding-right:0% !important;
        }

    .row-mobile-view{
    --bs-gutter-x: 0rem !important;
      }

      .work-bg {
        padding: 10px !important;
    }

    .work-card-text{
        font-size: 18px;
    }

    .why-section {
        padding: 3% 3% !important;
    }

    .faq-side-margin {
        padding: 0% 3% !important;
    }
    
    
      .accordion-item-header {
        padding: 0rem 3rem 0rem 1rem;
        font-family: "Manrope", sans-serif;
         min-height: 70px; 
        line-height: 1.4rem !important;
        font-size:16px !important;
        font-weight: bold;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
      }
      
      
      .accordion-item-header::after {
         bottom: 24px !important; 
      }
      
      
      
    
    .mobile-logo-gap{
        padding-top:4px;
        padding-bottom:4px;
    }

    .demo-text {
        display: flex !important;
        justify-content: center !important; 
        align-items: center !important;    
        text-align: center !important;   
      }
    
      .schedule-btn1 {
        display: inline-flex !important;
        align-items: center !important; 
        justify-content: center !important; 
      } 
      
      .mobile-hide-view{
        display: none;
      }

      .call-now-mob{
        margin-left: 0% !important;
        margin-right: 0% !important;  
    }

    .call-now-text-mob{
        padding: 10px 5px;
        font-size: 13px;
    }
    
    .service-text1{
        margin-top:-10px !important;
    }

 .icon-div-50px {
        background-color: #5d55fd;
        width: 65px !important;
        height: 65px !important;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }
    
    .icon1-div-50px {
    background-color: #2ecd2b;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
    padding-top: 15px !important;
    margin-bottom: 10px;
}

.icon2-div-50px {
        background-color:#3ab7b1;
        width: 65px;
        height: 65px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }
       
    .icon3-div-50px {
        background-color:#f34141;
        width: 65px;
        height: 65px;
        margin: 0 auto;
        border-radius: 50%;
        padding: 10px;
        padding-top:15px !important;
        margin-bottom: 10px;
    }
    .label1{
        top:10px !important
    }
    
    .form-gap-top-mobile{
        margin-top:20px !important;
    }
    
     .tel-position{
        position: fixed;
         bottom: 160px;
          right:20px;
           z-index: 20;
    }
    
    .whatsapp-position{
        position: fixed;
        bottom: 115px;
        right:20px;
        z-index: 20;
    }

    .arrow-position{
        position: fixed;
        bottom: 70px;
        right:20px;
        z-index: 20;
    }
      }

      /* --------------------------footer------------------ */

      .footer-color{
        background-color:#272727 !important;
        color: #fff !important;
      }
       .footer-txt{
        font-family: "Manrope", sans-serif;
      }
      .footer-color-text{
        color: #fff !important;
        text-align: left;
      }

      .footer-logo{
        width: 150px;
      }
      .mob-hover:hover{
        text-decoration: underline !important;
      }
      .footer-color ul li{
          margin-bottom:6px;
      }
      
       @media screen and (max-width: 480px) {
        .footer-color-text{
            text-align: center;
        }
    }

      /* --------------------------------- */

      /* -----------privacy-policy--------------- */

      .privacy-policy-heading {
        color: #000;
        margin-top: 0;
        font-size: 26px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        font-family: "Manrope", sans-serif;
    }
    
    .privacy-policy-tag{
        color:#144057 !important;
        text-decoration: underline;
    }

  .privacy-policy-tag:hover{
        color:#ff8c00 !important;
        text-decoration: underline;
    }

    @media screen and (max-width: 480px) {
        .privacy-policy-heading{
            font-size: 20px !important;
        }
    }    
    
    /* --------------service card---------------------- */

 .service-card{
    background-color: #7b61ff1a;
    padding: 20px 30px;
    border-radius: 16px;
 }

 .hover-card-color:hover {
    background-color: #7b61ff1a;
}

.card-process-service{
    padding: 0px 0px 0px 0px !important;
}

.card-process-service-bg{
    background-color: #7b61ff1a !important;
}

.card-process-service-top{
    display: flex; 
    align-items: center;  
    justify-content: center;
    align-items: center;
    height: 45px;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.card-service-body {
    /*padding: 1rem 1rem !important;*/
    padding: 1rem 1rem 0rem 1rem !important;
}

.card-process-service-img{
    width:36px !important;
}

/*---------------Chatbot CSS--------------  */



.chatbot-position {
  position: relative;
}

#chatbot-toggle {
  position: relative;
  font-size: 24px; 
}

.ai-text {
  position: absolute;
  top: -20px;  
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px; 
  color: #000; 
  font-weight: bold;
}

   /* Chatbot Container (Initially Hidden) */
   #chatbot-container {
    display: none; 
    position: fixed;
    bottom: 70px; /* Above the button */
    right: 60px;
    width: 400px;
    height: 480px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

/* Chatbot Button (Fixed at Bottom Right) */
#chatbot-toggle {
    position: fixed;
    bottom: 160px;
    right: 20px;
    width: 38px;
    height: 36px;
    /* background-color: #007bff; */
    background-color: #ff8c00;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#chatbot-toggle:hover {
    background-color: #000;
}

 @media screen and (max-width: 480px) {
       #chatbot-toggle{
           width: 38px;
           height: 36px;
           bottom: 205px;
        }
        
         #chatbot-container {
    display: none; 
    position: fixed;
    bottom: 70px; /* Above the button */
    right: 60px;
    width:80% !important;
    height: 450px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}        
    }    


        .get_touch{
    text-align: center;
    -webkit-font-smoothing: antialiased;
    color: #58585a;
  font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-size: 17px;
        }



        /* ------------------------------ */
          
      @keyframes typing {
       
        0% { content: ""; }
        1.22% { content: "I"; }
        2.44% { content: "ID"; }
        3.66% { content: "IDO"; }
        4.88% { content: "IDOS"; }
        6.10% { content: "IDOSS"; }
        7.32% { content: "IDOSS "; }
        8.54% { content: "IDOSS B"; }
        9.76% { content: "IDOSS Bu"; }
        10.98% { content: "IDOSS Bus"; }
        12.20% { content: "IDOSS Busi"; }
        13.42% { content: "IDOSS Busin"; }
        14.64% { content: "IDOSS Busine"; }
        15.86% { content: "IDOSS Busines"; }
        17.08% { content: "IDOSS Business"; }
        18.30% { content: "IDOSS Business "; }
        19.52% { content: "IDOSS Business E"; }
        20.74% { content: "IDOSS Business ER"; }
        21.96% { content: "IDOSS Business ERP"; }
        29.28% { content: "IDOSS Business ERP"; } 
      
     
        30.50% { content: ""; }
        31.72% { content: "I"; }
        32.94% { content: "ID"; }
        34.16% { content: "IDO"; }
        35.38% { content: "IDOS"; }
        36.60% { content: "IDOSS"; }
        37.82% { content: "IDOSS "; }
        39.04% { content: "IDOSS C"; }
        40.26% { content: "IDOSS CR"; }
        41.48% { content: "IDOSS CRM"; }
        48.80% { content: "IDOSS CRM"; } 
      
       
        50.02% { content: ""; }
        51.24% { content: "I"; }
        52.46% { content: "ID"; }
        53.68% { content: "IDO"; }
        54.90% { content: "IDOS"; }
        56.12% { content: "IDOSS"; }
        57.34% { content: "IDOSS "; }
        58.56% { content: "IDOSS H"; }
        59.78% { content: "IDOSS HR"; }
        61.00% { content: "IDOSS HRM"; }
        68.32% { content: "IDOSS HRM"; }
      
        
        69.54% { content: ""; }
        70.76% { content: "I"; }
        71.98% { content: "ID"; }
        73.20% { content: "IDO"; }
        74.42% { content: "IDOS"; }
        75.64% { content: "IDOSS"; }
        76.86% { content: "IDOSS "; }
        78.08% { content: "IDOSS E"; }
        79.30% { content: "IDOSS E-"; }
        80.52% { content: "IDOSS E-C"; }
        81.74% { content: "IDOSS E-CO"; }
        82.96% { content: "IDOSS E-COM"; }
        84.18% { content: "IDOSS E-COMM"; }
        85.40% { content: "IDOSS E-COMME"; }
        86.62% { content: "IDOSS E-COMMER"; }
        87.84% { content: "IDOSS E-COMMERC"; }
        89.06% { content: "IDOSS E-COMMERCE"; }
        90.28% { content: "IDOSS E-COMMERCE "; }
        91.50% { content: "IDOSS E-COMMERCE S"; }
        92.72% { content: "IDOSS E-COMMERCE ST"; }
        93.94% { content: "IDOSS E-COMMERCE STO"; }
        95.16% { content: "IDOSS E-COMMERCE STOR"; }
        96.38% { content: "IDOSS E-COMMERCE STORE"; }
        100% { content: "IDOSS E-COMMERCE STORE"; } 
      }
          
          @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
          }
          
          .typewriter {
            position: relative;
            display: inline-block;
            --caret: currentcolor;
          }
          
          .typewriter::before {
            content: "";
            animation: typing 29s steps(22) infinite;
            display: inline-block;
          }
          
          .typewriter::after {
            content: "";
            border-right: 2px solid var(--caret);
            animation: blink 0.5s linear infinite;
            position: absolute;
            right: -4px;
            top: 0;
            height: 1em;
          }
          
          .typewriter.thick::after {
            border-right: 1ch solid var(--caret);
          }
          
          .typewriter.nocaret::after {
            border-right: 0;
          }
          
        
          @media (prefers-reduced-motion) {
            .typewriter::after {
              animation: none;
            }
            
            @keyframes sequencePopup {
              0%, 25% { content: "IDOSS Business ERP"; }
              26%, 50% { content: "IDOSS CRM"; }
              51%, 75% { content: "IDOSS HRM"; }
              76%, 100% { content: "IDOSS E-COMMERCE STORE"; }
            }
          
            .typewriter::before {
              content: "IDOSS Business ERP";
              animation: sequencePopup 21s linear infinite;
            }
          }
          
          
          
          
          /*-------------------Industries Experience css Start---------------*/

    .ind-heading{
        color:#000;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 2.6em;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 20px;  
    }

    @media screen and (max-width: 480px) {
        .ind-heading{
        font-size: 28px; 
        }
       .ind-cantainer{
        margin-left: 20px;
        margin-right: 20px;
       }
       .schedule-btn1 {
    padding: 10px 30px 10px 18px !important;
    
       }
       
       .schedule-btn {
      padding:9px 30px 10px 18px !important;  
       }
       
       .ind-mob-top{
           margin-top:10px !important;
       }
       
       .icon-paragrap{
        font-size: 18px !important;
    }

    }

    .ind-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .ind-row > .col-md-2 {
        padding-right: 1px !important;
        padding-left: 1px !important;
    }
    
            .ind-card {
                position: relative;
                height: 300px;
                border: none;
                overflow: hidden;
                background-size: cover;
                background-position: center;
                color: white;
            }
            .ind-card-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                /* background: rgb(48 48 48 / 70%); */
                /* background-image: linear-gradient(178deg, rgb(90 90 90 / 48%) 0, #4a4a4a 100%); */
                background-image: linear-gradient(178deg, rgb(78 41 1 / 48%) 0, #744304 100%);
    
                /* background-image: linear-gradient(178deg, rgba(1, 78, 78, 0.48) 0, #014e4e 100%); */
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding: 20px;
            }
    
           
            .ind-row{
                padding-right: 1px !important;
               padding-left: 1px !important;
               padding-top: 8px !important;
            }
            .ind-card-number {
                font-size: 55px;
                font-weight: bold;
                opacity: 0.4;
            }
            .ind-card-title {
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                /* font-family: 'Raleway', sans-serif; */
            }
          
            .ind-card-footer-text {
                font-size: 1.2rem;
                font-weight: bold;
                text-transform: uppercase;
            }         
            
            
 /*------------------------- Industries Experience css End -----------------*/
            
 /*------------------- subscription-section start------------------*/
 
  .subscription-section {
                background-size: cover;
                background-position: center;
                position: relative;
                color: white;
                padding: 100px 0;
                background-attachment: fixed; /* Parallax effect */
                background-repeat: no-repeat;
              }
              .subscription-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.7);
              }
              .subscription-content {
                position: relative;
                z-index: 1;
              }
              .subscription-content h1 {
                font-size: 42px;
                font-weight: 600;
                font-family: Untitledsans, sans-serif;
              }
              .subscription-content p {
                font-size: 17px;
                margin-bottom: 20px;
                font-family: "Manrope", sans-serif;
              }
              .input-group-sub {
                max-width: 500px;
                margin: 0 auto;
              }
              .form-control-sub {
                border-radius: 0;
                padding: 10px 10px;
                border: none;
              }            
            
            
              .btn-subscribe {
                background-color: #ff8c00;
                color: #fff;
                border: none;
                border-radius: 0;
                padding: 7px 20px;
                font-family: "Manrope", sans-serif;
              }
              .btn-subscribe:hover {
                background-color: #000;
                color: #fff;
              }
            
              /* .btn-subscribe.foucs,.btn-subscribe:focus{
                box-shadow:none !important;
                
                } */
            
            #responseMessage p {
                padding: 6px 30px;
                border-radius: 4px;
                color: white;
                display: inline-block;
            }
            #responseMessage .success {
                background-color: green;
            }
            #responseMessage .error {
                background-color: rgb(190, 30, 30);
            }
            
 
   /*------------------- subscription-section End ------------------*/
            
            
        
    .why-idoss-section{
        display: flex;
        flex-wrap: wrap;
    }

    .why-idoss-section1{
        padding-left: 0px;
    }

    .why-idoss-section2{
        padding-right: 0px;
    }



.why-idoss-section1, .why-idoss-section > .col-md-7 {
  display: flex;
  flex-direction: column;
}

.why-idoss-section1 img {
  height: 100%;
  object-fit: fill; 
}

.why-idoss-section2 img {
  /*height: 100%;*/
  object-fit: fill;
}



    @media screen and (max-width: 480px) {
        .why-idoss-section{
            display: inline;
        }

        .why-idoss-section-list{
            padding-top: 16px;
            padding-left: 0px !important;
        }
        
        
         .why-idoss-section1{
        padding-left: 15px !important;
    }

    .why-idoss-section2{
        padding-right: 15px !important;
    }
    }
            
            
            
            
            