.slider-main-title {
    margin-bottom: 10px;
}

/* 542 */

.our-service-title {
    text-align: center;
    padding: 14px 0;
    line-height: 23px;
    overflow: hidden;
    max-height: calc(2.4em* 1);
    margin-bottom: 14px;
}

.about-read a {
    border: 2px solid #f47a1f;
    border-radius: 50px;
    color: #f47a1f;
    display: block;
    font-weight: 500 !important;
    text-align: center;
    height: 55px;
    line-height: 52px;
    text-transform: uppercase;
    width: 164px;
}

.about-read a:hover,
.our-service-learn a:hover {
    background: #f47a1f;
    color: #fff;
}

.our-help .ui-icon, .ui-widget-content .ui-icon {
  background: unset;
}

.our-help-bg {
    position: relative;
    height: 400px; /* Adjust height as needed */

    /* background-image: url('/zeroned_tech/web/sites/default/files/2024-05/custom-soft_0.jpg'); */
    min-height: 400px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid #f47a1f;
  }
  
  .our-help-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 50%); /* Adjust overlay color and opacity here */
  }
  
  .help-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #fff; 
    font-size: 2rem;
  }
  
  
  .page-node-type-help-you #whole_inner_banner_area {
    border-bottom: unset;
}

#block-zeroned-tech-breadcrumbs-3 .breadcrumb {
  padding: 0 40px;
}
  
.help-image{
  box-shadow: 0 8px 29px 2px rgb(0 0 0);
  border-radius: 16px;
  padding: unset;
}

.help-image .img-fluid {
  border-radius: 16px;
}

.help-body{
  padding: 0 40px;
}

.our-help .ui-accordion-header::before {
  content: " + ";
  font-weight: 200;
  font-size: 44px;
}

.page-node-type-help-you .ui-accordion .ui-accordion-header {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid gray;
  font-size: 30px;
  color: #000;
  background: #FFF;
  margin-bottom: 4px;
  padding: 15px 0;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
}

.page-node-type-help-you .faqfield-answer {
  border: unset;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-node-type-help-you .faqfield-answer p {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.page-node-type-help-you .faqfield-answer .ui-accordion .ui-accordion-content {
  overflow: unset;
}

.view-our-approch .faqfield-answer {
  display: block !important;
}

#quicktabs-our-service-detail-page .faqfield-answer {
  display: block !important;
}

#our-faq-area .accordion-button::before {
  content: " + ";
  font-weight: 200;
  font-size: 44px;
  padding-right: 20px;
}

.view-request-demo-faq .accordion-button {
  background: #FFF;
  margin-bottom: 4px;
  padding: 15px 0;
  font-size: 30px;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
}

.faq-title-zt {
  font-weight: 900;
  color: #f47a1f;
  margin-bottom: 22px;
  
}

.view-request-demo-faq .view-content .views-row{
  border-bottom: 1px solid grey;
}

.view-request-demo-faq .view-content .views-row:last-child{
  border-bottom: unset;
}

.view-request-demo-faq .accordion-button a {
  padding-left: 10px;
  color: #fff !important;
}

.view-request-demo-faq {
  margin-top: 50px;
}

.our-help .field__label {
  font-weight: 900;
  color: #f47a1f;
  margin-bottom: 22px;
  margin-top: 50px;
  font-size: 36px;
}

.contact-email h6 {
  margin-top: -10px;
}

div#block-zeroned-tech-page-title {
  text-align: center;
  margin-bottom: 30px;
}

.view-our-service .view-header {
  margin-bottom: 85px;
}

div#block-zeroned-tech-page-title h1 {
  font-weight: 700;
}

/* Footer CSs  */

.footer-middle-first .region.region-footer-middle-first {
  border-radius: 20px;
}

.whole-footer-middle-area {
  padding-top:unset !important;
}

.our-contact-link li {
  list-style: none;
  padding: 8px 0;
}

.our-contact-link li span {
  padding-left: 5px;
  letter-spacing: 2px;
}

.footer-middle-first .site-title {
  color: #fff !important;
}

.our-email .fa-envelope span {
  font-family: Poppins;
}

.our-contact-link {
  margin-bottom: unset !important;
}


/* our service technology css */
div#block-zeroned-tech-views-block-our-service-block-2 {
  display: none;
}

/* mobile css */


@media only screen and (width >=360px) and (width <=767px) {


  .service-landing .banner-body {
    padding: 0px 17px 0px 17px;
  }
  .service-section {
    grid-column-gap: 0rem;
    grid-template-columns: 3.5rem auto;
  }
  .service-content-title {
    font-size: 2.5rem;
  }
  .timeline_progress_bar {
    left: 27px;
  }
  .service-title-sticky {
    margin-left: 1.4rem;
    visibility: hidden;
  }
  .service-content-description p {
    font-size: 17px;
    text-align: unset;
    padding-right: 10px;
  }
 .service-container {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.service-title-landing,
.service-title-circle-timeline {
    transform: rotate(-90deg);
    display: inline-flex;

}
#section0 .service-title-landing {
  margin-top: 10rem;
  margin-left: -8.3rem;
  padding-right: 1rem;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#section1 .service-title-landing {
  margin-top: 10rem;
  margin-left: -9.4rem;
  padding-right: 1rem;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#section2 .service-title-landing {
  margin-top: 10rem;
  margin-left: -4.5rem;
  padding-right: 1rem;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#section3 .service-title-landing {
  margin-top: 10rem;
  margin-left: -4.5rem;
  padding-right: 1rem;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#section3 .service-title-landing {
  margin-top: 10rem;
  margin-left: -5.1rem;
  padding-right: 1rem;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#section4 .service-title-landing {
  margin-top: 10rem;
  margin-left: -5.0rem;
  padding-right: 1rem;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.service-section {
  grid-column-gap: 1rem;
  grid-template-columns: 1.5rem auto;
}
.service-section-center {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.service-content-title {
  font-size: 24px;
 
}

.service-landing .banner-body {
  padding: 0px 30px;
}
.view-our-service {
  padding: 0px 10px;

}

} 
.service-banner-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-content: center;
}

/* Portfolio Css  */
#portfolio-area {
  padding: 0 20px;
}

#portfolio-area .views-row {
  display: flex;
  justify-content: space-between; 
  gap: 20px; 
  overflow: hidden;
}
#portfolio-area .views-col {
  width: calc(50% - 10px) !important;
  margin-bottom: 50px;
}
.one-case_content-wrap a {
  letter-spacing: -.0425rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.3;
}
.tags-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}
.one-case_tag {
  text-transform: uppercase;
  border-radius: 2.5rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  border: 1px solid #d0d0d0;
  margin-top: 10px;
}

.one-case_img-wrap {
  position: relative;
  overflow: hidden; 
  border-radius: 10px; 
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
  transition: transform 0.3s ease-in-out;
}


.one-case_img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; 
}


.one-case_img-wrap:hover img {
  transform: scale(1.1); 
}

.one-case_content-wrap {
  padding: 30px 0px;
}
.one-case_img-wrap:hover {
  transform: scale(1); 
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3); 
}



/* mobile css */


@media only screen and (width >=360px) and (width <=767px) {

#portfolio-area .views-col {
  width: 100% !important;
}
.one-case_tag {
  font-size: 0.8em;
  text-wrap: nowrap;
}
#portfolio-area .views-row {
  display: unset !important;

}

.service-content {
  overflow: unset; /* Ensure this is not preventing sticky behavior */
}

.service-title-landing {
  transform: rotateX(180deg) rotateY(0) rotateZ(0);
}
}