:root {
  --beige: #927e70;
  --beige2: #d8cdc4;
  --paper: #ece3df;
  --line: #e7ddd5;
  --txt: #2f2a27;
  --mut: #7a6f68;
  --brand: #22b24c;
  --darkbtn: #5e564f;
}

body {
  font-family: "Roboto", sans-serif !important;
  color: var(--txt);
  background: #fff;
}

a {
  color: inherit;
}

.container {
  max-width: 1100px;
}

/* STICKY HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #fff;
}

/* MOBILE TRUST SECTION */
.mobile-trust-section {
  padding-top: 60px;
  padding-bottom: 25px;
}

/* TOP STRIP */
.top-strip i {
  font-size: 15px;
}

.logoMark img {
  width: 100%;
  max-width: 250px;
  transition: max-width 0.3s ease;
}

/* Scrolled header - smaller logo on mobile */
@media (max-width: 768px) {
  .site-header.scrolled .logoMark img {
    max-width: 150px;
  }

  .site-header.scrolled .top-strip {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

.top-icons a {
  color: #7b7b7b;
  margin-left: 10px;
  font-size: 13px;
}

.pill img {
  height: 45px;
  margin-left: 50px;
}

/* NAV */
.nav-strip {
  background: var(--beige);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  position: relative;
  z-index: 1030;
}

.nav-strip .navbar {
  padding: .35rem 0;
}

.nav-strip .nav-link {
  font-weight: 300;
  color: #fff !important;
  font-size: 17px;
}

.nav-strip .nav-link:hover {
  opacity: 0.85;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

.hero > div {
  min-height: 700px;
}

.hero .row {
  min-height: 700px;
}

.hero .bg {
  position: absolute;
  inset: 0;
}

.hero .content {
  position: relative;
  z-index: 2;
  padding: 130px 0;
}

.hero h1 {
  color: #fff;
  font-weight: 500;
  font-style: italic;
  font-size: 65px;
  line-height: 1.05;
  margin: 0;
}

.hero .kicker {
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
}

.hero .btnRow {
  margin-top: 18px;
}

.btn-brand i,
.btn-soft i {
  rotate: 315deg;
  margin-left: 15px;
}


.btn-brand {
  background: var(--brand);
  border: 0;
  color: #fff;
  font-weight: 300;
  border-radius: 3px;
  padding: .7rem 1.2rem;
}

.btn-brand:hover {
  filter: brightness(.95);
  color: #fff;
}

.btn-soft {
  background: #927e70;
  border: 0;
  color: #ffffff;
  font-weight: 300;
  border-radius: 3px;
  padding: .7rem 1.2rem;
}

.btn-soft:hover {
  filter: brightness(.95);
  color: #fff;
}

.offerBox {
  background: rgba(146, 126, 112, .80);
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offerBox h3 {
  color: #fff;
  font-weight: 300;
  font-style: italic;
  font-size: 55px;
  line-height: 1.05;
  margin-bottom: 16px;
}

.offerBox .form-control {
  height: 44px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .92);
}

.offerBox .btn-submit {
  background: rgba(0, 0, 0, .35);
  color: #fff;
  height: 44px;
  border-radius: 2px;
  width: 100%;
  font-weight: 300;
  letter-spacing: .08em;
  border: 1px solid rgba(255, 255, 255, .25);
}

.offerBox .btn-submit:hover {
  background: rgba(0, 0, 0, .45);
}

/* offerbox2*/
.offerBox2 {}

.offerBox2 h3 {
  color: #927e70;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.05;
  margin-bottom: 16px;
}

.offerBox2 .form-control {
  height: 44px;
  border-radius: 2px;
  border: 1px solid #927e70;
  background: rgba(255, 255, 255, .92);
  border-radius: 10px;
}

.offerBox2 .btn-submit {
  background: #927e70;
  color: #fff;
  height: 44px;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
  letter-spacing: .08em;
  border: 1px solid rgba(255, 255, 255, .25);
}

.offerBox2 .btn-submit:hover {
  background: rgba(0, 0, 0, .45);
}

/* SECTION */
.section {
  padding: 58px 0;
}

.soft {
  background: var(--paper);
}

.title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.title .left h2 {
  font-style: italic;
  font-weight: 600;
  font-size: 48px;
  color: #927e70;
  margin: 0;
}

.title h2 span {
  font-weight: 600;
  color: #927e70;
}

.title h2 span.light {
  font-weight: 300;
}

.title .left p {
  color: #000000;
  margin: 6px 0 0;
  font-size: 14px;
}

.titlecenter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.titlecenter h2 {
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  color: #616161;
  margin: 0;
  width: 100%;
  text-align: center;
}

.titlecenter h2 span {
  font-weight: 800;
  color: #927e70;
}

.titlecenter h2 span.light {
  font-weight: 300;
}

.titlecenter p {
  color: #616161;
  margin: 6px 0 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.see-all {
  background: #927e70;
  color: #fff;
  font-size: 13px;
  padding: 10px 25px;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.see-all span {
  font-size: 14px;
}

.see-all:hover {
  background: #8b7a6c;
  color: #fff;
  text-decoration: none;
}

/* cards */
.cardX {
  background: #ece3df;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cardX .thumb {
  display: block;
}

.cardX .thumb img {
  width: 100%;
}

.cardX .video-thumb {
  position: relative;
  cursor: pointer;
}

.cardX .video-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.cardX .video-thumb .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}



.cardX .body {
  padding: 30px 15px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cardX .body p {
  flex-grow: 1;
}

.cardX .body .tiny {
  margin-top: auto;
}

.cardX h5 {
  color: #616161;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 10px;
}

.cardX p {
  color: #616161;
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 400;
}

.tiny {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
  color: #616161;
  border: 1px solid #616161;
  padding: 10px 50px;
}

.tiny:hover {
  background-color: #616161;
  color: #fff;
  border: 1px solid #616161;
  text-decoration: none;
}


/* cards2 */
.card2X {}

.card2X .thumb img {
  width: 100%;
  border-radius: 15px;
}

.card2X .body {
  padding: 20px 0px 0px;
  text-align: left;
}

.card2X h5 {
  color: #616161;
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 10px;
}

.card2X p {
  color: #616161;
  font-size: 11px;
  margin: 0 0 20px;
  font-weight: 400;
}

.card2X .tiny {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: none;
  font-weight: 400;
  color: #046bcb;
  border: none;
  padding: 0px;
}

.card2X .tiny:hover {
  color: #046bcb;
  text-decoration: underline;
  background-color: transparent;
}

/* ABOUT split */
.about-split .right-edge {
  overflow: hidden;
}

.about-split h2 {
  font-weight: 100;
  font-size: 55px;
  line-height: 1.05;
  color: #927e70;
  font-style: italic;
}

.about-split .light {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 14px;
  font-weight: 400;
}

.about-split .lightitalic {
  color: #927e70;
  font-size: 21px;
  line-height: 1.7;
  margin: 14px 0px 40px;
  font-style: italic;
  font-weight: 300;
}


@media (min-width: 992px) {
  .about-split .right-edge {
    width: 49.5vw;
    margin-right: calc(50% - 50vw);
  }
}

.about-split .photoCard .thumb img {
  width: 100%;
}

.roundBadge {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(0, 0, 0, .18);

  display: flex;
  align-items: center;
  justify-content: center;

  /*
  animation: spin 12s linear infinite;
  animation: sway 3s ease-in-out infinite;
  */
  animation: floatBadge 2.5s ease-in-out infinite;

}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes floatBadge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.roundBadge img {
  width: 100%;
}

/* HOW WE WORK */
.howWrap {}

.how-icons {
  display: flex;
  justify-content: space-between;
  /* ekranı doldurur */
  align-items: flex-start;
  text-align: center;
  gap: 10px;
}

.howItem {
  text-align: center;
  padding: 10px 6px 18px;
  flex: 1;
}

.howItem .ico {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #6e625b;
  font-size: 22px;
}

.howItem .ico img {
  width: 100%;
}

.howItem h6 {
  font-weight: 800;
  margin: 0 0 6px;
  font-size: 18px;
  color: #616161;
}

.howItem p {
  margin: 0;
  color: #616161;
  font-size: 15px;
}

.howItem h3 {
  font-weight: 800;
  margin: 0 0 6px;
  font-size: 70px;
  color: #927e70;
  font-style: italic;
}

.howItem .value {
  margin: 0;
  color: #927e70;
  font-size: 20px;
  font-style: italic;
}

/* Doctors */
.person .thumb {}

.person .thumb img {
  width: 100%;
}

.person .body {
  padding: 15px 15px 15px;
  text-align: center;
}

.person .name {
  font-weight: 800;
  margin: 0;
  font-size: 20px;
  color: #927e70;
  font-style: italic;
}

.person .role {
  color: #616161;
  font-size: 15px;
}

/* Doctor Detail */
.doctor-name {
  font-weight: 600;
  font-size: 32px;
  color: #927e70;
  font-style: italic;
  margin: 0 0 5px;
}

.doctor-profession {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.doctor-body {
  color: #616161;
  font-size: 15px;
  line-height: 1.8;
}

.doctor-body h3,
.doctor-body h4 {
  color: #927e70;
  font-weight: 600;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 10px;
}

.doctor-body ul {
  padding-left: 20px;
}

.doctor-body ul li {
  margin-bottom: 8px;
}

/* Gallery */
.gimg {
  height: 165px;
  border-radius: 3px;
  border: 1px solid var(--line);
  background: #ddd center/cover no-repeat;
}

/* Reviews */
.review {}

.review-image {
  height: 400px;
  object-fit: cover;
  display: block;
}

.review .col-6:last-child {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review .nm {
  font-weight: 800;
  margin-bottom: 6px;
  color: #927e70;
}

.review p {
  color: #616161;
  font-size: 11px;
  margin: 0;
  line-height: 1.6;
  text-align: justify;
}

/* FOOTER */
footer {
  background: #927e70;
  background-image: url(../images/footerbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  padding: 46px 0 18px;
}

footer .fTitle img {
  width: 100%;
  max-width: 250px;
}

footer .smalltxt img {
  margin-top: 20px;
  width: 100%;
  max-width: 150px;
}

footer .smalltxt a,
footer .smalltxt div {
  display: block;
  transition: opacity 0.2s ease;
}

footer .smalltxt a {
  color: #fff;
}

footer .smalltxt a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

footer .smallbelge img {
  margin-top: 20px;
  width: 100%;
  max-width: 150px;
}

footer .links a {
  display: block;
  padding: 3px 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding-top: 12px;
  font-size: 13px;
  color: #fff;
}

/* Mobile footer padding for fixed buttons */
@media (max-width: 768px) {
  footer {
    padding-bottom: 80px;
  }

  footer .copyright {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  footer .copyright-logo {
    order: -1;
  }
}

footer .copyright-logo img {
  height: 60px;
  width: auto;
}

.navbar-nav {

  display: flex;
  justify-content: space-between;
  width: 100%;
}

.langselect {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-weight: 300;
}

.iti {
  width: 100%;
}


.bold-italic-grey {
  color: #616161;
  font-size: 17px;
  line-height: 1.7;
  margin: 14px 0px 40px;
  font-style: italic;
  font-weight: 600;
}

.bold-grey {
  color: #616161;
  font-size: 17px;
  line-height: 1.7;
  margin: 14px 0px 40px;
  font-weight: 600;
}

/* FAQ */
.faq-wrapper {
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: 1px solid #927e70;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #927e70;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}

.faq-question:hover {
  background: #faf7f4;
}

.faq-question .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #9b8a7b;
  border-bottom: 2px solid #9b8a7b;
  transform: rotate(45deg);
  transition: 0.3s;
}

/* açıkken ok yukarı baksın */
.faq-question:not(.collapsed) .arrow {
  transform: rotate(-135deg);
}

.faq-answer {
  border: 0px solid #c9b9ad;
  border-top: none;
  padding: 16px 18px;
  font-size: 13px;
  color: #616161;
  line-height: 1.6;
  background: #fff;
}


/* PAGE NUMBER*/
.custom-pagination {
  display: flex;
  justify-content: flex-end;
}

.custom-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.custom-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #927e70;
  border-radius: 6px;
  color: #927e70;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.custom-pagination li a:hover {
  background: #927e70;
  color: #fff;
}

.custom-pagination li.active a {
  background: #927e70;
  color: #fff;
}

.contact {
  margin-top: -110px;
}

.contact .offerBox {
  border: 3px solid #fff;
  background: rgba(146, 126, 112, 1);
}



.contact h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.05;
  color: #927e70;
  font-style: italic;
}

.contact .label {
  color: #927e70;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  padding-right: 5px;
}

.contact .value {
  color: #927e70;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

.contact .contact-row-phone {
  display: flex;
  align-items: flex-start;
}

.contact .phone {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(100%);
}


/* responsive tweaks */
@media (max-width:991.98px) {
  .hero .bg {
    background: url("../images/slider.jpg") center/cover no-repeat;
  }

  .hero h1 {
    font-size: 38px;
  }

  .how-icons {
    flex-direction: column;
  }

  .pill img {
    margin-left: 5px;
  }

  .top-strip .justify-content-between {
    justify-content: center !important;
  }

  .roundBadge {
    top: -10px;
    left: 0px;
  }

  #gallery .w100 {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  #gallery .swiper-wrapper {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 768px) {
  .cardX .body {
    padding-bottom: 60px;
  }

  .sample-slider4 .swiper-pagination {
    margin-bottom: 30px;
  }
}

/* Gallery Modal Styles */
#imageModal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

#imageModal .modal-dialog {
  width: auto;
  max-width: 95%;
  margin: 10px auto;
}

#imageModal .modal-content {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#imageModal .modal-body {
  display: inline-block;
  padding: 0;
  text-align: left;
}

#imageModal #modalImage {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

#imageModal .modal-content {
  background: transparent;
  border: none;
}

#imageModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1051;
  font-size: 2.5rem;
  opacity: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (min-width: 576px) {
  #imageModal .modal-dialog {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  #imageModal .modal-dialog {
    max-width: 80%;
  }
}

.gallery-image {
  transition: transform 0.3s ease;
}

.gallery-image:hover {
  transform: scale(1.05);
}

/* Footer Mobile Accordion */
.footer-call-btn {
  display: block;
  width: 100%;
  background: #927e70;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-call-btn:hover {
  background: #7a6a5e;
  color: #fff;
  text-decoration: none;
}

.footer-call-btn i {
  margin-right: 8px;
}

.footer-accordion {
  margin-bottom: 20px;
}

.footer-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-accordion-header:hover {
  opacity: 0.8;
}

.footer-accordion-icon {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.footer-accordion-item.active .footer-accordion-icon {
  transform: rotate(180deg);
}

.footer-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.footer-accordion-content .links {
  padding-bottom: 15px;
}

.footer-accordion-content .links a {
  padding: 8px 0;
  font-size: 14px;
}

.footer-accordion-content .smalltxt {
  padding-bottom: 15px;
}

.footer-accordion-content .smalltxt a,
.footer-accordion-content .smalltxt div {
  font-size: 14px;
  padding: 5px 0;
}