.about-magazine {
  font-family: 'Inter','Poppins',sans-serif;
  background:#fafafa;
  color:#222;
}

.eu-box { 
  background:#f5f5f5; 
  padding:14px; 
  border-radius:12px; 
  font-size:13px; 
}

.partners-box { 
  margin-top:25px;
}

.sidebar-title { 
  font-weight:400; 
  font-size:15px; 
  margin-bottom:25px; 
    color: #06048b;
    text-align: center;
    text-decoration: underline;
} 
.partner-row { 
  display:flex; 
  gap:10px; 
  margin-bottom:30px; 
} 
.partner-logo { 
  width:55%; 
  height:auto;
  background:transparent; 
  border-radius:8px; 
}

.fade-in { 
  opacity:0; 
  transform:translateY(15px); 
  animation:fadeUp .7s forwards; 
} 
.delay-1{animation-delay:.1s} 
.delay-2{animation-delay:.2s} 
.delay-3{animation-delay:.3s} 
.delay-4{animation-delay:.4s} 
.delay-5{animation-delay:.5s} 
.delay-6{animation-delay:.6s} 
@keyframes fadeUp { to {opacity:1; transform:none;} }

.side-card .tag {
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 20px;
  background: #f3f3f3;
  color: #333;
  cursor: pointer;
  transition: 
    transform 0.3s ease,
    background 0.4s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover effect */
.side-card .tag:hover {
  color: #fff;

  background: linear-gradient(
    135deg,
    #F68B1E,   /* orange */
    #E94E77,   /* coral red */
    #7D3C98,   /* purple */
    #2E86C1    /* blue */
  );
}


/* SIDEBAR */
.side-card {
  background:#fff;
  border-radius:16px;
  padding:20px;
  margin-bottom:20px;
  box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.side-image {
  height:120px;
  background:#ddd;
  border-radius:12px;
  margin-bottom:12px;
}

.partner-list {
  list-style:none;
  padding:0;
  margin:0;
  font-size:14px;
}

.partner-list li {
  margin-bottom:6px;
}

.tag {
  display:inline-block;
  background:#eee;
  padding:6px 10px;
  border-radius:20px;
  font-size:12px;
  margin:4px;
}

/* ARTICLE */
.mag-block {
  position: relative;
  background-color: #fff;
  padding: 18px 28px 28px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  column-count: 2;
  column-gap: 40px;
  overflow: hidden;
}

.mag-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/footer-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.15;   /* çok önemli */
  pointer-events: none;
}

.mag-block-2 {
  position: relative;
  background-color: #fff;
  padding: 18px 28px 0 28px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  overflow: hidden;
  z-index:0;
}
.mag-block-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/footer-bg-2.png');
  background-size: 100% 105%;
  overflow: hidden;
  background-position: center;
  opacity: 0.2;   /* çok önemli */
  pointer-events: none;
   z-index: -1;
}

.mag-block-3 {
  position: relative;
  background-color: #fff;
  padding: 18px 28px 0 28px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  overflow: hidden;
  column-count: 2;
  column-gap: 40px;
  text-align: justify;
}

.mag-block h3, .mag-block-2 h3, .mag-block-3 h3{
  column-span:all;
  font-size:1.4rem;
  margin-bottom:25px;
  color: #76056d;
  margin-top: 20px;
  
}

.mag-block p, .mag-block-2 p, .mag-block-3 p {
  line-height:1.8;
}
p.about-text{
  font-size: 14px;
  text-align: justify;
}

/* drop cap */
.mag-block p.lead:first-letter {
  font-size:40px;
  float:left;
  line-height:1;
  padding-right:6px;
  padding-top: 2px;
  font-weight:700;
}

.about-ul {
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-family: 'Inter','Poppins',sans-serif;
  color:#76056d;
  font-weight: 500;
}

.about-ul li {
  margin-bottom: 4px;
  padding-left: 26px;
  position: relative;
}

.about-ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top:4px;
  color: #b400ff;
  font-size: 12px;
}

.about-ul li:hover{
  color:#f95b00;
}

.f-14{
  font-size: 14px;
}

/* FLOAT IMAGE */
.float-img {
  width:100px;
  height:120px;
  background:transparent;
  float:left;
  margin:6px 35px 0 0;
  border-radius:14px;
  overflow: hidden;
}
.float-img img{
  width: 100%;
  height: auto;
}

/* CARDS */
.mag-card {
  background:#fff;
  padding:22px;
  border-radius:16px;
  box-shadow:0 4px 20px rgba(0,0,0,.05);
  height:100%;
}

.mag-card h4 {
  font-size:1.05rem;
  margin-top:10px;
}

.mag-card p {
  font-size:14.8px;
  line-height:1.7;
}



.mag-card.highlight {
  position: relative;
  background: #fff;
  padding: 26px 30px;
  border-radius: 22px;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  overflow: hidden;
}

/* vertical curved colored area */
.mag-card.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%237D3C98'/%3E%3Cstop offset='70%25' stop-color='%23E94E77'/%3E%3Cstop offset='80%25' stop-color='%23F68B1E' stop-opacity='0.6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 0 H100 V30 C85 40 85 65 100 75 V0 Z' fill='url(%23g)'/%3E%3C/svg%3E");

  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.92;

  pointer-events: none;
}

/* content stays above */
.mag-card.highlight > * {
  position: relative;
  z-index: 1;
}





.card-img {
  height:160px;
  background:#ddd;
  border-radius:12px;
}

.card-img.small {
  height:120px;
}

/* WIDE BLOCK */
.mag-wide {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:25px;
  background:#fff;
  padding:26px;
  border-radius:18px;
  box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.wide-img {
  height:220px;
  background:#ddd;
  border-radius:14px;
}

/* RESPONSIVE */
@media(max-width:1200px){
  .mag-block { column-count:1; }
}

@media(max-width:768px){

  .hero-text {
    padding:24px;
  }

  .mag-wide {
    grid-template-columns:1fr;
  }

}



.roma-gem-section {
    position: relative;
    overflow: hidden;
    padding: 0;

}


.mag-card-2 {
    position: relative;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    height: 100%;
}

/* Başlık Stili */
.title-decorated {
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.title-decorated::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #f39c12;
    border-radius: 2px;
}

/* Liste Stilleri */
.modern-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-left: 25px;
}

.modern-list li {
    padding: 7px 0;
    border-bottom: 1px dashed #dee2e6;
    display: flex;
    align-items: center;
}

.modern-list li::before {
    content: '◆';
    margin-right: 12px;
    left:-20px;
    top:12.5px;
    color: #f39c12;
    font-weight: bold;
}

.img-album-container {
  position: relative;
  min-height: clamp(200px 30vw, 100%);
  overflow: visible;
}

.img-album{
  position: absolute;
  top: -15px;
  left: 10px;

  height: clamp(50% 20vw, 100%);
  width: auto;

  z-index: 2;
}

@media (max-width: 768px) {

  .img-album-container {
    min-height: auto;
  }

  .img-album {
    position: static;      /* absolute KAPANIR */
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
  }
}


/* Renk Varyasyonları */
.purple-tint {
    background: rgba(243, 230, 255, 0.7);
}

/* SVG container */
.wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  z-index: 0;
  opacity: .35;
}

/* SVG kendisi */
.wave-bg svg {
  width: 100%;
  height: 100%;
}

/* Dalga rengi */
.wave-bg path {
  fill: #f4fb2a; /* sarı */
}

/* içerik öne çıksın */
.mag-card-2 > * {
  position: relative;
  z-index: 2;
}

.news-img{
  width:300px; 
  height:auto;
  border-radius: 15px;
  z-index: 99;
  margin: 0 50px 30px 0;
}
