/* ================================
   IMAGE + LIST (PREMIUM LAYOUT)
   ================================ */

.image-with-list-alt {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    padding: 40px;
    overflow: hidden;
}

/* ARKA PLAN RESMİ */
.image-with-list-alt::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("..//images/back2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: contrast(1.05) saturate(1.1);
    opacity: 0.3;   /* sadece arka plan */
    z-index: 0;
}

/* İÇERİK ÜSTE ÇIKSIN */
.image-with-list-alt > * {
    position: relative;
    z-index: 1;
}


/* ÜST BAŞLIK ALANI */
.section-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

.section-header .gold-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px;
}

.section-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

/* ALT İÇERİK */
.content-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 170px;
}

/* SOL RESİM */
/* ======================================
   IMAGE-BOX-ALT → PREMIUM-IMAGE GÖRSELİ
   (YAPI BOZULMADAN – ENTEGRE)
====================================== */

.image-with-list-alt .image-box-alt {
    position: relative;
    border-radius: 22px;
    padding: 6px;
    background: linear-gradient(
        135deg,
        #6e5320,
        #c9a24d,
        #7d5f24
    );
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}

/* İç görsel – birebir premium-image */
.image-with-list-alt .image-box-alt img {
    width: 100%;
    max-width: 520px;
    border-radius: 60px;
    display: block;
    object-fit: cover;
    border: none;       /* eski border’ı iptal */
    box-shadow: none;   /* çakışmayı önle */
}



/* SAĞ LİSTE */
.text-box-alt {
    flex: -2;
}

/* LİSTE */
.group-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 14px;
}

.group-list li {
    font-size: 24px;
    font-weight: 500;
    padding-left: 28px;
    position: relative;
}

/* MADDE İŞARETİ */
.group-list li::before {
    content: "◈";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #c7a542;
}



/* Responsive */
@media (max-width: 768px) {
    .section-desc {
        font-size: 14px;
    }

    .content-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .group-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 14px;
        max-width: 100%;
        margin: 0 auto;
    }

    .group-list li {
        font-size: 18px;
        margin-bottom: 14px;
        text-align: left;
    }
}






/* ================================
   IMAGE2 + LIST (PREMIUM LAYOUT)
   ================================ */

.image-with-list-alt2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    padding: 40px;
    overflow: hidden;
    background: #f3f3f3;
}

/* ÜST BAŞLIK ALANI */
.section-header2 {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px;
}

.section-header2 .gold-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px;
}

.section-desc2 {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

/* ALT İÇERİK */
.content-row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 170px;
}

/* SOL RESİM */
/* ======================================
   IMAGE-BOX-ALT → PREMIUM-IMAGE GÖRSELİ
   (YAPI BOZULMADAN – ENTEGRE)
====================================== */

.image-with-list-alt2 .image-box-alt2 {
    position: relative;
    border-radius: 22px;
    padding: 6px;
    background: linear-gradient(
        135deg,
        #6e5320,
        #c9a24d,
        #7d5f24
    );
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}

/* İç görsel – birebir premium-image */
.image-with-list-alt2 .image-box-alt2 img {
    width: 100%;
    max-width: 520px;
    border-radius: 60px;
    display: block;
    object-fit: cover;
    border: none;       /* eski border’ı iptal */
    box-shadow: none;   /* çakışmayı önle */
}



/* SAĞ LİSTE */
.text-box-alt2 {
    flex: -2;
}

/* LİSTE */
.group-list2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 14px;
}

.group-list2 li {
    font-size: 24px;
    font-weight: 500;
    padding-left: 28px;
    position: relative;
}

/* MADDE İŞARETİ */
.group-list2 li::before {
    content: "◉";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #c7a542;
}



/* Responsive */
@media (max-width: 768px) {
    .section-desc {
        font-size: 14px;
    }

    .content-row {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .group-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 14px;
        max-width: 100%;
        margin: 0 auto;
    }

    .group-list li {
        font-size: 18px;
        margin-bottom: 14px;
        text-align: left;
    }



        .content-row2 {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .group-list2 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 14px;
        max-width: 100%;
        margin: 0 auto;
    }

    .group-list2 li {
        font-size: 18px;
        margin-bottom: 14px;
        text-align: left;
    }
}





#whatwedo {
  background: #f3f3f3;
}

#whatwedo .premium-wrap {
  background: transparent !important;
  box-shadow: none !important;
  padding: 60px 0; /* nefes kalsın */
}

/* ===============================
   LEFT
================================ */

.premium-left .tm-intro-text {
  text-align: left;
  font-size: 18px;
}

/* ===============================
   IMAGE
================================ */

.premium-image {
  border-radius: 22px;
  padding: 6px;
  background: linear-gradient(
    135deg,
    #6e5320,
    #c9a24d,
    #7d5f24
  );
  box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}

.premium-image img {
  width: 100%;
  border-radius: 60px;
  display: block;
}

/* ===============================
   RIGHT
================================ */

.premium-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* FEATURE ROW */
.premium-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}

/* ICON */
.gold-icon {
  font-size: 2.4rem;
  background: linear-gradient(
    to bottom,
    #e0c46a 0%,
    #c7a542 45%,
    #a67c1b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0px 20px rgba(0,0,0,0.15),
    0 2px 3px rgba(120, 90, 25, 0.35);
}

/* TEXT */
.premium-feature h4 {
  margin-bottom: 6px;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 991px) {

  .premium-wrap {
    padding: 35px 25px;
  }

  .premium-left,
  .premium-right {
    margin-bottom: 30px;
  }

}

/* ===============================
   DESKTOP ALIGN FIX
================================ */

@media (min-width: 992px) {

  #whatwedo .premium-wrap {
    display: flex;
    align-items: center;
    min-height: 520px;
  }

  .premium-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    text-align: center;
  }

  .premium-left .tm-intro-text {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .premium-image {
    max-width: 460px;
    margin: 0 auto;
  }

  .premium-right {
    justify-content: center;
  }

}