body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
}

body.menu-active {
  overflow: hidden;
}

a{
  color: black;
}

ul{
  padding: 0;
}

p {
    color: #666666;
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.8;
}

.btn.circle {
  border-radius: 30px !important;
}

.btn.btn-border {
    border: 2px solid #97a2c9;
    background: transparent;
}

.btn.btn-theme {
  color: white;
  border: none;
  background: #97a2c9;
  position: relative;
  overflow: hidden;
}

.btn-md {
  padding: 16px 52px;
  font-size: 16px;
}

.btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: 1;
  background-color: #97a2c9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
  opacity: 0;
  z-index: -999;
  display: none;
}

.btn.btn-theme:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.secondary {
  color: white;
  border: none;
  background: var(--color-optional);
}

.btn.btn-theme.secondary::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}


.btn.btn-theme.secondary:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
  background-color: white;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
  color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a.WhatsApp1 {
    display: flex;
    font-size: 18px;
    background: #2EB843;
    font-weight: 600;
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    color: #fff;
    align-items: center;
    justify-content: center;
    animation: whatsapp infinite 2s linear;
    z-index: 9999;
}

@keyframes whatsapp {
    0% {
        box-shadow: 0 0 0 0 #2EB843;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

.site-header .container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header.bd-menu {
  background-color: black;
  box-shadow: 0px 0px 10px 0px #00000026;
}

/* --- HEADER ANA YAPI --- */
.site-header {
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}

/* --- ÃœST BÄ°LGÄ° BARI --- */
.top-bar {
  background-color: #4a4a4a;
  padding: 0px 0;
  font-size: 13px;
  color: #aeaeae;
}
.top-bar .container {
  flex-wrap: wrap;
}
.top-bar-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-bar-info span {
  margin-right: 25px;
  white-space: nowrap;
}
.top-bar-info i {
  color: white;
  margin-right: 8px;
  font-size: 14px;
}
.consultation-button-wrapper {
  background-color: #000;
}
.free-consultation-btn {
  display: block;
  padding: 12px 25px;
  color: #97a2c9;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.main-header {
  background-color: #ffffff;
  padding: 15px 0;
  position: relative;
  border-top: solid 5px #97a2c9;
}

.bd-menu .main-header{
  background: #97a2c9;
}

.bd-menu .main-header .main-nav a{
  color: white;
}

.bd-menu .main-header .info-btn i{
  background: white;
  color: #97a2c9;
}

.bd-menu .main-header .info-btn small{
  color: white;
  opacity: 70%;
}

.bd-menu .main-header .info-btn{
  color: white;
}

.bd-menu .logo-wrapper a img {
    height: 90px;
    filter: brightness(0) invert(1);
}

/* Logo */
.logo-wrapper a {
  display: flex;
  align-items: center;
}

.logo-wrapper a img {
  height: 90px;
}
.logo-icon {
  margin-right: 15px;
  fill: #97a2c9;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-name {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}
.tagline {
  font-size: 11px;
  font-weight: 700;
  color: #aeaeae;
  letter-spacing: 2px;
}

/* --- MASAÃœSTÃœ NAVÄ°GASYON --- */
.header-right {
  display: flex;
  align-items: center;
  width: 100%;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.main-nav li {
  margin-left: 35px;
}

.main-nav li:first-child{
  display: none;
}

/* --- YENÄ° EKLENEN KISIM: GeÃ§iÅŸ ve Hover Efektleri --- */
.main-nav a {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  /* YumuÅŸak geÃ§iÅŸ efekti */
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Aktif olmayan linklere hover efekti (MasaÃ¼stÃ¼) */
.main-nav ul li a:hover {
  color: #97a2c9;
}
/* --- YENÄ° EKLENEN KISIM SONU --- */

.main-nav li.active a {
  color: #97a2c9 !important;
  padding: 0 15px;
}
.main-nav li.active a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #97a2c9;
  border-left: 3px solid #97a2c9;
}
.main-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #97a2c9;
  border-right: 3px solid #97a2c9;
}

.header-search {
  margin-left: 40px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

/* --- MOBÄ°L MENÃœ Ä°Ã‡Ä°N EKLEMELER --- */
.hamburger-menu,
.close-menu {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
}

/* ============================================= */
/* --- RESPONSIVE AYARLAR (MOBÄ°L & TABLET) --- */
/* ============================================= */
@media (max-width: 1024px) {
  .top-bar .container {
    justify-content: center;
    gap: 10px;
  }
  .top-bar-info {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .top-bar-info span {
    margin: 0 10px;
  }
  .free-consultation-btn {
    width: 100%;
    text-align: center;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 80%;
    height: 100vh;
    background: #97a2c9;
    padding-top: 80px;
    transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }
  .main-nav.menu-open {
    right: 0;
  }
  .main-nav ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .main-nav li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .main-nav a {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
    color: white;
  }
  .main-nav li:first-child {
    border-top: 1px solid #ffffff;
  }

  /* Mobil menÃ¼deki aktif linkin stili */
  .main-nav li.active a,
            /* --- YENÄ° EKLENEN KISIM: Mobil Hover Efekti --- */
            .main-nav li a:hover {
    background-color: #97a2c9;
    color: #212121;
  }
  .main-nav li.active a {
    padding: 15px 25px;
  } /* Mobil iÃ§in padding sÄ±fÄ±rlamasÄ± */
  .main-nav li.active a::before,
  .main-nav li.active a::after {
    display: none; /* KÃ¶ÅŸedeki kutularÄ± mobilde kaldÄ±r */
  }

  .header-search {
    margin-left: 20px;
  }
  .hamburger-menu,
  .close-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .brand-name {
    font-size: 22px;
  }
  .tagline {
    font-size: 9px;
  }
  .logo-icon {
    width: 45px;
    height: 36px;
  }
  .top-bar-info .d-none-sm {
    display: none;
  }
}

/**/

/* Ana Slider Konteyneri */

/* --- Slider AlanÄ± --- */
.slider-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Ekran yÃ¼ksekliÄŸinin %80'i kadar */
  min-height: 600px;
  overflow: hidden;
}

.slides {
  display: flex;
  /* width deÄŸeri JavaScript tarafÄ±ndan eklenecek */
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  /* width deÄŸeri JavaScript tarafÄ±ndan eklenecek */
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

/* Slayt Ã¼zerine karanlÄ±k katman */
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0%;
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  margin-top: 50px;
}

/* --- Slayt Ä°Ã§eriÄŸi ve AnimasyonlarÄ± --- */
.slide .tagline,
.slide .main-heading,
.slide .subheading,
.slide .buttons {
  opacity: 0;
  transform: translateY(50px);
}

/* Aktif slayttaki elemanlara animasyon uygula */
.slide.active .tagline,
.slide.active .main-heading,
.slide.active .subheading,
.slide.active .buttons {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* AnimasyonlarÄ± sÄ±ralÄ± hale getirmek iÃ§in gecikme (stagger effect) */
.slide.active .tagline {
  transition-delay: 0.2s;
}
.slide.active .main-heading {
  transition-delay: 0.4s;
}
.slide.active .subheading {
  transition-delay: 0.6s;
}
.slide.active .buttons {
  transition-delay: 0.8s;
}

.tagline {
  color: #fdb900;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.main-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}

.subheading {
  font-size: 15px;
  line-height: 1.4;
  max-width: 480px;
  margin: 0 auto 35px;
  font-weight: 500;
}

.buttons .btn {
  text-decoration: none;
  color: white;
  padding: 15px 35px;
  margin: 0 10px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 13px;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary {
  background-color: #fdb900;
  border-color: #fdb900;
  color: #222;
}
.btn.btn-primary:hover {
  background-color: #e0a300;
}

.btn.btn-secondary {
  background-color: transparent;
  border: 2px solid white;
}
.btn.btn-secondary:hover {
  background-color: white;
  color: #222;
}

/* --- Slider OklarÄ± --- */
.slider-arrow {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  background-color: #97a2c9bd;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
  transition: background-color 0.3s;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev-btn {
  left: 30px;
}

.next-btn {
  right: 30px;
}

/**/

.main-header .info-btn {
  color: black;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 0;
  padding-left: 54px;
  position: relative;
  text-align: left;
}
.main-header .info-btn small {
  color: #808287;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 7px;
}
.main-header .info-btn i {
  background: #97a2c9;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 44px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}
/**/

.services-area {
    padding-bottom: 105px;
    padding-top: 105px;
}

.services-area .owl-dots{
  margin-top: 35px;
}

.top-services-area .services-tabs {
  background: #f7f7f7;
  margin-bottom: 100px;
  border-bottom: 1px solid #dddddd;
}

.top-services-area .services-tabs ul.nav.nav-tabs {
    margin: 0;
    margin-bottom: -10px;
    border: none;
    display: flex;
    justify-content: center;
}

.top-services-area .services-tabs ul.nav.nav-tabs li {
    display: inline-block;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button {
  display: flex;
  padding: 65px 50px;
  text-transform: uppercase;
  align-items: center;
  border: none;
  margin: 0;
  color: #04000b;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button i {
  display: inline-block;
  font-size: 45px;
  margin-right: 20px;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active {
    position: relative;
    z-index: 1;
    background: transparent;
    color: #fff;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.top-services-area .services-tabs ul.nav.nav-tabs li button.active::after {
    position: absolute;
    left: 0;
    top: -10%;
    background: #97a2c9;
    content: "";
    height: 120%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.top-services-area .info {
  padding-left: 35px;
}

.top-services-area .info ul {
  margin-top: 25px;
  padding:0;
}

.top-services-area .info ul li {
  display: flex;
  margin-top: 10px;
  font-weight: 500;
  color: #04000b;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.top-services-area .info ul li::after {
    color: #97a2c9;
    position: absolute;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* fas = solid */
    text-align: center;
    border-radius: 50%;
}

.top-services-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.top-services-area .info a {
    margin-top: 30px;
}

.top-services-area .info ul.working-hours {
  margin: 0;
  padding: 0;
}

.top-services-area .info ul.working-hours li {
    padding-left: 0;
    padding: 12px 25px;
    margin: 0;
    font-weight: 400;
    font-family: var(--font-default);
    text-transform: uppercase;
    border-radius: 5px;
    background: #f7f7f7;
    margin: 10px 0;
}

.top-services-area .info ul.working-hours li::after {
    display: none;
}

.top-services-area .info ul.working-hours li:nth-child(2n) {
    background: #97a2c9;
    color: white;
}

.top-services-area .info ul.working-hours li .closed {
  color: #97a2c9;
}

.top-services-area .thumb {
    position: relative;
    z-index: 1;
    height: 510px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.top-services-area .thumb::after {
    position: absolute;
    left: -50px;
    bottom: -50px;
    height: 200px;
    width: 200px;
    background: url(../images/bg-dotted.png);
    content: "";
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.4;
}

/* Services Details */
.services-details-area .widget {
  padding-bottom: 50px;
  background: white;
  margin-bottom: -5px;
}

.services-details-area .widget:last-child {
  padding-bottom: 0;
}

.services-details-area .widget .appoinment-box {
  box-shadow: none;
  background: #f7f7f7;
  padding: 35px;
}

.services-details-area .widget .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  color: #04000b;
}

.services-details-area .widget .title h4::before {
  background: #97a2c9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.services-details-area .widget .title h4::after {
  background: #97a2c9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.services-details-area .widget.link li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.services-details-area .widget.link li a {
  display: inline-block;
}

.services-details-area .widget.link li a:hover {
  color: #97a2c9;
}

.services-details-area .widget.link li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-details-area .widget.link li i {
  margin-right: 3px;
  color: #97a2c9;
}

.services-details-area .widget .info {
  padding: 20px 15px;
  border: 1px solid #e7e7e7;
}

.services-details-area .widget .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #666666;
}

.services-details-area .widget .info h5 {
  margin: 0;
  text-transform: uppercase;
  color: #97a2c9;
}

.services-details-area .widget .thumb {
  position: relative;
  z-index: 1;
}

.services-details-area .widget .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  right: 0;
  text-align: center;
}

.services-details-area .widget .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 120%) repeat scroll 0 0;
  content: "";
  height: 50%;
  width: 100%;
  border-radius: 10px;
}

.services-details-area .widget .thumb .overlay h4 {
  text-transform: capitalize;
  font-weight: 600;
  color: white;
}

.services-details-area .widget .thumb .overlay h5 {
  margin: 0;
  color: #97a2c9;
  text-transform: uppercase;
}

.services-details-area .widget.opening-hours li {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.services-details-area .widget.opening-hours li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-details-area .thumb img {
  border-radius: 10px;
}

.services-details-area .content .info {
  margin-top: 30px;
}

.services-details-area .content .info h2, 
.services-details-area .content .info h3 {
  font-weight: 600;
}

.services-details-area .content .info h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.services-details-area .content .info ul li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 15px;
}

.services-details-area .content .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  color: #97a2c9;
  font-weight: 600;
  content: "\f5ae";
  font-family: "Font Awesome 5 Pro";
}

.services-details-area .content .info a {
  margin-top: 10px;
}



/**/

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  font-size: 50px;
}

@media (max-width: 1023px) {
  .site-heading h2 {
    font-size: 36px;
  }
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #97a2c9;
}

.site-heading h2 span {
  color: #97a2c9;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #97a2c9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::before {
  background: #97a2c9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading h2 span {
  color: #97a2c9;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}


/* ============================================================== 
     # Services 
=================================================================== */

.services-area .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-thumb .item {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-thumb .item .info {
  background: white;
  padding: 30px;
  padding-top: 55px;
}

.services-area.inc-thumb .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.services-area.inc-thumb .item .thumb {
  position: relative;
  z-index: 1;
}

.services-area.inc-thumb .item .thumb::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #97a2c9;
}

.services-area.inc-thumb .item .thumb .overlay {
  position: absolute;
  left: 50%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: white;
  height: 80px;
  z-index: 1;
  margin-left: -40px;
  margin-bottom: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  font-size: 35px;
  color: #97a2c9;
  line-height: 80px;
}


/* Services With Icon ONly */
.services-area.inc-icon .item {
  background: white;
  position: relative;
  padding: 50px 30px 50px;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  border-top: 3px solid #97a2c9;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.services-area.inc-icon .owl-carousel .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-icon.less-info .item {
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: none;
}

.services-area.inc-icon .item i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 45px;
  background: #97a2c9;
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-area.inc-icon.less-info .item i {
  height: 100px;
  width: 100px;
  line-height: 104px;
  margin-bottom: 40px;
  font-size: 45px;
  background: #97a2c9;
}

.services-area.inc-icon.less-info .item i::after {
  display: none;
}

.services-area.inc-icon .item i::after {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  content: "";
  height: 116px;
  width: 116px;
  opacity: 0.3;
  border: 2px solid #97a2c9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.services-area.inc-icon .item p{
  min-height: 80px;
}

.services-area.inc-icon .item h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
}

.services-area.inc-icon .item h5 {
  color: #97a2c9;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.services-area.inc-icon .item .info > a {
  margin-top: 10px;
}

.services-area.inc-icon .item::after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #97a2c9;
}

.services-area.inc-icon .item:hover::after {
  top: 0;
}

.services-area.inc-icon .item h4,
.services-area.inc-icon .item p,
.services-area.inc-icon .item a,
.services-area.inc-icon .item i {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.services-area.inc-icon .item:hover h4,
.services-area.inc-icon .item:hover p,
.services-area.inc-icon .item:hover a {
  color: white !important;
}

.services-area.inc-icon .item:hover a.btn {
  color: white !important;
  border-color: white;
}

.services-area.inc-icon .item:hover i {
  color: #97a2c9;
  background: white;
}

.services-area.inc-icon .item:hover i::after {
  opacity: 0.3;
  border: 2px solid white;
}

.services-area .services-carousel.owl-carousel .owl-nav {
  margin: 0;
  display: none;
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: #666666;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-next {
  color: #97a2c9;
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid #97a2c9;
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #97a2c9;
}

.services-area.inc-icon.less-info .item h4 {
  margin: 0;
}

.services-area.inc-icon.less-info .item a {
  display: block;
}


/**/

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #0b1030;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: var(--black);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: white;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #008295;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.shadow.theme-hard::after {
  background: #97a2c9;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/**/

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.fun-fact-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* sadece 4. item içindeki timer'a % ekle */
.fun-fact-area .item:nth-child(4) .timer::after {
    content: "%";
    font-size: 16px;

}



.fun-fact-area .fun-fact {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.fun-fact-area .fun-fact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: white;
  z-index: -1;
  opacity: 0.9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fun-fact-area .fun-fact i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 45px;
  color: #97a2c9;
  margin-top: 30px;
}

.fun-fact-area .fun-fact .timer {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #04000b;
  margin-bottom: 5px;
}

.fun-fact-area .fun-fact .timer::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 0;
}

.fun-fact-area .fun-fact .medium {
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
}

/**/

.doctor-area{
  padding-top: 120px;
  padding-bottom: 90px;
}

.doctor-area .equal-height {
  margin-bottom: 30px;
}

.doctor-items .thumb {
  position: relative;
  z-index: 1;
}

.doctor-items .thumb .overlay {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.doctor-items .thumb .overlay i {
  height: 50px;
  width: 50px;
  background: #97a2c9;
  line-height: 50px;
  color: white;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.doctor-items .info {
  padding: 40px 30px 30px;
  border-top: 2px solid #97a2c9;
  background: white;
}

.doctor-items .item {
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden;
  border-radius: 30px;
}

.doctor-items.owl-carousel .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.doctor-items .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.doctor-items .info h5 {
  text-transform: uppercase;
  color: #97a2c9;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Social */
.doctor-items .thumb .social {
  position: absolute;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.doctor-items .item:hover .social {
  opacity: 1;
  bottom: 40px;
}

.doctor-items .item:hover img {
  opacity: 0.5;
}

.doctor-items .thumb img {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 400px;
  object-fit: contain;
  padding-top: 10px;
}

.doctor-items .social li {
  display: inline-block;
}

.doctor-items .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 1px;
}

.doctor-items .social li.twitter a {
  background-color: #00b6f1;
  color: white;
}

.doctor-items .social li.pinterest a {
  background-color: #bd081c;
  color: white;
}

.doctor-items .social li.facebook a {
  background-color: #3b5998;
  color: white;
}

.doctor-items .social li.g-plus a {
  background-color: #df4a32;
  color: white;
}

.doctor-items .social li.vimeo a {
  background-color: #1ab7ea;
  color: white;
}

.doctor-items .social li.instagram a {
  background-color: #cd486b;
  color: white;
}

.doctor-items .social li.linkedin a {
  background-color: #0077b5;
  color: white;
}

.doctor-items .social li a:hover {
  background: #97a2c9;
  color: white;
}

.doctor-items .info ul {
  margin-top: 20px;
}

.doctor-items .info .appoinment-btn {
  position: relative;
  z-index: 1;
}

.doctor-items .info .appoinment-btn::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
  z-index: -1;
}

.doctor-items .info a {
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  font-weight: 700;
  line-height: 26px;
}

/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area.carousel-shadow .owl-stage-outer {padding: 30px 0;}

.testimonial-items .item {
  background: white;
  padding: 60px;
  padding-bottom: 50px;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.testimonial-items .item::after {
  position: absolute;
  left: 60px;
  top: -50px;
  content: "\f10d"; /* fa-quote-left */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* fas = solid */
  text-align: center;
  font-size: 70px;
  color: #97a2c9;
}


.testimonial-items .provider {
  display: flex;
  margin-top: 20px;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.testimonial-items .provider img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.testimonial-items .provider .thumb {
  margin-right: 15px;
  display: none;
}

.testimonial-items .provider h4 {
  color: var(--color-heading);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-items .item p {
  font-size: 20px;
}

.testimonial-items .provider h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--color-paragraph);
  letter-spacing: 1px;
  margin-bottom: 0;
}

.testimonial-items .provider h5 span {
  color: #97a2c9;
}

.testimonial-items .content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.testimonial-items .content::after {
  position: absolute;
  left: 50px;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  content: "";
}

.testimonials-area {background: #f7f7f7;padding-top: 120px;padding-bottom: 100px;}

.testimonials-area .owl-dots{
  display: none;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav {
  margin: 0;
  display: none;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent;
  color: var(--color-paragraph);
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  color: #97a2c9;
}

.testimonials-area .testimonial-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}


/* ============================================================== 
     # Blog 
=================================================================== */

.blog-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.blog-area .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .thumb .post-type {
  background: #a3a2a2;
  bottom: 20px;
  color: white;
  font-size: 20px;
  height: 50px;
  right: 20px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.blog-area .thumb img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.blog-area .item:hover .thumb img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.blog-area .meta li {
  display: block;
  text-transform: uppercase;
}

.blog-area .meta .comments {
  position: absolute;
  right: 0;
  top: 25px;
}

.blog-area .meta .comments a {
  font-weight: 400;
  color: var(--color-paragraph) !important;
  font-family: 'Open Sans', sans-serif;
}

.blog-area .meta .comments a:hover {
  color: #97a2c9 !important;
}

.blog-area .meta .comments i {
  margin-right: 3px;
}

.blog-area .info {
  padding-top: 30px;
}

.blog-area .info > a {
  margin-top: 5px;
  text-transform: uppercase;
  padding: 16px 50px;
  font-size: 14px;
}

.blog-area .info .meta a {
  text-transform: uppercase;
  color: #97a2c9;
  font-weight: 700;
  line-height: 26px;
}

.blog-area .meta {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0px;
  margin-bottom: 15px;
  position: relative;
}

.blog-area .meta ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-area .info h4 {
  line-height: 1.5;
  text-transform: capitalize;
  padding: 0 110px 0px 0;
}

.blog-area .info h2,
.blog-area .info h3 {
  text-transform: capitalize;
  line-height: 1.3;
}

.blog-area .info a:hover {
  color: #97a2c9 !important;
}

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

/* Pagination */

.blog-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color-heading);
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  display: inline-block;
}

.blog-area .pagi-area .pagination li.active a {
  background: #97a2c9;
  border-color: transparent;
  color: white;
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}


/* Sidebar */

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .sidebar .title h4::before {
  background: #97a2c9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.blog-area .sidebar .title h4::after {
  background: #97a2c9;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: var(--color-heading);
  border: medium none;
  color: white;
  font-family: var(--font-defalt);
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #97a2c9;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #97a2c9;
}

.sidebar-item.category ul li a::after {
  border-radius: 50%;
  content: "\f07b";                  /* fa-folder */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;                  /* fas = solid */
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}


.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--color-paragraph);
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
  border: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}


/**/

#stars .star-images {
  position: relative;
  background: #a3a2a2;
}

#stars .star-images > div {
  padding: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: starImage;
}

#stars .star-images > div.stars-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 1;
  animation-name: none;
}

#stars .star-images > div.stars-title > div {
  width: 100%;
}

#stars .star-images > div.stars-title span:before {
  font-size: 70px;
  margin: 0 0 60px;
  line-height: 0;
  display: block;
}

#stars .star-images > div.stars-title h5 {
  font-size: 60px;
  margin: 0;
  font-weight: 700;
}

#stars .star-images > div.stars-title h5 span {
  display: block;
  font-size: 24px;
  letter-spacing: 13px;
  margin: 0 0 20px;
  font-weight: 300;
}

#stars .star-images > div.stars-title h5 span:before,
#stars .star-images > div.stars-title h5 span:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin: 7px 15px;
  vertical-align: top;
}

#stars .star-contents {
  margin: -60px 0 0;
}

#stars .star-contents .item {
  background: #fff;
  padding: 35px 15px;
  text-align: center;
  color: #474747;
}

#stars .star-contents .active .item .star-content {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

#stars .star-contents .item .star {
  font-weight: 800;
  margin-top: 20px;
}

#stars .star-contents .active .item .star {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

#stars .owl-nav {
  margin: 30px 0;
}

#stars .owl-nav [class*=owl-] {
  color: #ddd;
  font-size: 25px;
  margin: 0 7px;
  padding: 0;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
}

#stars .owl-nav [class*=owl-]:hover {
  color: #bbb;
  transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
}

/* Animations */
@keyframes starImage {
  0% { opacity: 0.1; }
  50% { opacity: 0.5; }
  100% { opacity: 0.1; }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translate3d(0,100%,0); }
  100% { opacity: 1; transform: none; }
}
.fadeInUp { animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% { opacity: 0; transform: translate3d(0,2000px,0); }
  100% { opacity: 1; transform: none; }
}
.fadeInUpBig { animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.fadeOut { animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0,100%,0); }
}
.fadeOutDown { animation-name: fadeOutDown; }


/**/

.doctor-tips-area {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #97a2c9 !important;
}

.health-tips-items .thumb {
  position: relative;
  z-index: 1;
}

.health-tips-items .thumb img {
  border-radius: 10px;
}

.health-tips-items .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: -30px;
  text-align: center;
  padding: 20px;
  background: var(--color-primary);
}

.health-tips-items .thumb .overlay img {
  padding-left: 30px;
}

.health-tips-items .doctor {
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.health-tips-items .doctor h5 {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
}

.health-tips-items .thumb .overlay h4 {
  text-transform: uppercase;
  color: white;
}

.health-tips-items .thumb .overlay h5 {
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}

.health-tips-items .info {
  background: white;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.health-tips-items .info::after {
  position: absolute;
  left: -18px;
  content: "";
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid white;
}

.health-tips-items .info h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.health-tips-items .info ul li {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: 500;
}

.health-tips-items .info ul li::after {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";        /* fa-plus */
  font-weight: 900;        /* fas = solid */
  color: white;
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  font-size: 14px;
  top: 4px;
}

.health-tips-items .info p {
  margin-bottom: 40px;
}

.health-tips-items .info ul li:last-child {
  margin: 0;
}


/**/


.sss {
}

.sss .accordion {
    position: relative;
    z-index: 9;
}

.sss .accordion-item{
    margin-bottom: 10px;
    background: #FDFDFD;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    overflow: hidden;
}


.sss .accordion-item p{
    font-size: 14px;
    margin-bottom: 0px;
}


.sss .accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #97a2c9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    border-radius: 0px!important;
}

.sss button.accordion-button{
    font-size: 13px;
    line-height: 30px;
    font-weight: 700;
    padding: 9px 28px 9px 31px;
    color: #272B2E;
}


.sss button.accordion-button:focus{
    outline: none!important;
    border: none;
    box-shadow: none;
}

 
.sss .accordion-button:not(.collapsed)::after {
    background-image: url('../images/okbeyaz.png');
    transform: rotate(-180deg);
}


/**/
@media(max-width:1024px){

  body {
    padding-top: 125px;
  }
  
  .testimonial-items .provider{
    display: none;
  }
  
  .bd-menu .logo-wrapper a img {
    height: 60px;
  }

  .stars{
    display: none;
  }

  .bd-menu .main-header .hamburger-menu, 
  .bd-menu .main-header .close-menu {
    color:  white;
  }

  a.WhatsApp1{
    bottom: 60px;
  }

  .slider-container {
    height: 30vh;
    min-height: 350px;
  }
  
  .top-services-area .thumb{
    display: none;
  }
  
  .top-services-area .services-tabs{
    display: none;
  }

  .top-services-area .info {
    padding-left: 20px;
    padding-top: 50px;
  }

  .hamburger-menu, .close-menu{
    color: black;
  }

  .main-header .info-btn{
    margin: 0 auto;
  }

  .health-tips-items .thumb{
    display: none;
  }

  .health-tips-items .info {
    background: white;
    padding: 20px 20px;
  }

  .footer6{
    margin-bottom: 35px;
  }

  .fun-fact-area{
    display: none;
  }

  .blog-area .info{
    margin-bottom: 20px;
  }

  .footer6 .maps{
    display: none;
  }

  .testimonials-area {
      background: #f7f7f7;
      padding-top: 80px;
      padding-bottom: 10px;
  }

  .doctor-area {
      padding-top: 80px;
      padding-bottom: 50px;
  }



}


.mobilbuttonlar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.btn1{
    background:#666666;
    border-color:#666666 ;
    color: white;
}
.btn2{
    background:#2c2d2d;
    border-color:#2c2d2d ;
    color: white;
}
.btn3{
    background:#0f0f0f ;
    border-color: #0f0f0f;
    color: white;
}