

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

html::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #fff;
}

html::-webkit-scrollbar-track {
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    border-radius: 1.875rem;
    width: 0.5rem;
    background-color: #032e86;
}



* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  overflow-x: hidden !important;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}   

.container {
    /* Bootstrap varsayılan padding değerlerini geri yükleyin veya emin olun. */
    padding-right: var(--bs-gutter-x, 0.75rem); /* Genellikle 12px veya 15px'e denk gelir */
    padding-left: var(--bs-gutter-x, 0.75rem);
    width: 100%; /* Mobil görünümde container'ın tam genişliği alması */
}

/* Row'un negatif marginini dengelemek için gerekebilir, test edin */
.row {
    --bs-gutter-x: 1.5rem; /* Bootstrap 5 standardı */
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #ffffff;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  /* background: #0a6481 !important; BU SATIRI SİLDİK YADA DEĞİŞTİRDİK */
  background: transparent !important; /* Arka planı tamamen şeffaf yapıyoruz */
  position: absolute; /* Navbar'ı sayfanın standart akışından çıkarıp havaya kaldırıyoruz */
  top: 0; /* Sayfanın en üstüne yapıştırıyoruz */
  left: 0;
  width: 100%; /* Ekranı tam kaplamasını sağlıyoruz */
  z-index: 999; /* Videonun ve diğer her şeyin üstünde görünmesini garanti ediyoruz */
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    margin-left: 10px;
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px;
    } }
 
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #ffffff;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 20px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }
     .custom-navbar .custom-navbar-cta li {
	margin-right: 20px !important;
	}


.invisible {
  visibility: hidden;
}        
/* ==================================================== */
/* HERO (GİRİŞ) BÖLÜMÜ - Responsive ve Konumlandırma */
/* ==================================================== */


.btn {

  background: linear-gradient(300deg, rgb(10, 100, 129) 0%, rgb(19, 176, 189) 100%);
    color: #fff;
    border-radius: 10px;
    border: none;
    max-width: 266px;
    padding: 17px 25px; }

    

  .btn:hover {

    color: #ffff;
    border-radius: 5px;
    border: none; 
    opacity: 0.8; 
    transition: 0.2s;
    
    
} 

  .btn:active, .btn:focus {

    outline: none !important;

    -webkit-box-shadow: none;

    box-shadow: none; }

  .btn.btn-primary {

    background: #0a6481;

    border-color: #0a6481; }

    .btn.btn-primary:hover {

      background: #0A1A2F;

      border-color: #0A1A2F; }

  .btn.btn-secondary {

    background: linear-gradient(300deg, rgb(10, 100, 129) 0%, rgb(19, 176, 189) 100%);
    color: #ffff;
    border-radius: 10px;
    border: none;
    max-width: 266px;
    padding: 17px 25px; }

    .btn.btn-secondary:hover {

    color: #ffff;
    border-radius: 5px;
    border: none;   
  }

  .btn.btn-secondary:hover {
  transition: ease 0.2s;
	}	

  .btn.btn-white-outline {

    background: transparent;

    border-width: 2px;

    border-color: rgba(255, 255, 255, 0.3); }

    .btn.btn-white-outline:hover {

      border-color: white;

      color: #ffffff; }

 .hero-half{
    background: #0a6481;
    /* Mobil/Genel için başlangıç padding'i */
    padding: 4rem 0 4rem 0;
    min-height: 50vh !important; 
}

/* Ana kapsayıcı ayarları */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh; /* Banner'ın ekranı tam kaplamasını istersen bu değeri kullanabilirsin */
    display: flex;
    align-items: center; /* İçeriği dikeyde ortalar */
    background-color: #0a6481;
}

/* Arka plan videosunun konumlandırması */
.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover; /* Videonun esnemeden alanı doldurmasını sağlar */
    z-index: 0;
}

/* Karartma katmanı */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 0.5 opaklık değerini videona göre ayarlayabilirsin */
    z-index: 1;
}

/* İçeriğin videonun altında ezilmemesi için öne alıyoruz */
.hero .container {
    position: relative;
    z-index: 2;
}

/* Tablet (768px ve üzeri) */
@media (min-width: 768px) {
    .hero {
        padding: 4rem 0 4rem 0; 
    }
}

/* Masaüstü (992px ve üzeri) */
@media (min-width: 992px) {
    .hero {
        padding: 8rem 0 8rem 0; /* Büyük ekranlar için dikey boşluğu artır */
    }
}

.hero .intro-excerpt {
    position: relative;
    z-index: 4;
}

/* Masaüstü (992px ve üzeri) */
@media (min-width: 992px) {
    .hero .intro-excerpt {
        max-width: 450px;
    }
}

.hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 30px;
    margin-top: 5rem;
}
#bson{
  margin-top: 0 !important;
}
@media (min-width: 1400px) {
    .hero h1 {
        font-size: 33px;
    }
}

/* Dikkat: margin-botom yazım hatası düzeltildi */
.hero p {
    color: #ffffff;
    margin-bottom: 30px; 
}

/* GÖRSEL ALANI VE KONUMLANDIRMA - Varsayılan (Mobil/Tablet) */
.hero .hero-img-wrap {
    position: relative;
    /* Küçük ekranlarda metin ile görsel arasına boşluk koymak için: */
    margin-top: 30px;
    margin-bottom: 30px; 
}

.hero .hero-img-wrap img {
    /* Mobil/Tablet: position: relative olarak kalsın, normal akışta görünsün */
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    max-width: 100%; /* Sütunun içini doldursun */
    height: auto;
    /* Önceki gereksiz mobil/tablet konumlandırma kuralları kaldırıldı */
}

/* NOKTA DESENİ (after) - Mobil/Tablet: Görselin üstünde kalsın */
.hero .hero-img-wrap:after {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 1; /* Görselin arkasında kalması için */
    /* Mobil cihazlarda deseni biraz küçültmek isterseniz: */
    /* transform: scale(0.7); */
}


/* MASAÜSTÜ İÇİN KONUMLANDIRMA (992px ve üzeri) */
@media (min-width: 992px) {
    .hero .hero-img-wrap {
        /* Masaüstünde üst marjı sıfırla */
        margin-top: 0; 
        margin-bottom: 0;
    }
    
    .hero .hero-img-wrap img {
        /* Mutlak konumlandırmayı etkinleştir */
        position: absolute;
        top: -80px; /* Orijinal değeri */
        right: -50px; /* Orijinal değeri */
        left: 0px; 
        max-width: 780px;
    }

    /* 1200px'den büyük ekranlar için ekstra ayarlar */
    @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
            margin-left: 8rem;
            right: -100px; /* Daha fazla taşırma */
        }
        .hero .hero-img-wrap:after {
            top: -40px; /* Noktayı yukarı kaydır */
            right: -100px;
        }
    }
}

/*
 * ----------------------------------------------------
 * HERO BÖLÜMÜ - MOBİL KAYDIRMA SORUNU ÇÖZÜMÜ (<= 991px)
 * ----------------------------------------------------
 */

@media (max-width: 991px) {
    /* Görsel kapsayıcısını normal akışa zorla */
    .hero .hero-img-wrap {
        position: relative !important;
        margin-top: 30px; /* Metin ile görsel arasına boşluk */
        margin-bottom: 30px;
        overflow: hidden; /* Taşmayı engelle */
    }
    
    /* Görselin kendisini (brain2.png) mobil için sıfırla */
    .hero .hero-img-wrap img {
        position: relative !important; /* Mutlak konumlandırmayı iptal et */
        left: auto !important;
        right: auto !important;
        top: auto !important;
        max-width: 100% !important; /* Ekranı aşmasın */
        height: auto;
        /* Tüm margin ve transform kurallarını iptal et */
        margin-left: -.8rem !important;
        margin: 0;
        transform: none !important;
    }
    
    /* Nokta Deseni (dots-light.svg) için taşmayı önle */
    .hero .hero-img-wrap:after {
        right: 0px !important;
        top: 0px !important;
        /* Mobil: Deseni tamamen gizlemeyi deneyebiliriz, eğer hala taşıyorsa */
        /* display: none !important; */
    }
    
    /* Sayfadaki herhangi bir yatay taşmayı engellemek için genel kural */
    .container, .row {
        overflow-x: hidden !important;
    }
}

.section-title {
  color: #2f2f2f; }

.section-title-down {
  margin-top: 3rem;
}  

  

@media (max-width: 991px) {
.none {
  display: none;
}

}  



.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

      .product-section .container {
    padding-left: 15px; /* Sol boşluk */
    padding-right: 15px; /* Sağ boşluk */
}
.product-section .row {
    margin-left: 0;
    margin-right: 0;
}

/* Mobil cihazlar (0px'ten 767px'e kadar) */
@media (max-width: 767px) {
    /* Taşan ana elementlere müdahale */
    .container, 
    .row {
        /* Yatay kaydırmaya neden olan negatif marginleri ve taşan elementleri sıfırla */
        margin-left: 0 !important;
        margin-right: 0 !important;
        /* Kapsayıcıların tam genişlik almasını sağla */
        width: 100% !important; 
    }

    /* .container'a mobil cihazlarda kenarlarda biraz boşluk bırakmak için padding ekle */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Eğer product-section'a da özel bir padding atandıysa, onu da kontrol et. */
    .product-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 22px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }



.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #0a6481;
      position: absolute;
      left: 0;
      top: 8px; }

.width{
  width: 120%;
}

#down{

  margin-left: -1rem;
}

#down a {
  margin-bottom: .3rem;	 
}

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    color: #2f2f2f;
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

  /* Blog Bölümü Başlık Alanı (Flexbox yapısı aynı kalır) */
.blog-header {
    display: flex;             
    justify-content: space-between; 
    align-items: center;       
    max-width: 900px;          
    margin: 0 auto 20px auto;  
    padding: 0 10px;           
}




.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #1B2A49; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #0a6481;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #0a6481; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #0a6481;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #0a6481;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

/* ============================================
   RESPONSIVE FOOTER EKLEMELERI
   ============================================ */

/* İletişim Bilgileri İçin Düzenlemeler */
.footer-section #right {
  padding-left: 0;
}

.footer-section #right li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.footer-section #right li#down {
  display: inline-block;
}

/* Tablet ve Altı (992px ve küçük) */
@media (max-width: 991px) {
  .footer-section {
    padding: 60px 0;
  }

  /* Logo ve Açıklama Bölümü - Ortalanmış */
  .footer-section .col-lg-4 {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-section .footer-logo-wrap {
    margin-bottom: 20px;
  }

  .footer-section .col-lg-4 p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sosyal Medya İkonları - Ortalanmış */
  .footer-section .col-lg-4 .custom-social {
    justify-content: center;
    display: flex;
  }

  /* İletişim Bilgileri */
  .footer-section .col-6.col-md-3.ms-auto {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    text-align: center;
  }

  .footer-section #right {
    display: block;
    text-align: center;
  }

  .footer-section #right li {
    margin-bottom: 15px;
  }
}

/* Mobil (575px ve küçük) */
@media (max-width: 575px) {
  .footer-section {
    padding: 40px 0;
  }

  /* Logo Boyutu Küçültme */
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 28px;
  }

  /* Açıklama Metni */
  .footer-section .col-lg-4 p {
    font-size: 14px;
    padding: 0 15px;
  }

  /* Sosyal Medya İkonları Boyut */
  .footer-section .custom-social li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  /* Copyright Bölümü */
  .footer-section .border-top.copyright {
    font-size: 12px !important;
  }

  .footer-section .copyright .row {
    text-align: center;
  }

  .footer-section .copyright .col-lg-6 {
    margin-bottom: 15px;
  }

  /* Copyright Linkleri */
  .footer-section .copyright ul {
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .footer-section .copyright ul li {
    font-size: 13px;
  }

  /* İletişim Bilgileri Mobil */
  .footer-section #right {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-section #right li#down {
    display: block;
    margin-bottom: 10px;
  }
}

/* Ekstra Küçük Ekranlar (400px ve küçük) */
@media (max-width: 400px) {
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 24px;
  }

  .footer-section .col-lg-4 p {
    font-size: 13px;
  }

  .footer-section .custom-social li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .footer-section #right {
    font-size: 13px;
  }

  .footer-section .copyright .col-lg-6 p {
    font-size: 11px;
  }

  .footer-section .copyright ul li {
    font-size: 12px;
    margin: 0 8px;
  }
}

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0a6481;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0a6481;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #0a6481 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #0a6481 !important; }

.thankyou-icon {
  position: relative;
  color: #0a6481; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }


.mini-section1 h5 {
  color: #333333;
}    


@import url(reset.css);

.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 8px hsla(220, 67%, 12%, 0.1);
  background-color: var(--body-color);
  z-index: var(--z-fixed);
}

.nav {
  height: var(--header-height);
}


.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  transition: color 0.3s;
}

.nav__logo i {
  font-size: 1.25rem;
}

.nav__logo:hover {
  color: black;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.nav__toggle-menu,
.nav__toggle-close {
  font-size: 1.25rem;
  color: var(--title-color);
  position: absolute;
  display: grid;
  place-items: center;
  inset: 0;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}

.nav__toggle-close {
  opacity: 0;
}

.nav__menu .nav__list li a {
  color: var(--title-color);
}


@media screen and (max-width: 1118px) {
  .nav__menu {
    background-color: var(--body-color);
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    padding-block: 1.5 rem 4 rem;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0.5rem;
  }
  .nav__menu::-webkit-scrollbar-thumb {
    background-color: hsl(220, 12%, 70%);
  }
}

.nav__link {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.nav__link:hover {
  background-color: var(--first-color-lighten);
}

.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

.show-icon .nav__toggle-menu {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__toggle-close {
  opacity: 1;
  transform: rotate(90deg);
}

.dropdown__button {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.5rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.dropdown__content,
.dropdown__group,
.dropdown__list {
  display: grid;
}

.dropdown__container {
  background-color: var(--body-color);
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  user-select: none;
}

.dropdown__content {
  row-gap: 1.75rem;
}

.dropdown__group {
  padding-left: 2.5rem;
  row-gap: 0.5rem;
}

.dropdown__group:first-child {
  margin-top: 1.25rem;
}

.dropdown__group:last-child {
  margin-bottom: 1.25rem;
}

.dropdown__icon {
  font-size: 1.25rem;
  color: var(--black-color);
}

.dropdown__title {
  font-size: var(--small-font-size);
  font-weight: var(--font-semi-bold);
  color: var(--black-color);
}

.dropdown__list {
  row-gap: 0.25rem;
}

.dropdown__link {
  font-size: var(--smaller-font-size);
  font-weight: var(--font-medium);
  color: var(--text-color);
  transition: color 0.3s;
}

.dropdown__link:hover {
  color: var(--title-color);
}

.show-dropdown .dropdown__arrow {
  transform: rotate(180deg);
}

/* Custom Dropdown Stilleri */
.custom-dropdown {
    border-radius: 8px; /* Köşeleri yuvarlatır */
    min-width: 200px;
}

/* 1. ANA MENÜ LİNKLERİ: Bootstrap'in 0.55 opacity'sini ezip tam beyaz yapıyoruz */
.custom-navbar .navbar-nav .nav-link {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Aktif veya üzerine gelinen ana menü linkleri (İsteğe bağlı, hafif grileşsin istersen) */
.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffffff !important;
    opacity: 0.8 !important; 
}

/* 2. DROPDOWN İÇERİĞİ: Açılır menüdeki yazıları görünür (koyu) yapıyoruz */
.custom-dropdown .dropdown-item {
    color: #212529 !important; /* Koyu gri/siyah yazı rengi */
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

/* Dropdown içindeki yazıların üzerine gelindiğinde (Hover) */
.custom-dropdown .dropdown-item:hover {
    background-color: #e9ecef !important; /* Hafif gri arka plan */
    color: #000000 !important; /* Tam siyah yazı */
}

/* Menü açıldığında yanındaki ok işaretinin (caret) yukarı dönmesi animasyonu */
.nav-item.dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.nav-item.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 300px) {
  .dropdown__group {
    padding-left: 1.5rem;
  }
}
/* For large devices */
@media screen and (min-width: 1118px) {
  /* Nav */
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    display: flex;
    column-gap: 3rem;
    height: 100%;
  }
  .nav li {
    display: flex;
  }
  .nav__link {
    padding: 0;
  }
  .nav__link:hover {
    background-color: initial;
  }
  /* Dropdown */
  .dropdown__button {
    column-gap: 0.25rem;
    pointer-events: none;
  }
  .dropdown__container {
    height: max-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 6.5rem;
    background-color: var(--body-color);
    box-shadow: 0 6px 8px hsla(220, 68%, 12%, 0.05);
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
    user-select: none;
  }
  .dropdown__content {
    grid-template-columns: repeat(4, max-content);
    column-gap: 6rem;
    max-width: 1120px;
    margin-inline: auto;
  }
  .dropdown__group {
    padding: 4rem 0;
    align-content: baseline;
    row-gap: 1.25rem;
  }
  .dropdown__group:first-child,
  .dropdown__group:last-child {
    margin: 0;
  }
  .dropdown__list {
    row-gap: 0.75rem;
  }
  .dropdown__icon {
    width: 60px;
    height: 60px;
    background-color: var(--first-color-lighten);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
  }
  .dropdown__icon i {
    font-size: 2rem;
  }
  .dropdown__title {
    font-size: var(--normal-font-size);
  }
  .dropdown__link {
    font-size: var(--small-font-size);
  }
  .dropdown__link:hover {
    color: var(--first-color);
  }
  .dropdown__item {
    cursor: pointer;
  }
  .dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg);
  }
  .dropdown__item:hover > .dropdown__container {
    top: 5.5rem;
    opacity: 1;
    pointer-events: initial;
    cursor: initial;
  }
}
@media screen and (min-width: 1152px) {
  .container {
    margin-inline: auto;
  }
}


/*! SERVİCE SECTİON START */
.service__title {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #2f2f2f;
  color: #313131;
}

.service .box-container {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}

.service .box__content {  
  display: flex;
  justify-content: left;
}



.service .box__content li{
  display: flex;
  justify-content: left;
  line-height: 3rem;
  font-size: 15px;
  color: hsla(218, 73%, 97%, 0.847);
}

.service .box-container .box {
  text-align: center;
  background-color:  #0a6481;
  position: relative;
  border-radius: 2rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.167);
}

.box__bottom a {
  background-color: rgb(34, 33, 39);
  color: var(--first-color-lighten);
}



.service .box-container .box .box-head .name {
  color: var(--first-color-lighten);
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  overflow-wrap: anywhere;
}

.box__content ul  {
  margin-top: 15px;
}
/*! SERVİCE SECTİON END */

:root {
            --primary-color: #0a6481; /* Vurgu rengi */
            --text-color: #221b43; /* Koyu metin rengi */
            --background-color: #f7f5f2; /* Açık arka plan rengi */
            --heading-font: 'Arial', sans-serif;
        }

        /* Temel Stil Sıfırlamaları */
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
            background-color: var(--background-color);
        }

        /* Ana İçerik Konteyneri */
        .content-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* Ana Başlık */
        .content-container h3 {
            text-align: center;
            color: var(--text-color);
            font-size: 2.5rem;
            margin-bottom: 50px;
        }

        /* Vurgulanan Metin */
        .text-highlight {
            color: var(--primary-color);
        }

        /* ########################################## */
        /* ########## ZIGZAG DÜZENİ BAŞLANGIÇ ########## */
        /* ########################################## */

        /* Tüm Satırları Saran Temel Stil (Flexbox) */
        .feature-row {
            display: flex;
            align-items: center; /* İçeriği dikeyde ortalar */
            justify-content: space-between;
            margin-bottom: 60px; /* Her blok arası boşluk */
            padding: 40px 0;
        }

        /* Metin/Açıklama Alanı */
        .feature-text {
            width: 45%; /* Metin için %45 alan ayır */
            padding-right: 20px;
            box-sizing: border-box;
        }

        /* Görsel/Video Alanı (Sadece yer tutucu için bir arka plan rengi veya görseli) */
        .feature-media {
            /* Medya için %50 alan ayır */
            height: 300px; /* Görsel alanının yüksekliği */
             /* Yer tutucu renk */
            border-radius: 8px;
            overflow: hidden; /* İçine konacak görsel/video taşmasın */
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #555;
            font-weight: bold;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), /* Orta büyüklükte, yumuşak gölge */
                0 3px 6px rgba(0, 0, 0, 0.10);
        }

        /* ---------------------------------- */
        /* 1. Kural: Metin Sol - Görsel Sağ (Varsayılan) */
        /* .feature-row CSS'i buna uygun çalışır */
        /* ---------------------------------- */

        /* 2. Kural: Metin Sağ - Görsel Sol (Sırayı tersine çevir) */
        .feature-row.reverse {
            flex-direction: row-reverse;
        }
        
        .feature-row.reverse .feature-text {
            padding-right: 0;
            padding-left: 20px; /* Sola boşluk ekle */
        }
        
        /* İçerik Stilleri */
        .feature-text h2 {
            color: var(--text-color);
            font-size: 2rem;
            font-family: var(--heading-font);
            margin-top: 0;
        }
        
        .feature-text ul {
            list-style-type: none;
            margin-top: 2rem;
        }
        
        .feature-text ul li {
            color: var(--text-color);
            font-size: 1.1rem;
            line-height: 2;
            padding-left: 1.5em; /* Madde işareti için boşluk */
            position: relative;
            text-decoration: none;
        }

        .feature-text ul li::before {
            content: '↬'; /* Özelleştirilmiş madde işareti */
            color: var(--primary-color);
            font-size: 1.5rem;
            line-height: 1;
            position: absolute;
            left: 0;
        }
        
        .tag {
            color: var(--primary-color);
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block;
        }

        /* ########################################## */
        /* ########## MOBİL UYUMLULUK ########## */
        /* ########################################## */

        @media (max-width: 768px) {
            .feature-row,
            .feature-row.reverse {
                /* Mobil cihazlarda her zaman sütun halinde ve sırayı değiştirmez */
                flex-direction: column;
                margin-bottom: 40px;
            }
            
            .feature-text,
            .feature-media {
                width: 100%; /* Tam genişlik */
                padding: 0;
                margin-bottom: 20px; /* Metin ve medya arasına boşluk */
            }

            /* Görselin (media) metinden önce gelmesini sağlar (üstte görsel, altta metin) */
            .feature-media {
                order: -1; 
                height: 250px;
            }

            @media (max-width: 767px) {
  /* Açılan menü konteynerini hedefliyoruz */
  #navbarsFurni {
    background-color: #0a6481; /* Zentra markasının mavi/lacivert tonu. İstersen #212529 (koyu gri) de yapabilirsin */
    padding: 15px 20px; /* Kenarlardan biraz boşluk vererek şık durmasını sağlıyoruz */
    border-radius: 10px; /* Menü köşelerini yumuşatıyoruz */
    margin-top: 15px; /* Logodan biraz ayırıyoruz */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* Menüyü sayfadan ayırmak için hafif bir gölge */
  }

  /* Alt menüler (Dropdown) açıldığında iç kısımların okunabilirliğini korumak için */
  .custom-navbar .navbar-nav .dropdown-menu {
    background-color: #ffffff !important;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
  }
}
        }


/* Slider Kapsayıcısı */
.slider-wrapper {
    position: relative; /* Butonları içermek için */
    overflow: hidden; /* Sadece 3 kart görünsün, diğerleri gizlensin */
    padding: 0 50px; /* Butonlar için boşluk */
}

/* Kartların Kaydırıldığı Alan */
.slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Yumuşak kaydırma animasyonu */
    margin: 0 -15px; /* Post-entry padding'i dengelemek için */
}

/* Her Bir Duyuru Kartı */
.slider-item {
    /* 1200px'lik container içinde 3 kart + 2 boşluk (20px) = Her kart ~386px */
    flex: 0 0 33.3333%; /* Her zaman 3'te 1'i kapla */
    max-width: 33.3333%;
    padding: 0 15px; /* Kartlar arası boşluk (post-entry'deki padding'i dengeleyerek aralık yaratır) */
    box-sizing: border-box;
}

/* Mobil için: Sadece 1 kart göster */
@media (max-width: 768px) {
    .slider-item {
        flex: 0 0 100%; /* Mobil cihazlarda tek kart göster */
        max-width: 100%;
    }
}

/* Kaydırma Butonları */
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-180%);
    background: #0a6481;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-button.prev {
    left: 0;
}

.slider-button.next {
    right: 0;
} 

/* style.css */



html::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #fff;
}

html::-webkit-scrollbar-track {
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    border-radius: 1.875rem;
    width: 0.5rem;
    background-color: #A7D5F2;
}

html {
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

#hero_middle {
  margin-left: 2rem;
}

.fluid {
  width: 2500px !important;
  height: 400px;
}