/*
Theme Name: Yazılım Koruncuk Teması
Author: 
Author URI: 
Description: Yazılım Koruncuk Özel Wordpress Teması
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0.50
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yazilim-koruncuk
*/

:root {
  --color-green: #0ab39c;
  --color-green-light: rgb(10 179 156 / 15%) !important;
  --color-blue: #2563eb;
  --color-blue-light: rgb(37 99 235 / 15%);
  --color-red: #f44236;
  --color-red-light: rgb(244 66 54 / 15%);
  --color-orange: #f8a221;
  --color-orange-light: rgb(248 162 33 / 15%);
  --color-gray: #9b9b9b;
}

::-moz-selection {
  color: #DC1D82;
  background: var(--primary-color);
}

::selection {
  color: #DC1D82;
  background: var(--primary-color);
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.mh-80 {
  min-height: 80px;
}

.border-top-dashed {
  border-top: 1px dashed var(--bs-border-color);
}

.border-bottom-dashed {
  border-bottom: 1px dashed var(--bs-border-color);
}

.bg-decoration {
  background: url("assets/img/bg-03.png");
  background-size: inherit;
}

.box-shadow {
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
}

.results .card {
  width: 100%;
}
.results .project .card-body {
  min-height: 100px;
  padding: 1.5rem;
}

.results .project .title {
  display: block;
  font-size: 0.95rem;
}
.results .project .content {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
}

.lift {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.lift:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.25rem 1.25rem rgba(52, 63, 82, 0.1);
  border: 1px solid #e9e9e9;
}

.only-mobile {
  display: none;
}

.fa {
  font-family: "Font Awesome 6 Free" !important;
}

.no-border {
  border: 0 !important;
}

.no-outline {
  outline: 0 !important;
}

.b-green {
  border: 1px solid var(--color-green) !important;
}

.bg-green {
  background-color: var(--color-green) !important;
}

.bg-green-light {
  color: var(--color-green);
  background-color: var(--color-green-light) !important;
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

.b-blue {
  border: 1px solid var(--color-blue) !important;
}

.text-blue {
  color: var(--color-blue) !important;
}

.t-blue {
  color: var(--color-blue) !important;
}

.bg-blue-light {
  color: var(--color-blue);
  background-color: var(--color-blue-light) !important;
}

.b-red {
  border: 1px solid var(--color-red) !important;
}

.bg-red {
  background-color: var(--color-red) !important;
}

.bg-red-light {
  color: var(--color-red);
  background-color: var(--color-red-light) !important;
}

.b-orange {
  border: 1px solid var(--color-orange) !important;
}

.bg-orange {
  background-color: var(--color-orange) !important;
}

.bg-orange-light {
  color: var(--color-orange);
  background-color: var(--color-orange-light) !important;
}

.b-gray {
  border: 1px solid var(--color-gray) !important;
}

.bg-gray {
  background-color: var(--color-gray) !important;
}

.t-green {
  color: var(--color-green) !important;
}

.t-red {
  color: var(--color-red) !important;
}

.t-orange {
  color: var(--color-orange) !important;
}

.t-gray {
  color: var(--color-gray) !important;
}

.t-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.b-primary {
  border-color: var(--primary-color) !important;
}

.excerpt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.hidden {
  display: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-b {
  display: block;
}

.d-f {
  display: flex;
}

.j-c {
  justify-content: center;
}

.j-c-s {
  justify-content: space-between;
}

.a-i-c {
  align-items: center;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.fs-7 {
  font-size: 0.815rem;
}

.fs-9 {
  font-size: 0.9rem;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 600;
}

.color-gray {
  color: #666;
}

.menu ul.sub-menu {
  position: absolute;
  background: var(--primary-color);
  display: none;
  width: auto;
  height: auto;
  min-width: 200px;
  padding: 15px 0;
  border-radius: 0.5rem;
  box-shadow: rgb(0 0 0 / 25%) 0 10px 15px 5px;
}

.menu ul .sub-menu a {
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  background: none;
  margin: 0 8px 0 8px;
}

.menu-item:hover .sub-menu {
  display: block;
}

/* .menu-item-has-children a::after {
  content: "\f078";
  font-weight: 600;
  color: var(--bs-gray-500);
  font-size: 10px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: -3px;
} */

.menu-item-has-children .caret {
  position: absolute;
  top: 8px;
  right: 0;
  width: 10px;
  text-align: right;
  z-index: 9;
  color: var(--bs-gray-500);
  cursor: pointer;
}

.menu-item-has-children .caret i {
  font-size: 0.75rem;
}

.menu-item-has-children .sub-menu a::after {
  content: "";
}

.menu-item:hover .sub-menu li {
  padding: 0;
}

.menu-item:hover .sub-menu a {
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  background: none;
  margin: 0 8px 0 8px;
}

.menu-item:hover .sub-menu a:hover {
  background: rgba(0, 0, 0, 0.15);
}

.footer-text {
  font-size: 0.85rem;
  align-items: center;
}

.footer-top-text {
  text-align: justify;
}

.menu-footer-linkleri-container .menu-item {
  text-decoration: none;
  box-sizing: border-box;
  padding: 2px 0;
  line-height: 1.3;
  transition: 0.3s all;
  position: relative;
}

.menu-footer-linkleri-container .menu-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: 0.3s all;
}

.menu-footer-linkleri-container .menu-item:hover:after {
  width: 100%;
}

b {
  font-weight: 600;
}

.loading-icon {
  margin-right: 5px;
  animation-iteration-count: infinite;
  animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3000ms;
}

.entry-content blockquote {
  margin: 30px 0;
  padding: 30px;
  font-style: normal;
  border-left-width: 2px;
  border-radius: 0.5rem;
  box-shadow: 0 5px 70px rgba(38, 42, 76, 0.1);
  width: 100%;
  border: none;
  display: block;
}

.entry-content blockquote p {
  display: inherit;
  margin: 0;
  padding: 0;
}

.entry-content blockquote:before {
  content: '"';
  color: var(--primary-color);
  display: block;
  float: left;
  position: relative;
  font-size: 90px;
  margin-top: 18px;
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 30px;
}

.entry-content ul {
  padding: 10px 40px;
}
.entry-content ul > li {
  list-style-type: disc;
}

dl,
ol,
ul {
  margin: 0;
}
/* 
h1 {
  font-size: 2.125rem !important;
  font-weight: 600;
}
h2 {
  font-size: 1.875rem !important;
  font-weight: 600;
}
h3 {
  font-size: 1.5rem !important;
  font-weight: 600;
}
h4 {
  font-size: 1.25rem !important;
  font-weight: 600;
}
h5 {
  font-size: 1.125rem !important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}

hr {
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #e7e7e7;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

header {
  position: relative;
  display: flex;
  z-index: 501;
  justify-content: space-between;
  align-items: center;
  padding: 15px 70px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 5px 15px;

  .logo img {
    width: 220px;
  }
  .menu {
    font-size: 14px;
  }

  .menu a {
    font-weight: 600;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  }

  .menu .current-menu-item a {
    color: var(--primary-color);
    border-radius: 0.5rem;
    background-color: rgb(153 153 153 / 10%);
  }
  .menu a:hover {
    color: var(--primary-color);
    border-radius: 0.5rem;
  }

  .menu ul {
    display: flex;
    width: 100%;
    height: 100%;
    gap: 1rem;
    padding: 0;
    align-items: center;
    li {
      position: relative;
      a {
        display: flex;
        align-items: center;
        padding: 0.5rem 1rem;
        font-weight: 500;
      }
    }
  }
  .login {
    display: flex;
    a {
      font-size: 13px;
      /*font-weight: 500;
      border-radius: 0.5rem;*/
      &.register {
        margin-right: 10px;
      }
    }
    .main-nav {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
    }
  }
}

/* Hamburber */

@keyframes uiCoreAnimationsHamReveal {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }

  60% {
    transform: scaleX(1);
    transform-origin: left center;
  }

  61% {
    transform: scaleX(1.1);
    transform-origin: right center;
  }

  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

body button.mobile-ham,
body button.mobile-ham:focus,
body button.mobile-ham:hover {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  background: transparent 0 0;
  box-shadow: none;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

button.mobile-ham {
  padding: 0 0 0 20px !important;
}

.mobile-ham .bar,
.mobile-ham .bars {
  display: flex;
  flex-flow: column nowrap;
  align-items: inherit;
  justify-content: inherit;
}

.mobile-ham .bars {
  float: right;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mobile-ham .bar {
  width: 20px;
  height: 3px;
  margin-bottom: 4.4px;
  position: relative;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--primary-color);
}

.mobile-ham .bar:first-child,
.mobile-ham .bar:last-child {
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-ham .bar:first-child {
  transform: translate3d(0, -3px, 0);
}

.mobile-ham .bar:last-child {
  margin-bottom: 0;
  transform: translate3d(0, 3px, 0);
}

.mobile-ham .bar:nth-child(2) {
  width: 22px;
  margin-right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-ham .bar:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  transition: inherit;
  background-color: inherit;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body:not(.mobile-nav-show) .mobile-ham .bars {
  -webkit-transform: none;
  transform: none;
  transition-delay: 0s;
}

body:not(.mobile-nav-show) .mobile-ham .bar:first-child,
body:not(.mobile-nav-show) .mobile-ham .bar:last-child,
body:not(.mobile-nav-show) .mobile-ham .bar:nth-child(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  transition: all 0.3s ease, background-color 0.15s;
}

body:not(.mobile-nav-show) .mobile-ham .bar:first-child:after,
body:not(.mobile-nav-show) .mobile-ham .bar:first-child:before,
body:not(.mobile-nav-show) .mobile-ham .bar:last-child:after,
body:not(.mobile-nav-show) .mobile-ham .bar:last-child:before,
body:not(.mobile-nav-show) .mobile-ham .bar:nth-child(2):after,
body:not(.mobile-nav-show) .mobile-ham .bar:nth-child(2):before {
  -webkit-transform: rotate(0) translate(0);
  transform: rotate(0) translate(0);
}

body:not(.mobile-nav-show) .mobile-ham .bar:first-child,
body:not(.mobile-nav-show) .mobile-ham .bar:last-child {
  transition-delay: 0.15s;
}

body:not(.mobile-nav-show) .mobile-ham .bar:nth-child(2) {
  width: 16px;
}

body button.mobile-ham.mobile-toggle {
  display: none;
}

/* Icerik */

.container {
  max-width: 1140px;
}

.notification {
  color: #fff;
  font-size: 15px;
  padding: 0.815rem;
}

.notification a,
.notification a:visited {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
}

.entry-content {
  width: 100%;
  padding: 1rem;
}

.entry-content p {
  display: inline-block;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.entry-content img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.img-mask {
  position: relative;
  overflow: hidden;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
  -webkit-mask-type: alpha;
  -webkit-mask-size: 100% 100%;
  mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
  mask-type: alpha;
  mask-size: 100% 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*transform: translateY(0);*/
  transition: opacity 0.25s ease;
}

/* .btn:hover {
  opacity: 0.85;
  transition: opacity 0.25s ease;
} */

/* .btn.anim {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
}

.btn.anim:hover:before {
  transform: scaleX(2) scaleY(1) translateY(-15%);
}

.btn.anim:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.7) translateY(55%);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  transition: all 0.25s cubic-bezier(0, 0, 0.31, 0.99);
} */

.btn i {
  margin-right: 0.5rem;
}

.fade:not(.in) {
  opacity: 1;
}

.btn.disabled {
  background-color: #ccc;
}
footer {
  padding: 70px 0;
}

.menu-footer-linkleri-container {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 14px;
}

.menu-footer-linkleri-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.menu-footer-linkleri-container ul > li {
  margin-left: 1rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav.social {
  align-items: center;
  justify-content: flex-end;
}

.nav.social a {
  margin: 0 8px;
}

.nav.social a:hover {
  color: var(--primary-color);
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
}

header .nav.social {
  margin-right: 20px;
}

.backToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: #fff;
  border-radius: 100%;
  transition: 0.25s;
  cursor: pointer;
}

.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-select:focus {
  box-shadow: none;
}

.register-buttons {
  position: absolute;
  padding-left: 0;
  z-index: 505;
}

.register-buttons a {
  min-width: 90px;
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #fff;
  color: #626262;
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 0.25rem;
  border-radius: 0.4rem;
  transition: 0.25s ease;
}

.register-buttons a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.register-button,
.sign-in-button {
  min-width: 90px;
}
.sign-in-button {
  margin-right: 10px;
}
.sign-in-button i {
  font-size: 0.75rem;
}

#harita {
  position: relative;
}

.leaflet-container {
  font-family: "Poppins" !important;
}

.leaflet-popup-content {
  min-width: 280px;
  margin: 0 !important;
  padding: 1.5rem 1rem;
}

.leaflet-container a.leaflet-popup-close-button {
  background-color: var(--primary-color) !important;
  margin: -15px -15px 0 0 !important;
  font: inherit !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  font-size: 1.5rem !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100% !important;
  position: absolute;
  padding: inherit !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.leaflet-container .leaflet-popup-content span {
  display: block;
  font-size: 0.85rem;
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 0.25rem;
}

.leaflet-container .leaflet-popup-content h6 {
  line-height: inherit;
  font-weight: 600;
  font-size: 0.815rem;
  margin-bottom: 5px;
}
.leaflet-container a.btn {
  font-size: 0.85rem;
  padding: 0.5rem 1.5rem;
}
.info .btn {
  width: 180px !important;
}
.info .detail {
  width: 100%;
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.25rem;
  border-bottom: 1px dashed #d9d9d9;
}
.info .detail .label {
  font-weight: bold;
  cursor: help;
}

.info .white {
  background-color: #fff;
}

.not-found {
  position: absolute;
  z-index: 452;
  background-color: rgb(37 99 235 / 5%);
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
}

.not-found span {
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  font-weight: 500;
  font-size: 1.125rem;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
}

.not-found i {
  display: flex;
  font-size: 1.35rem;
  margin-right: 0.5rem;
}

.loader {
  position: absolute;
  z-index: 999;
  left: calc(50% - 33px);
  top: calc(50% - 33px);
  background-color: var(--primary-color);
  border-radius: 2rem;
  border: 5px solid #d4dadc;
  padding: 0.2rem;
}

.loader-1 {
  height: 48px;
  width: 48px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}
@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader-1-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
  clip: rect(0, 48px, 48px, 24px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loader-1-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
  clip: rect(0, 48px, 48px, 24px);
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loader-1-3 {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(-160deg);
  }
  100% {
    transform: rotate(140deg);
  }
}

.form-group {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.form-check-input {
  transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.login-container {
  max-width: 480px;
}

.login-form {
  margin: 0 auto;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}

.login-form h3 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form h3 i {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-right: 0.5rem;
  line-height: 38px;
  vertical-align: bottom;
}

.login-form .btn {
  padding: 0.5rem 1.5rem;
}

.toggle-password {
  position: relative;
  color: #39364e;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -35px;
}

.disable-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#login-form label {
  color: #555;
  font-size: 0.85rem;
  font-weight: 500;
  padding-bottom: 0.15rem;
}

.wpcf7 form input[type="email"],
.wpcf7 form select,
.wpcf7 form input[type="password"],
.wpcf7 form input[type="text"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form textarea {
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

.wpcf7 form input[type="email"]:focus-visible,
.wpcf7 form select:focus-visible,
.wpcf7 form input[type="password"]:focus-visible,
.wpcf7 form input[type="text"]:focus-visible,
.wpcf7 form input[type="number"]:focus-visible,
.wpcf7 form input[type="date"]:focus-visible,
.wpcf7 form textarea {
  outline: 0px;
}

.wpcf7 form label {
  font-weight: 500;
  font-size: 0.815rem;
}

.wpcf7 form textarea {
  resize: none;
  height: 8rem !important;
}

.wpcf7 p {
  display: grid;
}

.wpcf7 .wpcf7-submit {
  padding: 0.85rem;
  color: #fff;
  border-radius: 0.5rem;
  border: 0px;
  background-color: var(--primary-color);
}

.wpcf7-response-output {
  font-size: 0.85rem;
  border-radius: 0.5rem;
  margin: 0 !important;
}

.wpcf7-spinner {
  background-color: #fff !important;
  margin: 15px !important;
  position: absolute !important;
  opacity: 1 !important;
}

.wpcf7-spinner::before {
  background-color: #2563eb !important;
}

.hesap-bilgileri #login-form input[type="email"],
.hesap-bilgileri #login-form select,
.hesap-bilgileri #login-form input[type="password"],
.hesap-bilgileri #login-form input[type="text"],
.hesap-bilgileri #login-form input[type="number"],
.hesap-bilgileri #login-form input[type="date"],
.hesap-bilgileri #login-form textarea {
  font-size: 0.9rem;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

#login-form input[type="email"],
#login-form select,
#login-form input[type="password"],
#login-form input[type="text"],
#login-form input[type="number"],
#login-form input[type="date"],
#login-form textarea {
  font-size: 0.9rem;
  background-color: #fbfbfb;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

#login-form select:disabled {
  background-color: #dbdbdb;
}

#login-form input:focus-visible,
#login-form select:focus,
#login-form select:focus-visible,
#login-form textarea:focus-visible {
  outline: auto;
  outline-color: var(--primary-color);
}

.info-text,
.alert {
  font-size: 0.9rem;
}

.page-template-hesap-hesabim footer {
  display: none;
}

/* Cookie Popup */

.cookie-wrapper {
  font-size: 13px;
  display: flex;
  z-index: 99999;
  position: fixed;
  bottom: 40px;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50px);
  max-width: 870px;
  padding: 12px 20px;
  transform: translate3d(-50%, 200%, 0);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  gap: 10px;
  transition: all 0.5s ease;
}

.cookie-wrapper.show {
  transform: translate3d(-50%, 0, 0);
}

.cookie-wrapper svg {
  width: 24px;
  height: 24px;
}

.cookie-wrapper .buttons {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.buttons .btn {
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  background: var(--primary-color);
  cursor: pointer;
  transition: all 0.2s ease;
}
#declineBtn a {
  padding: 0.45rem 1.65rem;
}
#declineBtn,
#declineBtn:hover {
  border: 1px solid var(--secondary-color);
  background-color: #fff;
  color: var(--secondary-color);
}
.post a img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.search-card .post {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: #fbfbfb;
  padding: 1rem;
  border: 1px solid #ededed;
}

.response .resend {
  font-size: 0.85rem;
}

/* Sifre Zorluk Kontrol */
.password-checklist {
  position: absolute;
  z-index: 999999;
  top: calc(100% + 10px);
  width: 100%;
  max-width: 528px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.25s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.password-input:focus ~ .password-checklist {
  opacity: 1;
  transform: translateY(0);
}

.checklist-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.checklist {
  list-style: none;
}

.list-item {
  padding-left: 30px;
  font-size: 14px;
}

.list-item::before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  margin: 8px 0;
  margin-left: -30px;
  width: 20px;
  font-size: 12px;
}

.list-item.checked {
  opacity: 0.55;
}

.list-item.checked::before {
  content: "\f00c";
  color: var(--color-green);
}

/* Choices Stiller */
.choices__inner {
  font-size: 0.9rem !important;
  background-color: #fbfbfb !important;
  border: 1px solid #e7e7e7 !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
}

.choices__input {
  outline: 0 !important;
  min-width: 35px !important;
  background-color: unset !important;
}

.choices__list--multiple .choices__item {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.container.kurum,
.container.proje,
.container.gonullu {
  margin-top: 0;
  padding: 4rem 1rem;
  background-color: #fff;
}

.container.kurum .btn,
.container.proje .btn,
.container.gonullu .btn {
  font-size: 1rem;
}

.container.kurum .subtitle,
.container.proje .subtitle,
.container.gonullu .subtitle {
  font-size: 0.9rem;
}

.container.kurum .subtitle span,
.container.proje .subtitle span,
.container.gonullu .subtitle span {
  margin-right: 0.5rem;
}

.container.kurum .subtitle i,
.container.gonullu .subtitle i,
.container.proje .subtitle i {
  color: var(--primary-color);
}

.container.kurum .badge,
.container.proje .badge,
.container.gonullu .badge {
  color: var(--bs-gray-700);
  background-color: #f5f5f5;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Profil Tablari */

.profile-tabs {
  border: 0;
}

.profile-tabs .nav-item .nav-link {
  position: relative;
  padding: 1rem 0;
  margin: 0 1.5rem 0 0;
  font-weight: 500;
  border: 0;
  color: #41404f;
  display: inline-flex;
  align-items: center;
}

.profile-tabs .nav-item.active .nav-link {
  border-color: transparent;
  color: var(--primary-color);
  background: transparent;
}

.profile-tabs .nav-item .nav-link:after {
  content: "";
  left: 50%;
  right: 50%;
}

.profile-tabs .nav-item.active .nav-link:after {
  content: "";
  background: var(--primary-color);
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 2px 2px 0 0;
}
.profile-tabs .nav-link:focus,
.profile-tabs .nav-link:focus-visible {
  outline: 0;
}

.profile-tabs .nav-link:hover {
  border-color: transparent;
  background: transparent;
  color: var(--primary-color);
}

.profile-tabs .nav-link i {
  margin-right: 0.5rem;
}

.card-header {
  font-size: 0.875rem !important;
  background-color: #fff !important;
  border-radius: 0.5rem 0.5rem 0 0 !important;
}

.card-body .title {
  font-size: 0.815rem;
}

.card.details .title {
  font-size: 0.815rem;
  color: var(--bs-gray-600);
  margin-bottom: 0.5rem;
}

.projeler .slick-slider {
  max-height: 240px;
}

.projeler .card-body .content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4rem;
}

.sidebar,
.sidebar a {
  font-weight: 400;
  font-size: 0.9rem !important;
}

.sidebar a {
  transition: ease-in-out 0.25s;
}
.sidebar a:hover {
  color: var(--primary-color);
}

.sidebar .card button i {
  font-size: 1rem;
  width: 16px;
  height: 16px;
}

.big-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.sidebar ul li {
  display: flex;
  align-items: center;
  padding: 1rem 0px;
  border-bottom: 1px dashed #e3e3e3;
}
.sidebar ul li:last-child {
  border-bottom: none;
}

.sidebar .card {
  border: 1px solid #e7e7e7;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.sidebar h5 {
  font-weight: 600;
  margin-bottom: 25px;
}

.user-group {
  display: inline-flex;
  align-items: center;
  border-top: 1px dashed #e3e3e3;
  border-bottom: 1px dashed #e3e3e3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.user-group .avatar {
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-gray-500);
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.1s ease-in-out;
  border: 2px solid #d2d2d2;
  text-transform: uppercase;
}

.user-group .avatar:hover {
  z-index: 5;
  background-color: var(--color-green) !important;
  transition: all 0.1s ease-in-out;
}

.user-group .avatar + .avatar {
  margin-left: -30px;
}

.avatar {
  font-weight: 600;
  border-radius: 100%;
  margin-right: 1rem;
  justify-content: center;
  display: flex;
  align-items: center;
}

.projects {
  display: flex;
  flex-direction: column;
}

.projects .card {
  margin-bottom: 1rem;
}

.projects .card {
  border-radius: 0.5rem !important;
}

.project-item {
  padding: 0;
  font-size: 0.9rem;
  transition: ease-in-out 0.15s;
}

.project-item:hover {
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 0.5rem !important;
}

.project-item:hover a {
  color: #fff;
}

.project-item .title {
  font-size: 1.125rem;
}

.project-item a {
  display: block;
  padding: 1rem;
  font-weight: 400;
}

.overlay {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(5 12 28 / 70%);
  z-index: 1050;
}

.overlay .btn-close {
  position: absolute;
  color: #fff;
  top: 1rem;
  right: 2rem;
  border-radius: 100%;
}

.modal-inner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1051;
}

.popup-share {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 1.5rem;
  padding: 2rem;
  transform: translate(-50%, -50%);
  right: auto;
  left: 50%;
  top: 50%;
  bottom: auto;
  width: 516px;
  background-color: #fff;
}

.popup-share .social-list {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.popup-share .invite-list {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 0;
}

.popup-share .invite-list li {
  margin-bottom: 1rem;
}

.social-list a {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  color: #fff;
  background-color: var(--primary-color);
}
.social-list a i {
  font-weight: 400;
  font-size: 1.125rem;
}

.vc_tta-panel-heading h4,
.vc_tta-panel-heading h4 a {
  font-weight: 500;
  font-size: 1rem !important;
}

table.dataTable {
  width: 100% !important;
}

/* Slick */
.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.slick-slider .card {
  font-size: 0.9rem;
  border: 1px solid #dfdfdf;
  background: #f0f3f7;
  transition: ease 0.25s;
  margin-right: 1rem;
}

.slick-slider .card:hover {
  background: #fff;
}

.gh-slick-arrow .slide-arrow {
  border: 0 none;
  width: auto;
  outline: none;
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary-color);
  background: #fff;
  border-radius: 100%;
  z-index: 2;
}
.gh-slick-arrow .slide-arrow i {
  color: var(--primary-color);
}
.gh-slick-arrow .slide-arrow:hover {
  color: #fff;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 4px 10px rgba(37, 47, 63, 0.15);
  box-shadow: 0px 4px 10px rgba(37, 47, 63, 0.15);
  border: 1px solid var(--primary-color);
}

.gh-slick-arrow .slide-arrow:hover i {
  color: var(--color-primary);
}

.arrow-between-side .slide-arrow {
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: ease 0.25s;
}
.arrow-between-side .slide-arrow.next-arrow {
  left: auto;
  right: -12px;
}
.arrow-between-side:hover .slide-arrow {
  opacity: 1;
  left: -8px;
}
@media only screen and (max-width: 767px) {
  .arrow-between-side:hover .slide-arrow {
    left: 14px;
  }
}
.arrow-between-side:hover .slide-arrow.next-arrow {
  left: auto;
  right: -8px;
}
@media only screen and (max-width: 767px) {
  .arrow-between-side:hover .slide-arrow.next-arrow {
    right: 14px;
  }
}

.slick-initialized .slick-slide {
  outline: none;
}

.proje img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.proje a,
.kurum a {
  font-weight: inherit;
}

/* Yorumlar */
.comments-wrap {
  position: relative;
  margin-top: 1rem;
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}

.comments-wrap .comment-respond textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.comments-wrap .comment-respond textarea:focus-visible {
  outline: 0;
  border: 1px solid var(--primary-color);
}

#reply-title {
  font-size: 1rem !important;
  margin-top: 0.5rem;
}

#reply-title small a {
  float: right;
  font-size: 0.875rem;
}

.comment-form-comment {
  margin-top: 1rem;
}

.form-submit #submit {
  padding: 0.5rem 1rem;
  background-color: var(--primary-color);
  color: #fff;
  border: 0px;
  border-radius: 0.5rem;
}

.comment-list {
  padding: 0;
}

.comment-list .comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 1rem 0;
}

.comment-list .comment-avatar {
  float: left;
  margin: 0 20px 10px 0;
}

.comment-list .says {
  display: none;
}

.comment-list .reply a {
  color: var(--primary-color);
}

.comment-list .comment {
  padding: 0.5rem;
  background-color: #fdfdfd;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.comment-list .comment.bypostauthor {
  background-color: var(--color-green-light);
}

.comment-list .comment.bypostauthor .comment-reply-link {
  color: #000;
}

.comment-list .comment.bypostauthor .avatar {
  background-color: var(--color-green);
}

.comment-body .avatar {
  margin-right: 0.5rem;
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: var(--primary-color);
}

.comment-body p {
  padding: 1rem 0;
  margin: 0;
}

/* Sayfalama */

ul.page-numbers {
  margin: 0;
  padding: 0;
}

ul.page-numbers li {
  display: block;
  float: left;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

ul.page-numbers li a,
ul.page-numbers li span {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.page-numbers li:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 0;
}

.page-numbers li:first-child .current {
  border-radius: 0.5rem 0 0 0.5rem;
}

.page-numbers li:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: 0;
}

.page-numbers li:last-child .current {
  border-radius: 0 0.5rem 0.5rem 0;
}

.page-numbers li > span.current {
  color: #fff;
  background-color: var(--color-blue);
}

.text-nowrap {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaflet-tooltip span {
  width: 240px;
  display: inline-block;
  text-overflow: ellipsis;
  width: auto;
  max-width: 250px;
  overflow: hidden;
}

/* Responsive Kodlar */

@media (max-width: 767px) {
  .sidebar {
    margin-top: 2rem;
  }
}

@media (max-width: 1025px) {
  header {
    padding: 15px;
  }
	
	  .cookie-wrapper {
    font-size: 15px;
  }

  .cookie-wrapper.show {
    flex-direction: column;
  }
  .cookie-wrapper .buttons,
  .cookie-wrapper .buttons .btn {
    width: 100%;
  }

  .only-mobile {
    display: block;
  }

  #sirala {
    padding: 1rem;
  }

  .menu-item-has-children .caret {
    top: 16px;
    width: 50px;
  }

  .menu-item-has-children .caret i {
    color: var(--primary-color);
  }

  .menu-item:hover .sub-menu {
    display: none;
    width: 100%;
  }

  .details .col-md-4 {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
  }
  .details .col-md-4:last-child {
    border-bottom: 0px;
  }

  .main-nav {
    display: block !important;
    background: #fff;
    padding: 1rem !important;
  }
  .footer-text {
    margin-bottom: 1rem;
  }

  .menu ul > li {
    width: 90%;
    border-bottom: 1px dashed #e0e0e0;
  }

  .menu ul > li:last-child {
    border-bottom: 0px;
  }

  .menu .current-menu-item a,
  .menu a:hover {
    background-color: inherit !important;
  }

  .mobile-nav-show header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1001;
    width: 100%;
    height: 100vh;
  }

  footer .container {
    text-align: center;
  }

  .logo img {
    width: 200px !important;
  }

  .backToTopBtn {
    display: none !important;
  }

  header .menu-anamenu-container,
  header nav.login {
    display: none;
  }
  button.mobile-ham {
    display: block !important;
  }

  .mobile-nav-show .menu-anamenu-container {
    display: block;
    background: #fff;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .menu-footer-linkleri-container ul {
    justify-content: space-evenly;
  }

  .nav.social {
    padding: 20px 0;
    justify-content: space-evenly;
  }

  header .nav.social a,
  .nav.social a {
    font-size: 1.25rem;
  }

  .mobile-nav-show .logo {
    z-index: 99999;
    position: absolute;
    top: 15px;
  }

  .mobile-nav-show .menu {
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100% - 35px);
    width: 100%;
    z-index: 9999;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  }

  .mobile-nav-show .nav-item a {
    width: 100%;
    margin-bottom: 15px;
    padding: 1rem;
  }

  .mobile-nav-show .register-buttons {
    width: 100%;
    position: relative;
  }

  .mobile-nav-show .login {
    z-index: 99999;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    bottom: 15px;
    right: 15px;
    left: 15px;
  }

  .mobile-nav-show .menu ul {
    position: absolute;
    padding: 0;
    right: 0;
    width: 100%;
    top: 83px;
    gap: 0.25rem;
    overflow-y: auto;
    max-height: calc(100vh - 350px);
  }

  .menu-item .sub-menu {
    display: block;
    position: relative;
    padding: 15px 0;
    background: var(--primary-color);
    border-radius: 0.5rem;
    box-shadow: rgb(0 0 0 / 25%) 0 10px 15px 5px;
    width: auto;
    min-width: 200px;
    height: auto;
    z-index: 999;
  }

  .menu-item .sub-menu a {
    margin: inherit;
    color: #fff;
    margin: 0 !important;
    line-height: 30px !important;
    font-weight: 500 !important;
  }

  .menu-item .open {
    z-index: 99 !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 65px !important;
    padding: 0 15px !important;
  }

  .menu-item .open li {
    width: 100%;
    text-align: center;
    border-bottom: 0px;
  }

  .mobile-nav-show .menu ul > li a {
    display: block;
    margin: 5px 0;
    text-align: left;
    font-size: 1rem;
  }

  .card.details .col-md-4 {
    margin-top: 1.25rem;
    border-left: 0 !important;
  }

  .password-checklist {
    left: 0;
  }

  .popup-share {
    width: calc(100% - 20px);
  }
  .popup-share h2 {
    font-size: 1.25rem !important;
  }

  .popup-share .social-list a {
    padding: 0.5rem 1rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  header {
    padding: 15px;
  }
  .nav.social {
    display: none;
  }
}








/* kız ogrenci yurdu formu css */

.acf-form {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/*BASLIK DUZELTME*/
.acf-form label {
  /*font-weight: 400;*/
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #333;
}
.acf-form input[type="text"],
.acf-form input[type="email"],
.acf-form input[type="number"],
.acf-form textarea,
.acf-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border 0.2s ease;
}

.acf-form input:focus,
.acf-form textarea:focus,
.acf-form select:focus {
  border-color: #0073aa; /* WordPress mavisi */
  outline: none;
}
.acf-form input[type="submit"] {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/*GÖNDER BUTONU */
.acf-button.af-submit-button:hover,
.acf-form input[type="submit"]:hover {
  background: #cc287e !important;  /* gri */
  color: #fff !important;
  transform: translateY(-2px);
}




.acf-form {
  max-width: 600px; /* istediğin genişliği ayarlayabilirsin */
  margin: 0 auto;   /* ortalamak için */
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


/* Genel form butonu */
.acf-button.af-submit-button {
  display: inline-block;
  background: #E5017D;       /* WP mavisi */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover efekti */
.acf-button.af-submit-button:hover {
  background: #d4d4d4;
  transform: translateY(-2px);
}

/* Daha dar görünmesi için */
.acf-button.af-submit-button {
  max-width: 200px;  /* butonun genişliğini sınırla */
  width: 100%;       /* mobilde uyumlu */
  text-align: center;
}


.acf-success-message {
  background: #e6ffed;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 16px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  animation: fadeIn 0.6s ease-in-out;
  font-size: 16px;
  font-weight: 500;
}

.acf-success-message svg {
  width: 24px;
  height: 24px;
  fill: #28a745;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}



/* Grup alanındaki tabloyu renksiz ve bordersuz yap */
.acf-field-group .acf-table {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Grup içindeki hücreleri de bordersuz yap */
.acf-field-group .acf-table > tbody > tr > th,
.acf-field-group .acf-table > tbody > tr > td {
  border: none !important;
  background: transparent !important;
}

.acf-field-group .acf-table > tbody > tr > th,
.acf-field-group .acf-table > tbody > tr > td,
.acf-field-group .acf-table > thead > tr > th,
.acf-field-group .acf-table > thead > tr > td {
  border: none !important;
  background: transparent !important;
}

.acf-field .acf-input input,
.acf-field .acf-input select,
.acf-field .acf-input textarea {
  margin-bottom: 12px; /* alt alta gelen inputlar arasında boşluk */
}

.af-label.acf-label.acf-accordion-title {
  text-align: center;     /* Ortala */
  font-size: 18px;        /* Daha büyük punto */
  font-weight: 700;       /* Daha kalın yazı */           
  padding: 12px 0;        /* Üst-alt boşluk */
}


.acf-button.af-submit-button {
  display: block;      /* inline-block yerine block yap */
  margin: 20px auto;   /* ortala */
  text-align: center;  /* yazıyı ortala */
}

.acf-form,
.acf-form label,
.acf-form input,
.acf-form textarea,
.acf-form select,
.acf-button.af-submit-button,
.acf-success-message {
  font-family: 'Open Sans', sans-serif !important;
}




/*------------*/
/* Genel buton */
.af-page-button {
  display: inline-block;
  padding: 6px 14px;       /* daha küçük iç boşluk */
  margin: 0 4px;           /* butonlar arası boşluk */
  border-radius: 16px;     /* oval görünüm */
  background: #f1f1f1;
  color: #444;
  font-size: 13px;         /* daha küçük yazı */
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: default;
}

/* Kullanılabilir (enabled) */
.af-page-button.enabled {
  cursor: pointer;
  background: #dc1d82;
  color: #333;
}

/* Mevcut sayfa (current) */
.af-page-button.enabled.current {
  background: #dc1d82;   /* WP mavisi */
  color: #fff;
  font-weight: 600;
}

/* Hover sadece enabled için */
.af-page-button.enabled:hover {
  background: #dc1d82;
  color: #fff;
}

/* Current hover sabit kalsın */
.af-page-button.enabled.current:hover {
  background: #dc1d82;
  color: #fff;
}

/* Ok / üçgenleri tamamen kapat */
.af-page-button:before,
.af-page-button:after {
  display: none !important;
  content: none !important;
}

/* Genel stil */
.af-previous-button,
.af-next-button {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 10px 5px;
}

/* Önceki buton (gri ton) */
.af-previous-button {
  background: #dc1d82;
  color: #fff;
}

/* Önceki buton hover rengi */
.af-previous-button:hover {
  background: #cc287e !important;
  color: #fff !important;
  transform: translateY(-2px);
}


/* Sonraki buton (marka rengi) */
.af-next-button {
  background: #dc1d82; 
  color: #fff;
}

/* Sonraki buton hover: #cc287e */
.af-next-button:hover {
  background: #cc287e !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Disabled (pasif) durumlar */
.af-previous-button:disabled,
.af-next-button:disabled {
  background: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
  transform: none;
}

	
.acf-accordion .acf-accordion-title label {
  font-weight: 700 !important; /* bold */
  color: #000 !important;      /* siyah */
}

/* Aydınlatma metni container */
.acf-field-message .acf-input {
  padding-top: 6px !important;   /* üst boşluk sıkıştırıldı */
  padding-bottom: 6px !important;/* alt boşluk sıkıştırıldı */
  margin: 0 !important;
  height: auto !important;
  min-height: unset !important; /* minimum yükseklik kuralını kaldır */
  text-align: left !important;  /* checkbox yazısıyla aynı hizada */
}

/* İçteki yazılar */
.acf-field-message .acf-input p {
  margin: 4px 0 !important;      /* paragraflar arası az boşluk */
  line-height: 1.4 !important;   /* satır arası sıkı */
  font-size: 15px !important;
  color: #333 !important;
}

/* Son paragrafta ekstra boşluk olmasın */
.acf-field-message .acf-input p:last-child {
  margin-bottom: 0 !important;
}

/* Gereksiz <br> satırlarını gizle */
.acf-field-message .acf-input br {
  display: none !important;
}


/*ARKA PLAN*/
/* Sadece bu forma uygula */
form#form_68dd1407d9abd.af-form.acf-form {
  background: #f9f9f9 !important;
  padding: 20px !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
}

/* Tüm sayfalarda içerik alanı da aynı gri olsun */
form#form_68dd1407d9abd.acf-fields {
  background: #f9f9f9 !important;
}

/*PAGE NUMARALANDIRMA*/
/* Yuvarlak gri numaraları gizle */
.af-page-button span.index {
  display: none !important;
}

/* Aktif olan sekmede numaralar beyaz görünsün */
.af-page-button.current span.title {
  color: #fff !important;
}

/* Page numaralandırma etrafındaki gri border'ı kaldır */
.af-page-wrap {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Normal numaralar kalsın */
.af-page-button span.title {
  display: inline !important;
  font-size: 14px !important;
  color: #000 !important;
}

/* Aktif olan sekmede numaralar beyaz görünsün */
.af-page-button.current span.title {
  color: #fff !important;
}

/* Hover efekti: normal sekmeler gri */
.af-page-button.enabled:hover {
  background: #e6e6e6 !important; /* açık gri */
  color: #000 !important;
}

/* Hover efekti: aktif sekme değişmesin */
.af-page-button.enabled.current:hover {
  background: #dc1d82 !important; /* sabit pembe */
  color: #fff !important;
}

/*Page Number ve Akordiyon Arası Bosluk*/
/* Page numaralandırma ile akordiyon başlıkları arasına boşluk ekle */
.af-page-wrap {
  margin-bottom: 12px !important;  /* istediğin boşluk miktarını değiştir (örn: 8px - 20px) */
}

/* Akordiyon başlıkları üstten biraz nefes alsın */
.af-label.acf-label.acf-accordion-title {
  margin-top: 6px !important; /* üstten hafif boşluk */
}


/* Genel file input */
input[type="file"] {
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

/* Modern tarayıcılar */
input[type="file"]::file-selector-button {
    background: #5448EE;       /* Mor buton */
    color: #fff;               /* Yazı rengi */
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="file"]::file-selector-button:hover {
    background: #3A2BCC;       /* Hover rengi */
}

/* Eski Chrome/Safari için */
input[type="file"]::-webkit-file-upload-button {
    background: #5448EE;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: #3A2BCC;
}

/*başarılı gönderildi mesajı */

.af-success {
  background: #ffffff;               /* beyaz kutu */
  border-left: 6px solid #28a745;    /* yeşil accent */
  color: #155724;
  padding: 18px 22px;
  margin: 30px auto;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15); /* popup hissi */
  max-width: 420px;                  /* dar kutu */
  animation: popSlide 0.4s ease-out;
  display: flex;
  align-items: center;
}

/* Tik ikonu */
.af-success::before {
  content: "✔";
  font-size: 22px;
  font-weight: bold;
  color: #28a745;
  margin-right: 12px;
}

/* Giriş animasyonu */
@keyframes popSlide {
  from { opacity: 0; transform: translateY(-15px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* liste elementlerini grid halinde düzgün görünmesini sağlar*/
/*.acf-radio-list.acf-hl {
    display: grid !important;
    grid-template-columns: 150px 150px 150px; 
    gap: 1px 3px;
    list-style: none;
    padding: 0;
    margin: 0;
}
/*
.acf-radio-list.acf-hl li {
    margin: 0 !important;
    white-space: nowrap; 
}
*/


.acf-radio-list.acf-hl {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); /* otomatik uyumlu sütunlar */
  gap: 6px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.acf-radio-list.acf-hl li {
  margin: 0 !important;
  white-space: nowrap;
}

/* Mobil görünüm için özel ayar */
@media (max-width: 600px) {
  .acf-radio-list.acf-hl {
    grid-template-columns: repeat(2, 1fr); /* mobilde 2 sütun */
    gap: 4px 10px;
  }
}





.acf-hl:before,
.acf-hl:after,
.acf-bl:before,
.acf-bl:after,
.acf-cf:before,
.acf-cf:after {
    content: none !important;
}


h1, h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif !important;
}


/*saklı sütunlar*/
.hidden-il1 {
    display: none !important;
}

/* Admin değilse Telefon Görüşmesi akordiyonunu gizle */
body:not(.role-administrator) .acf-field-68d647684f8d3 {
  display: none !important;
} 

/* Admin değilse AYD İnceleme Formu akordiyonunu gizle */
body:not(.role-administrator) .acf-field-690b072be9851 {
  display: none !important;
}


.acf-fields > .acf-field {
  background: #f9f9f9;
}


.acf-field[data-name="durum"] {
  display: none !important;
}
