/* start about-company */

.landing{
    background: url("../../images/faq_landing.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.head{
    color: #fff;

}
.our-vission .icon {
    background-color: #F5F5F5;
    color: var(--site-main-color);
    border-radius: 50%;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 22px;

}

.card-body p{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.breadcrumb-item a{
    color: #a98f43;

}
.breadcrumb-item{
    color: #fff;
}
/* end about-company */

.hero-section {
      position: relative;
      background: url("../../images/job.jpg");
      min-height: 500px;
      display: flex;
      align-items: center;
      color: #fff;
          background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 12%;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, #313275, #C4A26E00);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 1rem;
    }

    h1 {
      font-size: 2rem;
      font-weight: bold;
    }

    p {
      font-size: 1rem;
      line-height: 1.8;
      color: #e0e0e0;
      max-width: 700px;
    }

    .breadcrumb-item+.breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: unset !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
      content: "";

    }


    .product-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      background: #fff;
    }
    .product-card:hover {
      transform: translateY(-5px);
    }
    .product-card img {
      width: 100%;
      height: 235px;
      object-fit: cover;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    .card-body {
      text-align: center;
      padding: 20px;

    }
    .icon-circle {
      width: 35px;
      height: 35px;
      background: #2d2f92; /* اللون البنفسجي */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
          transform: rotate(140deg);
    }
    .card-title {
      /* font-size: 1rem; */
      font-weight: 600;
      color: #222;
          margin: 0;
    padding: 0;
    margin-bottom: auto;
    margin-top: auto;
    }



    .hero_section {
      position: relative;
      background: url("../../images/tools.png");
      min-height: 500px;
      display: flex;
      align-items: center;
      color: #fff;
          background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #313275, #C4A26E00);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 1rem;
    }

    h1 {
      font-size: 2rem;
      font-weight: bold;
    }

    p {
      font-size: 1rem;
      line-height: 1.8;
      color: #e0e0e0;
      max-width: 700px;
    }

    .breadcrumb-item+.breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: unset !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
      content: "";

    }

  .product-section {
      padding: 50px 0;
    }
    .product-box {
      border-radius: 12px;
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.08); */
      padding: 30px;
      background: #fff;
    }
    .product-title {
      font-weight: 700;
      font-size: 30px;
      margin-bottom: 20px;
    }
    .product-desc {
      color: #555;
      line-height: 1.8;
      margin-bottom: 25px;
    }
    .btn-main {
      background-color: #313275;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px 25px;
    }
    .btn-main:hover {
      background-color: #313275;
    }
    .form-link {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      color: black;
      text-decoration: none;
    }
    .form-link:hover {
      text-decoration: underline;
    }
    .product-img img {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }