/* 
 * Evrem Oto Doktor Kurumsal Renk Şeması
 * Kurumsal lacivert: #182848
 * Kurumsal kırmızı: #E63946
 */

/* Ana renkler */
:root {
  --evrem-lacivert: #182848;
  --evrem-kirmizi: #e01d20;
  --evrem-beyaz: #ffffff;
  --evrem-acik-gri: #7e7e7e;
  --evrem-koyu-kirmizi: #b5151a;
  --evrem-acik-kirmizi: #ff3336;
  --evrem-gri: #f5f5f5;
  --evrem-koyu-gri: #333333;
  --evrem-siyah: #000000;
}

/* Buton stilleri */
.thm-btn {
  background-color: var(--evrem-kirmizi);
  color: var(--evrem-beyaz);
  border: 2px solid var(--evrem-lacivert);
  transition: all 0.3s ease;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}

.thm-btn:hover {
  background-color: var(--evrem-lacivert);
  color: var(--evrem-beyaz);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(24, 40, 72, 0.2);
}

.thm-btn-outline {
  background-color: transparent;
  color: var(--evrem-kirmizi);
  border: 2px solid var(--evrem-kirmizi);
}

.thm-btn-outline:hover {
  background-color: var(--evrem-kirmizi);
  color: var(--evrem-beyaz);
}

/* Header ve menü */
.main-header-three,
.main-menu-three__wrapper {
  background-color: var(--evrem-lacivert);
}

/* Tüm sayfalarda menü yazılarının beyaz olması için */
.main-menu__list > li > a {
  color: var(--evrem-beyaz) !important;
}

/* Alt menüler için de beyaz metin */
.main-menu__list > li > ul > li > a {
  color: var(--evrem-beyaz) !important;
}

.main-menu__list > li.current > a,
.main-menu__list > li:hover > a {
  color: var(--evrem-kirmizi) !important;
}

/* Alt menüler hover durumunda kırmızı */
.main-menu__list > li > ul > li:hover > a {
  color: var(--evrem-kirmizi) !important;
}

/* İkonlar */
.services-three__icon span,
.about-three__counter-count-box h3,
.section-title-two__tagline {
  color: var(--evrem-kirmizi);
}

/* Servis kartları */
.services-three__single {
  border: 1px solid rgba(24, 40, 72, 0.1);
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  background-color: var(--evrem-beyaz);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.services-three__single:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--evrem-kirmizi);
}

.services-three__single:hover .services-three__icon span {
  color: var(--evrem-kirmizi);
  transform: rotateY(360deg);
}

.services-three__icon {
  margin-bottom: 20px;
}

.services-three__icon span {
  font-size: 50px;
  transition: all 0.6s ease;
  display: inline-block;
}

.services-three__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.services-three__title a {
  color: var(--evrem-lacivert);
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-three__title a:hover {
  color: var(--evrem-kirmizi);
}

.services-three__text {
  color: var(--evrem-acik-gri);
  margin-bottom: 0;
  line-height: 1.7;
}

.services-three__read-more {
  color: var(--evrem-kirmizi);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.services-three__read-more:hover {
  color: var(--evrem-lacivert);
  transform: translateX(5px);
}

.services-three__bottom {
  border-top: 1px dashed rgba(24, 40, 72, 0.1);
  padding-top: 15px;
}

/* Yol yardım butonu */
.call-now-btn {
  background-color: var(--evrem-kirmizi);
  color: var(--evrem-beyaz);
  transition: all 0.3s ease;
}

.call-now-btn:hover {
  background-color: #d32836;
  box-shadow: 0 6px 15px rgba(230, 57, 70, 0.3);
}

/* WhatsApp butonu */
.whatsapp-btn {
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background-color: #20b959;
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
}

/* Ana sayfa slider bölümü */
.main-slider-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--evrem-lacivert);
  margin-bottom: 20px;
  line-height: 1.2;
}

.main-slider-content p {
  font-size: 18px;
  color: var(--evrem-acik-gri);
  margin-bottom: 30px;
  line-height: 1.7;
}

.main-slider-image {
  position: relative;
  z-index: 1;
}

.main-slider-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.main-slider-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-color: var(--evrem-kirmizi);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--evrem-beyaz);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
  animation: pulse 2s infinite;
  z-index: 10;
}

.main-slider-badge-inner {
  display: flex;
  flex-direction: column;
}

.main-slider-badge-inner span:first-child {
  font-size: 28px;
  line-height: 1;
}

.main-slider-badge-inner span:last-child {
  font-size: 16px;
  line-height: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(230, 57, 70, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
  }
}

/* Bölüm başlıkları */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--evrem-lacivert);
  margin-bottom: 20px;
  position: relative;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: linear-gradient(to right, var(--evrem-lacivert), var(--evrem-kirmizi));
}

.about-tagline {
  font-size: 14px;
  font-weight: 700;
  color: var(--evrem-kirmizi);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

/* Footer */
.site-footer-three {
  background-color: var(--evrem-lacivert);
}

.site-footer-three__title,
.site-footer-three__menu li a,
.site-footer__copyright-text {
  color: var(--evrem-beyaz);
}

.site-footer-three__menu li a:hover {
  color: var(--evrem-kirmizi);
}

/* Sosyal medya ikonları */
.site-footer-three__social a {
  background-color: var(--evrem-beyaz);
  color: var(--evrem-lacivert);
  transition: all 0.3s ease;
}

.site-footer-three__social a:hover {
  background-color: var(--evrem-kirmizi);
  color: var(--evrem-beyaz);
}

/* Sayfa başlığı (section title) vurguları */
.section-title-two__tagline-shape-1 {
  background-color: var(--evrem-kirmizi);
}

/* Accordion (SSS) stilleri */
.accrodion.active .accrodion-title h4 {
  color: var(--evrem-kirmizi);
}

.accrodion-title h4:hover {
  color: var(--evrem-kirmizi);
}

/* Sayaç (counter) vurgular */
.about-three__counter-text {
  color: var(--evrem-lacivert);
}

/* Blog kartları */
.blog-three__date {
  background-color: var(--evrem-kirmizi);
}

.blog-three__read-more {
  color: var(--evrem-lacivert);
}

.blog-three__read-more:hover {
  color: var(--evrem-kirmizi);
}

/* Slider kontrolleri */
.main-slider-three__carousel.owl-theme .owl-nav .owl-next,
.main-slider-three__carousel.owl-theme .owl-nav .owl-prev {
  background-color: var(--evrem-lacivert);
  color: var(--evrem-beyaz);
}

.main-slider-three__carousel.owl-theme .owl-nav .owl-next:hover,
.main-slider-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--evrem-kirmizi);
}

/* Mobil menü */
.mobile-nav__wrapper .mobile-nav__content {
  background-color: var(--evrem-lacivert);
}

.mobile-nav__contact li a {
  color: var(--evrem-beyaz);
}

.mobile-nav__contact li a:hover {
  color: var(--evrem-kirmizi);
}

/* Mobil menü yazıları da beyaz olmalı */
.mobile-nav__content .main-menu__list > li > a {
  color: var(--evrem-beyaz) !important;
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  color: var(--evrem-beyaz) !important;
}

/* Scroll to top butonu */
.scroll-to-top {
  background-color: var(--evrem-lacivert);
}

.scroll-to-top:hover {
  background-color: var(--evrem-kirmizi);
}

/* Arama butonu */
.thm-btn.search-toggler {
  background-color: var(--evrem-kirmizi);
}

/* Testimonial yıldız renkleri */
.testimonial-three__ratting span {
  color: var(--evrem-kirmizi);
}

/* Evrem Oto Doktor Preloader Stilleri */
.preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--evrem-lacivert);
  background: linear-gradient(135deg, var(--evrem-lacivert) 0%, #0c162d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: visible;
}

.preloader__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.preloader__logo {
  max-width: 140px;
  margin-bottom: 30px;
  animation: pulseLogo 1.5s infinite alternate;
}

.preloader__logo img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.2));
}

.preloader__icon {
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__icon-item {
  font-size: 50px;
  color: var(--evrem-kirmizi);
  animation: iconRotate 2s infinite linear;
  text-shadow: 0 0 15px rgba(224, 29, 32, 0.5);
}

.preloader__text {
  color: var(--evrem-beyaz);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
  animation: fadeInOut 1.5s infinite alternate;
}

.preloader__progress {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.preloader__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--evrem-kirmizi) 0%, var(--evrem-acik-kirmizi) 100%);
  border-radius: 10px;
  animation: progressAnimation 2s infinite ease-in-out;
}

@keyframes pulseLogo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes iconRotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@media (max-width: 767px) {
  .preloader__content {
    width: 240px;
    padding: 25px;
  }
  
  .preloader__logo {
    max-width: 120px;
    margin-bottom: 20px;
  }
  
  .preloader__icon-item {
    font-size: 40px;
  }
  
  .preloader__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .preloader__content {
    width: 200px;
    padding: 20px;
  }
  
  .preloader__logo {
    max-width: 100px;
  }
  
  .preloader__icon-item {
    font-size: 36px;
  }
  
  .preloader__text {
    font-size: 13px;
  }
}

/* Mobil harita butonu */
.mobile-call-now {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.call-now-btn {
  background-color: var(--evrem-kirmizi);
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* WhatsApp entegrasyonu */
.whatsapp-integration {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
}

.whatsapp-btn {
  background-color: #25D366;
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Evrem Oto Doktor Özel Stiller */

/* Hakkımızda Alanı Stilleri */
.evrem-vurgu {
  color: var(--evrem-kirmizi);
  font-weight: 700;
}

.about-three__mission-vision {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.about-three__mission,
.about-three__vision {
  flex: 1;
  min-width: 250px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 3px solid var(--evrem-kirmizi);
  transition: transform 0.3s ease;
}

.about-three__mission:hover,
.about-three__vision:hover {
  transform: translateY(-5px);
}

.about-three__mission h4,
.about-three__vision h4 {
  font-size: 18px;
  color: var(--evrem-kirmizi);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-three__mission p,
.about-three__vision p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.about-three__points li {
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.about-three__points li:hover {
  border-left-color: var(--evrem-kirmizi);
  transform: translateX(5px);
}

.about-three__points-icon {
  color: var(--evrem-kirmizi);
}

.about-three__badge {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  animation: gentle-rotate 6s infinite linear;
}

.floating-item {
  animation: floating 3s ease-in-out infinite;
}

@keyframes gentle-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Mobil Uyarlamalar */
@media (max-width: 768px) {
  .about-three__mission-vision {
    flex-direction: column;
  }
  
  .about-three__mission,
  .about-three__vision {
    width: 100%;
  }
  
  .about-three__badge {
    width: 80px;
    height: 80px;
  }
}

/* WhatsApp ve Acil Arama Butonları */
.whatsapp-integration {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366;
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.mobile-call-now {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.call-now-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--evrem-kirmizi);
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.call-now-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Hakkımızda Fotoğraf Alanı Yeni Stiller */
.about-three__img-box {
  position: relative;
  margin-top: 30px;
  height: 500px;
}

.about-three__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-three__img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.about-three__img:hover img {
  transform: scale(1.05);
}

.about-three__img-2 {
  position: absolute;
  width: 45%;
  top: 50px;
  right: 0;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-three__img-2 img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.about-three__img-2:hover img {
  transform: scale(1.05);
}

.about-three__img-3 {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 20px;
  z-index: 3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-three__img-3 img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.about-three__img-3:hover img {
  transform: scale(1.05);
}

.about-three__experience {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background-color: var(--evrem-kirmizi);
  color: var(--evrem-beyaz);
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(224, 29, 32, 0.3);
  z-index: 9;
}

.about-three__experience-icon i {
  font-size: 32px;
  color: var(--evrem-beyaz);
}

.about-three__experience-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--evrem-beyaz);
  margin: 0;
  line-height: 1;
}

.about-three__experience-content p {
  font-size: 14px;
  margin: 0;
  color: var(--evrem-beyaz);
}

.about-three__awards {
  position: absolute;
  top: 20px;
  right: -20px;
  background-color: var(--evrem-beyaz);
  color: var(--evrem-kirmizi);
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.about-three__awards-icon i {
  font-size: 24px;
  color: var(--evrem-kirmizi);
}

.about-three__awards-content p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

.about-three__circle {
  position: absolute;
  bottom: 50px;
  left: -15px;
  width: 120px;
  height: 120px;
  background-color: var(--evrem-beyaz);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 8;
  overflow: hidden;
}

.about-three__circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px dashed var(--evrem-kirmizi);
  border-radius: 50%;
  animation: rotate 15s linear infinite;
}

.about-three__circle-content {
  position: relative;
  z-index: 2;
}

.about-three__circle-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--evrem-kirmizi);
  margin: 0;
  line-height: 1;
}

.about-three__circle-content p {
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: 1.2;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.floating-item {
  animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Mobil Uyarlamalar */
@media (max-width: 768px) {
  .about-three__mission-vision {
    flex-direction: column;
  }
  
  .about-three__mission,
  .about-three__vision {
    width: 100%;
  }
  
  .about-three__img-box {
    height: 400px;
    margin-bottom: 100px;
  }
  
  .about-three__img {
    width: 55%;
  }
  
  .about-three__img-2 {
    width: 45%;
    top: 30px;
  }
  
  .about-three__img-3 {
    width: 45%;
    bottom: -80px;
    right: 10px;
  }
  
  .about-three__circle {
    width: 100px;
    height: 100px;
    bottom: -60px;
  }
  
  .about-three__circle-content h3 {
    font-size: 18px;
  }
  
  .about-three__circle-content p {
    font-size: 10px;
  }
  
  .about-three__experience {
    padding: 10px;
  }
  
  .about-three__experience-icon i {
    font-size: 24px;
  }
  
  .about-three__experience-content h3 {
    font-size: 22px;
  }
  
  .about-three__experience-content p {
    font-size: 12px;
  }
}

/* WhatsApp ve Acil Arama Butonları */
.whatsapp-integration {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366;
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.mobile-call-now {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.call-now-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--evrem-kirmizi);
  color: white;
  padding: 10px 15px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.call-now-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Yeni Hakkımızda Bölümü Stilleri */
.about-header {
  position: relative;
  margin-bottom: 50px !important;
}

.about-tagline:before,
.about-tagline:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--evrem-kirmizi);
  transform: translateY(-50%);
}

.about-tagline:before {
  left: -40px;
}

.about-tagline:after {
  right: -40px;
}

.about-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--evrem-gri);
}

.about-three__content {
  margin-bottom: 30px;
}

.about-three__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--evrem-acik-gri);
  margin-bottom: 0;
}

.about-three__img-wrapper {
  position: relative;
  padding: 20px 0;
}

.about-three__mission-vision-row {
  margin-bottom: 30px;
}

.about-main-img {
  border: 5px solid #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.thm-btn.about-three__btn {
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  letter-spacing: 0.5px;
}

/* Mobil Uyarlamalar - Yeni Hakkımızda Bölümü */
@media (max-width: 1199px) {
  .about-title {
    font-size: 36px;
  }
  
  .about-three__img-box {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .about-title {
    font-size: 32px;
  }
  
  .about-three__left {
    margin-bottom: 60px;
  }
  
  .about-three__img-box {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .about-header {
    margin-bottom: 30px !important;
  }
  
  .about-tagline:before,
  .about-tagline:after {
    width: 20px;
  }
  
  .about-tagline:before {
    left: -30px;
  }
  
  .about-tagline:after {
    right: -30px;
  }
  
  .about-title {
    font-size: 28px;
  }
  
  .about-three__mission-vision-row > div {
    margin-bottom: 20px;
  }
  
  .about-three__img-box {
    height: 350px;
    margin-bottom: 70px;
  }
  
  .about-three__awards {
    right: 0;
  }
  
  .about-three__awards-content p {
    font-size: 12px;
  }
  
  .about-three__img-3 {
    width: 45%;
    bottom: -50px;
  }
  
  .about-three__experience {
    bottom: -40px;
    padding: 8px 12px;
  }
  
  .about-three__experience-content h3 {
    font-size: 20px;
  }
  
  .about-three__experience-content p {
    font-size: 12px;
  }
  
  .about-three__btn-box {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .about-title {
    font-size: 24px;
  }
  
  .about-three__text {
    font-size: 14px;
  }
  
  .about-three__img-box {
    height: 320px;
  }
  
  .about-three__img {
    width: 60%;
  }
  
  .about-three__img-2 {
    width: 45%;
    top: 30px;
  }
  
  .about-three__img-3 {
    width: 42%;
    bottom: -40px;
  }
  
  .about-three__mission h4,
  .about-three__vision h4 {
    font-size: 16px;
  }
  
  .about-three__mission p,
  .about-three__vision p {
    font-size: 13px;
  }
  
  .about-three__circle {
    width: 80px;
    height: 80px;
    bottom: -20px;
    left: -10px;
  }
  
  .about-three__circle-content h3 {
    font-size: 18px;
  }
  
  .about-three__circle-content p {
    font-size: 10px;
  }
}

/* Tek Sayfa (One-Page) İyileştirmeleri */
/* Bölüm arası ayırıcılar */
section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(24, 40, 72, 0.1);
  transition: all 0.6s ease;
}

section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--evrem-kirmizi), transparent);
  opacity: 0.5;
}

/* Bölüm başlıkları için özel stil */
.section-title {
  position: relative;
  margin-bottom: 60px;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--evrem-lacivert), var(--evrem-kirmizi));
  border-radius: 2px;
}

.section-title__title {
  position: relative;
  display: inline-block;
}

/* Kaydırma animasyonu için stil */
html {
  scroll-behavior: smooth;
}

/* Bölüm ID'lerine kaydırma için ekstra boşluk */
section[id] {
  scroll-margin-top: 100px;
}

/* Mevcut bölümün menüde belirginleştirilmesi */
.main-menu__list > li.active > a {
  color: var(--evrem-kirmizi) !important;
  font-weight: 600;
}

/* Bölüm geçişi için görsel geri bildirim */
.section-indicator {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-indicator__item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--evrem-lacivert);
  transition: all 0.3s ease;
}

.section-indicator__item.active {
  background-color: var(--evrem-kirmizi);
  transform: scale(1.3);
}

/* Mobil görünümde ayarlamalar */
@media (max-width: 991px) {
  section {
    padding: 70px 0;
  }
  
  .section-indicator {
    display: none;
  }
}

@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  section[id] {
    scroll-margin-top: 80px;
  }
}

/* Bölümler arası geçiş yüksekliği ayarlama */
.about-three,
.services-three,
.testimonials-three,
.contact-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Ana sayfa bölümleri arası ayırıcı */
.section-divider {
  height: 100px;
  background: linear-gradient(to right, var(--evrem-lacivert), transparent, var(--evrem-kirmizi));
  opacity: 0.05;
  position: relative;
  overflow: hidden;
}

.section-divider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--evrem-kirmizi);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Bölüm hover efekti */
section:hover {
  background-color: rgba(24, 40, 72, 0.02);
}

/* Kaydırma esnasında gösterme animasyonu */
.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animasyonlar */
@keyframes logoPulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}

/* Fade-in animasyonu */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Floating effect for tow truck image */
.floating-item {
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .main-slider-content h1 {
    font-size: 36px;
  }
  
  .main-slider-content p {
    font-size: 16px;
  }
  
  .main-slider-badge {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
  }
  
  .main-slider-badge-inner span:first-child {
    font-size: 24px;
  }
  
  .main-slider-badge-inner span:last-child {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-slider-content h1 {
    font-size: 28px;
    text-align: center;
  }
  
  .main-slider-content p {
    font-size: 15px;
    text-align: center;
  }
  
  .main-slider-content .d-flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .section-title {
    font-size: 28px;
  }
} 