.partner-h3{
    line-height: 40px;
    color: #5E2D79;
    font-size: clamp(23px, 2.8vw, 27px);
    font-weight: 500;
}
.partner-h4{
    line-height: 50px;
    font-size: 24px;
    color: #5E2D79;
    font-weight: 600;
}

.txt_main_partner{
    color: #3a2f39; 
    line-height: 1.7;
    font-size: 15.5px;
}
.vurgu, .vurgu-red, .vurgu-blue, .vurgu-lblue, .vurgu-green{
    font-weight: 600;
    font-size: 16.2px;
}
.vurgu{       color:#026351;  }
.vurgu-red{   color:#d60b5d;  }
.vurgu-blue{  color:#6306d5;  }
.vurgu-lblue{  color:#296cf1;  }

.partner-logo{
    max-width:300px;
    margin: 0 30px 10px 0;
}

.expertise{
    position: relative;
    margin: 0 auto;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(125, 60, 152, 0.18);
    padding: 32px 36px;
    background: linear-gradient(to bottom,#EAF3EF,#f4f9f8);
}

.expertise .topbox {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
    border: 1px solid #ebe8e8;
}
.expertise .topbox img{
    width: 80px;
    height: 80px;
}

.expertise .topbox-txt {
    position: absolute;
    width: 350px;
    height: 50px;
    top: -25px;
    left: 150px;
    display: inline-block;
    line-height: 80px;
}

.sm-photo-2 {
  width: 100%;
  height: 300px;         
  object-fit: cover;   
  border-radius: 20px;
}

.sm-photo, .lg-photo{
    border-radius: 20px;
    border: 1px solid #f9f9f9;
}

.li-box{
    background-color: #1b567d; 
    border-radius:15px; 
    margin:20px 10px; 
    margin-bottom:30px;
    color:#fff;

}

/* WRAPPER */
.wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}

/* BUTTON */
.wrapper .button {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 8px rgba(0,0,0,0.1);
  transition: width 0.3s ease;
  text-decoration: none;
}

/* HOVER → AÇILMA */
.wrapper .button:hover {
  width: 170px;
}

/* ICON */
.wrapper .button .icon {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.wrapper .button .icon i {
  font-size: 18px;
  transition: color 0.3s ease;
}

/* TEXT */
.wrapper .button span {
  position: absolute;
  left: 50px; /* 40px ikon + 10px boşluk */
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* TEXT HOVER */
.wrapper .button:hover span {
  opacity: 1;
}

/* ICON COLOR */
.wrapper .button:hover .icon i {
  color: #fff;
}

/* === RENKLER === */

/* Phone */
.button.phone:hover .icon { background: #08dd5d; }
.button.phone span { color: #08dd5d; }

/* Email */
.button.email:hover .icon { background: #9b59b6; }
.button.email span { color: #9b59b6; }

/* Web */
.button.web:hover .icon { background: #f39c12; }
.button.web span { color: #f39c12; }

/* Instagram */
.button.instagram:hover .icon { background: #E1306C; }
.button.instagram span { color: #E1306C; }

/* Twitter */
.button.twitter:hover .icon { background: #1DA1F2; }
.button.twitter span { color: #1DA1F2; }

/* Facebook */
.button.facebook:hover .icon { background: #4267B2; }
.button.facebook span { color: #4267B2; }

/* LinkedIn */
.button.linkedin:hover .icon { background: #0A66C2; }
.button.linkedin span { color: #0A66C2; }

/* TikTok */
.button.tiktok:hover .icon { background: #010101; } /* TikTok siyah */
.button.tiktok span { color: #010101; }

/* YouTube */
.button.youtube:hover .icon { background: #FF0000; }
.button.youtube span { color: #FF0000; }

/* =========================
   TABLET (≤ 992px)
========================= */
@media (max-width: 992px) {
  .wrapper .button {
    height: 36px;
    width: 36px;
  }

  .wrapper .button:hover {
    width: 145px;
  }

  .wrapper .button .icon {
    min-width: 36px;
    height: 36px;
  }

  .wrapper .button .icon i {
    font-size: 16px;
  }

  .wrapper .button span {
    left: 46px;
    font-size: 13px;
  }
     .expertise{
    margin-top: 50px;
   }
   .expertise .topbox-txt {
    position: relative;
    padding-top: 30px;
    top:0;
    left:0;
   }
}

/* =========================
   MOBILE (≤ 576px)
========================= */
@media (max-width: 576px) {
  .wrapper {
    justify-content: center;
    gap: 12px;
  }

  .wrapper .button {
    width: 36px;
    height: 36px;
  }

  .wrapper .button:hover {
    width: 36px;
  }

  .wrapper .button .icon {
    min-width: 36px;
    height: 36px;
  }

  .wrapper .button .icon i {
    font-size: 16px;
  }

  .wrapper .button span {
    display: none;
  }
  .partner_logo, .sm-photo{
    width:250px;
    margin-bottom:15px;
   }
   .sm-photo-2{
    width:250px;
    margin-bottom:15px;
    height: 220px;
   }
   .partner-logo-wrapper{
   text-align: center;
   }
   .partner-h3{
    text-align: center;
   }
   .expertise{
    margin-top: 50px;
    margin-right:50px;
   }
   .expertise .topbox-txt {
    position: relative;
    top:0;
    left:0;
   }
}
