.header-logo {
  position: absolute;
  left: 15%;
  top: 0;
  transform: translateY(-20px) translateX(-15px);
}
.header-logos img {
  width: 150px;
}
.header-inner .container-fluid {
}

.will-sticky .header-logo img {
  width: 80px;
}
.will-sticky .header-logo {
  position: absolute;
  left: 1%;
  top: 0;
  transform: translateY(-10px) translateX(5px);
}
.vs-menu-toggle:not(.hamburger-btn) {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
  margin: 5px 0;
}
.header-btn .vs-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;

  padding: 20px 20px;
}

.header-btn .vs-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px; /* kendi büyüklüğüne göre değiştir */
  line-height: 1;
  flex-shrink: 0;
}

.mobile-logo img {
  width: 150px;
}

.translation-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 30px !important;
  display: inline-flex;
}
.translation-links li {
  margin-left: 10px;
  margin-right: 10px;
}
.translation-links li a {
}
.translation-links li a img {
  width: 30px;
    background: #fff;
    padding: 1px;
    border-radius: 50px;
}
.header-info-list ul {
  display: inline-flex;
}
.footer-info i {
  position: absolute;
  left: 0;
  top: 7.5px;
  color: var(--theme-color);
  background: #fff;
  padding: 5px;
  border-radius: 30px;
}
body {
  top: 0px !important;
}

.contact-modern-section {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.contact-modern-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #00000010 0%,
    #0f4d1d8f 55% 55%,
    rgb(6 145 56 / 28%) 100%
  );
  z-index: -1;
}

.contact-top-box {
  position: relative;
  z-index: 2;
}

.contact-widget-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.contact-widget-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #004911 0%, #004911 100%);
  opacity: 0.9;
}

.contact-widget-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.contact-widget-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  background: #068f37;
  box-shadow: 0 12px 30px rgb(45 95 57 / 55%);
}

.contact-widget-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}

.contact-widget-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.contact-widget-title a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.contact-widget-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.contact-widget-cta {
  background: linear-gradient(
    135deg,
    rgba(0, 194, 255, 0.22) 0%,
    rgba(111, 124, 255, 0.26) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #fff;
  color: #0e1422;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.18);
  transition: all 0.3s ease;
}

.contact-appointment-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(255, 255, 255, 0.24);
}

.contact-detail-panel,
.contact-map-panel {
  height: 100%;
  padding: 35px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
}

.contact-panel-subtitle {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  background: #068f37;
  padding: 0 15px 2px 15px;
  border-radius: 30px;
}

.contact-panel-title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
}

.contact-panel-text {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 28px;
}

.contact-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-feature-list li:last-child {
  border-bottom: none;
}

.contact-feature-list i {
  color: #fff;
  font-size: 16px;
}

.contact-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-mini-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.contact-mini-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.contact-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.map-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #00c2ff 0%, #6f7cff 100%);
  box-shadow: 0 12px 30px rgba(0, 194, 255, 0.22);
  transition: all 0.3s ease;
}

.map-header-btn:hover {
  transform: translateY(-3px);
  color: #fff;
}

.contact-map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  border-radius: 24px;
  filter: grayscale(10%) contrast(1.05);
}

.contact-map-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(12, 18, 33, 0.82);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.contact-map-badge i {
  color: #63d7ff;
}

@media (max-width: 991px) {
  .contact-panel-title {
    font-size: 30px;
  }

  .contact-map-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .contact-widget-card,
  .contact-detail-panel,
  .contact-map-panel {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .contact-panel-title {
    font-size: 26px;
  }

  .contact-map-wrap iframe {
    height: 380px;
  }
}

.sec-title {
  font-size: 50px;
  font-weight: 600;
  margin: -0.25em 0 13px 0;
  text-transform: none !important;
}
.team-img {
  border-radius: 40px !important;
}
.team-header {
  margin-bottom: 20px !important;
}

.footer-menu a,
.footer-menu a:hover {
  color: #fff;
}
.breadcumb-wrapper {
  padding-top: 250px;
  padding-bottom: 50px;
}
.breadcumb-title {
  font-size: 46px;
  font-weight: 600;
  margin-top: -0.3em;
  color: var(--white-color);
  margin-bottom: 10px;
}

/* =========================================================
   CONTACT LOUNGE SECTION
========================================================= */
.contact-lounge-section {
  position: relative;
  background: #f5f5f2;
  overflow: hidden;
}

.contact-lounge-section::before,
.contact-lounge-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.contact-lounge-section::before {
  width: 380px;
  height: 380px;
  top: -140px;
  right: -100px;
  background: radial-gradient(
    circle,
    rgba(31, 139, 75, 0.12) 0%,
    rgba(31, 139, 75, 0) 72%
  );
}

.contact-lounge-section::after {
  width: 320px;
  height: 320px;
  left: -100px;
  bottom: -110px;
  background: radial-gradient(
    circle,
    rgba(199, 166, 95, 0.1) 0%,
    rgba(199, 166, 95, 0) 74%
  );
}

.contact-lounge-shell {
  position: relative;
  z-index: 2;
}

/* ANA BLOKLAR */
.contact-lounge-main,
.contact-lounge-side,
.contact-map-lounge {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 139, 75, 0.1);
  box-shadow: 0 18px 40px rgba(24, 35, 27, 0.08);
  backdrop-filter: blur(10px);
}

.contact-lounge-main,
.contact-lounge-side {
  border-radius: 34px;
  height: 100%;
}

.contact-lounge-main {
  padding: 42px 42px 36px;
  position: relative;
  overflow: hidden;
}

.contact-lounge-main::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 35px;
  width: 220px;
  height: 220px;
  border-radius: 46% 54% 60% 40% / 46% 42% 58% 54%;
  background: #95664017;
  z-index: 0;
}

.contact-lounge-main > * {
  position: relative;
  z-index: 2;
}

.contact-lounge-kicker,
.contact-map-lounge-kicker,
.contact-side-cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: #95664017;
  color: #956640;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-lounge-kicker {
  margin-bottom: 18px;
}

.contact-lounge-title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f201f;
  margin: 0 0 18px 0;
  max-width: 620px;
}

.contact-lounge-text {
  font-size: 16px;
  line-height: 1.9;
  color: #667067;
  margin: 0 0 28px 0;
  max-width: 610px;
}

.contact-lounge-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.contact-lounge-point {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #f6faf6;
  border: 1px solid rgba(31, 139, 75, 0.1);
  color: #415345;
  font-size: 14px;
  font-weight: 500;
}

.contact-lounge-point i {
  color: #956640;
}

.contact-lounge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.contact-lounge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.28s ease;
}

.contact-lounge-btn.primary {
  background: linear-gradient(135deg, #976544 0%, #864e2d 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(27, 147, 79, 0.24);
}

.contact-lounge-btn.primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(27, 147, 79, 0.28);
}

.contact-lounge-btn.secondary {
  background: #fff;
  border: 1px solid rgba(31, 139, 75, 0.16);
  color: #203126;
}

.contact-lounge-btn.secondary:hover {
  background: #f4faf5;
  color: #956640;
  transform: translateY(-2px);
}

.contact-lounge-note {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(244, 251, 246, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border: 1px solid rgba(31, 139, 75, 0.1);
}

.contact-lounge-note-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #976544 0%, #864e2d 100%);
  color: #fff;
  font-size: 18px;
}

.contact-lounge-note-content {
  flex: 1 1 auto;
}

.contact-lounge-note-content span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a847b;
  margin-bottom: 4px;
}

.contact-lounge-note-content strong {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #202220;
  font-weight: 600;
}

.contact-lounge-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #956640;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.contact-lounge-mini-btn:hover {
  color: #fff;
  background: #146c39;
}

/* SAĞ TARAF */
.contact-lounge-side {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-line {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 16px;
  border-radius: 22px;
  background: #fbfcfb;
  border: 1px solid #95664017;
  transition: all 0.25s ease;
}

.contact-info-line:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(24, 35, 27, 0.06);
}

.contact-info-line-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #95664017;
  color: #956640;
  font-size: 18px;
}

.contact-info-line-content span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7b847c;
  margin-bottom: 6px;
}

.contact-info-line-content h4 {
  margin: 0 0 8px 0;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 600;
  color: #202120;
  word-break: break-word;
}

.contact-info-line-content h4 a {
  color: inherit;
  text-decoration: none;
}

.contact-info-line-content h4 a:hover {
  color: #956640;
}

.contact-info-line-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #697268;
}

.contact-side-cta {
  margin-top: auto;
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, #f4faf5 0%, #ffffff 100%);
  border: 1px solid rgba(31, 139, 75, 0.1);
}

.contact-side-cta-label {
  margin-bottom: 14px;
}

.contact-side-cta h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #1f201f;
  margin: 0 0 18px 0;
  font-weight: 700;
}

.contact-side-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-side-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(31, 139, 75, 0.14);
  color: #1f3125;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.contact-side-pill:hover {
  background: #956640;
  border-color: #956640;
  color: #fff;
}

/* HARİTA */
.contact-map-lounge {
  margin-top: 28px;
  padding: 26px;
  border-radius: 34px;
}

.contact-map-lounge-head {
  margin-bottom: 18px;
}

.contact-map-lounge-head h3 {
  font-size: 34px;
  line-height: 1.2;
  margin: 12px 0 0 0;
  color: #1f201f;
  font-weight: 700;
}

.contact-map-lounge-frame {
  position: relative;
  height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #ecf1ec;
  border: 1px solid #95664017;
}

.contact-map-lounge-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.contact-map-floating-box {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 320px;
  max-width: calc(100% - 40px);
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(20, 31, 22, 0.16);
}

.contact-map-floating-box span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a857b;
  margin-bottom: 6px;
}

.contact-map-floating-box strong {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #202120;
  margin-bottom: 14px;
  font-weight: 600;
}

.contact-map-floating-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #976544 0%, #864e2d 100%);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.contact-map-floating-actions a:hover {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .contact-lounge-title {
    font-size: 42px;
  }

  .contact-map-lounge-head h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .contact-lounge-main,
  .contact-lounge-side,
  .contact-map-lounge {
    border-radius: 26px;
  }

  .contact-lounge-main {
    padding: 32px 26px;
  }

  .contact-map-lounge {
    padding: 20px;
  }

  .contact-map-lounge-frame,
  .contact-map-lounge-frame iframe {
    height: 420px;
    min-height: 420px;
  }

  .contact-map-floating-box {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .contact-lounge-title {
    font-size: 32px;
  }

  .contact-lounge-text {
    font-size: 15px;
  }

  .contact-lounge-actions {
    flex-direction: column;
  }

  .contact-lounge-btn,
  .contact-lounge-mini-btn {
    width: 100%;
  }

  .contact-lounge-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info-line {
    padding: 16px 14px;
  }

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

  .contact-side-cta h3 {
    font-size: 24px;
  }

  .contact-map-lounge-head h3 {
    font-size: 26px;
  }

  .contact-map-lounge-frame,
  .contact-map-lounge-frame iframe {
    height: 340px;
    min-height: 340px;
  }

  .contact-map-floating-box {
    position: static;
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    margin: 14px;
  }
}

.media-img img {
  border-radius: 50px;
}
.blog-card .meta-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: unset;
}

.blog-card .blog-content {
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.blog-card .blog-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 36px;
  color: #fff;
}

.mobile-header-top {
  position: relative;
  z-index: 9;
}

.mobile-header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.mobile-header-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-header-info .contact-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.mobile-header-info .contact-links li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.mobile-header-info .contact-links li i {
  font-size: 14px;
  min-width: 16px;
  margin: 0;
}

.mobile-header-info .contact-links li a {
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 11px;
}

.mobile-header-info .contact-links li a:hover {
  opacity: 0.85;
}

.mobile-header-info .translation-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-header-info .translation-links li {
  display: flex;
  align-items: center;
}

.mobile-header-info .translation-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transition: 0.3s ease;
  overflow: hidden;
}

.mobile-header-info .translation-links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-info .translation-links img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
}

/* Tablet */
@media (max-width: 991.98px) {
  .mobile-header-top {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-header-info {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .mobile-header-info .contact-links {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }

  .mobile-header-info .contact-links li {
    justify-content: right;
    width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-header-info .translation-links {
    justify-content: right;
    width: 100%;
  }
}

/* Mobil */
@media (max-width: 575.98px) {
  .mobile-header-info .contact-links li {
    font-size: 13px;
    padding: 9px 5px;
  }

  .mobile-header-info .contact-links li i {
    font-size: 13px;
  }

  .mobile-header-info .translation-links {
    gap: 8px;
  }

  .mobile-header-info .translation-links a {
    width: 34px;
    height: 34px;
  }

  .mobile-header-info .translation-links img {
    width: 20px;
    height: 20px;
  }
}

/*
## SABİT
*/
.comment-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .comment-box {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s;
  border: 1px solid #e9ecef;
}
.comment-section .comment-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-section .comment-input {
  border-radius: 10px;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  transition: all 0.3s;
}
.comment-section .comment-input:focus {
  box-shadow: none;
  border-color: #86b7fe;
}
.comment-section .btn-comment {
  border-radius: 20px;
  padding: 8px 25px;
  background: #0d6efd;
  border: none;
  transition: all 0.3s;
}
.comment-section .btn-comment:hover {
  background: #0b5ed7;
  transform: translateY(-1px);
}
.comment-section .comment-actions {
  font-size: 0.9rem;
}
.comment-section .comment-actions a {
  color: #6c757d;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.2s;
}
.comment-section .comment-actions a:hover {
  color: #0d6efd;
}
.comment-section .comment-time {
  color: #adb5bd;
  font-size: 0.85rem;
}
.comment-section .reply-section {
  margin-left: 60px;
  border-left: 2px solid #e9ecef;
  padding-left: 20px;
}

.contact-links {
}
.contact-links ul {
}
.contact-links ul li {
  margin-bottom: 20px;
}
.contact-links ul li a {
}
.contact-links ul li a .icon {
  display: inline-block;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.contact-links ul li a .name {
  display: inline-block;
  color: #fff;
}
.contact-links ul li a .desc {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.modal.lightbox img {
  margin: 0 !important;
  width: 100% !important;
}
.modal.lightbox .ratio.ratio-16x9 {
  background-color: #00000000 !important;
}
.modal.lightbox .carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: -100px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  height: 100px !important;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.modal.lightbox .carousel-control-next-icon {
  background-image: url("../img/icon_next.png");
}
.modal.lightbox .carousel-control-prev-icon {
  background-image: url("../img/icon_prev.png");
}
.modal.lightbox .modal-xl {
  max-width: 70%;
}

.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}
#google_translate_element {
  /*
    position: absolute;
    top: -5px;
    right: -110px;
  */
  height: 35px;
  position: absolute;
  top: 8px;
}
#google_translate_element a {
  display: none !important;
}
.goog-te-combo {
  border: 1px solid;
  padding: 5px 0 5px 0;
  width: 100px;
}
.widget_breton_core_switcher {
  display: none;
}

.langs-select {
  float: right;
  margin-left: 20px;
  height: 30px;
  line-height: 27px;
}
.skiptranslate {
  display: none;
}
.lang_actives .boxed_wrapper {
  margin-top: -40px;
}
.lang_actives.lang_en .main-menu .navigation > li {
  margin: 0px 5px;
}
.lang_actives.lang_en .main-menu .navigation > li > a {
  font-size: 13px;
  font-weight: bold;
}

/* Button Animate */
.custom-btn {
  color: #fff;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-animate1 {
  border: none;
  background: rgb(195 0 0);
  background: linear-gradient(0deg, rgb(195 0 0) 0%, rgb(255 0 0) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-animate1:hover {
  text-decoration: none;
  color: #fff;
}
.btn-animate1:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-animate1:hover {
  opacity: 0.7;
}
.btn-animate1:active {
  box-shadow:
    4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.trwpwhatsappballon {
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #fff;
  max-width: 250px;
  display: none;
}
.trwpwhatsapptitle {
  background-color: #22c15e;
  color: white;
  padding: 14px;
  border-radius: 12px 12px 0px 0px;
  text-align: center;
}
.trwpwhatsappmessage {
  padding: 16px 12px;
  background-color: white;
}
.trwpwhatsappinput {
  position: relative;
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}
.trwpwhatsappinput input {
  width: 206px;
  border-radius: 10px;
  margin: 1px 1px 0px 10px;
  padding: 10px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  background-color: #efefef;
  border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
  background-color: #22c15e;
  border-radius: 20px;
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  max-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trwpwhatsappall {
  position: fixed;
  z-index: 9999999999999999999;
  bottom: 50px;
  right: 10px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.trwpwhatsappsendbutton {
  color: #22c15e;
  cursor: pointer;
}
.trwpwhatsappsendbutton i {
  position: absolute;
  right: 10px;
}
.trwpwhatsappall button {
  border: none;
}
.trwpwhatsappall button i {
  float: right;
  position: absolute;
  z-index: 999999999999;
  right: 10px;
  bottom: 15px;
  font-size: 18px !important;
  color: #000;
}
.trwpwhatsappall .kapat {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 2px 5px 2px 5px;
  color: white;
  font-size: 10px;
  cursor: pointer;
}

.sd-banner-area {
  position: relative;
  overflow: hidden;
}

.btn_whatsapp {
  position: fixed;
  bottom: 20px;
  width: 60px;
  right: 90px;
}

@media (max-width: 992px) {
  .mobilGizle {
    display: none !important;
  }
  .header-logos {
    position: absolute;
    bottom: 0;
    z-index: 99;
  }
  .header-logos img {
    width: 140px;
  }

  .header-logo {
    position: absolute;
    left: 1%;
    top: 0;
    transform: translateY(-30px) translateX(5px);
    z-index: 9999;
  }
  .header-logo img {
    width: 80px;
  }
  .header-btn .vs-btn {
    padding: 10px 15px 10px 5px;
    margin-bottom: 7px;
    font-size: 14px;
    gap: 5px;
  }
  .header-btn .vs-btn i {
    font-size: 18px;
  }
  .sec-title {
    font-size: 30px;
  }
  .header-info-list ul {
    display: inline-grid;
    direction: rtl;
    padding: 0;
    margin: 0;
  }
  .header-info-list li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .translation-links {
    margin-left: 0 !important;
  }
  .vs-banner-slide .banner-text {
    line-height: 20px;
  }
  .vs-banner-slide .banner-morp:before {
    border-radius: 30px;
  }

  .blog-card .blog-content {
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    top: 20%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .footer-logo {
    text-align: center;
  }
  .breadcumb-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .breadcumb-title {
    font-size: 28px;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .header-logo {
    position: absolute;
    left: 1%;
    top: 10%;
    transform: translateY(-50%);
  }
  .header-logo img {
    width: 140px;
  }

  .header-btn .vs-btn {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-logo {
    position: absolute;
    left: 1%;
    top: 30%;
    transform: translateY(-50%);
  }
  .header-logo img {
    width: 140px;
  }
}
@media (min-width: 1400px) and (max-width: 1690px) {
  .header-logo {
    position: absolute;
    left: 2%;
    top: 30%;
    transform: translateY(-50%);
  }
  .header-logo img {
    width: 140px;
  }
}
@media (min-width: 1400px) and (max-width: 999925px) {
}
@media (min-width: 1600px) and (max-width: 1700px) {
}
@media (min-width: 1700px) and (max-width: 1850px) {
}
@media (min-width: 1850px) and (max-width: 999925px) {
}

/* 320 - 480 */
@media only screen and (min-device-width: 990px) and (max-device-width: 1200px) {
}
/* 320 - 480 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}
/* 475 - 768 */
@media only screen and (min-device-width: 475px) and (max-device-width: 768px) {
}
/* 765 - 990 */
@media only screen and (min-device-width: 765px) and (max-device-width: 990px) {
}
/* 990 - 1300 */
@media only screen and (min-device-width: 990px) and (max-device-width: 1300px) {
}
