body.jobs-page .navbar-jobs {
    background-color: #007bff !important;
    color: white !important;
}

body {
    background-color: #f8f9fa !important;
}

.our-portfolio {
    margin-top: 20px;
  }
  
  .custom-img-service {
    width: 200px;
    height: auto;
    object-fit: contain;
  }
  
  .customing-img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
  }
  
  #portfolio {
    background-image: url("../images/bg-ds-red.png");
    background-repeat: no-repeat;
    background-position: top;
    /* background-size: cover; */
    background-attachment: fixed;
    padding: 30px;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 55px !important;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: 345px !important;
    left: 50% !important;
    width: 100px !important;
    height: 21px !important;
    transform: translateX(-50%);
    background: #E9CCCC !important;
    border-radius: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
  }
  
  @media (max-width: 992px) {
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      top: 355px !important;
    }
  }
  
  .swiper-slide {
    /* text-align: start !important; */
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px !important;
    width: 250px !important;
    /* box-sizing: border-box;  */
    border-radius: 7px;
  }
  
  .swiper-pagination-bullet:nth-child(-n+4) {
    display: inline-block; 
  }
  
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #610101; 
  }
  
  .swiper-slide:last-child {
    margin-right: 0;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .swiper-texts {
    display: flex;
    flex-direction: column;
    height: 170px;
    border-bottom: 2px solid #910101;
    padding-bottom: 10px;
  }
  
  .swiper-texts p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    height: 80px;
    overflow: auto;
  }
  
  .service-item {
    text-align: start;
    padding: 20px;
  }
  
  .service-item .section-heading {
    margin-top: 20px;
  }

  @media (max-width: 560px) {
    #portfolio {
        padding: 0;
        overflow: hidden;
      }
  }
  
  /*
  --------------------------------------------