/*-----------------------------
    Menü 
--------------------------------*/

.mainmenu-nav .mainmenu li.has-droupdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.megamenu {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin: 0;
  font-size: var(--font-size-b2);
  color: #001837;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  padding: 0 !important;
  margin-top: -2px !important;
}
.w--tab-active {
  display: block !important;
}
.dropdown__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.dropdown__wrap.about {
  width: 300px;
  max-width: none;
  padding: 40px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown__wrap.condition {
  width: 510px;
  max-width: none;
  padding: 40px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menus-left {
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
}
.treatment-__title {
  position: absolute;
  left: 50px;
  top: 28px;
  display: inline-block;
  margin-bottom: 0px;
}
.menu-title {
  color: #001837;
  font-size: var(--font-size-b2);
  font-weight: 600;
}
.div-block-3 {
  height: 2px;
  background-color: #00adee;
}
.menu-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.w-tabs {
  position: relative;
}
.w-tabs:after {
  clear: both;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 340px;
  padding-top: 72px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.w-tab-menu {
  position: relative;
}
.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  padding: 18px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f9f9f9;
  opacity: 0.6;
  font-size: 20px;
  font-weight: 700;
}

.w-tab-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  color: #222222;
}
.desk-menu-icon {
  width: 32px;
  margin-right: 16px;
}
.arrow__menu {
  margin-left: auto;
}
.tabs-content {
  display: block;
  width: auto;
  padding: 28px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f9fc;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}

.w-tab-pane [class^="feather-"] {
  line-height: inherit;
  margin-right: 5px;
}

.menu-title-wrap {
  margin-bottom: 32px;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.menu__men__img {
  width: 40px;
  margin-right: 16px;
}
.site-link {
  text-decoration: none;
}
.list-text {
  margin-bottom: 6px;
  line-height: 22px;
}
.image-14.arrow-size.nav-arr {
  margin-right: 16px;
}
.image-14.arrow-size {
  margin-top: 5px;
}
.image-14 {
  margin-right: 24px;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.tab-link.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f9f9f9;
  opacity: 1;
  color: #001837;
}
.tab-lists.sitemap-margin.no-mar-top {
  margin-top: 0px;
  margin-right: 0px;
}
.tab-lists.sitemap-margin {
  margin-top: 10px;
  margin-left: 0px;
}
.tab-lists {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: var(--font-size-b2);
}
.div-block-7 {
  margin-right: 40px;
  width: 20%;
}
.menu__link__wrapper {
  display: flex;
}

.w-tab-pane.active {
  display: block;
}

/*-----------------------------
    Menü 
--------------------------------*/


/*-----------------------------
    Slider
--------------------------------*/

    .video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* hafif karartma */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.play-btn {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
    z-index: 9999;
    line-height: 100px;
    font-size: 30px;
    display: block;
    margin-top: -100%;
    background: #ed7e1b;
    color: var(--color-white);
    border: 1px solid #dee2e6 !important;
}

.play-btn:hover {
  background: rgba(255,255,255,0.9);
}

@media (min-width: 1600px) {
  .alanya-slider {
  padding: 13% 0 !important;
}
}

.alanya-slider {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  overflow: hidden;
  padding: 8% 0;
}

.alanya-slider.alanya-slider-video .alanya-slider-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.alanya-slider.alanya-slider-video .alanya-slider-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.alanya-slider.alanya-slider-bg-image .alanya-slider-content {
    width: 100%;
    max-width: 350px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
}
.alanya-slider-content {
  position: relative;
  z-index: 2;
}
.appointment-form {
  background-color: #ffffff;
  padding: var(--form-padding);
  border-radius: var(--radius);
}

@media screen and (max-width: 992px){
  .content-tab .content-inner .section-title h2{
      margin-top: 20px;
  }
  .alanya-slider{
    padding-top: 400px !important;
  }
}

/*-----------------------------
    Slider
--------------------------------*/

/*-----------------------------
    Footer
--------------------------------*/

.footer-bg-section.dark-section {
  position: relative;
  background: url(../../../assets/images/bg/bg-gradiant-shape.png), #ffffff;
}

.main-footer {
  padding: 80px 0 0 0;
}

.main-footer-box {
  display: flex;
  gap: 50px 150px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-about {
  position: relative;
  width: calc(48% - 75px);
}

.footer-about::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px;
  background-color: #00183780;
  height: 100%;
  width: 0.6px;
}

.footer-logo,
.about-footer-content {
  margin-bottom: 30px;
}

.footer-logo img {
  max-height: 59px;
}

.about-footer-content p {
  color: #001837 !important;
  margin-bottom: 0;
}

.footer-contact-list {
  margin-bottom: 40px;
}

.footer-contact-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px 50px;
  flex-wrap: wrap;
}

.footer-contact-list ul li {
  font-size: 20px;
  color: #001837 !important;
  border: 1px solid #00183780;
  border-radius: var(--radius);
  padding: 9px 20px;
  line-height: 1.1em;
  transition: all 0.3s ease-in-out;
}

.footer-contact-list ul li:hover {
  border-color: #001837;
}

.footer-contact-list a {
  display: block;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-contact-list ul li:hover a {
  color: #001837;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}

.footer-menu ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: #001837 !important;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.footer-menu ul li:hover {
  color: #001837 !important;
}

.footer-menu ul li a {
  color: inherit;
}

.footer-links-box {
  width: calc(52% - 75px);
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.footer-links {
  width: calc(50% - 30px);
}

.footer-links h3 {
  font-size: 20px;
  color: #001837 !important;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links ul li {
  color: #001837 !important;
  text-transform: capitalize;
  line-height: 1.7em;
  margin-bottom: 15px;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
  color: #001837;
}

.footer-social-links {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-social-links span {
  font-size: 20px;
  font-weight: 600;
  color: #001837 !important;
}

.footer-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-links ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-social-links ul li:last-child {
  margin: 0;
}

.footer-social-links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #00183780;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
  border-color: #001837;
}

.footer-social-links ul li i {
  font-size: 18px;
  color: #001837 !important;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
  color: #001837 !important;
}

.footer-copyright {
  position: relative;
  border-top: 1px solid #00183780;
  padding: 50px 0;
  margin-top: 50px;
  z-index: 1;
}

.footer-copyright-text p {
  color: ##001837 !important;
  margin: 0;
}

.footer-privacy-policy {
  text-align: end;
}

.footer-privacy-policy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-privacy-policy ul li {
  position: relative;
  color: #001837 !important;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 10px;
  padding-right: 22px;
  transition: all 0.3s ease-in-out;
}

.footer-privacy-policy ul li:hover {
  color: #001837;
}

.footer-privacy-policy ul li a {
  color: inherit;
}

.footer-privacy-policy ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #001837 !important;
}

.footer-privacy-policy ul li:last-child {
  padding: 0;
  margin: 0;
}

.footer-privacy-policy ul li:last-child:before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-footer {
    padding: 40px 0 0 0;
    margin-bottom: 0;
  }

  .footer-about,
  .footer-links-box {
    width: 100%;
  }

  .footer-logo,
  .about-footer-content {
    margin-bottom: 20px;
  }

  .footer-contact-list {
    margin-bottom: 30px;
  }

  .footer-contact-list ul {
    gap: 20px;
  }

  .footer-contact-list ul li {
    font-size: 18px;
    padding: 9px 15px;
  }

  .footer-menu ul {
    gap: 20px 30px;
  }

  .footer-menu ul li {
    font-size: 18px;
  }

  .footer-links-box {
    gap: 30px 60px;
  }

  .footer-links h3 {
    margin-bottom: 20px;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }

  .footer-copyright {
    padding: 30px 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer-box {
    gap: 40px;
  }

  .footer-contact-list {
    margin-bottom: 20px;
  }

  .footer-contact-list ul {
    gap: 15px;
  }

  .footer-contact-list ul li {
    font-size: 16px;
  }

  .footer-menu ul li {
    font-size: 16px;
  }

  .footer-links {
    width: 100%;
  }

  .footer-links h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-social-links span {
    font-size: 18px;
  }

  .footer-copyright {
    text-align: left;
    padding: 15px 0;
  }

  .footer-privacy-policy {
    text-align: left;
    margin-top: 10px;
  }

  .footer-privacy-policy ul li {
    margin-right: 3px;
    padding-right: 15px;
  }

  .footer-privacy-policy ul li::before {
    font-size: 16px;
  }
}


/*-----------------------------
    Footer
--------------------------------*/

/*-----------------------------
    Blog
--------------------------------*/

.post-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.post-featured-image {
  margin-bottom: 20px;
}

.post-featured-image a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.post-featured-image figure {
  display: block;
}

.post-featured-image img {
  aspect-ratio: 1 / 0.744;
  object-fit: cover;
  border-radius: var(--radius-small);
  transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-content h3 {
  font-size: 20px;
  line-height: 1.4em;
}

.post-item-content h3 a {
  display: inline-block;
  color: inherit;
}
.readmore-btn {
  position: relative;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #ed7e1b;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
}

.readmore-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-2px, -50%);
  background: url("../../../assets/images/icon/arrow-accent.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 18px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}

.readmore-btn:hover:after {
  transform: translate(0, -50%);
}

.post-item-content h3 a:hover {
  color: #ed7e1b;
}

/*-----------------------------
    Blog
--------------------------------*/

/*-----------------------------
    Title
--------------------------------*/

.section-title h3 {
    position: relative;
    font-size: var(--font-size-b2);
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    color: #ed7e1b !important;
    background: url(../../../assets/images/icon/asteriks.svg) no-repeat;
    background-position: left top;
    background-size: 22px auto;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
}


/*-----------------------------
    Title
--------------------------------*/

/*-----------------------------
    Yorum
--------------------------------*/

@keyframes testimonialbgmove {
  from {
    background-position: left center;
  }
  to {
    background-position: left 200vw center;
  }
}

.testimonial-item:hover .testimonial-stars li {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.testimonial-stars {
  position: relative;
  align-self: flex-end;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial-stars li {
  color: #ed7e1b;
  fill: #ed7e1b;
}

.testimonial-stars li svg {
  width: 1em;
  height: 1em;
}

.testimonial-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.testimonial-item {
  position: relative;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 30px 25px;
  overflow: hidden;
}

.testimonial-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed7e1b;
  height: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.testimonial-item.active::after,
.testimonial-item:hover::after {
  height: 100%;
}

.testimonial-item-content,
.testimonial-author-box {
  position: relative;
  z-index: 1;
}

.testimonial-item-content {
  margin-bottom: 30px;
}

.testimonial-rating {
  margin-bottom: 15px;
}

.testimonial-info {
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px;
  height: 200px !important;
}

.testimonial-info p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.testimonial-item.active .testimonial-info p,
.testimonial-item:hover .testimonial-info p {
  color: #ffffff;
}

.testimonial-author-box {
  display: flex;
}

.testimonial-author-image {
  margin-right: 15px;
}

.testimonial-author-image figure {
  display: block;
  border-radius: 50%;
}

.testimonial-author-image img {
  width: 100%;
}
.testimonial-item.active .testimonial-author-image,
.testimonial-item:hover .testimonial-author-image,
.testimonial-item.active .testimonial-quote,
.testimonial-item:hover .testimonial-quote {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(118deg) brightness(113%) contrast(101%);
}
.testimonial-author-content {
  width: calc(100% - 55px);
}

.testimonial-author-content h3 {
  font-size: var(--font-size-b2);
  text-transform: capitalize;
  margin-bottom: 0px;
}

.testimonial-item.active .testimonial-author-content h3,
.testimonial-item:hover .testimonial-author-content h3 {
  color: #ffffff;
}

.testimonial-author-content p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.testimonial-item.active .testimonial-author-content p,
.testimonial-item:hover .testimonial-author-content p {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .testimonial-boxes {
    gap: 20px;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonial-rating {
    margin-bottom: 10px;
  }

  .testimonial-author-content h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .page-testimonials .testimonial-boxes .testimonial-item {
    width: 100%;
  }

  .page-testimonials .testimonial-boxes {
    gap: 20px;
  }

  .testimonial-content {
    margin-bottom: 30px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .testimonial-item-content {
    margin-bottom: 20px;
  }

  .testimonial-author-content h3 {
    font-size: 18px;
  }
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

/*-----------------------------
    Yorum
--------------------------------*/

/*-----------------------------
    Before & After
--------------------------------*/

.transformation_overlay {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alanya_icompare_text_pos_bl {
  bottom: 0;
  left: 0;
}
.alanya_icompare_text_pos_br {
  bottom: 0;
  right: 0;
}
.alanya_icompare_text_before {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-color: #ffffff;
  color: #001837;
  border-radius: var(--radius-small);
  padding: 8px 20px 8px 20px;
  margin: 0px 0px 20px 20px;
}
.alanya_icompare_text_after {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-color: #ffffff;
  color: #001837;
  border-radius: var(--radius-small);
  padding: 8px 20px 8px 20px;
  margin: 0px 20px 20px 0px;
}

/*-----------------------------
    Before & After
--------------------------------*/

/*-----------------------------
    Ekip
--------------------------------*/

.team-item.style-2 {
  padding: 0;
}
.team-item.style-2 .top-item {
  margin-bottom: 20px;
  position: relative;
}
.team-item.style-2 .top-item .tf-btn-plus {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item.style-2 .top-item .tf-btn {
  width: max-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item.style-2 .image {
  border-radius: 7px;
  max-width: 100%;
  margin-bottom: 0;
}
.team-item.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #eeeeee;
}
.team-item.style-2 .name-team {
  margin-bottom: 5px;
}
.team-item.style-2 .name-team a {
  color: #001837;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: unset;
}
.team-item.style-2 .name-team a:hover {
  color: #ed7e1b;
}

.team-item.style-2 .position {
  color: #001837;
}

.team-item.style-2 .name-team a:hover {
  color: #ed7e1b;
}
.team-item.style-2 .tf-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.team-item.style-2:hover .top-item .tf-btn-plus {
  top: 10px;
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.team-item.style-2:hover .top-item .tf-btn {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


/*-----------------------------
    Ekip
--------------------------------*/

/*-----------------------------
    Adimlar
--------------------------------*/

.features-item {
  padding: 30px;
  border: 1px solid #eeeeee;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: var(--radius-small);
  overflow: hidden;
  background: #ffffff;
}
.features-item .icon {
  position: relative;
  margin-bottom: 22px;
}
.features-item .icon i {
  font-size: 55px;
  color: #ed7e1b;
}
.features-item .title {
  color: #001837;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: -0.05px;
}
.features-item .desc {
  color: #001837;
  margin-bottom: 20px;
  position: relative;
  max-width: 464px;
}
.features-item .number-features {
  position: absolute;
  top: 13px;
  right: 0px;
  height: 300px;
  width: 356px;
  font-weight: 600;
  font-size: 300px;
  line-height: 300px;
}
.alanya-adimlar-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.alanya-adimlar-btn span {
  color: #ed7e1b;
  font-weight: 700;
}

/*-----------------------------
    Adimlar
--------------------------------*/

/*-----------------------------
    Hizmetler
--------------------------------*/

.swiper-slider_next i, .swiper-slider_prev i{
  font-size: 35px !important;
}
  .alanya_hizmets.alanya_style_1 {
  padding-top: 60px;
  position: relative;
}

.alanya_hizmets.alanya_style_1 .alanya_hizmet_list {
  position: relative;
  z-index: 1;
  padding: 0 25px;
}
@media (max-width: 991px) {
.swiper-slider_next i, .swiper-slider_prev i{
  font-size: 20px !important;
}
.swiper-slider_navigation.alanya_style_1 .swiper-slider_next{
  width: 50px !important;
  height: 50px !important;
  right: 0px !important;
}

.swiper-slider_navigation.alanya_style_1 .swiper-slider_prev{
  width: 50px !important;
  height: 50px !important;
  left: 0px !important;
}

  .alanya_hizmets.alanya_style_1 .section-title{
    padding: 0 35px;
}
  .alanya_hizmets.alanya_style_1 .alanya_hizmet_list {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .alanya_hizmets.alanya_style_1 .alanya_hizmet_list .swiper-slider_navigation.alanya_style_1 {
    margin-top: 0;
  }
}
.alanya_hizmets.alanya_style_1 .alanya_section_heading {
  position: relative;
  z-index: 1;
}
.alanya_hizmets.alanya_style_1 .alanya_hizmet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 30px 30px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .alanya-slider.alanya-slider-bg-image .alanya-slider-content{
    max-width: 100%;
  }
  .alanya_hizmets.alanya_style_1 .alanya_hizmet {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .alanya_hizmets.alanya_style_1 .alanya_hizmet {
    padding: 30px 20%;
  }
}
.alanya_hizmets.alanya_style_1 .alanya_hizmet:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  background-color: #ed7e1b;
}
.alanya_hizmets.alanya_style_1 .alanya_hizmet:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.alanya_hizmets.alanya_style_1 .alanya_hizmet:hover .alanya_heading_color {
  color: #fff;
}
.alanya_hizmets.alanya_style_1 svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.alanya_hizmets.alanya_style_1 .alanya_hizmet_title {
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.alanya_hizmets.alanya_style_1 .alanya_hizmets_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 122px);
  background: url(../../../assets/images/bg/bg-gradiant-shape.png), #f3f4f6;
}
.alanya_white_bg {
    background-color: #ffffff;
}
.alanya_radius_20 {
    border-radius:var(--radius-small);
}
.alanya_radius_25 {
    border-radius:var(--radius-small);
}
.alanya_heading_color {
    color: #001837;
}
.alanya_medium {
    font-weight: 500;
}
.alanya_fs_20 {
    font-size: 20px;
    line-height: 1.5em;
}
.alanya_shadow_1 {
    -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}

.alanya_hizmet_carousel .swiper-slider_navigation.alanya_style_1 .swiper-slider_prev {
    left: -35px;
    z-index: 9999999;
}
.alanya_hizmet_carousel .swiper-slider_navigation.alanya_style_1 .swiper-slider_prev, .alanya_hizmet_carousel .swiper-slider_navigation.alanya_style_1 .swiper-slider_next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 70px;
    -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    opacity: 1;
}
.swiper-slider_navigation.alanya_style_1 .swiper-slider_prev, .swiper-slider_navigation.alanya_style_1 .swiper-slider_next {
    width: 90px;
    height: 70px;
    background-color: #fff;
    border-radius:50%;
    padding: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.alanya_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-slider_navigation.alanya_style_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.alanya_hizmet_carousel .swiper-slider_navigation.alanya_style_1 .swiper-slider_next {
    right: -35px;
    z-index: 9999999;
}

.about-inner-conetent-right-nine {
    padding-left: 60px;
}

@media only screen and (max-width: 991px) {
    .about-inner-conetent-right-nine {
        padding-left: 0px;
    }
}

/*-----------------------------
    Hizmetler
--------------------------------*/

/*-----------------------------
    Hakkımızda-Adimlar
--------------------------------*/

.stat-card {
  border-radius: var(--radius-small);
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  background: #fff;
  height: 100%;
}
.stat-badge {
  background-color: #ed7e1b;
  font-weight: 500;
  border-radius: 20px;
  padding: 6px 14px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #ffffff;
}
.stat-badge i {
  margin-right: 10px;
}
.stat-number {
  font-size: 64px;
  color: #ed7e1b;
  font-weight: 600;
}

/*-----------------------------
    Hakkımızda-Adimlar
--------------------------------*/

/*-----------------------------
    Hakkımızda
--------------------------------*/

 .hakkimizda-img figure{
  display: block;
  border-radius: var(--radius-small);
}

.hakkimizda-img img{
  width: 100%;
  aspect-ratio: 1 / 0.84;
    object-fit: cover;
  border-radius: var(--radius-small);
}

.hakkimizda-content{
  margin-left: 20px;
}

.vizyon-misyon-nav{
  margin-bottom: 20px;
}

.vizyon-misyon-nav .nav-tabs{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  border: none;
}

.vizyon-misyon-nav ul li{
  margin-right: 20px;
}

.vizyon-misyon-nav ul li:last-child{
  margin-right: 0;
}

.vizyon-misyon-nav ul li .nav-link{
  background-color: #ffffff;
    color: #ed7e1b;
    font-size: var(--font-size-b2);
    font-weight: 600;
    text-transform: capitalize;
    border-radius: var(--radius-small);
    padding: 12px 30px;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.vizyon-misyon-nav ul li:hover .nav-link,
.vizyon-misyon-nav ul li .nav-link.active{
  background-color: #ed7e1b;
  color: #ffffff;
}

.vizyon-misyon-img figure{
  display: block;
  border-radius: var(--radius-small);
}

.vizyon-misyon-img img{
  width: 100%;
  aspect-ratio: 1 / 0.66;
  object-fit: cover;
  border-radius: var(--radius-small);
}

.vizyon-misyon-content ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.vizyon-misyon-content ul li{
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.vizyon-misyon-content ul li:last-child{
  margin-bottom: 0;
}

.vizyon-misyon-content ul li:after{
      content: '\e92c';
    font-family: 'feather' !important;
    font-weight: 900;
    font-size: var(--font-size-b2);
    color: #ed7e1b;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px){
  .hakkimizda-img{
    margin-bottom: 20px;
  }

  .hakkimizda-img figure,
  .hakkimizda-img img{
    aspect-ratio: 1 / 0.7;
    border-radius: var(--radius-small);
  }

  .hakkimizda-content{
    margin-left: 0;
  }

  .vizyon-misyon-nav{
    margin-bottom: 20px;
  }

  .vizyon-misyon-nav ul li{
    margin-right: 20px;
  }

  .vizyon-misyon-nav ul li .nav-link{
    padding: 10px;
  }
  .vizyon-misyon-img {
        margin-bottom: 20px;
  }
}

/*-----------------------------
    Hakkımızda
--------------------------------*/

/*-----------------------------
    Toplar
--------------------------------*/

.ball-bg-1{
    background-image: url(../../../assets/images/bg/bg-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ball-bg-2{
    background-image: url(../../../assets/images/bg/bg-2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ball-bg-3{
    background-image: url(../../../assets/images/bg/bg-3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ball-bg-4{
    background-image: url(../../../assets/images/bg/bg-4.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ball-bg-5{
    background-image: url(../../../assets/images/bg/bg-5.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.ball-bg-6{
    background-image: url(../../../assets/images/bg/bg-6.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}


/*-----------------------------
    Toplar
--------------------------------*/

/*-----------------------------
    Breadcrumb
--------------------------------*/

.bg-section {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  border-radius: var(--radius-small);
}
.page-header {
  position: relative;
  background-color: #f3f4f6;
  background-image: url("../../../assets/images/bg/page-header-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 125px 0;
  overflow: hidden;
}

.page-header-box {
  text-align: center;
}

.page-header-box h1 {
  font-size: 68px;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-bottom: 30px;
}

.page-header-box ol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ed7e1b;
  border-radius: 46px;
  padding: 12px 20px;
  margin: 0;
}

.page-header-box ol li.breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\e930";
  float: left;
  color: inherit;
  font-weight: 700;
  font-family: "feather" !important;
  font-size: 14px;
  padding-right: 0.5rem;
  top: 2px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header-box h1 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .page-header-box ol {
    padding: 8px 20px;
  }
  .bg-section {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0;
  }
}
/*-----------------------------
    Breadcrumb
--------------------------------*/

/*-----------------------------
    Blog Detay 
--------------------------------*/

.blog-details-text{
  padding: 0% 5%;
}

@media only screen and (max-width: 991px) {
.blog-details-text{
  padding: 0%;
}
}

/*-----------------------------
    Blog Detay 
--------------------------------*/

/*-----------------------------
    404
--------------------------------*/

  .error-page-image{
  text-align: center;
  margin-bottom: 40px;
}

.error-page-image img{
  width: 100%;
  max-width: 50%;
}

 .error-page-content{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.error-page-content .section-title{
  margin-bottom: 20px;
}

.error-page-content-body p{
  margin-bottom: 20px;
}

/*-----------------------------
    404
--------------------------------*/

/*-----------------------------
    Kayan Yazı
--------------------------------*/

 .text-slider-section {
  background-color: #ed7e1b;
  padding: 25px 15px;
  overflow: hidden;
}
.text-slider-section .marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.text-slider-section .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
}
.text-slider-section .marquee .marquee__group span {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffffff;
}
.text-slider-section .marquee .marquee__group span img {
    width: 100%;
    max-width: 30px;
    margin-right: 30px;;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-20%);
  }
}

/*-----------------------------
    Kayan Yazı
--------------------------------*/

/*-----------------------------
    Video
--------------------------------*/


.section-appointment {
  position: relative;
}
.section-appointment.h-3 {
  background-color: #ed7e1b;
  overflow: hidden;
}
.section-appointment.h-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-appointment.h-3 .image.image-1 {
  position: relative;
  height: 300px;
}
.section-appointment.h-3 .image.image-1 .simpleParallax {
  height: 100%;
}
.section-appointment.h-3 .image.image-1::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 23, 26, 0) 0%, #ed7e1b 100%);
  z-index: 1;
}
.section-appointment.h-3 .image.image-2 {
  border-radius: var(--radius-small);
  overflow: hidden;
  height: 100%;
}
.section-appointment.h-3 .image.image-2 .simpleParallax {
  height: 100%;
}
.section-appointment.h-3 .image.image-2 img {
  border-radius: var(--radius-small);
}
.section-appointment.h-3 .list-text {
  position: absolute;
  top: 32%;
}
.section-appointment.h-3 .list-text .initial-child-container {
  gap: 100px;
}
.section-appointment.h-3 .section-appointment-inner {
  margin-top: -160px;
  margin-bottom: 80px;
}
.section-appointment.h-3 .img-item {
  position: absolute;
  right: 35px;
  bottom: -173px;
}
.section-appointment.p-events .section-appointment-inner {
  background-image: url(https://micare.vercel.app/image/section/bg-section-appointment.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  border-radius: var(--radius-small);
}
.section-appointment.p-make {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: var(--radius-small);
}
.section-appointment.p-make .image {
  position: relative;
}
.section-appointment.p-make .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-appointment.p-make .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(214, 232, 235, 0) 0%, #d6e8eb 100%);
  z-index: 5;
}
.section-appointment.p-make .text-overlay {
  margin-top: 57px;
  margin-bottom: -80px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(12, 23, 26, 0.05) 0%,
    rgba(12, 23, 26, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.section-appointment.p-make .bottom-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  border-radius: var(--radius-small);
}
.section-appointment.p-make .bottom-section .form-contact-us {
  max-width: 63%;
  margin-left: 0;
}
.section-appointment.p-make .image-2 {
  border-radius: var(--radius-small);
}
.section-appointment.p-make .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-small);
}

.box-why {
  background-color: #001837;
  padding: var(--form-padding);
  border-radius: var(--radius-small);
}
.box-why .title {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.box-why .benefit-items {
  margin-bottom: 10px;
  gap: 9px;
}
.box-why .benefit-items:last-child {
  margin-bottom: 0;
}

.z-5 {
  z-index: 5;
}
.rg-30 {
  row-gap: 30px;
}
.benefit-items i,
.benefit-items span {
  color: #ffffff;
}
.style-white h2,
.style-white h6 {
  color: #ffffff !important;
}
.tf-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tf-marquee .marquee-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: scroll-x 20s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}
.tf-marquee .marquee-wrapper .initial-child-container {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.tf-marquee .marquee-wrapper .initial-child-container .marquee-child-item {
  display: inline-flex;
}
.tf-marquee .marquee-wrapper:hover {
  animation-play-state: paused;
}

.text-overlay {
  font-size: 150px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.form-contact-us {
  padding: var(--form-padding);
  border-radius: var(--radius-small);
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 4px 60px rgba(193, 193, 193, 0.25);
  position: relative;
  width: 100%;
  height: 100%;
}
.form-contact-us.style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../assets/images/bg/bg-form-contact-h3.png);
}
.form-contact-us.style-2 input {
  background-color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .section-appointment.h-3 .section-appointment-inner {
    margin-top: -120px;
    margin-bottom: 60px;
  }
}

/*-----------------------------
    Video
--------------------------------*/

/*-----------------------------
    SSS
--------------------------------*/

.faq-catagery-list{
  background: #f3f4f6;
  border: 1px solid #eee;
  padding: var(--form-padding);
  border-radius: var(--radius);
  margin-bottom: 30px;
}

.faq-catagery-list ul{
    list-style: none;
    margin: 0;
  padding: 0;
}

.faq-catagery-list ul li{
    margin-bottom: 20px;
}

.faq-catagery-list ul li:last-child{
  margin-bottom: 0;
}

.faq-catagery-list ul li a{
    position: relative;
    display: block;
    color: #001837;
    text-transform: capitalize;
  padding-right: 20px;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a{
    color: #001837;
}

.faq-catagery-list ul li a::before{
  content: '\e912';
    font-family: 'feather' !important;
    font-weight: 900;
    font-size: 18px;
    color: #001837;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
    transition: all 0.4s ease-in-out;
}

.faq-catagery-list ul li:hover a::before{
  transform: translateY(-50%) rotate(0deg);
  color: #001837;
}

.page-cta-box {
  position: relative;
  background: url("../../../assets/images/faqs.png") no-repeat;
  background-position: center center;
  background-size: cover;
  align-content: center;
  height: calc(100% - 30px);
  padding: var(--form-padding);
    border-radius: var(--radius);
  overflow: hidden;
}

.page-cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #001837;
  opacity: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-cta-box-info,
.page-cta-box .contact-now-box {
  position: relative;
  z-index: 1;
}

.page-cta-box-info {
  margin-bottom: 30px;
}

.page-cta-box-info h3 {
  font-size: 20px;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.page-cta-box-info h2 {
  font-size: 30px;
  color: #ffffff !important;
}

.contact-now-box{
  display: inline-flex;
  align-items: center;
  text-align: left;
}

.contact-now-box .icon-box{
  position: relative;
    background: #ffffff1a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.contact-now-box:hover .icon-box{
  background-color: #ed7e1b;
}

.contact-now-box .icon-box img{
  max-width: 24px;
  transition: all 0.3s ease-in-out;
}



.contact-now-box-content p{
    color: #ffffff !important;
  margin-bottom: 5px;
}

.contact-now-box-content h3{
    font-size: 20px;
  color: #ffffff !important;
}

.contact-now-box-content h3 a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.contact-now-box-content h3 a:hover{
  color: #ed7e1b;
}


/*-----------------------------
    SSS
--------------------------------*/

  /*-----------------------------
    Online Konsültasyon
--------------------------------*/

 .our-appointment-box{
  background: #ffffff;
  box-shadow: 6px 4px 64px 0px #0000001A;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 60px;
  border-radius: var(--radius);
}

.our-appointment-content{
  width: calc(50% - 30px);
}

.appointment-item{
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.appointment-item:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.appointment-item .icon-box{
  margin-right: 40px;
}

.appointment-item .icon-box img{
  max-width: 60px;
  height: 60px;
}

.appointment-item-content{
  width: calc(100% - 100px);
}

.appointment-item-content h3{
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.appointment-item-content p{
  margin: 0;
}
.book-appointment-image img {
    width: 100%;
    aspect-ratio: 1 / 0.555;
    object-fit: cover;
    border-radius: 20px;
}
@media only screen and (max-width: 991px) {
    .our-appointment-box {
        padding: 30px !important;
        gap: 30px;
    }
    .our-appointment-content{
      width: 100% !important;
    }
}

/*-----------------------------
    Online Konsültasyon
--------------------------------*/

/*-----------------------------
   Hakkımızda
--------------------------------*/

  .section-about {
  position: relative;
}
.section-about.p-about .image {
  border-radius: var(--radius-small);
}
.section-about.p-about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-small);
}
.section-about.p-about .list-item {
  width: 100%;
  padding: var(--form-padding);
  background-color: #ed7e1b;
  border-radius: var(--radius-small);
}
.section-about.p-about .list-item .about-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 30px;
}
.section-about.p-about .list-item .about-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
    .section-about.p-about .list-item {
        max-width: 40.3%;
        width: 100%;
    }
        .section-about.p-about .image {
        max-width: 59.7%;
    }
}
.g-10 {
    gap: 30px;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 991px) {
    .section-about.p-about .bottom-section {
        flex-direction: column;
    }
}
.about-item.style-list .number-item {
    margin-bottom: 0;
    color: #ffffff;
    border-color: #ffffff;
}
.about-item .number-item {
    width: 50px;
    height: 50px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-item.style-list .top-item {
    margin-bottom: 30px;
}
.g-30 {
    gap: 30px;
}
.about-item.style-list .desc {
    color: #ffffffbf;
}
.about-item.style-list .alt-baslik {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.section-fun-fact{
  display: block;
}
  .fun-fact-item {
        opacity: 1;
    display: block;
      padding: var(--form-padding);
    border-radius: var(--radius-small);
  min-height: 287px;
}
.fun-fact-item .icon {
  margin-bottom: 30px;
}
.fun-fact-item .icon i {
  font-size: 55px;
}
.fun-fact-item .counter-item .number-counter {
  margin-bottom: 8px;
}
.fun-fact-item .counter-item span {
  font-size: 55px;
  line-height: 100%;
  font-weight: 700;
}

.fun-fact-item.bg-yellow {
  background-color: #ed7e1b;
}
.fun-fact-item.bg-yellow .icon i {
  color: #ffffff;
}
.fun-fact-item.bg-yellow .counter-item span {
  color: #ffffff;
}
.fun-fact-item.bg-yellow .counter-item .title-counter {
  color: #ffffff;
}
.fun-fact-item.bg-black-2 {
  background-color: #ffffff;
}
.fun-fact-item.bg-black-2 .icon i {
  color: #ffffff;
}
.fun-fact-item.bg-black-2 .counter-item span {
  color: #ffffff;
}
.fun-fact-item.bg-black-2 .counter-item .title-counter {
  color: #ffffff;
}
.fun-fact-item.bg-green {
  background-color: #001837;
}
.fun-fact-item.bg-green .icon i {
  color: #ffffff;
}
.fun-fact-item.bg-green .counter-item span {
  color: #ffffff;
}
.fun-fact-item.bg-green .counter-item .title-counter {
  color: #ffffff;
}
.section-fun-fact .image{
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-small);
    object-position: top;}

/*-----------------------------
   Hakkımızda
--------------------------------*/

/*-----------------------------
    İletişim
--------------------------------*/

 .contact-us-box{
  background-color: #ffffff;
  box-shadow: 6px 4px 64px 0px #0000001A;
  border-radius: var(--radius-small);
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 60px;
  border: 1px solid #eeeeee;
}

.contact-info-box{
  width: calc(40% - 30px);
}

.contact-info-list{
  margin-bottom: 40px;
}

.contact-info-item{
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f3f4f6;
  padding: var(--form-padding);
  border-radius: var(--radius-small);
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.contact-info-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    width: 100%;
    height: 0;
    background: #001837;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover::before{
  top: auto;
    height: 100%;
    bottom: 0;
}

.contact-info-item:last-child{
  margin-bottom: 0;
}

.contact-info-item .icon-box{
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ed7e1b;
    border-radius: var(--radius-small);
  margin-right: 20px;
  overflow: hidden;
}

.icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before{
  top: auto;
    height: 100%;
    bottom: 0;
}

.contact-info-item .icon-box img{
  position: relative;
  max-width: 30px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box img{
  filter: brightness(0) invert(0);
}

.contact-info-content{
  position: relative;
  width: calc(100% - 80px);
  z-index: 1;
}

.contact-info-content h3{
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
}

.contact-info-content p{
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .contact-info-content h3,
.contact-info-item:hover .contact-info-content p{
  color: #ffffff;
}

.contact-social-list span{
  font-size: 20px;
    font-weight: 600;
  color: #001837;
    text-transform: capitalize;
}

.contact-social-list{
  display: inline-flex;
    gap: 20px;
    align-items: center;
}

.contact-social-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-social-list ul li{
    display: inline-block;
    border-radius: var(--radius-small);
    margin-right: 15px;
}

.contact-social-list ul li a i{
    color: #001837;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.contact-social-list ul li:hover a i{
    color: #001837;
}

.contact-us-form{
  width: calc(60% - 30px);
}

.contact-us-form .contact-form .form-control{
  background-color: #ffffff;
}

.google-map .section-row .dentafix-section-title{
  max-width: 725px;
}

.google-map-iframe,
.google-map-iframe iframe{
  width: 100%;
  height: 550px;
  border-radius: var(--radius-small);
}

@media only screen and (max-width: 991px){
  .contact-us-box{
        padding: 30px !important;
    }
  .contact-us-box{
    border-radius: var(--radius-small);
    gap: 30px;
  }

  .contact-info-box{
    width: calc(40% - 15px);
  }

  .contact-info-list{
    margin-bottom: 30px;
  }

  .contact-info-item{
    padding: 15px;
    margin-bottom: 20px;
  }

  .contact-info-item .icon-box{
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .contact-info-item .icon-box img{
    max-width: 25px;
  }

  .contact-info-content{
    width: calc(100% - 55px);
  }

  .contact-social-list ul li{
    margin-right: 10px;
  }

  .contact-social-list ul li a i{
    font-size: 18px;
  }

  .contact-us-form{
    width: calc(60% - 15px);
  }

  .google-map{
    padding: 25px 0 50px;
  }

  .google-map .section-row .dentafix-section-title{
    max-width: 100%;
  }

  .google-map-iframe,
  .google-map-iframe iframe{
    height: 400px;
    border-radius: var(--radius-small);
  }

}

@media only screen and (max-width: 767px){

  .contact-info-box,
  .contact-us-form{
    width: 100%;
  }

  .contact-info-content h3{
    font-size: 18px;
  }

  .contact-social-list span{
    font-size: 18px;
  }

  .google-map-iframe,
  .google-map-iframe iframe{
        height: 350px;
    }
}

.section-title .h3-icon{
  position: relative;
  display: inline-block;
  font-size: 16px;
    font-weight: 500;
  line-height: 1.4em;
    text-transform: capitalize;
    color: #ed7e1b !important;
  padding-left: 34px;
    margin-bottom: 10px;
}

.section-title .h3-icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../../../assets/images/icon/icon-sub-heading.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
}
  .google-map-iframe, .google-map-iframe iframe {
    width: 100%;
    height: 550px;
    border-radius: var(--radius-small);
}
.section-row .section-title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
}

/*-----------------------------
    İletişim
--------------------------------*/

  .faqs-image-box{
  position: relative;
}

.faq-image{
  border-radius: var(--radius-small);
  overflow: hidden;
}

.faq-image figure{
  display: block;
}

.faq-image img{
  width: 100%;
  object-fit: cover;
}

.faqs-contact-box{
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: end;
  background: #001837;
  border-radius: var(--radius-small);
  gap: 20px;
  padding: 30px 0 30px 30px;
  overflow: hidden;
  z-index: 1;
}

.faqs-cta-box-content{
  width: calc(100% - 120px);
}

.faqs-cta-box-content h3{
  font-size: 20px;
  color: #ffffff !important;
  margin-bottom: 20px;
}

.faqs-contact-box .icon-box{
  margin-bottom: -40px;
  transform: rotate(-10deg);
}

.faqs-contact-box .icon-box img{
  width: 100%;
  max-width: 100px;
}