:root {
  --theme-color: #08b9b6;
  --theme-color2: #fdfdfd;
  --yellow-color: #43f6f2;
  --smoke-color: #fff9e7;
  --smoke-color2: #ffe59a;
  --smoke-color3: #fff3bf;
}


.breadcumb-title {
    color: #ffffff;
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 600;
}
.breadcumb-wrapper {
    background-color: #F7F7F7;
    padding: 50px 0;
    overflow: hidden;
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: #ffffff;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}
.breadcumb-menu li:after {
    content: "\f30b";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    font-family: var(--icon-font);
}




.header-layout1 .header-logo {
  width: 220px;
  max-width: 220px;
  height: 130px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-layout1 .header-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-layout1 .header-logo .site-logo-img {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 112px;
  object-fit: contain;
  display: block;
}

@media (max-width: 575px) {
  .header-layout1 .header-logo {
    width: 170px;
    max-width: 170px;
    height: 80px;
  }

  .header-layout1 .header-logo .site-logo-img {
    max-width: 150px;
    max-height: 62px;
  }
}
.header-layout2 .logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.4%;
    height: 100px;
    background-color: var(--white-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 100%, 88% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 95% 100%, 88% 100%, 0% 100%);
    z-index: 2;
}

.blog-card .box-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}


/* =========================================================
   Sayfa: Galeri
   ========================================================= */
/* Galeri resimlerini sabitleme */
.page_galeri .image-item img {
  width: 100%; /* Genişlik bulunduğu sütuna yayılsın */
  height: 250px; /* Sabit yükseklik (İsteğe göre değiştirebilirsiniz) */
  object-fit: cover; /* Resmi bozmadan kutuya sığdırır ve fazlalığı kırpar */
  object-position: center; /* Resmi ortalar */
  border-radius: 8px; /* İsterseniz köşeleri hafif yuvarlatabilirsiniz */
  transition: transform 0.3s ease; /* Hover efekti için yumuşatma */
}
/* Hover (Üzerine gelince) efekti */
.image-hover-zoom:hover img {
  transform: scale(1.05); /* Üzerine gelince hafif büyüme sağlar */
}
/* Mobilde resimlerin çok küçük kalmaması için ayar */
@media (max-width: 768px) {
  .page_galeri .image-item img {
    height: 200px;
  }
}

/* =========================================================
   İçindekiler Widget
   ========================================================= */
.widget-toc {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ddd;
}
.widget-toc p {
  font-weight: bold;
}
.widget-toc ol li a {
  font-weight: bold;
}

/* =========================================================
   Container / Layout Düzenlemeleri
   =========================================================
:root {
  --main-container: 90%;
  --container-gutters: 24px;
}
 */
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .th-container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  /*
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  */
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}
@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container-gallery {
  max-width: 1840px;
}

.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 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-links ul li {
  margin-bottom: 20px;
}
.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;
}

/* =========================================================
   Buton Animasyonu
   ========================================================= */
.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;
}

/* =========================================================
   WhatsApp Chat Widget
   ========================================================= */
#whatsapp-chat a:link,
#whatsapp-chat a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#whatsapp-chat h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}
#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 100px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 0 0 0;
}
#whatsapp-chat .header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}
#whatsapp-chat .header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
#whatsapp-chat .info-avatar {
  position: relative;
}
#whatsapp-chat .info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  height: auto;
  padding: 5px;
}
#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}
#whatsapp-chat .info-chat span {
  display: block;
}
#whatsapp-chat #get-label,
#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}
#whatsapp-chat #get-nama,
#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#whatsapp-chat #get-label,
#whatsapp-chat #get-nama {
  color: #fff;
}
#whatsapp-chat span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 50px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}
#whatsapp-chat a#send-it {
  width: 40px;
  font-weight: 700;
  padding: 10px 0 0 5px;
  background: #095e54;
  border-radius: 0;
}
#whatsapp-chat a#send-it svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
#whatsapp-chat .start-chat .blanter-msg {
  display: flex;
}
#whatsapp-chat #get-number {
  display: none;
}
#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.whatsapp-chat-hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-chat-show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat .whatsapp-message-container {
  display: flex;
  z-index: 1;
}
#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
#whatsapp-chat .dAbFpq {
  display: flex;
  z-index: 1;
}
#whatsapp-chat .eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
#whatsapp-chat .hFENyl {
  position: relative;
  display: flex;
}
#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 40px);
}
#whatsapp-chat .kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
#whatsapp-chat .bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

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

@media (max-width: 992px) {
  .mobilGizle {
    display: none !important;
  }

  .slideshow-prev,
  .slideshow-next {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  
}

@media (min-width: 1200px) and (max-width: 1350px) {
 
}

/* =========================================================
   Ana Sayfa Tema Blokları
   ========================================================= */
.home-about-sec .img-box1 .img1 img,
.home-about-sec .img-box1 .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-service-sec .home-service-card {
  height: 100%;
  background: var(--white-color);
  border: 1px solid rgba(218, 168, 0, 0.22);
  box-shadow: 0 16px 40px rgba(13, 13, 13, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-service-sec .home-service-card:hover {
  transform: translateY(-6px);
  border-color: var(--theme-color);
  box-shadow: 0 22px 50px rgba(13, 13, 13, 0.13);
}

.home-service-sec .home-service-card_img {
  position: relative;
  overflow: hidden;
}

.home-service-sec .home-service-card_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 45%, rgba(13, 13, 13, 0.46) 100%);
  pointer-events: none;
}

.home-service-sec .home-service-card_img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-service-sec .home-service-card:hover .home-service-card_img img {
  transform: scale(1.06);
}

.home-service-sec .home-service-card_content {
  padding: 26px 26px 28px;
}

.home-service-sec .home-service-card .box-title {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.home-service-sec .service-box_text {
  min-height: 72px;
  margin-bottom: 18px;
  color: var(--body-color);
}

.home-service-sec .line-btn {
  color: var(--theme-color2);
}

.home-service-sec .line-btn::before {
  background-color: var(--theme-color2);
}

.home-blog-sec .blog-img img {
  width: 100%;
  aspect-ratio: 410 / 300;
  object-fit: cover;
}

.footer-wrapper .about-logo img {
  max-width: 190px;
  max-height: 110px;
  object-fit: contain;
}

.footer-wrapper .recent-post .media-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.footer-wrapper.footer-gradient {
  --body-color: #ffffff;
  background: #302e2e;

}

.footer-wrapper.footer-gradient::before {
  display: none;
}

.footer-wrapper.footer-gradient .copyright-wrap {
  background: rgba(0, 0, 0, 0.22);
}

.footer-wrapper.footer-gradient,
.footer-wrapper.footer-gradient p,
.footer-wrapper.footer-gradient .about-text,
.footer-wrapper.footer-gradient .working-time .title,
.footer-wrapper.footer-gradient .working-time .desc,
.footer-wrapper.footer-gradient .footer-info,
.footer-wrapper.footer-gradient .footer-info a,
.footer-wrapper.footer-gradient .footer-widget.widget_nav_menu a,
.footer-wrapper.footer-gradient .footer-links a,
.footer-wrapper.footer-gradient .copyright-text,
.footer-wrapper.footer-gradient .copyright-text a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .home-service-sec .service-box_text {
    min-height: auto;
  }
}

/* =========================================================
   Modern Ana Sayfa Dokunuslari
   ========================================================= */
.home-value-strip {
  position: relative;
  z-index: 5;
  margin-top: -46px;
  padding-bottom: 34px;
}

.home-value-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-value-card {
  min-height: 138px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(218, 168, 0, 0.22);
  border-top: 4px solid var(--theme-color);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(13, 13, 13, 0.11);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(13, 13, 13, 0.16);
}

.home-value-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--yellow-color) 100%);
  border-radius: 8px;
  font-size: 22px;
  box-shadow: 0 12px 24px rgba(218, 168, 0, 0.22);
}

.home-value-card h3 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.home-value-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}

.home-section-intro {
  max-width: 760px;
  margin-top: 14px;
  margin-bottom: 0;
}

.home-about-sec {
  background: linear-gradient(180deg, #faffff 0%, #ffffff 82%) !important;
}

.home-about-sec .img-box1 .img1 img,
.home-about-sec .img-box1 .img2 img {
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(13, 13, 13, 0.12);
}

.home-about-sec .title-area {
  padding-left: 18px;
  border-left: 4px solid var(--theme-color);
}

.home-about-sec .about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.home-about-sec .about-info {
  min-height: 86px;
  padding: 20px 20px 18px;
  background: var(--white-color);
  border: 1px solid rgba(218, 168, 0, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(13, 13, 13, 0.08);
}

.home-about-sec .about-info_title {
  margin-bottom: 0;
}

.home-service-sec {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff9e7 52%, #ffffff 100%),
    linear-gradient(90deg, rgba(255, 197, 0, 0.12), rgba(255, 181, 57, 0));
}

.home-service-sec .home-service-card {
  border-radius: 8px;
}

.home-service-sec .home-service-card_img {
  background: var(--title-color);
}

.home-service-sec .home-service-card_img img {
  aspect-ratio: 16 / 11;
}

.home-service-sec .home-service-card_content {
  position: relative;
  padding: 28px 26px 30px;
}

.home-service-sec .home-service-card_content::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--theme-color), var(--yellow-color));
  border-radius: 999px;
  transform: translateY(-2px);
}

.home-service-sec .home-service-card .box-title {
  font-size: 24px;
}

.home-faq-sec {
  background: linear-gradient(180deg, #faffff 0%, #ffffff 82%) !important
}

.home-faq-sec .title-area {
  padding: 34px;
  background: var(--white-color);
  border: 1px solid rgb(63 202 198);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(13, 13, 13, 0.08);
}

.home-faq-sec .accordion-card {
  overflow: hidden;
  border: 1px solid rgb(63 202 198);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(13, 13, 13, 0.07);
}

.home-faq-sec .accordion-card + .accordion-card {
  margin-top: 14px;
}

.home-faq-sec .accordion-button {
  font-weight: 700;
}

.home-faq-sec .accordion-card.active .accordion-button {
  color: var(--title-color);
}

.home-cta-band {
  padding: 72px 0;
  background: var(--white-color);
}

.home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  color: var(--white-color);
  background:
    linear-gradient(135deg, rgba(13, 13, 13, 0.94) 0%, rgb(106 243 241) 48%, rgb(8 185 182) 100%);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(13, 13, 13, 0.16);
}

.home-cta-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.home-cta-inner h2 {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 34px;
  line-height: 1.25;
}

.home-cta-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-cta-actions .th-btn.style2 {
  color: var(--title-color);
  background: var(--white-color);
}

.home-cta-actions .th-btn.style2:hover {
  color: var(--white-color);
}

.home-blog-sec {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf4 100%);
}

.home-blog-sec .blog-card {
  overflow: hidden;
  border: 1px solid rgba(218, 168, 0, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(13, 13, 13, 0.08);
}

@media (max-width: 1199px) {
  .home-value-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .home-value-strip {
    margin-top: 0;
    padding-top: 28px;
  }

  .home-value-wrap,
  .home-about-sec .about-wrapper {
    grid-template-columns: 1fr;
  }

  .home-faq-sec .title-area {
    padding: 26px;
  }

  .home-cta-band {
    padding: 48px 0;
  }

  .home-cta-inner {
    padding: 30px 24px;
  }

  .home-cta-inner h2 {
    font-size: 26px;
  }
}




   /* =========================================================
      RADIXRAY - 3'LÜ GÖRSEL ÜRÜN KARTLARI
   ========================================================= */

 .radix-service-area {
   padding: 40px 0;
   background: #fff;
 }


/* ---------------------------------------------------------
   BAŞLIK
--------------------------------------------------------- */

.radix-service-title {
  max-width: 760px;
  margin: 0 auto 50px;
}

.radix-service-subtitle {
  display: inline-block;
  margin-bottom: 10px;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  color: #08b9b6;
}

.radix-service-heading {
  margin: 0 0 15px;

  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;

  color: #171717;
}

.radix-service-intro {
  max-width: 680px;
  margin: 0 auto;

  font-size: 16px;
  line-height: 1.8;

  color: #777;
}


/* ---------------------------------------------------------
   GRID
--------------------------------------------------------- */

.radix-service-grid {
  margin-left: -12px;
  margin-right: -12px;
}

.radix-service-grid > div {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}


/* ---------------------------------------------------------
   KART
--------------------------------------------------------- */

.radix-service-card {
  position: relative;

  width: 100%;
  height: 500px;

  overflow: hidden;

  border-radius: 18px;

  background: #eee;

  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

  transition:
          transform .4s ease,
          box-shadow .4s ease;
}


/* ---------------------------------------------------------
   GÖRSEL
--------------------------------------------------------- */

.radix-service-image {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  overflow: hidden;

  text-decoration: none;
}

.radix-service-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
          transform .7s cubic-bezier(.2,.7,.2,1),
          filter .5s ease;
}


/* ---------------------------------------------------------
   SÜREKLİ KARARTMA
--------------------------------------------------------- */

.radix-service-overlay {
  position: absolute;

  inset: 0;

  display: flex;
  align-items: flex-end;

  padding: 32px;

  /*
     Bilgilerin her zaman okunabilmesi için
     görselin alt kısmında sürekli gradient.
  */

  background:
          linear-gradient(
                  to top,
                  rgba(0, 0, 0, .82) 0%,
                  rgba(0, 0, 0, .55) 28%,
                  rgba(0, 0, 0, .18) 58%,
                  rgba(0, 0, 0, 0) 100%
          );
}


/* ---------------------------------------------------------
   İÇERİK
--------------------------------------------------------- */

.radix-service-overlay-content {
  width: 100%;
}

.radix-service-overlay h3 {
  margin: 0 0 16px;

  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;

  color: #fff;
}


/* ---------------------------------------------------------
   İNCELE BUTONU
--------------------------------------------------------- */

.radix-service-button {
  display: inline-flex;

  align-items: center;

  gap: 9px;

  padding: 10px 18px;

  border: 1px solid rgba(255,255,255,.8);

  border-radius: 50px;

  font-size: 13px;
  font-weight: 600;

  color: #fff;

  transition:
          background .3s ease,
          border-color .3s ease,
          transform .3s ease;
}

.radix-service-button i {
  font-size: 11px;

  transition: transform .3s ease;
}


/* ---------------------------------------------------------
   HOVER
--------------------------------------------------------- */

.radix-service-card:hover {
  transform: translateY(-7px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.radix-service-card:hover .radix-service-image img {
  transform: scale(1.07);

  filter: brightness(.78);
}

.radix-service-card:hover .radix-service-button {
  background: #08b9b6;

  border-color: #003e6e;
}

.radix-service-card:hover .radix-service-button i {
  transform: translateX(4px);
}


/* ---------------------------------------------------------
   TÜM ÜRÜNLER
--------------------------------------------------------- */

.radix-service-all {
  margin-top: 35px;
}

.radix-service-all-btn {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 14px 27px;

  border-radius: 50px;

  background: #08b9b6;

  color: #fff;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition:
          transform .3s ease,
          box-shadow .3s ease;
}

.radix-service-all-btn:hover {
  color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 10px 25px rgba(247, 71, 28, .25);
}

.radix-service-all-btn i {
  transition: transform .3s ease;
}

.radix-service-all-btn:hover i {
  transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

  .radix-service-card {
    height: 450px;
  }

  .radix-service-heading {
    font-size: 38px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .radix-service-area {
    padding: 70px 0;
  }

  .radix-service-card {
    height: 430px;
  }

  .radix-service-heading {
    font-size: 34px;
  }

}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {

  .radix-service-area {
    padding: 55px 0;
  }

  .radix-service-title {
    margin-bottom: 35px;
  }

  .radix-service-heading {
    font-size: 30px;
  }

  .radix-service-intro {
    font-size: 14px;
    line-height: 1.7;
  }

  .radix-service-card {
    height: 400px;

    border-radius: 14px;
  }

  .radix-service-overlay {
    padding: 23px;

    background:
            linear-gradient(
                    to top,
                    rgba(0, 0, 0, .85) 0%,
                    rgba(0, 0, 0, .45) 45%,
                    rgba(0, 0, 0, 0) 80%
            );
  }

  .radix-service-overlay h3 {
    font-size: 22px;
  }

}


/* =========================================================
   KÜÇÜK TELEFON
========================================================= */

@media (max-width: 480px) {

  .radix-service-card {
    height: 360px;
  }

  .radix-service-heading {
    font-size: 27px;
  }

}

.home-value-strip {
  position: relative;
  z-index: 10;
  margin-top: -65px;
  padding: 0;
}

.home-value-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
  overflow: hidden;
}

.home-value-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 115px;
  padding: 22px 24px;
  background: #fff;
  border: 0;
  border-right: 1px solid #eee;
  transition: all .35s ease;
}

.home-value-card:last-child {
  border-right: 0;
}

/* Üst renk çizgisi */
.home-value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #08b9b6;
  transform: scaleX(0);
  transition: transform .35s ease;
}

/* Hover */
.home-value-card:hover {
  background: #fafafa;
  transform: translateY(-3px);
}

.home-value-card:hover::before {
  transform: scaleX(1);
}

/* Icon */
.home-value-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffffff;
  color: #08b9b6;
  font-size: 20px;
  transition: all .35s ease;
}

.home-value-card:hover .home-value-icon {
  background: #08b9b6;
  color: #fff;
  transform: scale(1.06);
}

/* Başlık */
.home-value-card h3 {
  margin: 0 0 5px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #171717;
}

/* Açıklama */
.home-value-card p {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

/* Tablet */
@media (max-width: 991px) {
  .home-value-strip {
    margin-top: -45px;
  }

  .home-value-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-value-card:nth-child(2) {
    border-right: 0;
  }

  .home-value-card:nth-child(-n+2) {
    border-bottom: 1px solid #eee;
  }
}

/* Mobil */
@media (max-width: 575px) {
  .home-value-strip {
    margin-top: -25px;
  }

  .home-value-wrap {
    grid-template-columns: 1fr;
    border-radius: 15px;
  }

  .home-value-card {
    min-height: 90px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .home-value-card:last-child {
    border-bottom: 0;
  }

  .home-value-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}


/* =========================================================
   HOME BLOG
========================================================= */

.home-blog-sec {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-blog-sec .title-area {
  margin-bottom: 42px;
}

/* Başlık üst yazısı */
.home-blog-sec .sub-title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #08b9b6;
}

/* Ana başlık */
.home-blog-sec .sec-title {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #151515;
}


/* =========================================================
   SLIDER
========================================================= */

.home-blog-sec #blogSlide1 {
  margin-left: -10px;
  margin-right: -10px;
}

.home-blog-sec #blogSlide1 > div {
  padding-left: 10px;
  padding-right: 10px;
}


/* =========================================================
   BLOG CARD
========================================================= */

.home-blog-sec .blog-card {

  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .045);
  transition:
          transform .4s ease,
          box-shadow .4s ease,
          border-color .4s ease;
}

.home-blog-sec .blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(247, 71, 28, .18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .10);
}


/* =========================================================
   BLOG IMAGE
========================================================= */

.home-blog-sec .blog-img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f5f5f5;
}

.home-blog-sec .blog-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-blog-sec .blog-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .65, .3, 1);
}

.home-blog-sec .blog-card:hover .blog-img img {
  transform: scale(1.07);
}


/* Görsel üzerindeki hafif gradient */

.home-blog-sec .blog-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 50%,
          rgba(0, 0, 0, .12) 100%
  );
}


/* =========================================================
   BLOG CONTENT
========================================================= */

.home-blog-sec .blog-card_wrapper {
  display: block;
  padding: 24px 24px 27px;
  background: #fff;
  margin-top: 0px;;
}

.home-blog-sec .blog-card-content {
  width: 100%;
}


/* =========================================================
   BLOG META
========================================================= */

.home-blog-sec .blog-meta {
  margin: 0 0 9px;
}

.home-blog-sec .blog-meta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .8px;
  text-transform: uppercase;

  color: #999;

  transition: color .3s ease;
}

.home-blog-sec .blog-meta i {
  font-size: 11px;
  color: #08b9b6;
}

.home-blog-sec .blog-meta a:hover {
  color: #08b9b6;
}


/* =========================================================
   BLOG TITLE
========================================================= */

.home-blog-sec .box-title {
  margin: 0 0 17px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.2px;

  color: #171717;
}

.home-blog-sec .box-title a {
  display: -webkit-box;
  overflow: hidden;

  color: #171717;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  transition: color .3s ease;
}

.home-blog-sec .blog-card:hover .box-title a {
  color: #08b9b6;
}


/* =========================================================
   DEVAMINI OKU
========================================================= */

.home-blog-sec .line-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  color: #222;

  transition: color .3s ease;
}

.home-blog-sec .line-btn i {
  margin-left: 4px !important;
  font-size: 11px;
  color: #08b9b6;

  transition: transform .3s ease;
}

.home-blog-sec .line-btn:hover {
  color: #08b9b6;
}

.home-blog-sec .line-btn:hover i {
  transform: translateX(5px);
}


/* =========================================================
   SLIDER ARROWS
========================================================= */

.home-blog-sec .slick-arrow {
  position: absolute;
  z-index: 5;

  width: 46px;
  height: 46px;

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

  padding: 0;

  border: 1px solid #e7e7e7;
  border-radius: 50%;

  background: #fff;
  color: #222;

  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);

  transition:
          background .3s ease,
          color .3s ease,
          border-color .3s ease,
          transform .3s ease;
}

.home-blog-sec .slick-arrow:hover {
  background: #08b9b6;
  border-color: #08b9b6;
  color: #fff;
  transform: translateY(-2px);
}

.home-blog-sec .slick-prev {
  left: -58px;
}

.home-blog-sec .slick-next {
  right: -58px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

  .home-blog-sec .sec-title {
    font-size: 34px;
  }

  .home-blog-sec .slick-prev {
    left: -10px;
  }

  .home-blog-sec .slick-next {
    right: -10px;
  }

  .home-blog-sec .slick-arrow {
    width: 42px;
    height: 42px;
  }

}


/* =========================================================
   TABLET / 2 COLUMN
========================================================= */

@media (max-width: 991px) {

  .home-blog-sec .title-area {
    margin-bottom: 32px;
  }

  .home-blog-sec .sec-title {
    font-size: 32px;
  }

  .home-blog-sec .blog-img {
    height: 235px;
  }

  .home-blog-sec .blog-card_wrapper {
    padding: 22px 22px 25px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .home-blog-sec .title-area {
    margin-bottom: 27px;
  }

  .home-blog-sec .sub-title {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .home-blog-sec .sec-title {
    font-size: 29px;
    letter-spacing: -.5px;
  }

  .home-blog-sec #blogSlide1 {
    margin-left: 0;
    margin-right: 0;
  }

  .home-blog-sec #blogSlide1 > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-blog-sec .blog-card {
    margin-bottom: 25px;
    border-radius: 17px;
  }

  .home-blog-sec .blog-img {
    height: 220px;
  }

  .home-blog-sec .blog-card_wrapper {
    padding: 20px 20px 23px;
  }

  .home-blog-sec .box-title {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 15px;
  }

  .home-blog-sec .slick-arrow {
    display: none !important;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .home-blog-sec .sec-title {
    font-size: 26px;
  }

  .home-blog-sec .blog-img {
    height: 205px;
  }

  .home-blog-sec .blog-card_wrapper {
    padding: 19px 18px 22px;
  }

  .home-blog-sec .box-title {
    font-size: 15px;
  }

}

/* =========================================================
   RADIXRAY - KURUMSAL İÇERİK ALANI
   Sadece mevcut HTML yapısı için
   Font family / yazı renkleri değiştirilmez
========================================================= */

.radix-about {
  width: 100%;
  background: #fff;
}

.radix-about-content {
  padding: 20px 0;
}

.radix-about-main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


/* =========================================================
   SECTIONS
========================================================= */

.radix-about-main section {
  margin-bottom: 65px;
}

.radix-about-main section:last-child {
  margin-bottom: 0;
}


/* =========================================================
   PARAGRAFLAR
========================================================= */

.radix-about-main p {
  margin: 0 0 18px;
  line-height: 1.85;
}

.radix-about-main p:last-child {
  margin-bottom: 0;
}

.radix-about-main strong {
  font-weight: 700;
}


/* =========================================================
   H3 BAŞLIKLAR
========================================================= */

.radix-about-main h3 {
  position: relative;

  margin: 0 0 24px;
  padding: 0 0 15px 18px;

  font-size: 25px;
  line-height: 1.35;

  border-bottom: 1px solid #e4eeee;
}

.radix-about-main h3::before {
  content: "";

  position: absolute;

  left: 0;
  top: 1px;

  width: 4px;
  height: calc(100% - 16px);

  border-radius: 10px;

  background: #08b9b6;
}


/* Başlık altındaki küçük turkuaz çizgi */

.radix-about-main h3::after {
  content: "";

  position: absolute;

  left: 18px;
  bottom: -1px;

  width: 55px;
  height: 2px;

  background: #08b9b6;

  border-radius: 10px;
}


/* =========================================================
   BİLGİ KUTUSU
========================================================= */

.radix-info-box {
  position: relative;

  margin: 28px 0 0;

  padding: 24px 28px 24px 30px;

  background: #f2fbfb;

  border: 1px solid #dceeee;

  border-left: 4px solid #08b9b6;

  border-radius: 0 14px 14px 0;

  box-shadow:
          0 8px 25px rgba(8, 185, 182, 0.05);
}

.radix-info-box::before {
  content: "\f05a";

  position: absolute;

  top: 22px;
  right: 24px;

  font-family: "Font Awesome 6 Pro";

  font-size: 30px;

  opacity: .06;
}

.radix-info-box p {
  margin: 0;

  padding-right: 25px;

  line-height: 1.8;
}


/* =========================================================
   LİSTE
========================================================= */

.radix-about-list {
  display: grid;

  grid-template-columns:
        repeat(2, minmax(0, 1fr));

  gap: 12px 25px;

  margin: 28px 0 0;
  padding: 0;

  list-style: none;
}

.radix-about-list li {
  position: relative;

  min-height: 48px;

  display: flex;

  align-items: center;

  padding: 12px 15px 12px 45px;

  background: #f8fbfb;

  border: 1px solid #e5eeee;

  border-radius: 10px;

  line-height: 1.5;

  transition:
          transform .25s ease,
          border-color .25s ease,
          box-shadow .25s ease,
          background .25s ease;
}

.radix-about-list li::before {
  content: "\f00c";

  position: absolute;

  left: 14px;
  top: 50%;

  transform: translateY(-50%);

  width: 23px;
  height: 23px;

  display: flex;

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

  border-radius: 50%;

  background: #e5f8f8;

  color: #08b9b6;

  font-family: "Font Awesome 6 Pro";

  font-size: 10px;

  transition:
          background .25s ease,
          color .25s ease;
}

.radix-about-list li:hover {
  transform: translateY(-3px);

  background: #fff;

  border-color: rgba(8, 185, 182, .30);

  box-shadow:
          0 10px 25px rgba(8, 185, 182, .08);
}

.radix-about-list li:hover::before {
  background: #08b9b6;

  color: #fff;
}


/* =========================================================
   SECTION AYIRICI
========================================================= */

.radix-about-main section + section {
  position: relative;

}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .radix-about-content {
    padding: 25px 0;
  }

  .radix-about-main {
    max-width: 100%;
  }

  .radix-about-main section {
    margin-bottom: 50px;
  }

  .radix-about-main section + section {
    padding-top: 45px;
  }

}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {

  .radix-about-content {
    padding: 20px 0;
  }

  .radix-about-main section {
    margin-bottom: 45px;
  }

  .radix-about-main section + section {
    padding-top: 40px;
  }

  .radix-about-main h3 {
    margin-bottom: 20px;

    padding-left: 15px;
    padding-bottom: 12px;

    font-size: 22px;
  }

  .radix-about-main h3::after {
    left: 15px;
  }

  .radix-about-list {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .radix-about-list li {
    min-height: 45px;

    padding: 11px 13px 11px 43px;
  }

  .radix-info-box {
    padding: 20px 22px 20px 24px;

    border-radius: 0 11px 11px 0;
  }

  .radix-info-box::before {
    right: 15px;
    top: 18px;
  }

}


/* =========================================================
   KÜÇÜK MOBİL
========================================================= */

@media (max-width: 480px) {

  .radix-about-content {
    padding: 30px 0;
  }

  .radix-about-main h3 {
    font-size: 20px;
  }

  .radix-about-main p {
    line-height: 1.75;
  }

  .radix-info-box {
    padding: 18px 18px 18px 21px;
  }

}

/* =========================================================
   RADIXRAY SERVICE / PRODUCT GRID
========================================================= */

.radix-service-grid {
  row-gap: 14px;
}


/* =========================================================
   CARD
========================================================= */

.radix-service-card {
  position: relative;

  background: #fff;

  border: 1px solid #e6eeee;

  overflow: hidden;

  transition:
          border-color .35s ease,
          box-shadow .35s ease,
          transform .35s ease;
}


.radix-service-card:hover {
  border-color: rgba(8, 185, 182, .35);

  box-shadow:
          0 18px 45px rgba(20, 55, 60, .10);

  transform: translateY(-5px);
}


/* =========================================================
   IMAGE
========================================================= */

.radix-service-image {
  position: relative;

  display: block;

  width: 100%;


  overflow: hidden;

  background: #f2f6f6;
}


.radix-service-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
          transform .7s cubic-bezier(.2,.65,.25,1);
}


.radix-service-card:hover
.radix-service-image img {
  transform: scale(1.045);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.radix-service-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
          linear-gradient(
                  180deg,
                  rgba(0,0,0,0) 55%,
                  rgba(0,0,0,.25) 100%
          );

  pointer-events: none;

  transition:
          background .35s ease;
}


.radix-service-card:hover
.radix-service-image::after {
  background:
          linear-gradient(
                  180deg,
                  rgba(8,185,182,.02) 35%,
                  rgba(8,185,182,.22) 100%
          );
}


/* =========================================================
   NUMBER
========================================================= */

.radix-service-number {
  position: absolute;

  z-index: 3;

  top: 18px;
  left: 18px;

  display: flex;

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

  width: 43px;
  height: 43px;

  background: rgba(255,255,255,.94);

  color: #1b2528;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1px;

  backdrop-filter: blur(6px);
}


/* =========================================================
   ARROW
========================================================= */

.radix-service-arrow {
  position: absolute;

  z-index: 4;

  right: 18px;
  bottom: 18px;

  display: flex;

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

  width: 48px;
  height: 48px;

  border-radius: 50%;

  background: #08b9b6;

  color: #fff;

  font-size: 14px;

  opacity: 0;

  transform:
          translateY(10px);

  transition:
          opacity .35s ease,
          transform .35s ease;
}


.radix-service-card:hover
.radix-service-arrow {
  opacity: 1;

  transform: translateY(0);
}


.radix-service-arrow i {
  transition:
          transform .3s ease;
}


.radix-service-card:hover
.radix-service-arrow i {
  transform: translate(2px,-2px);
}


/* =========================================================
   CONTENT
========================================================= */

.radix-service-content {
  position: relative;

  padding: 23px 24px 25px;

  background: #fff;
}


/* =========================================================
   TITLE
========================================================= */

.radix-service-content h3 {
  margin: 0 0 13px;

  padding: 0;

  font-size: 21px;

  line-height: 1.35;

  font-weight: 700;
}


.radix-service-content h3::before,
.radix-service-content h3::after {
  display: none;
}


.radix-service-content h3 a {
  color: inherit;

  text-decoration: none;

  transition:
          color .3s ease;
}


.radix-service-card:hover
.radix-service-content h3 a {
  color: #08b9b6;
}


/* =========================================================
   LINK
========================================================= */

.radix-service-link {
  position: relative;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: #6c777a;

  font-size: 13px;

  font-weight: 600;

  text-decoration: none;

  transition:
          color .3s ease,
          gap .3s ease;
}


.radix-service-link i {
  color: #08b9b6;

  font-size: 11px;

  transition:
          transform .3s ease;
}


.radix-service-link:hover {
  color: #08b9b6;

  gap: 13px;
}


.radix-service-link:hover i {
  transform: translateX(3px);
}


/* =========================================================
   TURKUAZ ALT ÇİZGİ
========================================================= */

.radix-service-content::before {
  content: "";

  position: absolute;

  left: 24px;
  bottom: 0;

  width: 0;
  height: 3px;

  background: #08b9b6;

  transition:
          width .4s cubic-bezier(.4,0,.2,1);
}


.radix-service-card:hover
.radix-service-content::before {
  width: 65px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .radix-service-grid {
    row-gap: 28px;
  }

  .radix-service-image {
    height: 330px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .radix-service-grid {
    row-gap: 22px;
  }

  .radix-service-image {
    height: 330px;
  }

  .radix-service-content {
    padding: 20px 21px 23px;
  }

  .radix-service-content h3 {
    font-size: 19px;
  }

  /*
     Mobilde hover olmadığı için
     ok ikonunu sürekli gösteriyoruz.
  */

  .radix-service-arrow {
    opacity: 1;

    transform: none;

    width: 43px;
    height: 43px;

    right: 15px;
    bottom: 15px;
  }

}


/* =========================================================
   KÜÇÜK TELEFON
========================================================= */

@media (max-width: 480px) {

  .radix-service-image {
    height: 280px;
  }

  .radix-service-number {
    top: 14px;
    left: 14px;

    width: 38px;
    height: 38px;
  }

}

/* =========================================================
   PRODUCT PROPERTIES
========================================================= */

.prod-properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 25px;
}


/* =========================================================
   PROPERTY ITEM
========================================================= */

.prod-properties .item {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 82px;

  padding: 15px 18px;

  background: #f7fbfb;

  border: 1px solid #e2eeee;
  border-radius: 10px;

  transition:
          border-color .3s ease,
          background .3s ease,
          box-shadow .3s ease,
          transform .3s ease;
}


/* Hover */

.prod-properties .item:hover {
  background: #fff;

  border-color: rgba(8, 185, 182, .35);

  box-shadow:
          0 8px 24px rgba(8, 185, 182, .08);

  transform: translateY(-2px);
}


/* =========================================================
   ICON
========================================================= */

.prod-properties .item img {
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  object-fit: contain;

  margin-right: 15px;

  transition:
          transform .3s ease;
}


.prod-properties .item:hover img {
  transform: scale(1.08);
}


/* =========================================================
   TEXT
========================================================= */

.prod-properties .item .title {
  margin: 0;

  line-height: 1.5;

  font-size: 13px;

  font-weight: 600;

  letter-spacing: .2px;
}


/* =========================================================
   TURKUAZ DETAY
========================================================= */

.prod-properties .item::before {
  content: "";

  position: absolute;

  left: 0;
  top: 18px;
  bottom: 18px;

  width: 3px;

  border-radius: 0 5px 5px 0;

  background: #08b9b6;

  opacity: .75;
}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {

  .prod-properties {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .prod-properties .item {
    min-height: 70px;

    padding: 13px 15px;
  }

  .prod-properties .item img {
    width: 32px;
    height: 32px;

    flex-basis: 32px;

    margin-right: 13px;
  }

  .prod-properties .item .title {
    font-size: 12px;
  }

}

/* ================================
   ALT SAYFA KARTLARI
================================ */

.subpage-list {
  margin-top: 25px;
}

.subpage-list .card {
  height: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.subpage-list .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Kart görseli */
.subpage-list .card-img-top {
  width: 100%;
  height: 220px;
  object-fit:contain;
  display: block;
  transition: transform 0.4s ease;
}

.subpage-list .card:hover .card-img-top {
  transform: scale(1.04);
}

/* Görsel taşmasını engelle */
.subpage-list .card {
  position: relative;
}

/* Kart içerik */
.subpage-list .card-body {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

/* Başlık */
.subpage-list .card-title {
  margin: 0 0 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

/* Buton */
.subpage-list .card .btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px;
  border: 0;
  border-radius: 7px;
  background: #08b8b5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.subpage-list .card .btn:hover {
  background: #25d5d1;
  color: #fff;
  transform: translateX(3px);
}

.subpage-list .card .btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.subpage-list .card .btn:hover i {
  transform: translateX(3px);
}


/* ================================
   TABLET
================================ */

@media (max-width: 991px) {

  .subpage-list .card-img-top {
    height: 200px;
  }

  .subpage-list .card-body {
    padding: 18px;
  }

  .subpage-list .card-title {
    font-size: 17px;
  }
}


/* ================================
   MOBİL
================================ */

/* ================================
   MOBİL
================================ */
@media (max-width: 767px) {

  /* Mobilde 2 sütun */
  .subpage-list {
    margin-left: -6px;
    margin-right: -6px;
  }

  .subpage-list > div {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px !important;
  }

  .subpage-card {
    border-radius: 8px;
  }

  /* Mobil görsel */
  .subpage-card-image {
    height: 135px;
  }

  /* Başlık */
  .subpage-card-title {
    padding: 11px 10px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;

    /* 2 satırdan fazla olmasın */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Mobilde hover kapalı */
  .subpage-card:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
  }

  .subpage-card:hover .subpage-card-image img {
    transform: none;
  }
}


/* Çok küçük telefonlar */
@media (max-width: 400px) {

  .subpage-list > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .subpage-card-image {
    height: 120px;
  }

  .subpage-card-title {
    padding: 9px 9px;
    font-size: 13px;
  }
}

.page_galeri .image-item {
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.page_galeri .image-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  border-color: #e3e3e3;
}

.page_galeri .image-hover-zoom {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.page_galeri .image-hover-zoom img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.page_galeri .image-item:hover img {
  transform: scale(1.05);
}

.page_galeri p {
  display: none;
}

.blog-post-show {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.blog-post-show h2 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 18px;
  font-weight: 700;
}

.blog-post-show h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 25px 0 12px;
  font-weight: 600;
}

.blog-post-show h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0 10px;
  font-weight: 600;
}

.blog-post-show p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.blog-post-show img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.blog-post-show ul,
.blog-post-show ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.blog-post-show li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 5px;
}

.blog-post-show a {
  word-break: break-word;
}

.blog-post-show table {
  width: 100%;
  font-size: 13px;
}

.blog-post-show td,
.blog-post-show th {
  padding: 7px 10px;
}

.blog-post-show blockquote {
  font-size: 15px;
  margin: 20px 0;
  padding: 12px 18px;
}

@media (max-width: 767px) {
  .blog-post-show {
    font-size: 14px;
  }

  .blog-post-show h2 {
    font-size: 21px;
  }

  .blog-post-show h3 {
    font-size: 18px;
  }

  .blog-post-show h4 {
    font-size: 16px;
  }

  .blog-post-show p,
  .blog-post-show li {
    font-size: 14px;
  }
}

/* =========================================
   İLETİŞİM ALANI
========================================= */

.contact-area.contact-bg {
  background: #f4fafa;
  color: #111;
}

.contact-area .title-area {
  margin-bottom: 25px;
}

.contact-area .border-title {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.contact-area .border-title::after {
  background: #25d5d1;
}


/* =========================================
   İLETİŞİM BİLGİLERİ
========================================= */

.contact-style1 {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid rgba(37, 213, 209, 0.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.contact-box {
  background: #f8fdfd;
  border-left: 3px solid #25d5d1;
  padding: 16px 18px;
  border-radius: 8px;
  transition: all .3s ease;
}

.contact-box:hover {
  background: #effcfc;
  transform: translateX(4px);
  box-shadow: 0 5px 18px rgba(37, 213, 209, 0.10);
}

.contact-title {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.contact-text a {
  color: #333;
  text-decoration: none;
  transition: color .2s ease;
}

.contact-text a:hover {
  color: #25d5d1;
}


/* =========================================
   SOSYAL MEDYA
========================================= */

.social-style2 {
  padding-top: 5px;
}

.social-style2 .social-title {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.social-style2 .social-icon {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-style2 .social-icon a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d5d1;
  color: #111;
  border-radius: 8px;
  text-decoration: none;
  transition: all .3s ease;
}

.social-style2 .social-icon a:hover {
  background: #111;
  color: #25d5d1;
  transform: translateY(-3px);
}


/* =========================================
   FORM KARTI
========================================= */

.contact-bg02 {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid rgba(37, 213, 209, 0.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}


/* =========================================
   INPUTLAR
========================================= */

.contact-form .form-control {
  height: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
  color: #111;
  font-size: 14px;
  padding: 0 15px;
  box-shadow: none;
  transition: all .25s ease;
}

.contact-form textarea.form-control {
  height: 150px;
  padding: 14px 15px;
  resize: vertical;
}

.contact-form .form-control::placeholder {
  color: #888;
}

.contact-form .form-control:focus {
  background: #fff;
  border-color: #25d5d1;
  box-shadow: 0 0 0 3px rgba(37, 213, 209, 0.12);
  outline: none;
}


/* =========================================
   CAPTCHA
========================================= */

.contact-form img {
  max-width: 100%;
  height: 50px;
  object-fit: contain;
  border-radius: 6px;
}

.contact-form .form-group {
  margin-bottom: 0;
}


/* =========================================
   GÖNDER BUTONU
========================================= */

.contact-form .ss-btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: #25d5d1;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  transition: all .3s ease;
}

.contact-form .ss-btn:hover {
  background: #111;
  color: #25d5d1;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
}


/* =========================================
   ALERT
========================================= */

.contact-area .alert {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-area .alert-success {
  background: #e9fbfa;
  color: #111;
  border-left: 4px solid #25d5d1;
}

.contact-area .alert-danger {
  background: #fff1f1;
  color: #111;
  border-left: 4px solid #dc3545;
}

.contact-area .alert p:last-child {
  margin-bottom: 0;
}


/* =========================================
   HARİTA
========================================= */

.contact-area iframe {
  display: block;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}


/* =========================================
   MOBİL
========================================= */

@media (max-width: 767px) {

  .contact-area.contact-bg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .contact-style1,
  .contact-bg02 {
    padding: 20px;
    border-radius: 10px;
  }

  .contact-area .border-title {
    font-size: 21px;
  }

  .contact-form .ss-btn {
    margin-top: 10px;
  }

  .contact-form img {
    margin-bottom: 10px;
  }

  .contact-area iframe {
    height: 300px !important;
    border-radius: 10px;
  }

}

