/* ========================================
   Anasayfa — Kurumsal Tema Tasarımı
   ======================================== */

.index-home {
  --seyir-primary: #003970;
  --seyir-primary-dark: #002364;
  --seyir-accent: #015ee1;
  --seyir-text: #1e2d3d;
  --seyir-muted: #5a6b7d;
  --seyir-border: rgba(0, 57, 112, 0.12);
  --seyir-shadow: 0 8px 32px rgba(0, 57, 112, 0.14);
  --seyir-radius: 12px;
  --swiper-theme-color: #003970;
}

/* ---- Hero & Arama ---- */
.index-home .index-search-item {
  height: 100%;
}

.index-home .anabanner-alan-box {
  padding-top: 0;
  position: relative;
  padding: 0;
}

.index-home .anabanner-search-alan-box {
  position: absolute;
  bottom: -218px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* max-width: 1205px; */
  z-index: 10;
  height: auto;
  top: auto;
}

.index-home .anabanner-alan-box .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.index-home .anabanner-alan-box .slick-prev {
  left: 55px;
}

.index-home .anabanner-alan-box .slick-next {
  right: 55px;
}

.index-home .header-main .main-logo {
  width: 100%;
  padding: 0;
}

.index-home .main-footer {
  margin-top: unset;
}

/* ---- Popüler Turlar (Accordion) ---- */
.index-home .pop-description {
  position: relative;
  padding-top: 56px;
}

.index-home .pop-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--seyir-primary-dark) 0%, var(--seyir-accent) 100%);
}

.index-home .pop-desc-header {
  margin-bottom: 4px;
}

.index-home .pop-desc-nav-btn:hover {
  border-color: var(--seyir-primary);
  color: var(--seyir-primary);
  background: rgba(0, 57, 112, 0.04);
}

.index-home .pop-desc-nav-btn:active {
  transform: scale(0.96);
}

/* ---- Tur Carousel ---- */
.index-home .owl-tour {
  display: block;
}

.index-home .owl-tour .owl-carousel .owl-nav.disabled,
.index-home .owl-tour .owl-nav.disabled {
  display: block !important;
}

.index-home .owl-tour .owl-theme .owl-nav {
  margin-top: 10px;
}

.index-home .owl-carousel .owl-dots.disabled,
.index-home .owl-carousel .owl-nav.disabled {
  display: block;
}

.index-home .owl-tour .owl-nav span {
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
}

.index-home .owl-tour .owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--seyir-primary) !important;
}

.index-home .owl-tour button.owl-prev,
.index-home .owl-tour button.owl-next {
  position: absolute;
  top: 40%;
  background: #fff !important;
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.index-home .owl-tour button.owl-prev {
  left: 0;
}

.index-home .owl-tour button.owl-next {
  right: 0;
}

.index-home .owl-tour button.owl-prev:hover,
.index-home .owl-tour button.owl-next:hover {
  box-shadow: 0 4px 16px rgba(0, 57, 112, 0.2) !important;
}

@media (min-width: 769px) {
  .index-home .owl-tour button.owl-next {
    right: -60px;
  }
  .index-home .owl-tour button.owl-prev {
    left: -60px;
  }
}

.index-home .destination-grid-item-01 a:hover .image img {
  box-shadow: unset;
}

.index-home figure.tour-grid-item-01 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.index-home .tour-card-content {
  text-align: left;
}

/* ---- Fırsat Otelleri ---- */
.index-home .home-hotels-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.index-home .hotel-deals-section {
  background: transparent;
}

.index-home .hot-deals-txt {
  text-transform: capitalize;
  color: var(--seyir-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 16px;
  text-align: left;
  margin-bottom: 8px;
}

.index-home ul#hotDeal li a.active {
  border: 1.5px solid #e81932;
  background: #ffeaed !important;
  color: #e81932 !important;
  font-weight: 600 !important;
}

.index-home .text-center.hot-deals-tabs #hotDeal a {
  box-shadow: 0 1px 5px -1px rgba(15, 42, 77, 0.24);
  color: #0f2a4d !important;
  font-weight: 600;
}

.index-home .swiper-pagination {
  position: relative !important;
}

.index-home span.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

.index-home .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 10px auto;
}

.index-home .swiper-button-prev,
.index-home .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15) !important;
  z-index: 10 !important;
  transition: all 0.3s ease !important;
}

.index-home .swiper-button-prev:hover,
.index-home .swiper-button-next:hover {
  background: var(--seyir-primary) !important;
  color: #fff !important;
}

.index-home .swiper .tour-grid-item-01 img {
  max-height: 120px !important;
  border-radius: 4px;
  padding: unset !important;
}

.index-home .swiper figcaption.content h5 {
  font-size: 0.95rem !important;
}

.index-home .swiper .tour-grid-item-01 .content {
  padding: unset;
}

.index-home .swiper ul.item-meta {
  justify-content: start;
}

.index-home .swiper .tour-grid-item-01 h5 {
  margin-top: 10px;
}

.index-home p.indirimoranbox {
  background: #fff5e1;
  border: 1px solid #c28200;
  min-height: unset;
  border-radius: 4px;
  padding: 10px 0;
  margin: 10px 0 0;
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 0.857rem;
  color: #c28200 !important;
}

.index-home .indirimoranbox i {
  display: none;
}

.index-home .oteller-alt-baslik {
  background-color: var(--seyir-primary);
  border-radius: 4px;
}

.index-home .oteller-alt-baslik a {
  color: #fff !important;
}

.index-home .oteller-alt-baslik i {
  display: none;
}



/* ---- Blog Bölümü ---- */
.index-home .index-blog-section {
  padding: 15px 0;
  background: #fff;
}

.index-home .index-section-header {
  margin-bottom: 36px;
}

.index-home .index-section-header--center {
  text-align: center;
}

.index-home .index-section-header--center .populer-kat-desc {
  margin-left: auto;
  margin-right: auto;
}

.index-home .index-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--seyir-primary-dark) 0%, var(--seyir-primary) 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 57, 112, 0.28);
  transition: all 0.25s ease;
}

.index-home .index-blog-btn:hover {
  background: linear-gradient(135deg, #002d5c 0%, var(--seyir-primary) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 57, 112, 0.35);
  color: #fff !important;
  text-decoration: none;
}

/* ---- Tur Grubu Başlıkları ---- */
.index-home .home-tour-list .populer-kat-header-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 0;
  border-bottom: none;
}

.index-home .home-tour-list .populer-kat-header-main {
  max-width: none;
}

.index-home .home-tour-list .populer-kat-eyebrow.tour-group-eyebrow,
.index-home .home-tour-list .tour-group-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Metropolis", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--seyir-accent);
  margin-bottom: 10px;
}

.index-home .home-tour-list .tour-group-eyebrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--seyir-accent), transparent);
  flex-shrink: 0;
}

.index-home .home-tour-list .tour-group-eyebrow i {
  font-size: 12px;
  line-height: 1;
}

.index-home .home-tour-list .populer-kat-header-title .populer-kat-title {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--seyir-text, #1a1a1a);
  line-height: 1.25;
}

.index-home a.btn-tour-group-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--seyir-accent);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.index-home a.btn-tour-group-all:hover {
  color: var(--seyir-primary);
}

.index-home a.btn-tour-group-all i {
  margin-left: 2px;
  transition: transform 0.2s ease;
}

.index-home a.btn-tour-group-all:hover i {
  transform: translateX(3px);
}

/* ---- Yıldız Puanlama ---- */
.index-home .tp-stars {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ddd;
}

.index-home .tp-stars::before {
  content: "★★★★★";
}

.index-home .tp-stars::after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--star-width, 0%);
  overflow: hidden;
  color: #f5a623;
}

/* ---- Carousel Genel ---- */
.index-home button.owl-prev,
.index-home button.owl-next {
  width: 44px !important;
  height: 44px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  pointer-events: auto;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
}

.index-home .popuelerbolgeler .owl-carousel .owl-nav.disabled {
  display: block;
}

.index-home .popuelerbolgeler .owl-theme .owl-nav {
  margin-top: 10px;
}

.index-home .popuelerbolgeler .owl-nav.disabled span {
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
}

.index-home .popuelerbolgeler .owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--seyir-primary) !important;
}

.index-home .popuelerbolgeler button.owl-prev {
  position: absolute;
  left: -60px;
  top: 40%;
  background: #fff !important;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
}

.index-home .popuelerbolgeler button.owl-next {
  position: absolute;
  right: -60px;
  top: 40%;
  background: #fff !important;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
}

/* ---- Reklam & Yardımcı ---- */
.index-home .mobil-reklam {
  display: none;
}

.index-home .mobildegoster {
  display: none;
}

.index-home .mobil-goster {
  display: none;
}

.index-home div#transfer .btn {
  padding: 12px 12px 10px;
  height: 31px;
  display: flex;
  width: auto;
  align-items: center;
  font-size: 12px !important;
}

.index-home .search-boxes {
  height: 100%;
}

.index-home .search-boxes .tab-content {
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  background-blend-mode: normal, multiply;
  box-shadow: 0 4px 19px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.index-home .hero-inner .menu-horizontal-02 ul li {
  width: 100px;
  text-align: center;
}

.index-home .menu-horizontal-02 ul {
  justify-content: center;
}

.index-home a.gruplink,
.index-home .tour-group-btn-wrapper.text-center a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--seyir-primary-dark) 0%, var(--seyir-primary) 100%);
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 57, 112, 0.28);
  width: auto !important;
  max-width: fit-content !important;
  align-self: center !important;
  margin: 20px auto;
  text-decoration: none;
}

.index-home a.gruplink:hover,
.index-home .tour-group-btn-wrapper.text-center a:hover {
  background: linear-gradient(135deg, #002d5c 0%, var(--seyir-primary) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 57, 112, 0.35);
  color: #fff;
}

/* ---- Yorumlar (yedek) ---- */
.index-home .owl-carousel.owl-theme.owl-yorumlar {
  display: block;
}

.index-home .owl-yorumlar .owl-item.center {
  z-index: 2;
}

.index-home .owl-yorumlar .owl-item {
  padding-bottom: 30px;
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: scale(0.88);
  flex: 0 0 auto !important;
}

.index-home .owl-yorumlar .owl-item.active {
  opacity: 0.7;
}

.index-home .owl-yorumlar .owl-item.center,
.index-home .owl-yorumlar .owl-item.active.center {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.index-home .owl-yorumlar .owl-item.center .yorumboxes {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transform: translateY(-5px);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index-home .owl-yorumlar .owl-stage {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

.index-home .owl-yorumlar .owl-nav {
  display: flex !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
  z-index: 10;
}

.index-home .owl-yorumlar .owl-nav button {
  pointer-events: auto;
  background: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none !important;
  cursor: pointer;
}

.index-home .owl-yorumlar .owl-nav button:hover {
  background: var(--seyir-primary) !important;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 57, 112, 0.35);
}

.index-home .owl-yorumlar .owl-nav button:hover span {
  color: #fff !important;
}

.index-home .owl-yorumlar .owl-nav button span {
  font-size: 24px;
  color: #333;
  line-height: 1;
  transition: color 0.3s ease;
}

.index-home .owl-yorumlar .owl-nav button.owl-prev {
  margin-left: -10px;
}

.index-home .owl-yorumlar .owl-nav button.owl-next {
  margin-right: -10px;
}

.index-home .owl-yorumlar .owl-dots {
  display: none;
}

/* ---- Responsive ---- */
@media (max-width: 1366px) {
  .index-home .anabanner-search-alan-box {
    width: 90%;
    max-width: 920px;
  }
}

@media (max-width: 1199px) {
  .index-home .anabanner-search-alan-box {
    width: 95%;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .index-home .popuelerbolgeler button.owl-prev {
    left: 0;
  }

  .index-home .popuelerbolgeler button.owl-next {
    right: 0;
  }

  .index-home .mobildegizle {
    display: none;
  }

  .index-home .mobildegoster {
    display: block;
  }

  .index-home .anabanner-alan-box {
    z-index: 8;
    padding-bottom: 15px !important;
  }

  .index-home .anabanner-alan-box .container {
    position: relative;
  }

  .index-home .anabanner-search-alan-box {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: -40px;
    padding: 0 15px;
  }

  .index-home .anabanner-alan-box {
    margin-bottom: 0;
  }

  .index-home .owl-carousel {
    height: auto !important;
    overflow: hidden !important;
  }

  .index-home .section-title h2 {
    font-size: 20px;
  }

  .index-home .section-title {
    max-width: 100%;
    margin: 20px auto;
  }

  .index-home .web-reklam {
    display: none;
  }

  .index-home .mobil-reklam {
    display: block !important;
  }

  .index-home .owl-tour button.owl-prev {
    left: 5px !important;
  }

  .index-home .owl-tour button.owl-next {
    right: 5px !important;
  }

  .index-home .index-blog-section {
    padding: 40px 0;
  }

  .index-home .pop-desc-ust-sag {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }

  .index-home .home-tour-list .populer-kat-header-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 425px) {
  .index-home .text-center .tab-pane {
    padding: unset !important;
  }

  .index-home .col-inner.otel-yetiskin-item {
    height: 86px;
    overflow: hidden;
  }

  .index-home .search-boxes .tab-pane {
    height: auto;
  }

  .index-home #hotDeal a.active {
    background: transparent !important;
    color: var(--seyir-primary) !important;
    font-weight: 700;
  }

  .index-home #hotDeal a {
    background: transparent !important;
    color: var(--seyir-primary) !important;
    font-weight: 500;
  }

  .index-home #hotDeal {
    margin-right: -15px;
    background: #f1f9fd;
    margin-left: -15px;
    margin-bottom: 20px;
  }

  .index-home #hotDeal li.text-center a {
    border: unset !important;
  }

  .index-home .hot-deals .text-center {
    margin-bottom: 0 !important;
  }

  .index-home .text-center .tab-content {
    border: unset !important;
  }

  .index-home .hot-deals li.text-center a {
    width: 150px;
  }

  .index-home p.mt-3,
  .index-home p.mt-3 span {
    font-size: 12px !important;
  }
}

/* ---- Neden Biz ---- */
.index-home .why-to-travel {
  background: linear-gradient(180deg, #f4f8fc 0%, #fff 100%);
  padding: 36px 0 15px;
}

.index-home .why-to-travel .index-section-header {
  margin-bottom: 32px;
}

.index-home .why-to-travel-title {
  font-size: 28px;
  font-weight: 400;
  color: var(--seyir-primary);
  margin: 0 0 10px;
  line-height: 1.3;
}

.index-home .why-to-travel-title strong {
  font-weight: 700;
  color: var(--seyir-accent);
}

.index-home .why-to-travel .populer-kat-eyebrow {
  color: var(--seyir-accent);
}

.index-home .why-to-travel .populer-kat-desc {
  max-width: 480px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--seyir-muted);
}

.index-home .why-to-travel-grid {
  margin: 0 -10px;
}

.index-home .why-to-travel-grid > [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}

.index-home .why-to-travel-item {
  background: #fff;
  border: 1px solid var(--seyir-border);
  border-radius: var(--seyir-radius);
  padding: 26px 18px 22px;
  text-align: center;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.index-home .why-to-travel-item:hover {
  border-color: rgba(1, 94, 225, 0.22);
  box-shadow: var(--seyir-shadow);
  transform: translateY(-2px);
}

.index-home .why-to-travel-icon-wrap {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(1, 94, 225, 0.1) 0%, rgba(0, 57, 112, 0.06) 100%);
  animation: none;
}

.index-home .why-to-travel-icon-wrap img {
  width: 28px;
  height: auto;
  display: block;
}

.index-home .why-to-travel-item-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--seyir-text);
  margin: 0 0 8px;
  line-height: 1.35;
}

.index-home .why-to-travel-item-desc {
  font-size: 14px;
  color: var(--seyir-muted);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767px) {
  .index-home .why-to-travel {
    padding: 40px 0 32px;
  }

  .index-home .why-to-travel-title {
    font-size: 22px;
  }

  .index-home .why-to-travel-grid > [class*="col-"] {
    margin-bottom: 14px;
  }
}

/* ---- İletişim Bölümü ---- */
.index-home .index-contact-section {
  /* background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%); */
  padding: 56px 0;
}

.index-home .index-contact-card {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 40px;
  background: #fff;
  border: 1px solid var(--seyir-border);
  border-radius: var(--seyir-radius);
  padding: 40px 44px;
  box-shadow: var(--seyir-shadow);
  overflow: hidden;
}

.index-home .index-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--seyir-primary-dark) 0%, var(--seyir-accent) 100%);
}

.index-home .index-contact-intro {
  flex: 0 0 240px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-home .index-contact-intro .populer-kat-eyebrow {
  color: var(--seyir-accent);
  margin-bottom: 10px;
}

.index-home .index-contact-title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--seyir-primary);
  line-height: 1.3;
  margin: 0 0 12px;
}

.index-home .index-contact-title strong {
  font-weight: 700;
  color: var(--seyir-accent);
}

.index-home .index-contact-desc {
  font-size: 14px;
  color: var(--seyir-muted);
  line-height: 1.65;
  margin: 0;
}

.index-home .index-contact-main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.index-home .index-contact-items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  min-width: 0;
}

.index-home .index-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 20px;
  text-decoration: none;
  color: inherit;
  border-right: 1px solid var(--seyir-border);
  transition: background 0.25s ease;
}

.index-home .index-contact-item:last-child {
  border-right: none;
}

.index-home a.index-contact-item:hover {
  background: rgba(1, 94, 225, 0.04);
}

.index-home a.index-contact-item:hover .index-contact-icon {
  background: linear-gradient(135deg, rgba(1, 94, 225, 0.16) 0%, rgba(0, 57, 112, 0.1) 100%);
  color: var(--seyir-primary);
}

.index-home a.index-contact-item:hover .index-contact-value {
  color: var(--seyir-primary);
}

.index-home .index-contact-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(1, 94, 225, 0.1) 0%, rgba(0, 57, 112, 0.06) 100%);
  color: var(--seyir-primary);
  font-size: 18px;
  transition: background 0.25s ease, color 0.25s ease;
}

.index-home .index-contact-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--seyir-muted);
  margin-bottom: 6px;
}

.index-home .index-contact-value {
  font-size: 13px;
  font-weight: 500;
  color: var(--seyir-text);
  line-height: 1.5;
  margin: 0;
  word-break: break-word;
}

.index-home .index-contact-map {
  flex-shrink: 0;
  width: 200px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--seyir-border);
  background: #e8edf3;
  box-shadow: 0 4px 16px rgba(0, 57, 112, 0.08);
}

.index-home .index-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1199px) {
  .index-home .index-contact-card {
    flex-direction: column;
    padding: 36px 32px;
    gap: 28px;
  }

  .index-home .index-contact-intro {
    flex: none;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .index-home .index-contact-desc {
    max-width: 420px;
  }

  .index-home .index-contact-main {
    flex-direction: column;
    width: 100%;
    gap: 24px;
  }

  .index-home .index-contact-map {
    width: 100%;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .index-home .index-contact-section {
    padding: 40px 0;
  }

  .index-home .index-contact-card {
    padding: 28px 20px;
  }

  .index-home .index-contact-title {
    font-size: 22px;
  }

  .index-home .index-contact-items {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .index-home .index-contact-item {
    border-right: none;
    border-bottom: 1px solid var(--seyir-border);
    padding: 20px 12px;
  }

  .index-home .index-contact-item:last-child {
    border-bottom: none;
  }

  .index-home .index-contact-map {
    height: 200px;
  }
}

/* ---- SSS Bölümü ---- */
.index-home .index-faq-section {
  background: linear-gradient(180deg, #f4f8fc 0%, #fff 100%);
  padding: 56px 0 64px;
}

.index-home .index-faq-section .index-section-header {
  margin-bottom: 32px;
}

.index-home .index-faq-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--seyir-primary);
  margin: 0 0 10px;
  line-height: 1.3;
}

.index-home .index-faq-section .populer-kat-eyebrow {
  color: var(--seyir-accent);
}

.index-home .index-faq-desc {
  max-width: 520px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--seyir-muted);
}

.index-home .index-faq-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--seyir-border);
  border-radius: var(--seyir-radius);
  box-shadow: var(--seyir-shadow);
  overflow: hidden;
}

.index-home .index-faq-list {
  display: flex;
  flex-direction: column;
}

.index-home .sss-item {
  border-bottom: 1px solid var(--seyir-border);
}

.index-home .sss-item:last-child {
  border-bottom: none;
}

.index-home .sss-baslik {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.index-home .sss-baslik:hover {
  background: rgba(1, 94, 225, 0.04);
}

.index-home .sss-item.is-open .sss-baslik {
  background: rgba(0, 57, 112, 0.03);
}

.index-home .sss-soru {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--seyir-text);
  line-height: 1.45;
}

.index-home .sss-item.is-open .sss-soru {
  color: var(--seyir-primary);
}

.index-home .sss-chevron-wrap {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(0, 57, 112, 0.06);
  color: var(--seyir-primary);
  transition: background 0.25s ease, transform 0.25s ease;
}

.index-home .sss-item.is-open .sss-chevron-wrap {
  background: linear-gradient(135deg, rgba(1, 94, 225, 0.16) 0%, rgba(0, 57, 112, 0.1) 100%);
  transform: rotate(180deg);
}

.index-home .sss-chevron {
  display: block;
}

.index-home .sss-icerik {
  display: none;
  padding: 7px 28px 10px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--seyir-muted);
}

.index-home .sss-icerik p {
  margin: 0 0 10px;
}

.index-home .sss-icerik p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .index-home .index-faq-section {
    padding: 40px 0 48px;
  }

  .index-home .index-faq-title {
    font-size: 22px;
  }

  .index-home .sss-baslik {
    padding: 16px 18px;
    gap: 12px;
  }

  .index-home .sss-soru {
    font-size: 14px;
  }

  .index-home .sss-icerik {
    padding: 0 18px 18px;
    font-size: 13px;
  }
}

/* ---- Açıklama / Devamını Oku ---- */
.index-home .aciklama-alani.index-readmore-section {
  padding: 48px 0 56px !important;
  margin-bottom: 0;
  clear: both;
  background: #fff;
}

.index-home .index-readmore-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--seyir-border);
  border-radius: var(--seyir-radius);
  box-shadow: var(--seyir-shadow);
  overflow: visible;
}

.index-home .index-readmore-card.aciklama-box {
  height: auto !important;
  overflow: visible !important;
}

.index-home .index-readmore-clip {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-home .index-readmore-body {
  padding: 32px 36px 24px;
}

.index-home .index-readmore-body h1,
.index-home .index-readmore-body h2,
.index-home .index-readmore-body h3 {
  font-family: "Montserrat", sans-serif;
  color: var(--seyir-primary);
  margin: 0 0 16px !important;
  padding: 0 !important;
  line-height: 1.35;
}

.index-home .index-readmore-body h1 {
  font-size: 24px;
  font-weight: 700;
}

.index-home .index-readmore-body h2 {
  font-size: 20px;
  font-weight: 600;
}

.index-home .index-readmore-body p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--seyir-muted);
  margin: 0 0 14px;
}

.index-home .index-readmore-body p:last-child {
  margin-bottom: 0;
}

.index-home .index-readmore-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.85) 45%,
    #fff 100%
  );
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.index-home .index-readmore-fade.is-hidden {
  opacity: 0;
}

.index-home .index-readmore-action {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 4px 24px 28px;
}

.index-home .index-readmore-section button.devamBtn.index-readmore-btn {
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border: 1.5px solid var(--seyir-primary) !important;
  border-radius: 999px;
  background: #fff !important;
  color: var(--seyir-primary);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  position: static !important;
  bottom: auto !important;
  margin: 0;
  box-shadow: 0 2px 12px rgba(0, 57, 112, 0.08);
}

.index-home .index-readmore-btn::before {
  content: none !important;
  display: none !important;
}

.index-home .index-readmore-btn:hover {
  background: var(--seyir-primary) !important;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 57, 112, 0.22);
}

.index-home .index-readmore-btn:active {
  transform: scale(0.97);
}

.index-home .index-readmore-label--less {
  display: none;
}

.index-home .index-readmore-card.is-expanded .index-readmore-label--more {
  display: none;
}

.index-home .index-readmore-card.is-expanded .index-readmore-label--less {
  display: inline;
}

.index-home .index-readmore-chevron {
  font-size: 11px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-home .index-readmore-card.is-expanded .index-readmore-chevron {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .index-home .aciklama-alani.index-readmore-section {
    padding: 36px 0 44px !important;
  }

  .index-home .index-readmore-clip {
    max-height: 260px;
  }

  .index-home .index-readmore-body {
    padding: 24px 20px 20px;
  }

  .index-home .index-readmore-body h1 {
    font-size: 20px;
  }

  .index-home .index-readmore-body p {
    font-size: 14px;
  }

  .index-home .index-readmore-action {
    padding: 4px 16px 22px;
  }

  .index-home .index-readmore-section button.devamBtn.index-readmore-btn {
    font-size: 13px;
    padding: 10px 22px;
  }
}
