.yatirim-main-section {
  width: 100%;
  margin-top: -155px;
  position: relative;
  z-index: 10;
}

.yatirim-banner-wrapper {
  height: 275px;
  width: 100%;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
  background-image: url("/static/img/haberler-banner-zemin.svg"), 
                    url("/static/img/haberler-main-banner.svg"); 
  background-size: 871px 409px, cover;
  background-position: 800px -79px, center center;
  background-repeat: no-repeat;
}

.yatirim-banner-content {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 10px;
}

.yatirim-banner-breadcrumb {
  position: static;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
}

.container-1060 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
}

.yatirim-logo {
    width: 28px;
    height: 13px;
    flex-shrink: 0;
}

.yatirim-link-ana,
.yatirim-link-aktif {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.yatirim-link-ana {
    color: #808285;
    margin-right: 0;
}

.yatirim-link-aktif {
    color: #F69930;
}

/* Banner Bölümü Medya Sorguları */
@media (max-width: 1200px) {
   
    .yatirim-banner-wrapper {
      padding-top: 150px;
        background-size: 
            800px 100%,
            cover;
    }
}

@media (max-width: 992px) {
  
}

@media (max-width: 768px) {
    .yatirim-banner-wrapper {
      padding-top: 150px;
        height: 200px;
        background-size: 
            0 0,
            cover;
    }
   .yatirim-banner-breadcrumb {
    
    margin-top: 0;
    margin-left: 20px;
    align-self: flex-start;
}

    .yatirim-main-section {
        margin-top: 0;
        width: 100%;
    margin-top: -155px;
    position: relative;
    }
}

@media (max-width: 576px) {
    .yatirim-main-section {
    width: 100%;
    margin-top: -155px;
    position: relative;
    
}
  .yatirim-baslik-wrapper {
    padding-top: 0;
    padding-bottom: 0px;
  }  
}


/* Haber Başlık Bölümü */
.yatirim-baslik-section {
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: #F5F3F3;
}

.yatirim-baslik-wrapper {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.yatirim-baslik-row {
    display: flex;
    align-items: center;
    max-width: 100%;
    min-height: 110px;
}

.yatirim-section-logo-baslik {
    display: flex; 
    justify-content: flex-start;
}

.yatirim-logo-baslik-content {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.yatirim-baslik-logo {
    width: 63px;
    height: 29px;
}

.yatirim-baslik-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #939393;
    display: block; 
    margin-top: -6px;
}
.yatirim-section-slogan{
    padding-left: 0;
    padding-right: 0;
}

.yatirim-slogan-content {
    max-width: 425px; 
    height: 73px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #939393;
    display: flex;
    align-items: center;
}

/* Haber Başlık Bölümü Medya Sorguları */
@media (max-width: 992px) {
    .yatirim-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .yatirim-section-logo-baslik,
    .yatirim-section-slogan {
        margin-bottom: 20px;
    }
    .yatirim-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .yatirim-baslik-wrapper {
        padding-top: 15px;
    }
    .yatirim-baslik-text {
        font-size: 24px;
    }
    .yatirim-baslik-logo {
        width: 50px;
        height: 23px;
    }
    .yatirim-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
}


/*  YATIRIM PROJELER SARI ALAN*/

.yatirim-projeler-section {
    background-color: #F69930; 
    
}

.yatirim-projeler-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.yatirim-projeler-row {
    display: flex;
    justify-content: center;
    align-items: center;
}


.yatirim-projeler-slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.slogan-content-wrapper {
    text-align: left;
    max-width: 483px;
}

/* 1. SLOGAN METNİ */
.yatirim-slogan-text {
    width: 483px; 
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.06;
    letter-spacing: 0;
    margin-bottom: 30px;
}

/* 2. TÜM PROJELERİ İNCELE BUTONU */
.yatirim-incele-button {
    display: block;
    width: 340px; 
    height: 48px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
}

/* SAĞ BLOK: RESİM KAPSAYICISI */
.yatirim-projeler-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.yatirim-resim-container {
    width: 518px;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.yatirim-proje-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Ekran genişliği 991px ve altı (lg breakpoint) */
@media (max-width: 991px) {
    .yatirim-projeler-section {
        padding: 40px 0;
    }
    
    /* Metin ve Resim genişliklerini esnekleştirme */
    .yatirim-slogan-text {
        width: 100%;
        font-size: 42px;
        
    }
    
    .slogan-content-wrapper {
        max-width: none;
        
    }
    
    .yatirim-incele-button {
        margin: 0 auto; /* Butonu ortala */
    }
    
    .yatirim-resim-container {
        width: 100%;
        max-width: 450px; /* Resmi biraz küçült */
        height: 400px;
        margin-top: 30px; /* Resim üste kayınca boşluk bırak */
    }
}

/* Ekran genişliği 768px ve altı (md breakpoint) */
@media (max-width: 768px) {
    .yatirim-slogan-text {
        font-size: 36px;
    }
    
    .yatirim-incele-button {
        width: 300px;
    }
}

/* Ekran genişliği 576px ve altı (sm breakpoint) */
@media (max-width: 576px) {
    .yatirim-projeler-section {
        padding: 30px 0;
    }
    
    .yatirim-slogan-text {
        font-size: 28px;
    }
    
    .yatirim-resim-container {
        height: 300px;
    }
}



/* NEDEN YATIRIM KARTLAR BÖLÜMÜ*/
.neden-yatirim-section {
    padding: 40px 0;
    background-color: #FFFFFF;
}
.neden-yatirim-wrapper{
    padding-left: 15px;
}

.neden-yatirim-row {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0;
   
}



.neden-yatirim-header {
    
    padding: 0;

    padding-bottom: 80px;
}

.neden-yatirim-header-content-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.neden-yatirim-header-logo {
    width: 45px;
    height: 21px;
    
}

.neden-yatirim-header-title-text {
    color: #939393;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    display: block;
    margin-top: -6px;
}


/* KARTLARIN KAPSAYICISI: FLEXBOX */
.neden-yatirim-kart-container {
    display: flex;
    flex-wrap: wrap;
    
    gap: 20px;
    padding: 0 ;
}

/* YATIRIM KARTI */
.yatirim-card {
    width: 339px;
    height: 300px;
    background-color: #939393;
    color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

/* KART HOVER DURUMU */
.yatirim-card:hover {
    background-color: #F69930;
    transform: translateY(-5px);
}

/* İKON YERİ */
.card-icon-wrapper {
    width: 127px;
    height: 127px;
    margin-bottom: 40px;
}

.card-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.card-slogan {
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.04;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .neden-yatirim-kart-container {
        justify-content: left;
    }
    
    .yatirim-card {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .neden-yatirim-header {
        text-align: left;
    }
    
    .header-content-wrapper {
        justify-content: flex-start;
    }
}


@media (max-width: 768px) {
    .yatirim-card {
        width: 100%;
        max-width: 339px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .neden-yatirim-kart-container {
        justify-content: left;
    }
    
    .card-slogan {
        font-size: 28px;
    }
}


@media (max-width: 576px) {
    .neden-yatirim-section {
        padding: 40px 0;
    }
    
    .yatirim-card {
        height: 280px;
        padding: 20px;
    }
}

/* NEDEN YATIRIM KONUT SECENEK*/
.konut-secenek-section {
    padding-bottom: 70px;
    background-color: #FFFFFF;
}

.konut-secenek-wrapper {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 15px;
}

.konut-secenek-ust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: flex-start;

}
.konut-secenek-alt-row{
    display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
    height: auto;
    max-height: none;
 padding: 0;
}

/* ÜST SATIR STİLLERİ */
.konut-secenek-5 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    
    padding-bottom: 50px;
    margin-bottom: 0;
    border-right: 2px solid #D9D9D9;
    padding-left: 0;
    
}
.konut-secenek-7 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 50px;
    margin-bottom: 0;
    

    padding-left: 15px;
    padding-right: 20px;
    
    
}
.konut-secenek-alt-5{
    border-right: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
    padding-top: 30px;   
    width: 100%;
    max-width:400px ;
    padding-left: 0;
    padding-right: 10px;
}
.konut-secenek-alt-2{
    border-right: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
    padding-top: 30px;  

    padding-right: 10px; 
    width: 100%;
    max-width: 200px;
    
}
.konut-secenek-alt-3{
    border-right: 2px solid #D9D9D9;
    border-top: 2px solid #D9D9D9;
    width: 100%;
    max-width: 280px;
    padding-top: 30px;
    padding-right: 10px;
    
    
    
}
.konut-secenek-alt-2-son{
    border-top: 2px solid #D9D9D9;
    padding-top: 30px;   
    width: 100%;
    max-width: 185px;
    
}

.secenek-ana-text {
   display: flex; /* Metin içindeki akışı koru */
    font-family: 'DM Sans', sans-serif;
    color: #F69930;
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
}

.konut-secenek-yan-text {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    margin-top: 5px;
}

.secenek-gri-ince {
    
    font-family: 'DM Sans', sans-serif;
    color: #939393;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 0;
    width: 100%;
    max-width:438px ;
}




/* ALT SATIR STİLLERİ */

.secenek-alt-sari-kalin {
    font-family: 'DM Sans', sans-serif;
    color: #F69930;
    font-weight: 500;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.secenek-alt-gri-ince {
    font-family: 'DM Sans', sans-serif;
    color: #939393;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 0;
}



@media (max-width: 991px) {
  
    .konut-secenek-ust-row {
        margin-bottom: 40px;
    }
    
   .konut-secenek-ust-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .konut-secenek-5,
    .konut-secenek-7 {
        width: 100%;
        margin-top: 0;
        border-right: none;
    }

    .konut-secenek-7 {
        border-bottom: 2px solid #D9D9D9;
        margin-bottom: 30px;
    }
   
   .konut-secenek-alt-5,
    .konut-secenek-alt-2,
    .konut-secenek-alt-3,
    .konut-secenek-alt-2-son {
        border-right: none;
        border-top: none;
        padding-top: 0;
        margin-bottom: 0; 
        padding-bottom: 25px;
    }
    
   
    .konut-secenek-alt-5,
    .konut-secenek-alt-2,
    .konut-secenek-alt-3 {
        border-bottom: 1px solid #D9D9D9; 
    }
    
    /* Çizgiden sonraki elemanlar arasına boşluk ekle */
    .konut-secenek-alt-5,
    .konut-secenek-alt-2,
    .konut-secenek-alt-3 {
        margin-bottom: 15px; 
    }
    
    /* Son elemanı temizle */
    .konut-secenek-alt-2-son {
        margin-bottom: 0; 
        padding-bottom: 0;
    }

    .secenek-alt-sari-kalin {
        font-size: 30px;
        line-height: 34px;
    }

    .secenek-alt-gri-ince {
        font-size: 28px;
        line-height: 32px;
    }

   
}

@media (max-width: 767px) {
  
    .konut-secenek-ust-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .konut-secenek-5,
    .konut-secenek-7 {
        width: 100%;
        margin-top: 0;
        border-right: none;
    }

    .konut-secenek-7 {
        border-bottom: 2px solid #D9D9D9;
        
    }
   
   .konut-secenek-alt-5,
    .konut-secenek-alt-2,
    .konut-secenek-alt-3,
    .konut-secenek-alt-2-son {
        
        border-right: none;
        border-top: none;
        padding-top: 0;
        margin-bottom: 0; 

    }
    
   
    .konut-secenek-alt-5,
    .konut-secenek-alt-2
     {
        border-bottom: 1px solid #D9D9D9; 
    }
 
    .konut-secenek-alt-5,
    .konut-secenek-alt-2,
    .konut-secenek-alt-3 {
        margin-bottom: 25px; 
    }
    
    
    .konut-secenek-alt-2-son {
        margin-bottom: 0px; 
        padding-bottom: 0px;
        width: 100%;
        display: block;
    }
    .secenek-ana-text {
        font-size: 38px;
        line-height: 42px;
    }

    .secenek-gri-ince,
    .konut-secenek-7 p {
        font-size: 24px;
        line-height: 28px;
    }
    
    .konut-secenek-alt-row > div {
        margin-bottom: 0px;
    }
}
@media (max-width: 576px) {
  .konut-secenek-alt-2-son {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 30px;
  }
}
 
/*YATIRIM PROJELER*/
.yatirim-proje-ozellikler-section {
  
  padding-bottom: 60px;
  background-color: #EDEDED;
}

.yatirim-proje-ozellikler-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.yatirim-proje-ozellikler-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  padding-top: 40px;  
}

.yatirim-projeler-header {
  width: 100%;
  margin-bottom: 60px;
}

.ozellik-kolon {
  flex: 0 0 auto;
  height: 151px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  box-sizing: content-box;
  
  padding-left: 0;
}

/* 1. Güvenlik */
.ozellik-kolon:nth-child(2) {
  width: 272px;
  border-right: 2px solid #D9D9D9;
  
  padding-right: 25px;
}

/* 2. Otopark */
.ozellik-kolon:nth-child(3) {
  width: 272px;
  border-right: 2px solid #D9D9D9;
  padding-left: 35px;
  padding-right: 45px;
}

/* 3. Peyzaj */
.ozellik-peyzaj {
  width: 327px;
  padding-left: 25px
}

.ozellik-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0px;
  margin: 0;
  width: 100%;
}

.ozellik-sari .ozellik-text {
  color: #F69930;
}

.ozellik-gri .ozellik-text {
  color: #939393;
}

/* Mobil görünümde çizgileri kaldır */
@media (max-width: 991.98px) {
  .yatirim-proje-ozellikler-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ozellik-kolon {
    width: 100%;
    max-width: 327px;
    height: auto;
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: flex-start;
     padding-left: 0;
    padding-right: 0;
    border-right: none;
  }

  .ozellik-text {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }
 .ozellik-kolon:nth-child(2),
  .ozellik-kolon:nth-child(3) {
    border-right: none !important;
    padding-left: 0;
  }
}


/* YATIRIM SÜRECİ SECTION */

.yatirim-sureci-section{
    padding-bottom: 75px;
}
.yatirim-sureci-wrapper {
  max-width: 1060px;
    margin: 0 auto;
padding: 0;
  
}

.yatirim-sureci-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  width: 100%;
  padding-top: 50px;
  padding-left: 15px;

}

/* KARTLAR KAPSAYICISI */
.yatirim-sureci-container {
     display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 ;
    justify-content: flex-start;
}
.yatirim-sureci-header{

    padding-bottom: 35px;
}

.yatirim-sureci-card {
  width: 330px;
  height: 375px;
  background-color: #D9D9D9;
  color: #939393; /* Normal metin rengi */
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  padding: 30px;
  display: flex;
  flex-direction: column;
  
}

.yatirim-sureci-card:hover {
  background-color: #F69930;
  color: #FFFFFF; 
  transform: translateY(-5px);
}


.yatirim-sureci-card:hover .card-slogan1,
.yatirim-sureci-card:hover .card-slogan-wrapper {
  color: #FFFFFF;
}

/* Normal metin rengi */
.card-slogan1 {
  color: #939393;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* RESPONSIVE DÜZENLEMELER */
@media (max-width: 991px) {
    .yatirim-sureci-container {
    justify-content: flex-start;
}
.yatirim-sureci-card {
    width: calc(50% - 7.5px);
  }
}

@media (max-width: 768px) {
  .yatirim-sureci-container {
justify-content: flex-start;
}
.yatirim-sureci-card {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-slogan {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .yatirim-sureci-card {
    height: auto;
    padding: 20px;
  }
}



/*SSS ve BİLGİ FORMU GENEL*/
.yatirim-bilgi-formu-section{
    padding-bottom: 110px;
}
.yatirim-bilgi-formu-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  
  box-sizing: border-box;
}

.yatirim-bilgi-formu-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 80px; 
}
.yatirim-sorular{
    padding: 0 15px;
}


/*SSS Bilgi*/
.sikca-sorulan-wrapper {
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 8px;
}

.sikca-sorulan-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-style: normal; /* SemiBold font dosyası varsa otomatik uygulanır */
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #343434;
  margin-bottom: 30px;
  text-align: left;
}

.soru-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
}

.soru-baslik {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.soru-icon {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.soru-icon.rotated {
  transform: rotate(180deg);
}
.soru-icerik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: #939393;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}
.soru-icerik.active {
  max-height: 500px; 
  opacity: 1;
}

/*Bilgi formu */
.bilgi-form-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-style: normal; /* SemiBold font dosyası varsa otomatik uygulanır */
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 30px;
}

.yatirim-bilgi-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label,
.checkbox-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #343434;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  height: 45px;
  padding: 10px 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  border: none;
  border-bottom: 1px solid #343434;
  border-radius: 0;
  box-sizing: border-box;
  background-color: transparent;
}

textarea.form-input {
  height: auto;
  resize: vertical;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row .half {
  flex: 1;
}

.checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.checkbox-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
}

.checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #343434;
  cursor: pointer;
}

.form-submit {
  width: 100%;
  max-width: 537px;
  height: 69px;
  background-color: #F69930;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-start;
}


@media (max-width: 1200px) {
  .form-submit {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .form-row {
    flex-direction: column;
  }

  .form-row .half {
    width: 100%;
  }

  .form-submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bilgi-form-title {
    font-size: 26px;
  }

  .form-group label,
  .checkbox-label,
  .checkbox-row label {
    font-size: 16px;
  }

  .form-input {
    font-size: 15px;
  }

  .form-submit {
    height: 60px;
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .checkbox-row {
    flex-direction: column;
  }

  .form-submit {
    height: 55px;
    font-size: 15px;
  }
  .yatirim-sorular{
    padding: 0 20px;
}
.yatirim-bilgi-formu{
    padding: 0 20px;
}
}
