#whatsapp-icon {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  background-color: #25d366;
  color: white;
  padding: 15px;
  border-radius: 45%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

#instagram-icon {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  background-color: #e4405f;
  color: white;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.section-title h3::before{
    display: none;
}

.contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
}

.contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.contact-btn.active {
    transform: rotate(45deg);
}

.contact-btn svg {
    width: 30px;
    height: 30px;
    fill: white;
}

/* Popup container */
.contact-popup {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 998;
    min-width: 200px;
}

.contact-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-popup h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}

/* İletişim seçenekleri */
.contact-option {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
}

.contact-option:last-child {
    margin-bottom: 0;
}

.contact-option:hover {
    transform: translateX(5px);
}

.contact-option.phone {
    background: #e3f2fd;
}

.contact-option.phone:hover {
    background: #2196F3;
    color: white;
}

.contact-option.whatsapp {
    background: #e8f5e9;
}

.contact-option.whatsapp:hover {
    background: #25D366;
    color: white;
}

.contact-option svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

.contact-option.phone svg {
    fill: #2196F3;
}

.contact-option.whatsapp svg {
    fill: #25D366;
}

.contact-option:hover svg {
    fill: white;
}

.contact-option span {
    font-size: 14px;
    font-weight: 500;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 997;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobil responsive */
@media (max-width: 768px) {
    .contact-btn {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }

    .contact-popup {
        bottom: 85px;
        right: 20px;
        left: 20px;
        min-width: auto;
    }
}

/* ################ about ################# */
.about-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.about-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.footer-marquee {
  border-top: 1px dashed var(--tj-color-border-2);
  border-bottom: 1px dashed var(--tj-color-border-2);
}
.footer-marquee .marquee-text {
  opacity: 1;
}

.marquee-slider {
  padding-bottom: 10px;
}
.marquee-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.marquee-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
}
.marquee-item .marquee-text {
  color: #000000;
  font-size: 20px;
  padding: 20px 0;
  font-family: var(--tj-ff-heading);
  line-height: 1.2;
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-item .marquee-text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-item .marquee-text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .marquee-item .marquee-text {
    font-size: 20px;
    -webkit-text-stroke: 1px #000000;
  }
}
.marquee-item .marquee-img {
  position: relative;
  top: 4px;
  color: var(--tj-color-theme-primary);
  height: 98px;
  border-radius: 4px;
  overflow: hidden;
}
.marquee-item .marquee-img img {
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-item .marquee-img {
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-item .marquee-img {
    height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .marquee-item .marquee-img {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-item {
    gap: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .marquee-item {
    gap: 20px;
    padding-right: 20px;
  }