/* dijifis-siparis-sistemi-ozellikleri — feature-main(|-two), feature-six, feature-five/three/four */
#main_wrapper .article .feature-four {
  padding: 100px 0;
}

#main_wrapper .article .feature-four .bg-col {
  padding: 60px 40px;
  border-radius: 10px;
  text-align: center;
}

#main_wrapper .article .feature-four .content {
  margin-bottom: 30px;
}

#main_wrapper .article .feature-four .title {
  color: #fff;
  margin-bottom: 20px;
}

#main_wrapper .article .feature-four .text {
  color: #fff;
  margin-bottom: 30px;
}

#main_wrapper .article .feature-four .button-one {
  display: inline-block;
  padding: 15px 40px;
  background-color: #fff;
  color: rgb(55, 68, 76);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

#main_wrapper .article .feature-four .button-one:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#main_wrapper .article .feature-five {
  position: relative;
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five {
    padding: 20px 0;
  }
}

#main_wrapper .article .feature-five .mb-3 {
  margin-bottom: 30px;
}

#main_wrapper .article .feature-five .mb-5 {
  margin-bottom: 50px;
}

#main_wrapper .article .feature-five .five-title {
  display: block;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .five-title {
    font-size: 28px;
  }
}

#main_wrapper .article .feature-five .five-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #33363d;
}

#main_wrapper .article .feature-five .five-text p {
  margin: 5px 0;
}

#main_wrapper .article .feature-five .five-img {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 30px 0 50px;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .five-img {
    height: auto;
    margin: 10px 0;
  }
}

#main_wrapper .article .feature-five .five-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#main_wrapper .article .feature-five .five-col {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

#main_wrapper .article .feature-five .five-col:hover {
  box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .five-col {
    height: auto;
    margin-bottom: 15px;
  }
}

#main_wrapper .article .feature-five .col-icon {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 10px;
}

#main_wrapper .article .feature-five .col-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .col-icon {
    height: 50px;
    width: 50px;
  }
}

#main_wrapper .article .feature-five .col-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

#main_wrapper .article .feature-five .col-title p {
  margin: 0;
}

#main_wrapper .article .feature-five .col-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #33363d;
  height: 96px;
  overflow: hidden;
}

#main_wrapper .article .feature-five .col-text p {
  margin: 5px 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-five .col-text {
    font-size: 0.8rem;
    line-height: 1.9;
    height: auto;
  }
}

#main_wrapper .article .feature-three {
  padding: clamp(56px, 9vw, 100px) 0;
}

#main_wrapper .article .feature-three .pf-diff-col {
  max-width: 40rem;
}

#main_wrapper .article .feature-three .title {
  font-family: "Outfit", var(--pf-font), system-ui, sans-serif;
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

#main_wrapper .article .feature-three .title p {
  margin: 5px 0;
}

#main_wrapper .article .feature-three .content,
#main_wrapper .article .feature-three .feature-three__intro {
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

#main_wrapper .article .feature-three .content p {
  margin: 10px 0;
}

#main_wrapper .article .feature-three .list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

#main_wrapper .article .feature-three .list li {
  font-size: clamp(1rem, 1.8vw, 1.08rem);
  line-height: 1.55;
  margin-bottom: 0.85rem;
  padding-left: 1.75rem;
  position: relative;
}

#main_wrapper .article .feature-three .list li p {
  margin: 0;
}

#main_wrapper .article .feature-three .list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ff4d47;
  font-weight: bold;
  font-size: 1.5rem;
}

#main_wrapper .article .feature-three .list li p {
  margin: 0;
}

#main_wrapper .article .feature-three .image {
  display: block;
  margin: 20px 0;
}

#main_wrapper .article .feature-three .image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .feature-three .hr {
  border: none;
  border-top: 1px solid #e2e2e2;
  margin: 50px 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-three {
    padding: 48px 0;
  }
}

/* Özellikler sayfası — üst blok (önceden bozuk seçiciyle stil uygulanmıyordu) */
#main_wrapper .article .feature-main-two.df-features-hero {
  padding: clamp(48px, 7vw, 100px) 0;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%);
}

#main_wrapper .article .df-features-hero__intro {
  max-width: 46rem;
  margin: 0 auto clamp(40px, 5vw, 56px);
  padding: 0 clamp(12px, 3vw, 24px);
}

#main_wrapper .article .df-features-hero__title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a1d23;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

#main_wrapper .article .df-features-hero__lead {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  color: #5b616a;
  margin: 0;
}

#main_wrapper .article .df-features-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    "c1 img c2"
    "c3 img c4";
  gap: clamp(16px, 2.5vw, 28px);
  align-items: stretch;
  text-align: left;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 24px);
}

#main_wrapper .article .df-features-hero__card--1 {
  grid-area: c1;
}
#main_wrapper .article .df-features-hero__card--2 {
  grid-area: c2;
}
#main_wrapper .article .df-features-hero__figure {
  grid-area: img;
  margin: 0;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 340px;
}
#main_wrapper .article .df-features-hero__card--3 {
  grid-area: c3;
}
#main_wrapper .article .df-features-hero__card--4 {
  grid-area: c4;
}

#main_wrapper .article .df-features-hero__card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(26, 29, 35, 0.08);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

#main_wrapper .article .df-features-hero__card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(14px, 2vw, 20px);
  height: 100%;
  box-sizing: border-box;
}

#main_wrapper .article .df-features-hero__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_wrapper .article .df-features-hero__icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

#main_wrapper .article .df-features-hero__body {
  min-width: 0;
  flex: 1;
}

#main_wrapper .article .df-features-hero__card-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: #1a1d23;
  margin: 0 0 0.5rem;
}

#main_wrapper .article .df-features-hero__card-text {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #6b7280;
  margin: 0;
}

#main_wrapper .article .df-features-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(26, 29, 35, 0.12);
}

@media only screen and (max-width: 991px) {
  #main_wrapper .article .df-features-hero__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "c1"
      "c2"
      "img"
      "c3"
      "c4";
    max-width: 520px;
  }

  #main_wrapper .article .df-features-hero__figure {
    max-width: 100%;
    padding: 8px 0;
  }
}

@media only screen and (max-width: 576px) {
  #main_wrapper .article .df-features-hero__card-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #main_wrapper .article .df-features-hero__body {
    text-align: center;
  }
}

#main_wrapper .article .feature-main {
  padding: 100px 0;
  text-align: center;
}

#main_wrapper .article .feature-main .title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #33363d;
}

#main_wrapper .article .feature-main .text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #33363d;
}

#main_wrapper .article .feature-main .feature-main-row {
  position: relative;
}

#main_wrapper .article .feature-main .feature-main-row::before {
  content: '';
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  border: 2px dashed #e6eaee;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 0;
}

#main_wrapper .article .feature-main .feature-col {
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 50px 0 15px;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

#main_wrapper .article .feature-main .feature-col + .feature-col {
  margin-top: 75px;
}

#main_wrapper .article .feature-main .feature-col .title {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 25px;
  margin-bottom: 15px;
}

#main_wrapper .article .feature-main .feature-col .text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #97989d;
  padding: 0 25px;
  margin-bottom: 0;
}

#main_wrapper .article .feature-main .feature-col .icon {
  display: inline-block;
  height: 75px;
  width: 75px;
  position: absolute;
  top: -30px;
  left: 25px;
}

#main_wrapper .article .feature-main .feature-col .icon img {
  max-width: 100%;
  max-height: 100%;
}

#main_wrapper .article .feature-main .feature-col .image {
  display: block;
  margin: 30px 0;
}

#main_wrapper .article .feature-main .feature-col .image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-main {
    padding: 50px 0;
  }
  #main_wrapper .article .feature-main .title {
    font-size: 2rem;
  }
  #main_wrapper .article .feature-main .text {
    font-size: 1rem;
  }
  #main_wrapper .article .feature-main .feature-main-row::before {
    display: none;
  }
  #main_wrapper .article .feature-main .feature-col + .feature-col {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

#main_wrapper .article .feature-six {
  padding: 100px 0;
  background-color: #ffffff;
}

#main_wrapper .article .feature-six .tab-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #33363d;
  text-align: center;
}

#main_wrapper .article .feature-six .tab-link {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  transition: all 0.3s ease;
}

#main_wrapper .article .feature-six .tab-link:hover {
  background-color: #eceeef;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .feature-six .tab-icon {
  font-size: 2.5rem;
  color: #ff4d47;
  margin-right: 20px;
  flex-shrink: 0;
  width: 60px;
  text-align: center;
}

#main_wrapper .article .feature-six .tab-content {
  flex: 1;
}

#main_wrapper .article .feature-six .content-title {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #33363d;
}

#main_wrapper .article .feature-six .content-title p {
  margin: 0;
}

#main_wrapper .article .feature-six .content-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #33363d;
}

#main_wrapper .article .feature-six .content-text p {
  margin: 10px 0;
}

#main_wrapper .article .feature-six .tab-img {
  display: block;
  margin-bottom: 30px;
}

#main_wrapper .article .feature-six .tab-img img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#main_wrapper .article .feature-six .tab-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #33363d;
}

#main_wrapper .article .feature-six .tab-text p {
  margin: 10px 0;
}

@media only screen and (max-width: 992px) {
  #main_wrapper .article .feature-six {
    padding: 50px 0;
  }
  #main_wrapper .article .feature-six .tab-title {
    font-size: 2rem;
  }
  #main_wrapper .article .feature-six .tab-link {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #main_wrapper .article .feature-six .tab-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#main_wrapper .article .feature-six .tab-icon.tab-num {
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 60px;
  border-radius: 50%;
  background: rgba(255, 77, 71, 0.12);
  color: #ff4d47;
}

