.single-container {
    margin-top: 100px;
    color: var(--helperColor);
    display: flex;
    align-items: center;
    border: 1px dashed rgb(62 8 76 / 53%);
    background-color: #F8F5FF;
    padding: 20px 30px;
    border-radius: 15px;
    margin-bottom: 15px;
    

}

.single-section {
    padding: 250px 18px 100px 18px;
    margin-top: -200px;
    background-image: url("../img/header-shape.svg"), linear-gradient(180deg, var(--helperColor) 55%, var(--lightHelper));
    position: relative;
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    color: var(--white);
}

.single-section::before {
    content: "";
    background-image: url("../img/shiny-back.webp");
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.single-content {
    width: 50%;
    position: relative;
    z-index: 2;
}

.single-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.single-subtitle {
    font-size: 16px;
    color: var(--primaryColor);
    margin-bottom: 24px;
}

.single-content a {
    justify-self: center;
    margin-top: 30px;
    width: 60%;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    padding: 8px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, var(--lightHelper) 0%, var(--lightHelper) 100%);
}

.single-content a:hover {
    border-radius: 20px 2px 20px 2px;
}

.single-image-card {
    width: 50%;
    border-radius: 5px 30px 5px 30px;

}

.image-card {
    overflow: hidden;
    width: 90%;
}

.image-card img {
    border-radius: 5px 30px 5px 30px;
    width: 80%;
    display: block;
}



/* ========== responsive additions for single.css ========== */

/* reduce big paddings on medium screens */
@media (max-width: 1200px) {
    .single-section {
        padding: 250px 16px 80px 16px;
    }

    .single-title {
        font-size: 34px;
    }
}

/* tablets */
@media (max-width: 900px) {
    .single-section {
        padding: 180px 12px 80px 12px;
        margin-top: -120px;
        background-position-x: center;
    }

    .single-content,
    .single-image-card {
        width: 100%;
    }

    .single-content {
        order: 2;
        padding: 0 8px;
    }

    .single-image-card {
        order: 1;
        margin-bottom: 18px;
    }

    .single-title {
        font-size: 28px;
    }

    .single-content a {
        width: 80%;
        margin: 18px auto 0;
        font-size: 16px;
        padding: 10px;
    }

    .image-card img {
        max-width: 360px;
        margin: 0 auto;
    }
    
.single-container {
    margin-top: 10px;
}

}

/* small phones */
@media (max-width: 576px) {
    .single-section {
        padding: 150px 10px 0px 10px;
        margin-top: -90px;
    }

    .single-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .row {
        display: flex;
        flex-direction: column;
    }
    .col-right,
    .col-left {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .single-container {
        max-width: 100%;
        padding: 0 18px;
    }

    .single-subtitle {
        font-size: 14px;
    }

    .single-content {
        width: 100%;
        margin-bottom: 10px;
    }

    .single-content a {
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }

    .image-card {
        width: 100%;
    }

    .image-card img {
        max-width: 260px;
    }
}


.row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.col-right {
  width: 50%;
  float: none;
  display: block;
}
.col-left {
  width: 50%;
  float: none;
  display: block;
}
.slider-related-articles {
  margin-top: 24px;
}

@media (max-width: 600px) {
  .row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .col-right,
  .col-left {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    margin: 0 !important;
  }
  .slider-related-articles {
    margin-top: 18px;
  }
}

/* ========== خدمات اخرى section ========== */
.engz-services {
  padding: 32px 18px;
  margin: 20px 0;
  text-align: center;
}

.engz-services .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--helperColor);
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 30px;
}

.engz-services .title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  background-color: var(--helperColor);
}

.engz-links {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 900px;
  text-align: start;
}

.engz-links li {
  background-color: var(--white);
  padding: 10px;
  border-radius: 8px;
  border: 3px solid var(--helperColor);
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.engz-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: 600;
}

.engz-links li a:hover {
  color: var(--helperColor);
}

@media (max-width: 600px) {
  .engz-links {
    grid-template-columns: 1fr;
  }
}