.float{
  position:fixed;
  width:80px;
  height:80px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:45px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:18px;
}


    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    swiper-container {
      width: 100%;
      padding-top: 6px;
      padding-bottom: 6px;
    }

    swiper-slide {
      background-position: center;
      background-size: cover;
      width: 400px;
      height: 400px;
    }

    swiper-slide img {
      display: block;
      width: 100%;
    }

    .doctor-section {
      display: none; /* Varsayılan olarak gizli */
    }

    @media (max-width: 768px) {

      .header .topbar {

display: none !important;

      }

#hero {

display: none;

}

      .doctor-section {
        display: block;
        text-align: center;
        background-color: #f9f9f9; /* Hafif bir arka plan rengi */
       height: 700px;
      }

      .doctor-section img {
        max-width: 300px; /* Görsel boyutunu ayarla */
        margin-top: -45px;
      }

      .doctor-section h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
      }

      .doctor-section p {
        font-size: 1rem;
        color: #666;
      }
    }

    .image-section {
      padding: 70px 20px;
      text-align: center;
      margin-top: -50px;
    }
    .image-section img {
      width: 100%;
      border-radius: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .image-section img:hover {
      transform: scale(1.05);
    }

    .custom-section {
      background: linear-gradient(135deg, #f3f4f6, #e2e8f0);
      padding: 50px 20px;
      text-align: center;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .custom-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #2c3e50;
    }
    .custom-section p {
      font-size: 1.2rem;
      color: #34495e;
      margin-bottom: 20px;
    }
    .whatsapp-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background-color: #25d366;
      color: white;
      font-size: 1.1rem;
      font-weight: 500;
      padding: 10px 20px;
      border: none;
      border-radius: 50px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
    .whatsapp-btn:hover {
      background-color: #20c057;
      color: white;
    }
    .whatsapp-btn i {
      font-size: 1.5rem;
    }

    .services-section {
      background-color: #81d8d0;
      padding: 60px 20px;
      text-align: center;
      border-radius: 10px;
    }
    .services-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 40px;
    }
    .service-card {
      background: #ffffff;
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding: 20px;
    }
    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    .service-card i {
      font-size: 3rem;
      color: #81d8d0;
      margin-bottom: 15px;
    }
    .service-card h5 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #34495e;
      margin-bottom: 10px;
    }

     #messages {
            display: flex;
            flex-direction: column;
        }


/* WhatsApp Butonu */
#whatsapp-button {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-decoration: none;
    font-size: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}


  @media (min-width: 768px) {
            #mobile-form {
                display: none; /* Yalnızca mobilde görünsün */
            }

.section-secim {

margin-top: -50px !important;

}



.pricing section  {

margin-top: 50px;

}

        }
        .hidden {
            display: none;
        }

        .card-new {
          padding: 10px;
            background: radial-gradient(circle at center, #000428, #004e92);
            border: 1px solid #1b263b;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
            border-radius: 15px;
        }
        .btn-primary {
            background: #1f4068;
            border: none;
            transition: background 0.3s ease-in-out;
        }
        .btn-primary:hover {
            background: #1b1b2f;
        }
        .form-label {
            color: #00d9ff;
        }
        .hidden {
            display: none;
        }
        .progress-bar {
            background: linear-gradient(45deg, #00d9ff, #1f4068);
        }
        .range-output {
            text-align: center;
            font-size: 1.2rem;
            color: #00d9ff;
            font-weight: bold;
        }
        .gender-icons img {
            width: 50px;
            height: 70px;
            display: block;
            margin: 0 auto;
        }
        .gender-label {
            text-align: center;
            margin-top: 10px;
            color: white;
        }

        .beforeafter {
height: 590px;

        }

        .mavi-baslik {

font-size: 30px !important;


        }

        .swiper-container {

padding-top: 6px !important;

        }

        /* Genel Range Slider Ayarları */
input[type="range"] {
  -webkit-appearance: none; /* Varsayılan stili kaldır */
  width: 100%; /* Genişlik */
  height: 8px; /* Çubuğun kalınlığı */
  background: #ddd; /* Çubuğun rengi */
  border-radius: 4px; /* Çubuğun kenarlarını yuvarlat */
  outline: none;
}

/* Thumb (Nokta) Stili */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Varsayılanı kaldır */
  width: 24px; /* Noktanın genişliği */
  height: 24px; /* Noktanın yüksekliği */
  background: #3fbbc0; /* Noktanın rengi */
  border-radius: 50%; /* Noktanın yuvarlak olması */
  cursor: pointer; /* Üzerine gelince imleç değişimi */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Hafif bir gölge ekle */
}

input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #3fbbc0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="range"]::-ms-thumb {
  width: 25px;
  height: 25px;
  background: #3fbbc0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 768px) {
  .wp-butonu {
    display: none !important;
  }

.butonlar {

display: none;

}

.scroll-top {

display: none !important;

}

}


#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white; /* Arka planı beyaz yaptım, şeffaflık isterseniz değiştirebilirsiniz */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Hafif gölge */
}

#header .topbar {
  background: #f8f9fa; /* Topbar için arka plan */
}

#header .branding {
  background: #fff; /* Branding kısmı için arka plan */
}


/* Footer Bar için stil */
.footer-bar {
  border-radius: 0px !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.footer-bar a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
  flex: 1;
  font-weight: bold;
}

.footer-bar .btn-whatsapp {
  background-color: #25d366;
    border-radius: 0px !important;
}

.footer-bar .btn-call {
  background-color: #007bff;
    border-radius: 0px !important;
}

.footer-bar .btn-maps {
  background-color: #eb3b5a;
    border-radius: 0px !important;
}

.footer-bar a i {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

/* Daha büyük ekranlarda gizle */
@media (min-width: 992px) {
  .footer-bar {
    display: none;
  }
}
