/* REMAX Kuvars - Ana CSS Dosyası */

:root {
  --remax-red: #e61a27;
  --remax-blue: #0054a4;
  --remax-page: #f7f9fc;
}

/* Genel Stiller */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.6;
}

.bg-remax-red {
  background-color: var(--remax-red);
}

.bg-remax-blue {
  background-color: var(--remax-blue);
}

.bg-remax-page {
  background-color: var(--remax-page);
}

.bg-remax-gradient {
  background: linear-gradient(135deg, var(--remax-blue) 0%, #003b72 100%);
}

.text-remax-red {
  color: var(--remax-red);
}

.text-remax-blue {
  color: var(--remax-blue);
}

.border-remax-red {
  border-color: var(--remax-red);
}

.border-remax-blue {
  border-color: var(--remax-blue);
}

/* Butonlar */
.btn-remax {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-remax-primary {
  background-color: #e30613;
  color: white;
  transition: all 0.3s ease;
}

.btn-remax-primary:hover {
  background-color: #002554;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-remax-outline {
  border: 2px solid #e30613;
  color: #e30613;
  transition: all 0.3s ease;
}

.btn-remax-outline:hover {
  background-color: #e30613;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Kartlar ve Hover Efektleri */
.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover-scale {
  transition: transform 0.5s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Hero Slider */
.swiper-button-next,
.swiper-button-prev {
  color: #e30613 !important;
  background: rgba(255, 255, 255, 0.7);
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

.swiper-pagination-bullet {
  background: white !important;
  opacity: 0.7 !important;
}

.swiper-pagination-bullet-active {
  background: #e30613 !important;
}

/* Arka Plan Desenleri */
.bg-pattern {
  background-image: url('../img/pattern.png');
  background-repeat: repeat;
  background-size: 200px;
}

/* AOS Animasyon Ayarları */
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Özel Stiller */
.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: white;
}

.footer-link {
  color: #cbd5e0;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-link:hover {
  color: white;
  transform: translateX(3px);
}

/* Sosyal Medya İkonları */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  color: white;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #e30613;
  transform: translateY(-3px);
}

/* Hero section için genel stil */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 10;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 37, 84, 0.5); /* REMAX mavi */
}

/* Açıklama içeriği için stiller */
.description-content {
  line-height: 1.6;
}

.description-content p {
  margin-bottom: 1rem;
}

.description-content ul, 
.description-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.description-content ul {
  list-style-type: disc;
}

.description-content ol {
  list-style-type: decimal;
}

.description-content li {
  margin-bottom: 0.5rem;
}

.description-content h2, 
.description-content h3, 
.description-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.description-content h2 {
  font-size: 1.5rem;
}

.description-content h3 {
  font-size: 1.25rem;
}

.description-content h4 {
  font-size: 1.125rem;
}

.description-content a {
  color: #e30613; /* REMAX kırmızı */
  text-decoration: underline;
}

.description-content a:hover {
  color: #002554; /* REMAX mavi */
}

/* Swiper Galeri Stilleri */
.gallery-container {
  position: relative;
}

.mainSwiper {
  height: 400px;
  margin-bottom: 10px;
}

.mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.thumbsSwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumbsSwiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #e30613; /* REMAX kırmızı */
}

.thumbsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* Yeni ikon stili */
.icon-container i {
    display: inline-block !important;
    font-size: 3.5rem !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
}

/* Font Awesome yedek sınıflar */
.fa-globe:before, .fa-globe-americas:before {
    content: "\f0ac";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-shield-alt:before, .fa-shield:before {
    content: "\f3ed";
}
.fa-heart:before {
    content: "\f004";
} 