/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
}

@media (min-width: 1400px) {
  .c-container {
    margin-right: 15px;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .c-container {
    max-width: 1300px;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding: 15px 30px;
}
.c-button:hover {
  color: #FFF;
  opacity: 0.8;
}

.c-title {
  color: #FFF;
  font-size: clamp(36px, 5.5vw + 45px, 125px);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(29px, 4.4vw + 36px, 100px);
  letter-spacing: clamp(1px, 0.25vw + 0.5px, 3.75px);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 50px;
}

.c-title-divider {
  width: 100%;
  height: 1px;
  background: #FFF;
}
@media (max-width: 768px) {
  .c-title-divider {
    display: none;
  }
}

.header {
  background: rgba(255, 255, 255, 0.8980392157);
  height: 192px;
  padding-top: 37px;
  margin-bottom: 20px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.header-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.header-online-muayene {
  text-transform: uppercase;
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.5px;
}
.header-online-muayene img {
  margin-left: 21px;
}
.header-logo img {
  max-width: 361px;
}
.header-social {
  display: flex;
  align-items: center;
  gap: 26px;
}
.header-social a {
  color: #121212;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}
.header-phone {
  color: #121212;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.header-phone:hover {
  color: #000;
}
.header-address {
  color: #121212;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 34.5px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 26px;
}
/* --- TEMEL MENÜ YAPISI (Mevcut yapı korundu) --- */
.header-menu-btn {
  width: 3rem;
  height: 1.5625rem;
  position: relative;
  cursor: pointer;
  display: none;
}

.header-menu-btn .menu {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  color: #ffffff;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000000;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
  top: 50%;
  margin-top: -1.5px;
}

.header-menu-btn .line-top {
  top: 0;
}

.header-menu-btn .line-bottom {
  bottom: 0;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 26px;
}

/* --- ANA MENÜ ÖĞELERİ (Güncellendi) --- */
.header-menu ul li {
  position: relative;
  display: inline-block;
  padding: 26px 0; /* Ekstra koddan gelen padding eklendi */
}

/* Eski dikey çizgileri (::after) yeni isteğine göre devre dışı bıraktık */
.header-menu ul li::after {
  display: none;
}

.header-menu ul li a {
  color: #27251f; /* Yeni renk uygulandı */
  font-size: 13px; /* Yeni font boyutu uygulandı */
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  padding: 0 10px;
  transition: color 0.3s ease;
  display: block;
}

.header-menu ul li a:hover {
  color: #000000;
}

/* --- AKTİF DURUM (Mevcut yapı korundu) --- */
.header-menu .header-menu-item--active {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000;
}

/* --- AÇILIR MENÜ (DROPDOWN) --- */
.header-menu ul li ul {
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 11px 8px 11px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: -20px 50px 70px #0814201a;
  z-index: 99999;
  transition: all 0.5s ease;
  display: block; /* Flex yapıyı dropdown içinde bozmamak için */
}

/* Dropdown Hover Durumu */
.header-menu ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

/* Dropdown İçindeki Liste Öğeleri */
.header-menu ul li ul li {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  width: 100%;
}

.header-menu ul li ul li a {
  color: #27251f;
  font-size: 16px;
  line-height: 33px;
  padding: 0 15px;
  letter-spacing: normal; /* Alt menüde okunabilirlik için spacing sıfırlandı */
  text-transform: none;   /* Alt menüde tercihine göre kapatılabilir */
  border-radius: 20px;
  transition: all 0.3s ease;
}

.header-menu ul li ul li a:hover {
  background-color: #27251f;
  color: #fff;
}

/* --- YAN AÇILIR MENÜ (SUB-DROPDOWN) --- */
.header-menu ul li ul li ul {
  top: -10px;
  left: 100%;
  transform: translateX(0);
}

.header-menu ul li ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  left: 100%;
}

/* --- SÜSLEMELER (BEFORE/AFTER EFEKTLERİ) --- */
.header-menu ul li ul:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: #27251f;
  width: 50px;
  height: 5px;
  border-radius: 20px;
}

.header-menu ul li ul li ul:before {
  left: 8px;
  top: 10px;
  width: 5px;
  height: 50px;
  transform: none;
  border-radius: 20px 0 0 20px;
}

.home-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero-title {
  max-width: 572px;
  color: #FFF;
  font-size: clamp(36px, 5.5vw + 45px, 90px);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(38px, 5.7vw + 47px, 130px);
  letter-spacing: clamp(1px, 0.25vw + 0.5px, 3.75px);
  text-transform: uppercase;
  text-shadow: 0 0 20.5px #FFF;
  margin-bottom: 23px;
}
.home-hero-subtitle {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.home-about-us {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50px;
}
.home-about-us-page {
  padding: 93px 0 53px 0;
  background-color: #fff;
}
.home-about-us-page .home-about-us-content {
  background-color: #fff;
}
.home-about-us-page .home-about-us-content * {
  color: #121212;
}
.home-about-us-page .home-about-us-content .c-button {
  border: 1px solid #121212;
  color: #121212;
}
.home-about-us-content {
  height: 100%;
  padding: 33px 71px;
}
.home-about-us-title {
  color: #FFF;
  font-size: clamp(40px, 8vw + 40px, 110px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(40px, 8vw + 40px, 110px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  max-width: 566px;
  margin-bottom: 28px;
}
.home-about-us-divider {
  width: 100%;
  height: 1px;
  background: #FFF;
  margin-bottom: 21px;
}
.home-about-us-experience {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 28.8px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home-about-us-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
  margin-bottom: 37px;
}
.home-about-us .c-button {
  max-width: 228px;
  width: 100%;
}

.home-services {
  background-color: #000;
  padding-bottom: 50px;
}
.home-services .c-title {
  padding-top: 65px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .home-services .c-title {
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 45px;
  }
}
.home-services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 56px;
  column-gap: 52px;
}
@media (max-width: 768px) {
  .home-services-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 15px;
  }
}
.home-services-list-item {
  display: block;
  position: relative;
  height: 585px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 24px;
  overflow: hidden;
}
.home-services-list-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
}
.home-services-list-item-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-size: clamp(18px, 2.8vw + 15px, 21px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(28px, 4.2vw + 26px, 46px);
  text-transform: uppercase;
}

.home-videos {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-videos .c-title {
  color: #000;
  padding-top: 66px;
  padding-bottom: 40px;
}
.home-videos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 26px;
  column-gap: 24px;
  margin-bottom: 46px;
}
.home-videos-list-item {
  position: relative;
  width: 100%;
  max-width: 396px;
  max-height: 275px;
  height: 100%;
  aspect-ratio: 396/275;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
}
.home-videos-list-item__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.home-videos-list-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}
.home-videos-list-item__play-btn {
  width: 80px;
  height: 54px;
  background-color: #fff;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease;
}
.home-videos-list-item__play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #222;
  margin-left: 4px;
}
.home-videos-list-item__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.home-videos-list-item:hover .home-videos-list-item__thumbnail {
  transform: scale(1.05);
}
.home-videos-list-item:hover .home-videos-list-item__overlay {
  background: rgba(0, 0, 0, 0.25);
}
.home-videos-list-item:hover .home-videos-list-item__play-btn {
  transform: scale(0.88);
  background-color: #f0f0f0;
}
.home-videos-see-more-container {
  text-align: center;
  padding-bottom: 50px;
}
.home-videos-see-more {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
}

.home-before-after {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 93px 0 53px 0;
}
.home-before-after .c-title {
  margin-bottom: 74px;
}
.home-before-after-title-little {
  display: inline-flex;
  flex-wrap: nowrap;
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 100;
  line-height: 100px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-before-after-slider {
  position: relative;
}
.home-before-after-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-before-after-arrow img {
  width: 100%;
  height: auto;
  display: block;
}
.home-before-after-arrow--prev {
  left: 83px;
}
.home-before-after-arrow--next {
  right: 83px;
}
.home-before-after-arrow--next img {
  transform: scaleX(-1);
}
.home-before-after-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 28px;
  padding: 0 15px 8px;
  position: relative;
}
.home-before-after-list-item {
  flex: 0 0 calc(33.333% - 14px);
  min-width: 280px;
  height: 270px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home-before-after-list-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-before-after-progress {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.home-before-after-progress__track {
  width: 100%;
  max-width: 400px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.home-before-after-progress__fill {
  height: 100%;
  background: #FFF;
  border-radius: 5px;
  width: 0%;
  transition: width 0.2s ease;
}
.home-before-after-see-more-container {
  text-align: center;
}

.home-blogs {
  background-color: #000;
  padding: 93px 0 53px 0;
}
.home-blogs .c-title {
  margin-bottom: 50px;
}
.home-blogs-slider {
  position: relative;
  padding-bottom: 50px;
}
.home-blogs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-blogs-arrow img {
  width: 48px;
  height: auto;
  display: block;
}
.home-blogs-arrow--prev {
  left: 83px;
}
.home-blogs-arrow--next {
  right: 83px;
}
.home-blogs-arrow--next img {
  transform: scaleX(-1);
}
.home-blogs .slick-slide {
  margin: 0 12px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.home-blogs .slick-slide.slick-center {
  opacity: 1;
}
.home-blogs-list-item {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 299.908px;
}
.home-blogs-list-item__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.home-blogs-list-item__image-wrap {
  position: relative;
  width: 100%;
  height: 299.908px;
  max-height: 299.908px;
  overflow: hidden;
}
.home-blogs-list-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-blogs-list-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
.home-blogs-list-item__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px 24px;
}
.home-blogs-list-item__title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}
.home-blogs-list-item__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
.home-blogs {
  /* Slick dots - counter */
}
.home-blogs .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.home-blogs .slick-dots li {
  margin: 0;
}
.home-blogs .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0;
  font-size: 0;
  transition: background 0.2s ease;
}
.home-blogs .slick-dots li.slick-active button {
  background: #FFF;
}

.home-gallery {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home-gallery__title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  color: #C2C2C2;
  font-family: Inter;
  font-size: 300px;
  font-style: italic;
  font-weight: 100;
  line-height: 100px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  opacity: 0.15;
  pointer-events: none;
  white-space: nowrap;
}
.home-gallery__card {
  position: relative;
  max-width: 1236px;
  height: 343px;
  margin: 0 auto;
  padding: 60px 80px;
  border: 1px solid #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 40px;
  z-index: 1;
  overflow: hidden;
}
.home-gallery__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.home-gallery__card-title {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 125px;
  font-style: italic;
  font-weight: 100;
  line-height: 100px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
}
.home-gallery__card-subtitle {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 100;
  line-height: 43px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  text-align: right;
}
.home-gallery__card-divider-vertical {
  width: 1px;
  height: 148px;
  background: #FFF;
  margin: 0;
}

/*------------------------------------------------------------------//
  Home News & Media
//------------------------------------------------------------------*/
.home-news-media {
  padding: 80px 0 68px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-news-media .c-title {
  margin-bottom: 50px;
}
.home-news-media-newspapers {
  height: 96px;
  margin-top: 50px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-news-media-newspapers-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 124px;
}

.home-news-media-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-news-media-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #000;
  border: 1px solid transparent;
  text-decoration: none;
  color: #FFF;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.home-news-media-list-item:hover {
  opacity: 0.95;
}
.home-news-media-list-item:hover .home-news-media-list-item__btn {
  opacity: 0.9;
}
.home-news-media-list-item__header {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 21px;
}
.home-news-media-list-item__image {
  max-height: 264px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-news-media-list-item__content {
  background: #000;
  margin-bottom: 21px;
}
.home-news-media-list-item__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  letter-spacing: 0.5px;
}
.home-news-media-list-item__footer {
  width: 100%;
}
.home-news-media-list-item .c-button {
  width: 100%;
  height: 54px;
}

/*------------------------------------------------------------------//
  Home User Reviews
//------------------------------------------------------------------*/
.home-user-reviews {
  background: #121212;
  padding: 80px 0 140px;
}
.home-user-reviews .c-title {
  margin-bottom: 50px;
  white-space: nowrap;
}
.home-user-reviews__title {
  position: relative;
  white-space: nowrap;
}
.home-user-reviews__title .home-user-reviews__stars-icon {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.home-user-reviews__title .home-user-reviews__stars-icon--second {
  right: 0;
  left: auto;
  top: -20px;
}
.home-user-reviews-slider {
  position: relative;
  padding: 20px 0 40px;
}
.home-user-reviews-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-user-reviews-arrow img {
  width: 56px;
  height: auto;
  display: block;
}
.home-user-reviews-arrow--prev {
  left: -70px;
}
.home-user-reviews-arrow--next {
  right: -70px;
}
.home-user-reviews-arrow--next img {
  transform: scaleX(-1);
}
.home-user-reviews .slick-slide {
  margin: 0 5px;
}

.home-user-reviews-list-item {
  background: #FFF;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.home-user-reviews-list-item__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.home-user-reviews-list-item__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.home-user-reviews-list-item__meta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.home-user-reviews-list-item__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.home-user-reviews-list-item__stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}
.home-user-reviews-list-item__stars .fa-star {
  color: #e6a800;
  font-size: 14px;
}
.home-user-reviews-list-item__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

/*------------------------------------------------------------------//
  Home Contact
//------------------------------------------------------------------*/
.home-mini-gallery {
  padding: 25px 0;
  background: #AEAEAE;
}
.home-mini-gallery-card__image-wrap {
  overflow: hidden;
  width: 100%;
  height: 221px;
  aspect-ratio: 396/275;
}
.home-mini-gallery-card__image {
  width: 100%;
  height: 221px;
  object-fit: cover;
  display: block;
}
.home-mini-gallery-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin: 0 auto;
}

.home-contact-form {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 102px 0 0;
}
.home-contact-form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 60px;
}
.home-contact-form-content-title {
  color: #121212;
  font-family: Inter;
  font-size: 70px;
  font-style: italic;
  font-weight: 100;
  line-height: 100px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.home-contact-form-content-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 28px;
}
.home-contact-form-content-address-icon {
  width: 12px;
  height: 15px;
}
.home-contact-form-content-address-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.home-contact-form-content-address-item a {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.7px;
}
.home-contact-form-content-address-item a:hover {
  color: #000;
}
.home-contact-form-content-address-item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-contact-form .c-button {
  border: 1px solid #121212;
  color: #121212;
}
.home-contact-form-google-map {
  height: 107px;
  margin-bottom: 28px;
}
.home-contact-form-google-map iframe {
  width: 100%;
  height: 100%;
}

.home-contact-forms {
  margin-bottom: 30px;
}
.home-contact-forms .row {
  margin: -10px;
}
.home-contact-forms .row *[class*=col-lg-] {
  padding: 10px;
}

.contact-form-input {
  border: 1px solid #E5E5E5;
  background: #FFF;
  height: 50px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  color: #757575;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.25px;
}
.contact-form-input::placeholder {
  color: #757575;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.25px;
}
.contact-form-input:focus::placeholder {
  color: transparent;
}
.contact-form-input:focus {
  outline: none !important;
  border-color: #000 !important;
}

.contact-form-textarea {
  height: 150px;
  padding: 15px;
}

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 46px 0;
  height: 180px;
}
.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.hero-title {
  color: #FFF;
  font-size: 60px;
  font-style: italic;
  font-weight: 100;
  line-height: 100px;
  letter-spacing: 3.75px;
  text-transform: uppercase;
}

/*------------------------------------------------------------------//
  About Page
//------------------------------------------------------------------*/
.education {
  background: #121212;
  padding: 45px 0 135px 0;
}
.education-title {
  color: #FFF;
  font-size: 86px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: -5.5px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.education-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
}

.certificate {
  background: #fff;
}
.certificate .c-title {
  color: #121212;
  margin-bottom: 72px;
}
.certificate-box {
  background: #FFF;
  box-shadow: 0 4px 92.7px 0 rgba(0, 0, 0, 0.06);
  padding: 53px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  top: -85px;
}
.certificate-content {
  color: #121212;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer {
  background: #121212;
  height: 294px;
  display: flex;
  align-items: center;
}
.footer-address-icon {
  width: 12px;
  height: 15px;
}
.footer-address-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-address-text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.7px;
}
.footer-address-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.footer-address-phone-icon {
  width: 12px;
  height: 15px;
}
.footer-address-phone:hover {
  color: #fff;
}
.footer-address-whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.7px;
}
.footer-address-whatsapp-icon {
  width: 12px;
  height: 15px;
}
.footer-address-whatsapp:hover {
  color: #fff;
}
.footer-logo {
  max-height: 114px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
}
.footer-social {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.footer-social-title {
  color: #FFF;
  text-shadow: 0 0 20.5px #FFF;
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  max-width: 200px;
  margin-bottom: 15px;
}
.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 26px;
}
.footer-social-icons a {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}
.footer-social-icons i {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
}
.footer-bottom-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-decoration: none;
  color: #FFF;
}
.footer-bottom-text:hover {
  color: #fff;
}

.mobile-menus {
  position: fixed;
  left: -300px;
  top: 0;
  left: -200% !important;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  border-left: 0 !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  background: -webkit-gradient(linear, left top, right top, from(#256399), to(#083256));
  background: linear-gradient(90deg, #000000 0%, #3d3d3d 100%);
}

.mobile-menu-list ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
  color: #ffffff !important;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
  line-height: 35px !important;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: inherit;
  padding: 10px 0%;
  font-weight: 600;
  display: block;
  /* letter-spacing: 0.5px; */
}

.mobile-social {
  margin-top: 30px;
}

.mobile-menu-list ul li a i {
  margin-right: 10px;
}

.mobile-menu-list ul li ul {
  background: none !important;
}

.mobile-menu-list ul li ul li a {
  position: relative;
  padding-left: 10px !important;
  padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
  left: 22px;
}

.mobile-menu-list ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mobile-menu-list ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  width: 46px;
  font-weight: bold;
  content: "\f107";
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
}

.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
  /* background-color: #dcdcdc; */
  /* color: #000 !important; */
  /* -webkit-transition: all .5s; */
  -o-transition: all 0.5s;
  /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* overflow-y: auto; */
}

html.mobile-menus-active {
  overflow: hidden;
}

nav.mobile-menu-list {
  padding-top: 95px;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}

body.mobile-menus-active {
  /* left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(42, 42, 66, 0.3490196078);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose,
.mobile-menus {
  z-index: 999999999999;
  top: 0;
}

.mobil-menu-btn {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #888888;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 27px;
  bottom: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}

.mobil-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  top: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}

.mobil-menu-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 140px;
}

.mobil-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
}

.mobil-menu-close {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 30px;
}

.mobil-menu-buttons a {
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 20px 20px; */
  color: #426c87;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 14px;
}

.mobil-menu-buttons {
  /* display: flex; */
}

.mobil-menu-buttons-one a {
  font-family: "Nunito", Sans-serif;
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 21px;
  border: 1px solid;
}

.mobil-menu-buttons-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a {
  width: 45px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 100%;
  color: #ffffff;
  margin-right: 23px;
  border: 1px solid;
}

.single-detail-content {
  padding-bottom: 15px;
}

.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content p {
  letter-spacing: .025em;
  margin-bottom: 20px;
  line-height: 1.8;
    font-weight: 400;

}

.single-content-img{
  display: block;
  padding: 30px 0;
  border-radius:10px;
}

.single-detail-content h1 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content h4 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .025em;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #000000de;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-article-head {
  margin-bottom: 60px !important;
  text-align: center;
}

.single-article-head .dec {
  font-weight: 300;
}

.single-article-head .title {
  display: block;
  padding: 9px 0;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  letter-spacing: 1px;
}

.single-article-content .item figure {
  position: relative;
}

.single-article-content .item img {
  position: relative;
  max-width: 100%;
  border-radius: 25px;
  width: 100%;
}

.single-article-content .item .text {
  padding: 15px;
  max-height: 273px !important;
  overflow: hidden;
  font-family: "Inter";
}

.single-article-content .item .text .home-article-post-title a {
  font-size: 20px;
  color: #333333;
  display: block;
  margin-bottom: 14px;
  height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-article-content .item .text p {
  color: #81808a;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-article-content .item .text a.more {
  color: #fff;
  display: block;
  font-weight: 500;
  background: #e94079;
  padding: 3px 32px;
  line-height: 42px;
  width: max-content;
  border-radius: 25px;
  background: linear-gradient(0deg, #000000 0%, #525253 100%);
  margin-top: 15px;
}

.header .language.dropdown {
  position: relative;
  display: block;
  z-index: 99;
  width: 130px;
}
.header .language.dropdown .drop-btn {
  width: 100%;
  padding: 10px 9px;
  outline: none;
  position: relative;
  font-size: 15px !important;
  color: #ffffff;
  background: #fff;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border-radius: 20px;
  font-weight: 500;
  font-style: normal;
}
.header .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}
.header .language.dropdown .drop-btn:after {
  content: "›";
  position: absolute;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #000;
}
.header .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  top: 90px;
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  font-size: 13px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  border: 1px solid rgba(191, 191, 191, 0.231372549);
  border-radius: 20px;
}
.header .language.dropdown .dropdown-content a {
  opacity: initial;
  display: block;
  padding: 10px 11px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}
.header .header-tig .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}
.header .language.dropdown .dropdown-content a:hover {
  background-color: #000000;
  color: #fff;
  /* left: 0; */
  /* color: #0091ac; */
}
.header .language.dropdown .dropdown-content a:hover:after {
  content: "✔";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.header .language.dropdown .dropdown-content.open {
  display: block;
  height: auto;
  top: 111%;
  -webkit-box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
          box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  opacity: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  white-space: nowrap;
  width: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.header .language .dropdown-content.open a > img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}

.before-after-gallery{
      margin-top: 50px;
}

/* Ana kapsayıcı */
.home-mini-gallery-cards {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    user-select: none;
    scrollbar-width: none;
    gap: 12px; /* kartlar arası boşluk */
}

.home-mini-gallery-cards::-webkit-scrollbar {
    display: none;
}

/* Kart genişliği - desktop 3'te 1 */
.home-mini-gallery-card {
    flex: 0 0 calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
}

.home-mini-gallery-card__image-wrap {
    width: 100%;
    aspect-ratio: 4/3; /* görsel oranı, istediğine göre değiştir */
    overflow: hidden;
}

.home-mini-gallery-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    display: block;
}

/* Mobil - 1 kart */
@media (max-width: 768px) {
    .home-mini-gallery-card {
        flex: 0 0 calc(100% - 8px);
        min-width: calc(100% - 8px);
    }
}