.archive_sev {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .archive_sev {
    padding-bottom: 30px;
  }
}
.archive_sev .content {
  display: grid;
  grid-column-gap: 30px;
}
.archive_sev .content.four_column {
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 1200px) {
  .archive_sev .content.four_column {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .archive_sev .content.four_column {
    grid-template-columns: auto;
  }
}
.archive_sev .content.three_column {
  grid-template-columns: auto auto auto;
}
@media (max-width: 1200px) {
  .archive_sev .content.three_column {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .archive_sev .content.three_column {
    grid-template-columns: auto;
  }
}
.archive_sev .content.two_column {
  grid-template-columns: auto auto;
}
@media (max-width: 767px) {
  .archive_sev .content.two_column {
    grid-template-columns: auto;
  }
}
.archive_sev .content .item-service {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.archive_sev .content .item-service:hover .info .name:after {
  background: var(--primary);
}
.archive_sev .content .item-service:hover .service-icon {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  top: 50%;
}
.archive_sev .content .item-service:hover .img .mask:before {
  opacity: 1;
}
.archive_sev .content .item-service .img {
  position: relative;
}
.archive_sev .content .item-service .img .service-img {
  width: 100%;
  vertical-align: middle;
}
.archive_sev .content .item-service .img .mask {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.archive_sev .content .item-service .img .mask:before {
  transition: all 0.3s ease;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.archive_sev .content .item-service .info {
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  left: 24px;
  bottom: 40px;
}
.archive_sev .content .item-service .info .name {
  position: relative;
  margin: 0;
  padding: 0 30px 0 27px;
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  font-feature-settings: "pnum" on, "lnum" on;
}
.archive_sev .content .item-service .info .name a {
  color: #fff;
}
.archive_sev .content .item-service .info .name a:hover {
  color: var(--primary);
}
.archive_sev .content .item-service .info .name:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 21px;
  height: 21px;
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #47bf6f 50%, #47bf6f 100%);
}
.archive_sev .content .item-service .info .name:after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  left: 0;
  bottom: -13px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.5);
}
.archive_sev .content .item-service .service-icon {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 60%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  opacity: 0;
  transform: translate(-50%, -50%);
}
.archive_sev .content .item-service .service-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
/* --- Cobantur Sektör Elementor: Sektör (Single) + Sektörler Listesi --- */
.cob_sektor_single .item-service {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.cob_sektor_single .item-service .img {
  position: relative;
}
.cob_sektor_single .item-service .img img {
  width: 100%;
  vertical-align: middle;
}
.cob_sektor_single .item-service .info {
  padding: 20px 25px 24px;
}
.cob_sektor_single .cob_sektor_excerpt {
  margin-top: 10px;
  opacity: 0.9;
}
.cob_sektor_single .cob_sektor_btn {
  margin-top: 16px;
}
.cob_sektor_single .cob-sektor-button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

.cob_sektor_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
}
.cob_sektor_list .cob_sektor_item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  overflow: hidden;
}
.cob_sektor_list .cob_sektor_link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  text-decoration: none;
}
.cob_sektor_list .cob_sektor_thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.cob_sektor_list .cob_sektor_title {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.cob_sektor_list .cob_sektor_excerpt {
  display: block;
  margin-top: 6px;
  opacity: 0.85;
  line-height: 1.5;
}


/* --- Cobantur Sektör Elementor: Sektör (Single) + Sektörler Listesi --- */
.cob_sektor_single .item-service {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.cob_sektor_single .item-service .img {
  position: relative;
}

.cob_sektor_single .item-service .img img {
  width: 100%;
  vertical-align: middle;
}

.cob_sektor_single .item-service .info {
  padding: 20px 25px;
}

.cob_sektor_single .cob_sektor_excerpt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

.cob_sektor_single .cob_sektor_btn {
  margin-top: 14px;
}

.cob_sektor_single .cob-sektor-button {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}

.cob_sektor_single .cob-sektor-button:hover {
  opacity: 0.92;
}

/* List */
.cob_sektor_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
}

.cob_sektor_list .cob_sektor_item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.cob_sektor_list .cob_sektor_link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
}

.cob_sektor_list .cob_sektor_thumb img {
  width: 76px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.cob_sektor_list .cob_sektor_text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cob_sektor_list .cob_sektor_title {
  font-weight: 600;
  line-height: 1.3;
}

.cob_sektor_list .cob_sektor_excerpt {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.85;
}
