:root{
    --color-siyah:#000;   
    --color-beyaz:#fff;  
    --color-antrasit:#383E3E; 
    --color-turuncu:#F07F33; 
    --color-kirmizi:#E31E24;
    --color-gri:#434343;   
    --color-border:#dde4e5;  
    --color-lighten01:#ccc;
    --color-lighten02:#edf5f8;
    --color-lighten03:#f5f1eb;
    --color-lighten04:#f7f5f2; 
    --color-success:#3EB75E;
    --color-danger:#FF0003;
    --color-warning:#FF8F3C; 
    --color-placeholder:gray;
    --color-facebook:#1877f2;
    --color-twitter:#1da1f2;
    --color-youtube:#cd201f;
    --color-linkedin:#0a66c2; 
    --color-instagram:#C231A1;  
    --shadow-darker:0 10px 50px 0 rgba(26,46,85,.1);
    --shadow-darker2:0 5px 10px 0 rgba(26,46,85,.4);
    --shadow-dark:0 10px 30px 0 rgba(20,36,66,.15);
    --shadow-darkest:0 10px 30px 0 rgba(0,0,0,.05);
    --shadow-darker3:0 4px 50px 0 rgba(0,0,0,.1);
    --shadow-darker4:0 20px 70px 0 rgba(15,107,92,.2);  
    --font-nunito:'Nunito', sans-serif;
    --font-romain: "romain", cursive;
    --font-Ysabeau: 'Ysabeau',  sans-serif;

} 
  
.bg-color-siyah{background: var(--color-siyah);} 
.bg-color-beyaz{background: var(--color-beyaz);} 
.bg-color-antrasit{background: var(--color-antrasit);}
.bg-color-turuncu{background: var(--color-turuncu);}
.bg-color-kirmizi{background: var(--color-kirmizi);}  
 
 

*{
    box-sizing:border-box
}

a{
    display:inline-block;
    text-decoration:none;
    outline:none;
    color: #000;
}
a:hover,a:focus,a:active{
    text-decoration:none;
    outline:none; 
    color: var(--color-turkuaz);
}
a:focus{
    outline:none
}
ul,li {
    list-style: none;
}
ul{
    margin:0;
    padding:0
}
nav ul,nav ol{
    list-style:none;
    list-style-image:none
}
li>ul,li>ol{
    margin:0
}
ol ul{
    margin-bottom:0
}
img{ 
    border:0;
    vertical-align:middle;
    max-width:100%;
    height:auto
}

button,input,select,textarea{
    font-size:100%;
    margin:0;
    max-width:100%;
    vertical-align:baseline
}
button,input{
    line-height:normal
}
html{
    overflow:hidden;
    overflow-y:auto;
    margin:0;
    padding:0;
    font-size:10px
}
body{
    overflow:hidden;
    font-size: 16px;
    line-height: 22px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale; 
    color:#000;
    font-weight:400; 
    margin:0;
    padding:0 !important; 
    font-family: var(--font-nunito)
}
body {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

body.fade-out {
  opacity: 0;
}

main {
    display: block;
    position: relative;
} 

h1,.h1{
    font-size:28px;
    line-height:28px; 
}
h2,.h2{
    font-size:24px;
    line-height:26px; 
}
h3,.h3{
    font-size:22px;
    line-height:24px; 
}
h4,.h4{
    font-size:19px;
    line-height:21px; 
}
h5,.h5{
    font-size:16px;
    line-height:22px; 
} 
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{
    color:inherit;
    -webkit-transition:0.5s;
    transition:0.5s
}
a{ 
    -webkit-transition:0.3s;
    transition:0.3s
}

p{
    font-size:16px;
    line-height:22px;
    font-weight:400; 
    margin:0 0 10px;
    color: var(--color-antrasit);
}
 

.fa-facebook-color{color: var(--color-facebook) !important;}
.fa-twitter-color{color: var(--color-twitter) !important;}
.fa-instagram-color{color: var(--color-instagram) !important;}
.fa-youtube-color{color: var(--color-youtube) !important;}
.text-color-turkuaz{color: var(--color-turkuaz)}

.social-share li:hover .fa-facebook-color,
.social-share li:hover .fa-twitter-color,
.social-share li:hover .fa-instagram-color,
.social-share li:hover .fa-youtube-color
{color: #fff}

.section-padding {
    position: relative;
    padding: 30px 0px;
}
.section-padding2 {
    position: relative;
    padding: 20px 0px;
} 

.height-x8, .height-x8 img {
    width: 100%;
    height: 530px !important;
}
.height-x7, .height-x7 img {
    width: 100%;
    height: 510px !important;
}
.height-x6, .height-x6 img {
    width: 100%;
    height: 450px !important;
}
.height-x5, .height-x5 img {
    width: 100%;
    height: 400px !important;
}
.height-x4, .height-x4 img {
    width: 100%;
    height: 350px !important;
}
.height-x3, .height-x3 img {
    width: 100%;
    height: 300px !important;
}
.height-x2, .height-x2 img {
    width: 100%;
    height: 250px;
}
.height-x1, .height-x1 img {
    width: 100%;
    height: 180px;
}
.height-x8 img,
.height-x8 video,
.height-x7 img,
.height-x7 video,
.height-x6 img,
.height-x6 video,
.height-x5 img,
.height-x5 video,
.height-x4 img,
.height-x4 video,
.height-x3 img,
.height-x3 video,
.height-x2 img,
.height-x2 video,
.height-x1 img,
.height-x1 video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.w-70 {
    width: 70% !important; 
}   
a.max-btn,
button.max-btn {
    text-align: center; 
    display: inline-block;
    height: 38px;
    line-height: 40px;
    color:#fff;
    background: var(--color-kirmizi);
    padding: 5px 30px;
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    transition: 0.4s; 
    border: 0 none; 
    position: relative;
    z-index: 1;
    cursor: pointer; 
    letter-spacing: 0.1px; 
    border-radius: 7px;
}
 

a.max-btn i,
button.max-btn i {
    padding-left: 6px;
    position: relative;
    font-size: 14px
}
 

a.max-btn.btn-large,
button.max-btn.btn-large {
    width: auto;
    height: 48px;
    line-height: 49px;
    padding: 0 50px;
    font-size: 17px;
}

a.max-btn.btn-large i,
button.max-btn.btn-large i { 
    padding-left: 10px
}

a.max-btn.btn-medium,
button.max-btn.btn-medium {
    height: 46px;
    line-height: 46px;
    padding: 0 60px;
    font-size: 18px;
}
 
a.max-btn.btn-small,
button.max-btn.btn-small {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
} 
 
a.max-btn.btn-primary,
button.max-btn.btn-primary {
    background: var(--color-kirmizi);
    color: var(--color-beyaz)
}

a.max-btn.btn-primary:hover,
button.max-btn.btn-primary:hover {
    color: var(--color-beyaz);
    background: var(--color-turuncu)
} 

a.max-btn.btn-secondary,
button.max-btn.btn-secondary {
    background: var(--color-turuncu);
    color: var(--color-beyaz)
}

a.max-btn.btn-secondary:hover,
button.max-btn.btn-secondary:hover {
    color: var(--color-beyaz);
    background: var(--color-turuncu)
} 

a.max-btn.btn-ucuncu,
button.max-btn.btn-ucuncu {
    background: var(--color-turuncu);
    color: var(--color-beyaz)
}

a.max-btn.btn-ucuncu:hover,
button.max-btn.btn-ucuncu:hover {
    color: var(--color-beyaz);
    background: var(--color-turuncu)
} 


a.max-btn.btn-border,
button.max-btn.btn-border {
    background-color: transparent;
    border: 1px solid var(--color-beyaz);
    color: var(--color-beyaz) ;
    width: auto;
    padding: 10px 20px;
    position: relative;  
    display: inline-flex;
    align-items: center;  
}
a.max-btn.btn-border:hover,
button.max-btn.btn-border:hover {
    background-color: var(--color-kirmizi);
    border-color: var(--color-kirmizi);
    color: var(--color-beyaz) ;
}
.btn-border span {
    padding: 0 56px;
    padding-right: 10px; 
    font-weight: 500;
}

.max-btn-link {  
    font-size: 16px !important;
    color: var(--color-antrasit) !important; 
    border-bottom: 1px solid var(--color-kirmizi) !important; 
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: transparent !important;
}
.max-btn-link i{  
    position: relative;
    top: 1px;
    margin-left: 5px;
    color: var(--color-kirmizi); 
}
.btn-effect {
    border-radius: 2px;
}
.btn-effect:after, .btn-effect:before {
    border-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px; 
    border-radius: 2px;
}
.btn-effect:before { 
    border-left-width: 2px;
    border-top-width: 2px;
    left: -7px;
    top: -7px;
    border-color: var(--color-kirmizi); 
}
.btn-effect:after {
    border-bottom-width: 2px;
    border-color: var(--color-kirmizi); 
    border-right-width: 2px;
    bottom: -7px;
    right: -7px;
}

.btn-secondary:hover.btn-effect:before,
.btn-secondary:hover.btn-effect:after {
    border-color: var(--color-turuncu); 

}




.whatsapp_siparis {
    width: auto;
    background-color: #128c7e !important; 
    color: #fff !important; 
}


    @font-face {
      font-family: 'fontello';
      src: url('../webfonts/fontello.eot?94952771');
      src: url('../webfonts/fontello.eot?94952771#iefix') format('embedded-opentype'),
           url('../webfonts/fontello.woff?94952771') format('woff'),
           url('../webfonts/fontello.ttf?94952771') format('truetype'),
           url('../webfonts/fontello.svg?94952771#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
  font-display: swap;
    }
    .sosyal-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit; 
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }


.fas, /* solid için */
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 6 Light';
  font-style: normal;
  font-weight: 300; /* Hafif için genelde 300 */
  font-display: swap;
  src: url("../webfonts/fa-light-400.woff2") format("woff2"), 
       url("../webfonts/fa-light-400.ttf") format("truetype"); 
}

.fa-light {
  font-family: 'Font Awesome 6 Light';
  font-weight: 300;
   font-style: normal !important;
}

 
.fab,
.fa-brands {
  font-weight: 400; }
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}
.fa-play:before{content:"\f04b"}   
.fa-facebook:before {
  content: "\f09a"; }
.fa-instagram:before {
  content: "\f16d"; }
.fa-whatsapp:before {
  content: "\f232"; }
.fa-youtube:before {
  content: "\f167"; }
.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}
.fa-map-marker:before{content:"\f041"}
.fa-long-arrow-left::before {
  content: "\f177"; }
.fa-long-arrow-right::before {
  content: "\f178"; }
.fa-angle-left::before {
  content: "\f104"; }
.fa-angle-right::before {
  content: "\f105"; } 
.fa-angle-down::before {
  content: "\f107"; }
.fa-angle-up::before {
  content: "\f106"; }
.fa-phone::before {
  content: "\f095";
  font-size: 15px; }
.fa-envelope::before {
  content: "\f0e0"; }
.fa-paper-plane::before {
  content: "\f1d8"; }
.fa-bars::before {
  content: "\f0c9"; }
.fa-x::before {
  content: "\58"; }   


.fa-users::before {
  content: "\f0c0"; }

.fa-user::before {
  content: "\f007"; }
 

.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out; 
    text-decoration: none;

    /* Giriş Animasyonu Başlangıcı */
    transform: translateY(100px) scale(0.5); 
    opacity: 0;
    animation: fadeInScaleUp 1s forwards ease-out 1s; 
}

/* Sayfa yüklendiğinde butonun zarifçe görünmesi */
@keyframes fadeInScaleUp {
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* Nabız atma (Titreşim) efekti */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); } 
    100% { transform: scale(1); }
}

/* Nabız animasyonunu başlat */
.whatsapp-btn {
    animation: fadeInScaleUp 1s forwards ease-out 1s,
               pulse 2s infinite ease-in-out 3s;
}

/* Hover'da sadece gölge belirginleşir (Orijinal görünüm korunur) */
.whatsapp-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
}

/* ---------------------------------------------------- */
/* YENİ VE DEĞİŞTİRİLMİŞ MESAJ KUTUSU STİLLERİ */
/* ---------------------------------------------------- */

.whatsapp-text {
    position: absolute;
    right: 70px;
    background-color: #f0f0f0;
    color: #333;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    
    /* Mesajın Başlangıç Durumu */
    opacity: 0; 
    transform: translateX(20px); 
    
    /* Animasyon: Mesajın butondan hemen sonra zarifçe görünmesi */
    animation: messageIn 0.5s forwards ease-out 2s, /* 2 saniye sonra başla */
               messageOut 0.5s forwards ease-in 10s; /* 10 saniye sonra kaybolmaya başla */
}

/* Mesajın Görünme Animasyonu */
@keyframes messageIn {
    to {
        opacity: 1; 
        transform: translateX(0); /* Normal konumuna gelsin */
    }
}

/* Mesajın Kaybolma Animasyonu (Kullanıcıyı rahatsız etmemek için) */
@keyframes messageOut {
    from {
        opacity: 1; 
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(20px);
    }
}


/* Mesaj kutusu için ok */
.whatsapp-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f0f0f0; 
    transform: translateY(-50%);
}
 







.hakkimizda-1-dis {
    position: relative;
    margin-bottom: 12px; 
}
.hakkimizda-1-dis .hakkimizda-1-title-header {
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
}
.hakkimizda-1-dis h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px; 
    margin-bottom: 5px;
     color: var(--color-kirmizi);
}

.hakkimizda-1-dis h2.hakkimizda-1-title {
    font-weight: 600;
    font-size: 43px;
    line-height: 56px;
    text-transform: capitalize;
    color: var(--color-antrasit);
    margin-bottom: 15px;
    border-radius: 10px;
    font-family: var(--font-Ysabeau)
}
.hakkimizda-1-dis .hakkimizda-1-title-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: var(--color-kirmizi);
    top: 0;
    border-radius: 10px;
}

.hakkimizda-2-dis .txt_baslik { 
    font-size: 26px;
    line-height: 26px;
    color: var(--color-kirmizi);
    font-weight: 600;
}

.hakkimizda-2-dis .txt_icerik {
    line-height: 22px;
    padding-bottom: 0;
    margin:15px 20px 20px 0px; 
    color: #35444f;
    font-size: 16px; 
    font-weight: 400;
} 

.hakkimizda-2-resim-dis { 
    position: relative;  
    padding: 50px 0px;
     transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); 
}  
.hakkimizda-2-resim-dis::before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: -86px;
    width: 180px;  
    height: 180px;
    background-image: url(../img/noktalar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;  
}
.hakkimizda-2-resim-dis::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    background-color: var(--color-turuncu);
    border-radius: 20px 20px 20px 0;
    width: 220px;
    height: 100%;
    z-index: -1;
}


.hakkimizda-2-resim {
    width: 90%; 
    margin-left:  0%;
    position: relative;
    display: block;  
}
.hakkimizda-2-resim a {
    width: 100%;
    height: 100%;
    display: block;
}
.hakkimizda-2-resim img {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative; 
    border-radius:10px; 
    object-fit: cover;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 25px rgba(0,0,0,0.20);
    box-shadow: 0 0 25px rgba(0,0,0,0.20);
}  









 


.counter{
 width: 240px;
 height: 240px;
 text-align: center;
 margin: 0 auto;
 position: relative;
 border-radius: 200px;
    box-shadow:0 10px 30px rgba(0,0,0,.6);
}

.counter .counter-icon{
 font-size: 40px;
 color: #fff;
 position: absolute;
 top: 52px;
 left: 30px;
 transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon{ transform: rotateY(360deg); }

.counter .counter-content{
 color: #DB965F;
 position: absolute;
 top: 50%;
 left: 54%;
 transform: translate(-37%, -32%);
}

.counter .counter-value{
 display: inline-block;
 font-size: 30px;
 font-weight: 600;
 transition: all 0.3s ease 0s;
}

.counter:hover .counter-value{ text-shadow: 0 0 1px #000; }

.counter .title{
 font-size: 18px;
 text-transform: capitalize;
 padding: 0;
 margin: 0;
}
.counter svg {
    width: 100%;
    height: 100%;
    display: block; /* Alt kısımdaki boşlukları engeller */
}
.counter.red .counter-content{ color: #35668d; }

.counter.green .counter-content{ color: #0baa98; }

.counter.orange .counter-content{ color: #E31E24; }

@media only screen and (max-width: 990px){
 .counter{ margin-bottom: 30px; }
}


.fa-users::before {
  content: "\f0c0"; }

.fa-user::before {
  content: "\f007"; }

.fa-thumbs-up::before {
    content: "\f164";
}
.fa-people-group::before {
    content: "\e533";
}
.fa-chart-line::before {
    content: "\f201";
}
















.section-back1 { 
    background: #f2f2f2; 
}

.max-title-1 {
    margin-bottom: 20px;
}
.max-title-1 .sub-title {
    display: block;
    text-transform: uppercase;
    color: var(--color-kirmizi);
    font-size:16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: .135rem;
    font-family: var(--font-Ysabeau);
  }
    
.max-title-1 .title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;  
    font-family: var(--font-Ysabeau);
    margin-bottom: 20px;
}


.section-title {
    border-left: 8px solid var(--color-kirmizi);
    display: inline-block;
    padding: 20px; 
    margin-bottom: 15px;
    border-radius: 5px;
}
.section-title .section-baslik {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    font-family: var(--font-Ysabeau)
}
   
.title.style-1 { 
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.metin.style-1 {  
    font-size: 16px;
    line-height: 22px; 
}





.cozumler-dis {
  background-color: #f4f5f5;
}

.cozumler_card {
   background-color: #fff;
   box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 
   9px 4px 10px 0px rgba(2, 69, 122, 0.03), 
   19px 10px 13px 0px rgba(2, 69, 122, 0.02), 
   35px 17px 15px 0px rgba(2, 69, 122, 0.01), 
   54px 27px 17px 0px rgba(2, 69, 122, 0);
   border-radius: 15px;
   overflow: hidden;
}
 .cozumler_card .cozumler_card_img_block {
   position: relative;
   z-index: 5;
   height: 300px;
}
.cozumler_card a{
   height: 100%;
   width: 100%;
   object-fit: cover; 
   display: block;
} 
.cozumler_card a i {
    top: 2px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
 .cozumler_card .cozumler_card_img_block img {
   height: 100%;
   width: 100%;
   object-fit: cover;
   -webkit-transition: all 0.6s linear 0s;
   transition: all 0.6s linear 0s;
} 
 .cozumler_card:hover .cozumler_card_img_block img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.6s linear 0s;
   transition: all 0.6s linear 0s;
}
 .cozumler_card .cozumler_card_text_block {
   position: relative;
   z-index: 10;
   background: url(../img/blog_card_bg.png) no-repeat;
   background-size: 100% 100%;
   background-position: top;
   margin-top: -88px;
   box-shadow: drop-shadow(-2px -1px 5px rgba(2, 69, 122, 0.04)) drop-shadow(-9px -4px 10px rgba(2, 69, 122, 0.03)) drop-shadow(-19px -10px 13px rgba(2, 69, 122, 0.02)) drop-shadow(-35px -17px 15px rgba(2, 69, 122, 0.01)) drop-shadow(-54px 27px 17px rgba(2, 69, 122, 0));
   border-radius: 0 0 15px 15px;
    padding:80px 23px 30px;
}
 .cozumler_card .cozumler_card_text_block .cozumler_title {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
  font-size: 22px;
  margin-bottom: 10px;
}
 .cozumler_card .cozumler_card_text_block p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   line-clamp: 3;
   -webkit-box-orient: vertical;
} 

.educate_link_btn {
  font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-kirmizi);
}





.article-section {
   position: relative;
} 
 .article-section .article-block  {
    width: 100%;
    height: 100%;
    display: block;
}
 .article-section .article-block .image-box {
   border-radius: 8px;
   overflow: hidden;
}
 .article-section .article-block .image-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   -webkit-transition: all 0.35s linear 0s;
   transition: all 0.35s linear 0s;
}
 .article-section .article-block .image-box.shine {
   position: relative;
   overflow: hidden;
   margin-bottom: 16px;
}
 .article-section .article-block .image-box.shine::before {
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
   content: "";
   display: block;
   height: 100%;
   left: -75%;
   position: absolute;
   top: 0;
   transform: skewX(-25deg);
   width: 50%;
   z-index: 2;
   pointer-events: none;
}
 @keyframes shine {
   100% {
     left: 125%;
  }
}
 .article-section .article-block   h6{
    font-size: 26px;
    line-height: 26px;
}
 .article-section .article-block .content-box .date-label {
   display: inline-block;
   padding: 4px 8px;
   border: 1px solid #45474f;
   border-radius: 5px;
   font-size: 14px;
}
 .article-section .article-block .content-box h6.blog-baslik {
   color: #45474f;
   transition: all 0.3s ease-in-out;
   font-size: 20px;
}
 .article-section .article-block .content-box .arrow-box {
   display: flex;
   align-items: center;
   justify-content: space-between;
} 
 .article-section .article-block:hover .image-box img {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.35s linear 0s;
   transition: all 0.35s linear 0s;
}
 .article-section .article-block:hover .image-box.shine:hover::before,
  .article-section .article-block:hover .image-box.shine:focus::before {
   animation: shine 0.85s;
}
 .article-section .article-block:hover .content-box h5 {
   color: var(--color-yesil);
   transition: all 0.3s ease-in-out;
} 
.hr-line {
    width: 100%;
    height: 0.5px;
    background: #45474F;
}
 .hr-line.line-2 {
    background: #92949F;
}




.max-ana-title-1 strong, .max-ana-title-2 strong {
    display: block;
    font-size: 25px;
    line-height: 30px; 
    color: var(--color-antrasit)
}
.max-ana-title-2 .section-baslik {
    font-size: 24px;
}
.max-ana-title-2-outer {
    width: 100%;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;  
}
 .wt-separator{   
    max-width: 150px;
    height: 8px;
    display: block;
    margin: 0 auto;
    position: relative;  
} 
.wt-separator::after  {
    content: "";
    position: absolute;
    left: 0;
   bottom: 0px;
    width: 100%;
    height: 3px;  
    background: var(--color-kirmizi);
    opacity: 1; 
    transition: opacity 0.3s;
}
.max-ana-title-2-title {
    font-size: 15px;
}

.max-box-kutu-6 {
    position: relative;
  border: 1px solid #f6f6f6;
  margin-bottom: 30px;
  padding: 30px 20px 20px;
  border-radius: 8px; 
  box-shadow: 0 16px 22px 0 rgba(7, 28, 31, 0.2);
    background-color: var(--color-beyaz) !important;
    color: var(--color-siyah) !important;
}
  .max-box-kutu-6::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--color-kirmizi);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden; }
  .max-box-kutu-6 .max-box-kutu-6-icon {
    color: var(--color-kirmizi); }
    .max-box-kutu-6 .max-box-kutu-6-icon i {    
        margin-bottom: 20px;
    font-size: 40px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.max-box-kutu-6 h5{
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}


  .max-box-kutu-6 .max-box-kutu-6-info p {
    font-size: 15px;
    margin-bottom: 5px; 
line-height: 22px;}
  .max-box-kutu-6 .max-box-kutu-6-info p + p {
    margin-top: 15px; }
 
  .max-box-kutu-6.active, .max-box-kutu-6:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(7, 28, 31, 0.2);
    box-shadow: 0 6px 12px 0 rgba(7, 28, 31, 0.2); }

    .max-box-kutu-6.active::before, .max-box-kutu-6:hover::before {
      width: 100%;
      opacity: 1;
      visibility: visible;
      border-radius: 5px; } 
    .max-box-kutu-6.active .max-box-kutu-6-icon, .max-box-kutu-6:hover .max-box-kutu-6-info .ltn__service-btn,
    .max-box-kutu-6:hover .max-box-kutu-6-icon {
      color: var(--color-kirmizi); }






 



 

.parallax {
    background-image: url('../img/slayt1.jpg');  
    background-size: cover;
    background-attachment: fixed; 
    background-position: left;   
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}  
.parallax-inner {
    width: 100%;
    height:100%; 
    padding: 0px; 
    z-index: 999;
    padding-top: 50px;
    text-align: left;
}
.parallax-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 60%);
    z-index: -1;  
}
.parallax .content h1{
    color: #fff; 
    font-size: 40px;
    line-height: 50px; 
    font-weight: 500;
    font-family: var(--font-Ysabeau)
} 
.parallax .content span {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-turuncu);
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.parallax .content p{
    color: #fff;
    padding: 20px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 26px;  
}

 














.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding:  8px 0 0px;
    z-index: 10;
    margin-bottom: 10px; 
}


.breadcrumb-area2{
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("../img/slayt1.jpg");
    background:         linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("../img/slayt1.jpg");
    background-repeat: no-repeat;  
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    padding-top: 80px;
    padding-bottom: 20px;
    min-height: 160px;
    height: auto;
}

.breadcrumb-area2 .title{
  border-left: 8px solid var(--color-kirmizi);
    border-radius: 5px;
}

.breadcrumb-area2 .title h2{
    color: var(--color-beyaz);
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
}

.breadcrumb-area2 .link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    justify-content: flex-end;
    font-size: 18px;
    height: 50px;
}

.breadcrumb-area2 .link a{
  margin-right: 10px;
    font-weight: 600; 
    color: var(--color-beyaz);
}

.breadcrumb-area2 .link a:hover{
    color: var(--color-kirmizi);
}

.breadcrumb-area2 .link i{                               
    color: var(--color-beyaz);
  margin-right: 10px;
}

.breadcrumb-area2 .link span{
    font-weight: 500;                     
    color: var(--color-beyaz);
}









 








.flexslider2 {
    width: 100%;
    overflow: hidden;
    position: relative; 
    border: 0 !important; 
}
 
 .flexslider2 .slides {
  position: relative;
  overflow: hidden;  
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
}
 .flexslider2 .slides li{ 
  height: 400px !important; 
  margin-bottom: 20px; 
}
 
.flexslider2 .urun-en_dis {
  overflow: hidden;
  height: 100%  !important;
    margin-bottom: 20px; 
}
.flexslider2 .product-image {
  position: relative;
  overflow: hidden;
  height: 100% !important;
    width: 100% !important; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 3px; 
}
.flexslider2 .product-image a{ 
  height: 100% !important;
    width: 100% !important;   
}

.flexslider2 .product-image img,
.flexslider2 .product-image iframe {
  width: 100% !important; 
  height: 100% !important;
    object-fit: cover;
    overflow: hidden; 
    border-radius: 3px;
    border-radius: 5px;
}
.flexslider2  .flex-direction-nav {
  top: 43%;
  width: 100%;
  height: 1px; 
  position: absolute;   
}

.flexslider2  .flex-direction-nav  .flex-nav-prev {
    width: 50px;
  right: 10px;  
  height: 50px;
  position: absolute; 
}

.flexslider2  .flex-direction-nav .flex-nav-next {
    width: 50px;
    float: left;
  position: absolute;
  left: 10px;  
  height: 50px;  
  line-height: 42px;
} 
.flexslider2 .flex-direction-nav a:before,.flexslider2 .flex-direction-nav a:after {
  background:var(--color-kirmizi);
  height: 50px;
    width: 50px;
    line-height: 50px; 
    border-radius: 5px;
}
 
.flexslider2 .flex-direction-nav .flex-nav-prev:hover a:before,
.flexslider2 .flex-direction-nav .flex-nav-next:hover a:before {
  background:var(--color-turuncu);
  color: #fff;
}
.thum_flex {
  position: relative;
  cursor: pointer;
}

.thum_flex .flex-direction-nav {
  top: 30%;
  width: 100%;
  height: 1px; 
  position: absolute;
  display: none; 
}
.flex-direction-nav a { 
    width: 50px;
    height: 50px; 
}
.thum_flex  .flex-direction-nav .flex-nav-prev {
    width: 36px;
  right: 10px;  
  height: 36px; 
  position: absolute; 
}

.thum_flex  .flex-direction-nav .flex-nav-next {
    width: 36px;
    float: left;
  position: absolute;
  left: 10px;  
  height: 36px;  
}
.thum_flex  .flex-direction-nav a {
    line-height: 31px;
}

.thum_flex .flex-direction-nav a:before,.thum_flex .flex-direction-nav a:after {
    color: #fff !important; 
  background: #000;
  height: 32px;
    width: 32px;
  border-radius: 50%; 
  font-size: 16px;
}

#carousel  .thum {
  position: relative;
  overflow: hidden;
  height: 90px !important;
    width:110px !important; 
    text-align: center; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    border-radius: 5px;
    overflow: hidden;
}

#carousel .thum img { 
    width: 100%;
  height: 90px !important;
    object-fit: cover;
    overflow: hidden; 
}




.sayfa-dis img{
    width: 400px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
  
.sayfa-title {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px; 
}  
.sayfa-dis h2{
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.sayfa-content {  
    margin-bottom: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #333;
    font-size: 17px;
} 


.max-widget .max-widget-title{
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
    color: var(--color-kirmizi);
}
.max-widget .max-widget-title::before {
    position: absolute;
    content: '';
    width: 25px;
    border-bottom: 3px solid var(--color-kirmizi);
    bottom: 0;
    left: 0;
}

.max-widget .max-widget-title::after {
    position: absolute;
    content: '';
    width: 55px;
    border-bottom: 3px solid var(--color-kirmizi);
    bottom: 0;
    left: 40px;
}


.max-widget .category-list a {
  font-size: 17px;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
}
.max-widget .category-list a i {
    margin-right: 5px;
    color: var(--color-kirmizi);
}
 .active,
 .active a {
    color: var(--color-kirmizi);
}


.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }



.btn-whatsapp {
    background-color: #25D366 !important; /* WhatsApp yeşili */
    color: #fff; 
}

.btn-whatsapp:hover {
    background-color: #1ebe5d !important; /* Biraz daha koyu hover */
    color: #fff;
}





.sidebar2 .widget {
    background: #f8f5f0;
    padding: 30px 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
.sidebar2 .widget-title {
    margin-bottom: 20px;
    font-size: 22px;
}

.sidebar2 .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.sidebar2 .widget h6 { 
    font-size: 26px;
}
.sidebar2 .widget .recent li {
    display: block;
    overflow: hidden; 
    margin-bottom: 20px;
    color: #666;
    font-size: 18px;
    line-height: 20px;
}
.sidebar2 .widget .recent .thum {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar2 .widget .recent .thum img{
    width: 100px;
    height: 80px;
    object-fit: cover;
}
.sidebar2 .widget .recent a {
    display: block;
    margin-left: 115px;
}
.sidebar2 .widget ul li a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.sidebar2 .widget ul li p {
    margin-left: 115px;
    line-height: 20px;
    font-size: 14px;
}


 



 





 



 
.form-control {
    width: 100%;
    border:0;
    border-bottom: 2px solid #e4e4e4;
    color: #070c1f;
    font-size: 16px;
    font-weight: 500;
    background-color: inherit;
    padding: 5px 0 12px;
    border-radius: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.form-group {
    margin-bottom: 20px;
}
.form-group textarea.form-control {
    height: 75px; 
}
.form-control:focus {
    background-color: inherit;
}  
.form-control:focus {
    color: #495057; 
    border-color: var(--color-antrasit);
    outline: 0;
    background-color: inherit;
    box-shadow: none;
}
.contact-head p {
    color: #24262e;
    font-size: 18px;
    line-height: 32px;
}
.contact_info { 
    padding-top: 0px;
    border-radius: 10px 0 0 10px;
    height: 100%; 
    padding-left: 30px;
} 



#gmap_canvas {
    width: 100%;
    height: 370px;
}
  
.contact_text {
    padding-left: 20px;
    text-align: left;
    color: #111;
    line-height: 25px;
    font-size: 14px;
    position: relative;
}
.contact_text-title {
    display: block;
    height: auto;
    overflow: hidden; 
}
.contact_text-title h3 {
    color: var(--color-kirmizi); 
    text-align: left;
    font-size: 22px;
}
.contact_text-title .section-separator {
    float: left;
}

.custom-form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px; 
}
.custom-form input[type=button]   {
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%; 
    border-radius: 4px;
    color: #5a7498;
    font-size: 12px;
    -webkit-appearance: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
}
.custom-form input.form-control,
.custom-form textarea.form-control { 
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%; 
    border-radius: 4px;
    color: #5a7498;
    font-size: 15px;
    -webkit-appearance: none;
    outline: 0;
    overflow: hidden;
    z-index: 1;
    padding: 10px 15px 10px 35px;
    margin-bottom: 20px;
}
.custom-form input.form-control:focus,
.custom-form textarea.form-control:focus {
    background: #fff;
    box-shadow: 0 10px 14px 0 rgba(12, 0, 46, .06);
}

.custom-form label {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #666;
    color: #878c9f;
    font-size: 15px;
    font-weight: 500;
}
.custom-form label i {
    padding-right: 12px;
    font-size: 14px;
    position: absolute;
    top: 14px;
    left: 10px;
}
.custom-form textarea.form-control { 
    padding-left: 10px;
}
 

.iletisim-widget-item {
  margin-top: 10px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7f2;
    overflow: hidden;
    height: auto;
} 
.iletisim-widget-content {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 12px 30px; 
}

.list-author-widget-contacts {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%; 
    margin-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 0;
    color: #333;
}
 
.list-author-widget-contacts li {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    line-height: 22px;
    font-weight: 400;
}
.list-author-widget-contacts li span {
    min-width: 80px;
}

.list-author-widget-contacts li a, .list-author-widget-contacts li span {
    float: left;
    text-align: left;
    font-weight: 400;
    color: #333;
}

.ilet {
    width: 320px !important;
    float: right !important;
}

.bottom-bcw-box {
    margin-top: 0;
    padding: 12px 70px 12px 10px;
}
.list-widget-social li {
    margin-right: 12px;
}
.list-widget-social li {
    float: left;
    text-align: center;
} 
.list-widget-social li a {
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
    border-radius: 4px;
    color: #fff;
     background: var(--color-kirmizi);
}






.contact-social {
    margin-top: 30px; 
}
.contact-social > span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.social-links.without-bg li a {
    background-color: inherit;
    width: auto;
    height: auto;
}
.social-links.without-bg {
    display: inline-block;
    margin-left: 0px;
}
.social-links.without-bg li {
    margin-top: 5px;
    margin-right: 27px;
    display: inline-block;
}
.social-links.without-bg li a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
}


footer .social-links.without-bg li a { 
    color: var(--color-koyu-mavi);
}
footer .contact-social > span {
    color: var(--color-koyu-mavi); 
}



 








.popup-mobile-menu {
    z-index:9999;
    position:fixed;
    content:"";
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.8);
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .5s ease-out;
    transition:opacity .5s ease-out
}
.popup-mobile-menu .inner {
    width:305px;
    z-index:999;
    position:absolute;
    background:#FFF;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    height:100%;
    height:100vh;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    opacity:0;
    left:-150px;
    -webkit-transition:all .5s ease-out;
    transition:all .5s ease-out
}
.popup-mobile-menu .inner .header-top {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    border-bottom:1px solid var(--color-border);
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:30px 20px
}
.popup-mobile-menu .inner .header-top .logo a img {
    width: auto;
    height:90px
}
.popup-mobile-menu .inner .header-top .logo a img.logo-dark {
    display:none
}
.popup-mobile-menu .inner .header-top .logo a img.logo-light {
    display:inline-block
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background:var(--color-white);
    border:0 none;
    color:var(--color-heading);
    width:40px;
    height:40px;
    line-height: 30px;
    font-size:20px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:100%;
    box-shadow:0 10px 20px rgba(0,0,0,.26);
    -webkit-transition:var(--transition);
    transition:var(--transition);
    font-weight: 600;
    cursor: pointer;
} 
.popup-mobile-menu .inner .header-top .close-menu .close-button:hover { 
    box-shadow:0 5px 15px rgba(0,0,0,.26); 
} 
.popup-mobile-menu.active {
    visibility:visible;
    opacity:1
}
.popup-mobile-menu.active .inner {
    opacity:1;
    left:0;
    overflow-y:auto
}
.popup-mobile-menu .mainmenu {
    list-style:none;
    padding:0;
    margin:0;
    padding:15px 20px
}
.popup-mobile-menu .mainmenu li {
    margin:0
}
.popup-mobile-menu .mainmenu li a {
    padding:8px 0;
    display:block;
    font-size:16px;
    font-weight:500
}
.popup-mobile-menu .mainmenu li a.active {
    color:var(--color-koyumavi)!important
}
.popup-mobile-menu .mainmenu li+li {
    border-top:1px solid var(--color-border)
} 
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding:0;
    max-width:100%;
    list-style:none;
    padding-left:14px; 
    position: relative !important;
    transform: translate(0px, 0px) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    font-size:15px
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color:var(--color-koyumavi)!important
}
.popup-mobile-menu .mainmenu .has-droupdown>a {
    position:relative;
    color: var(--color-menu);
} 
 
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.social-share li {
    margin:0px 3px 15px 6px; 
    width: 45px;
    display: inline-block;
} 
.social-share li a {
    border: 1px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}
.popup-mobile-menu .inner .header-top .logo a img {
    width: 130px;
    height:40px
}





footer {
    position: relative; 
    background-attachment: fixed;
    background-image: url(../img/slayt2.jpg);
    background-size: cover;
} 
.footer-top{ 
    position: relative;
    color: var(--color-beyaz);
    padding: 50px 0 20px 10px;
    position: relative;
    width: 100%;
}
footer .overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.75);
}
footer .container{
    z-index: 9;
    position: relative;
 }
footer img.logo-small{
    width: 201px;
    height:61px; 
    margin-bottom: 0px; 
}
footer h3 { 
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer a { 
    font-size: 16px;
    font-weight: 400;
    color: #fff;
} 
footer .widget {
    border: none !important;
    margin-bottom: 0; 
}
address {
    margin: 0;
    margin-top: 20px;
}
address span { 
    display: block; 
    padding-bottom: 5px;
    margin-bottom: 5px; 
    font-size: 16px;
}
 address span strong {
    display: inline-block;
    width: auto;
}
.widget ul { 
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .widget_recent_post {
    padding-left: 40px;
}
footer .widget_recent_post2  {
    padding-left: 20px;
}
footer .widget_recent_post li {
    padding: 2px 0 4px 0;
    margin: 0;
    margin-bottom: 10px;
    background: none; 
    flex: 1 0 50%; 
} 
footer .widget_recent_post li a {
    display: block; /* Linki blok seviyesinde yaparak tüm alanı kapsamasını sağlıyoruz */
    padding: 5px;
    text-decoration: none;
    color: inherit;
    font-size: 17px;
    font-weight: 400;
}
.widget-address strong{
    font-size: 18px; 
    font-weight: 600;
    color: #fff;
}
footer .copyright-area {
    padding: 22px 0;
    background-color:var(--color-kirmizi);
    color: #fff;
}
footer .copyright-area p { 
    margin-bottom: 0;
    color: #fff;
} 

.progress {
    display: none;
}

.ek-logo {
    width: 50%;
    height: 110px;
    float: left;
    margin-bottom: 20px;
}
.ek-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-contain {
    object-fit: contain !important;
}












@media only screen and (max-width:1214px) {
 

.mainmenu-nav .mainmenu>li>a { 
    padding: 0 20px; 
}
 
.cozumler_card .cozumler_card_img_block  {
    height: 236px; 
}


.cozumler_card .cozumler_card_text_block { 
    padding: 60px 23px 20px;
}

.cozumler_card .cozumler_card_text_block p { 
    -webkit-line-clamp: 4;
    line-clamp: 4; 
}



}







@media only screen and (max-width:992px) {
  

.g-5, .gy-5 {
    --bs-gutter-y: 2rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 2rem;
}
.mt-4 {
    margin-top: 0.5rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
}
.height-x7, .height-x7 img,
.height-x6, .height-x6 img
.height-x7, .height-x7 img { 
    height: 350px !important;
}
.height-x4, .height-x4 img { 
    height: 310px !important;
}
.height-x3, .height-x3 img { 
    height: 250px !important;
}
 
  
.section-padding {
    position: relative;
    padding: 20px 0px;
} 

 
footer .widget_recent_post {
    margin-top: 10px;
    padding-left: 0px;
}

 
.flexslider2 .slides li {
    height: 280px !important;
    margin-bottom: 20px;
}
 

.breadcrumb-area2 { 
    padding-top: 60px;
    padding-bottom: 10px;
    min-height: 150px; 
}


 
.height-x5, .height-x5 img {
    width: 100%;
    height: 299px !important;
}
    .cozumler_card .cozumler_card_text_block {
        padding: 80px 23px 20px;
    }

 

.sidebar2 .widget .recent .thum {
    width: 100%;
    height: 90px; 
    margin-bottom: 10px;
}
.sidebar2 .widget .recent .thum img{
    width:  100%;
    height: 90px;
    object-fit: cover;
}
 
.sidebar2 .widget .recent a {
    margin-left: 0px;
}
 
.sidebar2 .widget ul li p {
    margin-left: 0px; 
}
.contact_text {
    padding-left: 0px; 
}
.iletisim-widget-item,
.iletisim-widget {
    width: 100%;
}



}





@media (max-width: 768px) {
 .parallax { 
    background-position: center;
    height: 450px; 
    justify-content: center; 
}
 .parallax-inner { 
    padding-top: 20px; 
}
 
.parallax .content h1 { 
    font-size: 28px; 
    line-height: 32px;
}
.parallax .content p { 
    font-size: 15px; 
    line-height: 22px; 
}
 
.max-title-1 .title { 
    font-size: 26px; 
    margin-bottom: 5px;
} 


.sidebar2 .widget .recent li {
    width: 46%;
    margin-left: 4%;
}

/* Tekli elemanlarda margin-left kaldır */
.sidebar2 .widget .recent li:nth-child(odd) {
    margin-left: 0;
}

h1, .h1 {
    font-size: 26px;
    line-height: 28px;
}
.hakkimizda-1-dis h2.hakkimizda-1-title { 
    font-size: 40px;
    line-height: 56px;
}

.cozumler_card .cozumler_card_text_block .cozumler_title { 
    font-size: 20px; 
}





}



  


 @media only screen and (max-width:640px) {

.header-top-right {
    display: none;
}
.header-action {
    height: 100%;
    align-items: center;
    justify-content: flex-end; 
} 
.header-action .mobile-menu-bar .hamberger-button { 
    margin-right:  10px; 
} 



.whatsapp-btn { 
    bottom: 30px;
    right: 10px; 
}









}








