/*======================================================
Services
======================================================*/

.services-section {
  padding: 110px 0;

  background: #f8f9fa;
}

.service-card {
  background: #fff;

  padding: 40px 30px;

  border-radius: 18px;

  height: 100%;

  text-align: center;

  border: 1px solid #ececec;

  transition: 0.35s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);

  border-color: #ba1515;
}

.service-icon {
  width: 80px;

  height: 80px;

  margin: auto auto 25px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(220, 53, 69, 0.08);

  transition: 0.35s;
}

.service-icon i {
  font-size: 34px;

  color: #ba1515;
}

.service-card:hover .service-icon {
  background: #ba1515;
}

.service-card:hover .service-icon i {
  color: #fff;
}

.service-card h5 {
  font-size: 18px;

  font-weight: 700;

  line-height: 1.6;

  margin: 0;

  color: #222;
}

.services-section .btn {
  padding: 14px 35px;

  border-radius: 50px;

  font-weight: 600;
}

@media (max-width: 991px) {
  .services-section {
    padding: 90px 0;
  }
}

@media (max-width: 576px) {
  .service-card {
    padding: 30px 20px;
  }

  .service-icon {
    width: 70px;

    height: 70px;
  }

  .service-icon i {
    font-size: 28px;
  }
}
/* =================================================================================================== */
  /*==================================================
Introduction
==================================================*/

  .services-introduction {

    padding: 110px 0;

    background: #fff;

  }

  .services-introduction img {

    border-radius: 20px;

  }

  .services-introduction h2 {

    font-size: 42px;

    font-weight: 800;

    margin: 20px 0 30px;

    line-height: 1.3;

  }

  .services-introduction p {

    font-size: 17px;

    line-height: 1.9;

    color: #666;

  }

  /*==================================================
Sticky Navigation
==================================================*/

  .services-navigation {

    background: #ffffff;

    border-top: 1px solid #eee;

    border-bottom: 1px solid #eee;

    position: sticky;

    top: 80px;

    z-index: 999;

  }

  .services-menu {

    display: flex;

    gap: 12px;

    padding: 20px 0;

    overflow-x: auto;

    scrollbar-width: none;

  }

  .services-menu::-webkit-scrollbar {

    display: none;

  }

  .services-menu a {

    white-space: nowrap;

    padding: 12px 22px;

    border-radius: 40px;

    background: #f8f9fa;

    color: #333;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;

    border: 1px solid #eee;

  }

  .services-menu a:hover {

    background: #dc3545;

    color: #fff;

    border-color: #dc3545;

  }

  .services-menu a.active {

    background: #dc3545;

    color: #fff;

  }

  /*==================================================
Responsive
==================================================*/

  @media(max-width:992px) {

    .services-hero {

      padding: 150px 0 100px;

    }

    .services-hero h1 {

      font-size: 46px;

    }

    .services-introduction {

      padding: 90px 0;

    }

    .services-introduction .col-lg-6:last-child {

      margin-top: 40px;

      padding-left: 15px !important;

    }

  }

  @media(max-width:576px) {

    .services-hero h1 {

      font-size: 34px;

    }

    .services-hero p {

      font-size: 16px;

    }

    .services-introduction {

      padding: 70px 0;

    }

    .services-introduction h2 {

      font-size: 30px;

    }

    .services-menu {

      padding: 15px 0;

    }

    .services-menu a {

      padding: 10px 18px;

      font-size: 14px;

    }

  }
  /*==================================================
Service Block
==================================================*/

  .service-block {

    padding: 110px 0;

  }

  .service-image {

    width: 100%;

    border-radius: 22px;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);

    transition: .4s;

  }

  .service-image:hover {

    transform: scale(1.02);

  }

  .service-number {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: #dc3545;

    color: #fff;

    font-weight: 700;

    margin-bottom: 25px;

  }

  .service-block h2 {

    font-size: 40px;

    font-weight: 800;

    margin-bottom: 25px;

    line-height: 1.3;

  }

  .service-block p {

    font-size: 17px;

    line-height: 1.9;

    color: #666;

    margin-bottom: 35px;

  }

  .service-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px 30px;

  }

  .service-list div {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.6;

  }

  .service-list i {

    color: #dc3545;

    margin-top: 4px;

  }

  @media(max-width:991px) {

    .service-block {

      padding: 80px 0;

    }

    .service-block h2 {

      font-size: 32px;

    }

    .service-list {

      grid-template-columns: 1fr;

    }

  }

  @media(max-width:576px) {

    .service-block h2 {

      font-size: 28px;

    }

    .service-block p {

      font-size: 16px;

    }

  }

  /*==================================================
Featured Value Engineering
==================================================*/

  .ve-feature-section {

    padding: 120px 0;

    background: linear-gradient(135deg, #ba1515, #b52b38);

    color: #fff;

    overflow: hidden;

  }

  .ve-feature-section h2 {

    font-size: 42px;

    font-weight: 800;

    margin: 20px 0 25px;

    line-height: 1.3;

  }

  .ve-feature-section p {

    font-size: 17px;

    line-height: 1.9;

    opacity: .95;

  }

  .ve-feature-section .section-subtitle {

    color: #fff;

    letter-spacing: 2px;

  }

  .ve-feature-section .service-list {

    grid-template-columns: repeat(2, 1fr);

  }

  .ve-feature-section .service-list div {

    color: #fff;

  }

  .ve-feature-section .service-list i {

    color: #fff;

  }

  .ve-image {

    max-width: 90%;

    border-radius: 24px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);

  }

  @media(max-width:991px) {

    .ve-feature-section {

      padding: 90px 0;

      text-align: center;

    }

    .ve-feature-section h2 {

      font-size: 34px;

    }

    .ve-feature-section .service-list {

      grid-template-columns: 1fr;

      text-align: left;

      margin-top: 35px;

    }

    .ve-image {

      margin-top: 45px;

      max-width: 100%;

    }

  }

  @media(max-width:576px) {

    .ve-feature-section h2 {

      font-size: 28px;

    }

    .ve-feature-section p {

      font-size: 16px;

    }

  }
