.mfp-image-holder .mfp-content
{
    width: 56% !important;
}
.ck-content ul
{
  list-style:none;
}
.faq-style-two {
  display:block;
  height: auto;
  width: 100%;
  gap: 128px;
  background: #f6f6f6;
  padding: 50px;
  margin-top:20px;
}
.accordion-item
{
  background: #f6f6f6;
}
p {
    margin: 0 0 20px;
}
.sticky-bar {
  display:none;
}
@media only screen and (max-width: 767px) {
 .sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 1px;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 9999;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .sticky-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 16px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* — Teklif Al — */
  .btn-teklif {
    background: #000;
  }

  .btn-teklif:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  .btn-teklif svg {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .btn-teklif:hover svg {
    transform: translateX(3px);
  }

  /* — Bize Ulaşın — */
  .btn-contact {
    background: #fff;
    color: #0a0a0a;
  }

  .btn-contact:hover {
    background: #e8e8e8;
  }

  .btn-contact svg {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .btn-contact:hover svg {
    transform: rotate(15deg) scale(1.1);
  }

  /* — Active state — */
  .sticky-btn:active {
    transform: scale(0.98);
    transition-duration: 0.1s;
  }

  /* — Underline accent — */
  .btn-teklif::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 40px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .btn-teklif:hover::after {
    transform: translateX(-50%) scaleX(1);
  }

  .btn-contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 40px;
    height: 2px;
    background: #0a0a0a;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .btn-contact:hover::after {
    transform: translateX(-50%) scaleX(1);
  }

  /* — Icon — */
  .btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}
.rs-services-area h1,
.rs-services-area h2,
.rs-services-area h3,
.rs-services-area h4,
.rs-services-area h5{
  font-size:24px;
  margin:2rem 0;
}