a {
  color: #024C87;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #013764;
  text-decoration: underline;
}


.orta-blog-kural {
  counter-reset: my-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}

.orta-blog-kural li {
  counter-increment: my-counter;
  color: #000;
 font-weight: 600;
  position: relative;
  padding-left: 42px;
  font-size: 20px;
  margin-top: 10px;
}

.orta-blog-kural li::before {
  content: counter(my-counter);
  background: #03549B;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 6px;
}


@media (min-width: 374px) {
  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar .container > a {
    margin-left: -20px; 
  }

.navbar .navbar-toggler {
  margin-left: auto;
  margin-right: -3px; 
}

  .navbar .container div[itemtype="http://schema.org/Organization"] {
    width: 120px;
  }
}


@media (max-width: 373px) {
  .navbar .container {
    display: block;
    position: relative;
  }

  .navbar .container > a {
  margin-left: -20px; 
  }

  .navbar .navbar-toggler {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }

  .navbar .container div[itemtype="http://schema.org/Organization"] {
    width: 100px;
  }
}


.sub-resim-img{
display:block;
max-width:100%;margin:0 auto
}


.orta-blog-container {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.orta-blog-box {
  background: #f8f9fa;
  border: 2px solid #4FC3F7;
  border-radius: 10px;
  padding: 25px;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 1200px;
}

.orta-blog-baslik,
.orta-blog-altbaslik,
.orta-blog-altbaslik-2 {
  text-align: center;
  display: table; 
  margin: 0 auto 15px;
  padding-bottom: 8px;
  position: relative;
}

.orta-blog-baslik::after,
.orta-blog-altbaslik::after,
.orta-blog-altbaslik-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

.orta-blog-baslik {
  font-size: 2.5em;
  font-weight: 700;
  color: #03549B;
  margin-bottom: 20px;
}

.orta-blog-baslik::after {
  background: #4FC3F7;
  height: 4px;
}

.orta-blog-altbaslik {
  font-size: 2em;
  font-weight: 700;
  color: #ff3131;
  margin-bottom: 15px;
}

.orta-blog-altbaslik::after {
  background: #ff3131;
}

.orta-blog-altbaslik-2 {
  font-size: 1.75em;
  font-weight: 700;
  color: #ff914d;
  margin-bottom: 12px;
}

.orta-blog-altbaslik-2::after {
  background: #ff914d;
}

.orta-blog-icerik {
  font-size: 1em;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  margin: 8px 0;
  text-align: left;
  padding: 0;
}

@media (max-width: 768px) {
  .orta-blog-baslik {
    font-size: 2em;
  }
  .orta-blog-altbaslik {
    font-size: 1.7em;
  }
  .orta-blog-altbaslik-2 {
    font-size: 1.4em;
  }
}

.form-group input::placeholder {
    font-size: 16px; 
    color: #333; 
    font-weight: 600; 
}

.form-note {
    text-align: center;
    font-size: 16px; 
    font-weight: 700; 
    color: #03549B; 
    margin-bottom: 15px; 
}

.sohbet-girisi {
    font-size: 2.5em;
    font-weight: 700;
    color: #03549B;
    text-align: center;
    margin-bottom: 30px;
    position: relative; 
    padding-bottom: 15px; 
}

.sohbet-girisi::after {
    content: ""; 
    display: block; 
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 3px;
    background: linear-gradient(to right, #03549B, #4FC3F7); 
    border-radius: 3px;
    z-index: 1;
}

.sohbet-girisi2 {
    font-size: 2.5em; 
    font-weight: 700; 
    background: linear-gradient(to right, #ff3131, #ff914d); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center; 
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .sohbet-girisi {
        font-size: 1.5em; 
        margin-bottom: 15px; 
    }
}
         .highlighted-text {
            color: #FFD000; 
         }
         .sohbet-yazisi h2.h2-as-h1 {
            font-size: 2.5em !important; 
            color: #fff;
            font-weight: 700 !important; 
            letter-spacing: 0;
            margin: 0 !important; 
            padding: 0 !important; 
            line-height: 1.2; 
            position: relative; 
            top: -6cm; 
         }
         .sohbet-yazisi h2:not(.h2-as-h1) {
            margin-top: 0 !important; 
            padding-top: 0; 
            font-size: 1.25em; 
            line-height: 1.5; 
            position: relative; 
            top: -5.5cm; 
         }
         .custom-h1 {
            font-size: 50px; 
            font-weight: 700;
            color: #ff3131; 
            background: linear-gradient(to right, #ff3131, #ff914d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
         }
      .custom-h2 {
            font-size: 2em; 
            font-weight: 700;
            color: #ff3131; 
            background: linear-gradient(to right, #ff3131, #ff914d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
         }
        .custom-h3 {
            font-size: 1.75em; 
            font-weight: 700;
            color: #ff3131; 
            background: linear-gradient(to right, #ff3131, #ff914d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
         }
         @media (max-width: 1024px) {
            .custom-h1 {
               font-size: 40px; 
            }
            .custom-h2 {
               font-size: 32px; 
            }
       .custom-h3 {
               font-size: 28px; 
            }
         }
         @media (max-width: 768px) {
            .custom-h1 {
               font-size: 32px; 
            }
            .custom-h2 {
               font-size: 24px; 
            }
            .custom-h3 {
               font-size: 20px; 
            }
         }
       @media (max-width: 480px) {
            .custom-h1 {
               font-size: 28px; 
            }
            .custom-h2 {
               font-size: 24px; 
            }
            .custom-h3 {
               font-size: 20px; 
            }
         }
         ::-webkit-scrollbar {
            width: 5px;
            background-color: #eaeaea;
         }
         ::-webkit-scrollbar-thumb {
            background-color: #0a0111;
         }
         ::-webkit-scrollbar-thumb:hover {
            background-color: #212121;
         }
         body, html {
            transition: all 0.5s ease;
            font-family: 'Open Sans', sans-serif !important;
         }


.header {
    background: 
        linear-gradient(rgba(3, 84, 155, 0.85), rgba(3, 84, 155, 0.85)),
        url('../resimler/arkaplan.webp') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 750px; 
    padding: 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .header {
        background-position: left center; 
    }
}


.header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; 
    background-color: #ff3131; 
}


@media (max-width: 768px) {
    .header {
        height: 700px; 
    }
}




    .menu {
            background: none !important;
         }
         .menu a {
            font-weight: 600;
            color: #fff !important;
            transition: color 0.5s ease;
         }
         .menu a:hover {
            color: #FFD000 !important;
         }
         .sohbet-yazisi {
            margin-top: 150px;
         }
         .sohbet-yazisi h1 {
            color: #fff;
            font-weight: 700;
            letter-spacing: 0;
         }
         .sohbet-yazısı h1 span {
            color: #0ff;
         }
         .sohbet-yazisi h2 {
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            margin-top: 20px;
         }
         .indir-butonlari {
            margin-top: 30px;
         }
         .indir-butonlari a {
            background: #212121;
            color: #fff;
            padding: 15px;
            text-align: center;
            font-weight: 600;
            border-radius: 50px;
            transition: background-color 0.5s ease;
         }
         .indir-butonlari a:hover {
            text-decoration: none;
            background: #0ff;
         }
.sohbet-alani {
    color: #aa2870;
    margin-top: 50px;
    padding: 60px 80px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 15px;
    position: relative;
    height: calc(100% - 1cm);
    box-sizing: border-box;
    border: 3px solid #4FC3F7; 
    overflow: hidden; 
}
 .btn-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
}



.btn-baglan {
    background: linear-gradient(135deg, #03549B, #4FC3F7);
    border: none;
    border-radius: 50px;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 5px 15px rgba(3, 84, 155, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-baglan:hover,
.btn-baglan:focus {
    background: linear-gradient(135deg, #4FC3F7, #03549B);
    box-shadow: 0 8px 20px rgba(3, 84, 155, 0.4);
    color: white;
    outline: none;
    transform: none; 
}

.btn-baglan:active {
    box-shadow: 0 3px 10px rgba(3, 84, 155, 0.3);
    transform: none; 
    border: none; 
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 25px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #03549B;
    border-radius: 50px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-position: 0.75rem center;
   font-size: 18px;
}

.form-control::placeholder {
    font-weight: 700 !important;
    font-size: 18px; 
    opacity: 1; 
}

.form-control:hover {
    background-color: rgba(79, 195, 247, 0.05); 
    border-color: #03549B;
}


.form-control:focus,
.form-control:not(:placeholder-shown) {
    border-color: #02457A; 
    color: #03549B;
      font-weight: 700;
    outline: none;
    box-shadow: 0 0 0 2px rgba(3, 84, 155, 0.2); 
    background-color: #fff;
}

.form-group input[type="text"] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="cicon" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" clip-rule="evenodd" /></svg>');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px; 
    padding-left: 35px; 
}


.form-group input[type="password"] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="cicon" viewBox="0 0 20 20" fill="currentColor"><path d="M10 2a5 5 0 00-5 5v2a2 2 0 00-2 2v5a2 2 0 002 2h10a2 2 0 002-2v-5a2 2 0 00-2-2H7V7a3 3 0 015.905-.75 1 1 0 001.937-.5A5.002 5.002 0 0010 2z" /></svg>');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px; 
    padding-left: 35px; 
}


.form-group input {
    padding-left: 35px; 
}

@media (max-width: 768px) {
    .navbar-light .navbar-toggler {
        background-color: white !important;
        border-color: white !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 1.5em !important;
        height: 1.5em !important;
    }

    .sohbet-alani {
        width: 90% !important;
        height: auto !important;
        min-height: 450px !important;
        padding: 25px !important;
        margin: 20px auto !important;
        transform: none !important;
    }

    .sohbet-girisi {
        font-size: 2em !important;
        margin-bottom: 25px !important;
    }

    .form-group input {
        height: 55px !important;
        font-size: 18px !important;
        padding-left: 45px !important;
    }

    .form-group {
        margin-bottom: 25px !important;
    }

    .btn-baglan {
        height: 55px !important;
        font-size: 18px !important;
    }

    .form-note {
        font-size: 16px !important;
        margin: 20px 0 !important;
    }

    .header {
        height: auto !important;
        padding-bottom: 30px !important;
    }

    .sohbet-yazisi {
        display: none !important;
    }
}
   @media screen and (max-width: 768px) {
            .sohbet-yazısı {
               margin-top: 30px;
            }
            .sohbet-yazısı h2 {
               display: none;
            }
            .sohbet-alani {
               margin-top: 1cm !important;
               padding: 20px;
            }
         }
         @media screen and (min-width: 769px) {
            .container .row .col-md-12 {
               text-align: center;
            }
         }

.footer-banner {
  text-align: center;
  margin-bottom: 40px;
}

.footer-banner-text {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

.footer-banner-highlight {
  color: #FFD700; 
}


.footer {
  position: relative;
  background-color: #03549B;
  color: #fff;
  padding: 40px 20px 20px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ff3131;
}

.footer-banner {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}

.footer-banner-highlight {
  color: #FFD700;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-title {
  display: inline-block; 
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}

.footer-line {
  width: 100%;   
  height: 2px;
  background-color: white;
  margin: 5px 0 15px 0;
  display: block;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 6px; 
  padding-bottom: 2px; 
}

.footer-column ul li a {
  font-size: 18px;  
  font-weight: 700;  
  line-height: 2;
}
.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.center-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 400px; 
  height: auto;
  margin-top: -50px;
  margin-left: 200px; 
}
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 15px;
}
.footer-social {
  margin-left: auto;  
  margin-right: 20px;  
  display: flex;       
  justify-content: flex-end;
}


.footer-column:last-child {
  margin-left: 300px; 
}


@media (max-width: 1024px) {
  .footer-column:nth-child(1), 
  .footer-column:nth-child(2), 
  .footer-column:nth-child(4) {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;  
    align-items: center;  
  }
  .center-logo {
    margin: 20px 0;  
  }

  .footer-logo {
    width: 250px !important; 
    margin: 0 auto !important;
    margin-top: 0 !important; 
    margin-left: 0 !important;
    display: block;
  }

  .footer-column:last-child {
    margin-left: 0 !important;
  }

  .footer-social {
    justify-content: center !important;
    margin: 20px 0 0 0 !important;
  }
}


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #ff3131; 
    color: #fff; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-decoration: none;
    display: none; 
}
.scroll-to-top:hover,
.scroll-to-top:active,
.scroll-to-top:focus {
    background-color: #2B9CDB; 
    color: #fff; 
    outline: none; 
}
@media screen and (max-width: 768px) {
    .scroll-to-top {
        width: 40px;
        height: 40px;
        font-size: 20px;
        bottom: 15px;
        right: 15px;
    }
}
@media screen and (max-width: 480px) {
    .scroll-to-top {
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: 10px;
        right: 10px;
    }
}
.custom-paragraph {
    font-size: 1.25em; 
    color: #fff; 
    margin-top: 10px; 
    position: relative; 
    top: -6cm; 
    font-weight: 600; 
}

.h2-as-h1 {
    font-size: 2.5em !important; 
    color: #fff; 
    font-weight: 700 !important; 
    line-height: 1.2; 
    margin: 0 !important; 
    padding: 0 !important; 
    position: relative; 
    top: -6cm; 
}

@media (max-width: 768px) {
    .navbar-nav {
        text-align: center; 
        width: 100%; 
    }
    .nav-item {
        display: inline-block; 
        width: 100%; 
        margin-bottom: 5px; 
    }
    .nav-link {
        display: block; 
        padding: 5px 0; 
    }
}

.navbar-light .navbar-toggler {
    background-color: white; 
    border: 2px solid white; 
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    background-color: white; 
    border: 2px solid white; 
}

.navbar-light .navbar-toggler-icon {
    background-color: transparent; 
}

.navbar-light .navbar-toggler-icon::before,
.navbar-light .navbar-toggler-icon::after {
    background-color: white; 
    content: ''; 
    display: block; 
    height: 2px; 
    width: 100%; 
}

.footer-link a {
    color: #03549B; 
    text-decoration: none; 
    font-weight: bold; 
}

.footer-link a:hover {
    color: #ff3131; 
    text-decoration: underline; 
}
.container {
  position: relative;
}

.kurallar-kutusu {
  position: absolute;
  right: 10px;
  top: 75px; 
  width: 320px;
  background-color: #03549B;
  border: 3px solid #4FC3F7;
  padding: 20px;
  border-radius: 10px;
  color: white;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  will-change: transform;
  backface-visibility: hidden;
}



.kurallar-kutusu ul {
  list-style-type: disc;
  padding-left: 22px;
  margin: 0;
  font-size: 15px; 
  line-height: 1.7; 
  text-align: left;
}

@media (max-width: 992px) {
  .kurallar-kutusu {
    display: none !important; 
  }
  
  .content-area {
    padding-right: 0;
    width: 100%;
  }
}




.yardim-kutusu {
  position: absolute;
  right: 10px; 
  top: 750px;
  width: 320px; 
  background-color: #03549B;
  border: 3px solid #4FC3F7;
  padding: 20px;
  border-radius: 10px;
  color: white;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.yardim-kutusu ul {
  list-style-type: disc;
  padding-left: 22px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}



.content-area {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .yardim-kutusu {
    display: none !important;
  }
  
  .content-area {
    padding-right: 0;
    width: 100%;
  }
}

.kutucuklar {
  font-size: 22px;
  margin-bottom: 12px;
  border-bottom: 2px solid #4FC3F7;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 1px;
}




.kutucuklar-baslik {
  font-size: 15px;
  margin: 15px 0 8px 0;
  color: #FFD700;
  font-weight: bold;
}

.ayrac {
  border: none;
  border-top: 1px solid white;
  margin: 12px 0;
}

.content-image-container {
    margin: 20px 0;
    max-width: 100%;
    overflow: hidden;
}

.content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .content-image-container {
        margin: 15px 0;
        padding: 0 15px;
    }
    
.content-image {
    border-radius: 8px;
    width: calc(105% - 30px); 
    margin: 0 auto 0 -5px; 
    display: block;
    transform: scale(1.05); 
    transform-origin: left center; 
    margin-left: -2mm;
}
