h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}

h1.tittle-section {
    max-width: 900px;
}

.img-responsive {
    width: 100%;
}


h4.tittle-section {
    color: grey;
}
h4.subtitle {
    font-size: 19px;
    font-weight: 600;
}

.bg-1 { background-color: #eee; }

.wr-image-partner img {
    max-height: 45px;
}

.section .wr-service-block {
    padding-bottom: 60px;
}

.section {
    padding: 50px 40px;
}
.section .title-desc{ 
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    text-align: center;
 }

.cstm-list { 
    list-style: none;
}
.cstm-list li {
    padding: 6px 0px;
    display: flex;
    align-items: center;
}
.cstm-list li:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 25px;
  background-image: url("/images/automation/check.svg");
  background-repeat: no-repeat;
  margin-right: 15px;
  padding-right: 25px;
}


.header-slider-cta-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.header-slider-cta-wrapper > a{ max-width: 250px;}


@media (min-width: 991px) {
    h3.tittle-section, h2.tittle-section {
        padding-top: 13px;
        padding-bottom: 50px;
        font-size: 42px;
        max-width: 900px;
        margin: 0px auto;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
        height: 31px;
    }
}

@media (max-width: 576px){
    h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .section h3.tittle-section, .section h2.tittle-section {
        font-size: 21px;
        padding-top: 10px;
    }
    ul.work-flow li p { width: 100%; }
    .section {
        padding: 50px 15px;
    }

}
@media (max-width: 767px){
    .row-rev-mobile > div:nth-child(1) {
        order: 2;
    }
}




/* Automation */
.tabs-lead {
	margin-top: 60px;
	margin-bottom: 40px;
}
.tabs-lead .nav {
	justify-content: center;
}
.tabs-lead .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: transparent;
	color: #000;
	border-bottom: 2px solid #000;    
}

.tabs-lead .nav-pills .nav-link {
	color: #8c8888;
	border-radius: 0; 
	border-bottom: 2px solid #eee;
}

.tabs-lead .nav-item:last-child {
	border-right: 0;
}



.section-auto {
	padding: 50px 40px;
}
.section-auto .top-tittle { text-align: left; }
.section-auto .tittle-section { text-align: left; }

.section-tools { padding: 50px 40px;	 }


.col-md-12.tools-imgs {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0px auto;
    margin-top: 40px;
}

.col-md-12.tools-imgs > div {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    width: 100%;
    justify-content: space-evenly;
}

.col-md-12.tools-imgs > div > div {
    background: #fff;
    box-shadow: 0px 5px 5px #eee;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 25px;
    display: flex;
    align-items: center;
    margin: 15px 10px;
}

.section-tools .col-md-12.tools-imgs img {
    width: 100%;
}

.main-prev-footer>h3 {
	max-width: 900px;
}

ul.work-flow {
    width: fit-content;
    margin: 0px auto;
    padding-left: 0px;
}

ul.work-flow li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0px 3.5rem 0;
    background: url(/images/automation/Arrow.svg) no-repeat;
    background-position: 65% 100%;
}


ul.work-flow li:last-child {
    background: none;
    padding: 0.5rem 0px 0.5rem 0;
}

ul.work-flow li .flow-img {
    background: #fff;
    box-shadow: 0px 5px 5px #eee;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 22px;
    display: flex;
    align-items: center;
    margin: 5px 10px;
}

ul.work-flow li .flow-img img{
    width: 100%;
}

ul.work-flow li p {
    font-size: 16px;
    flex-grow: 2;
    text-align: center;
}

.tabs-lead .tab-content {
    padding: 20px;
}


@media (max-width: 991px) {
    ul.work-flow li {
        flex-wrap: wrap;
        justify-content: center;    
        padding: 1.5rem 0px 4.5rem 0;
    }
    ul.work-flow > li + li:before {
        margin-left: 19px;
    }
    h3.tittle-section, h2.tittle-section {
        padding-bottom: 15px;
    }
}

@media (max-width: 576px){
    ul.work-flow li {
        background-position: bottom center;
    }
}

/* Automation */
/* Managed IT Services */
.it-services-items-wrap {  
}

.it-services-items {  
}
.it-services-items .it-services-item {
    text-align: center;
    margin-bottom: 30px;
}
.it-services-items .it-services-item .img-wrap {
    background: #fff;
    box-shadow: 0px 5px 5px #eee;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    margin: 15px auto;
}

.it-services-items .it-services-item .img-wrap img {
    width: 100%;
}

.it-services-items .it-services-item p {
    max-width: 350px;
    margin: 0px auto;
    width: 100%;
}

.it-services-items .it-services-item h3 {
    margin-bottom: 15px;
}

.section-itmanged-kybnft {

}

.section-itmanged-kybnft h5 {
    font-weight: bold;
}

.section-itmanged-kybnft .items > div{
    margin-bottom: 2rem;
}

.managed-it-tb1 td, .managed-it-tb1 th {
    padding: 2rem;
}

.slider-items {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  box-shadow: 0px 4px 9px #e2e2e2;
  background-color: #fff;
}
.slider-wrap {
  overflow: hidden;
  position: relative;
}
.slider-wrap > div {
  float:left;
  width:100%;
  position: relative;
  background-color: #fff;
}

.slider-left-arrow, .slider-right-arrow {
    cursor: pointer;
}

.section-auto-1 {
    padding-top: 90px; 
    padding-bottom: 10px;
}

@media (max-width: 768px){
    .section-auto-1 {
        padding-top: 50px; 
        padding-bottom: 10px;
    }
}


/* On-Boarding */

.onboarding-content .arrow-count {
    background-color: rgb(45, 102, 204);
    color: rgb(255, 255, 255);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: inline-flex; /* Allows margin-top to be effective on a span */
    margin-right: -17px;
    margin-top: 10px; /* Adjust this value to achieve the desired spacing */
    z-index: 999;
    position: relative;
    font-weight: bolder;
    font-size: 17px;
    justify-content: center;
    align-items: center;
}

.onboarding-content > h3 {
    font-size: 19px;
    font-weight: 600;
}

.onboarding-content > p {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
}
.onboarding-arrow-down {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%);
}

.onboarding-content-down {
    margin-top: 3rem;
}


@media (max-width: 992px) {
    .onboarding-arrow-down {
        display: none;
    }
    .onboarding-content-down {
        margin-top: 0px;
    }
    .onboarding-content {
        margin-bottom: 3rem;
    }
}

/* Google Captcha Mobile Responsive */

@media (max-width:575px) {
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.75);
        transform-origin:0 0;
        margin-bottom: -20px;
    }
}

/* Process Timeline Styles */
.process-timeline {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 70px;
    bottom: -40px;
    width: 2px;
    background: linear-gradient(to bottom, #2d66cc, #e0e0e0);
    z-index: 1;
}

.step-number {
    background: #2d66cc;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 25px;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
}

.step-content {
    display: flex;
    align-items: flex-start;
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.step-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.step-icon img {
}

.step-details {
    flex: 1;
}

.step-details h3 {
    color: #2d66cc;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
}

.step-details p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .process-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        position: relative;
    }
    
    .step-number {
        margin-right: 20px;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    
    .step-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 20px;
        flex: 1;
    }
    
    .step-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .process-step:not(:last-child)::after {
        left: 25px;
        top: 70px;
        bottom: -40px;
        transform: none;
    }
}

@media (max-width: 576px) {
    .process-timeline {
        padding: 10px 0;
    }
    
    .step-content {
        padding: 15px;
    }
    
    .step-details h3 {
        font-size: 18px;
    }
    
    .step-details p {
        font-size: 14px;
    }
    
    .process-step:not(:last-child)::after {
        top: 65px;
        bottom: -35px;
    }
}