@charset "UTF-8";
body {
  font-family: "Gilroy";
  font-weight: 500;
}

select {
  font-family: "Gilroy";
  font-weight: 500;
}

:root {
  --app-height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a {
  font-weight: 500;
}

select,
button,
input[type=text],
input[type=email],
input[type=password],
textarea {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
}

strong,
b {
  font-weight: 900;
}

/*1199, 1366*/
.container {
  max-width: 1193px;
  margin: 0 auto;
}

@media (max-width: 1140px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header {
  border-bottom: 2px solid #d7d7d7;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
header .con {
  display: flex;
}
header .logo {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  header .logo {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
header .logo .item {
  border-right: 1px solid #323232;
  padding-right: 20px;
}
@media (max-width: 992px) {
  header .logo .item {
    border-right: 0;
  }
}
header .logo .item:last-child {
  padding-left: 12px;
  padding-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  header .logo .item:last-child {
    display: none;
  }
}
header .logo img {
  display: block;
}
header .logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  header .logo a img {
    height: 30px;
  }
}
header .hright {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
}
header .hright .top-social-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-right: 2px solid #d7d7d7;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  header .hright .top-social-menu {
    display: none;
  }
}
header .hright .top-social-menu .social-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}
header .hright .top-social-menu .social-info span {
  font-weight: 800;
  font-size: 11px;
}
header .hright .top-social-menu .social-info .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: #d51e18;
  border-radius: 4px;
}
header .hright .top-social-menu .social-info .social-icon img {
  width: 16px;
  height: 16px;
}
header .hright .top-social-menu .social-info .social-icon:hover {
  background: #000;
  transform: scale(1.15);
  transition: background 0.2s, transform 0.2s;
}
header .hright .top-social-menu .btn-go-main-site a {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding: 0px 0px;
}
header .hright .top-social-menu .btn-go-main-site a:hover {
  color: #d51e18;
}
header .hright .top-social-menu .main-menu ul {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
header .hright .top-social-menu .main-menu ul li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding: 10px 0px;
}
header .hright .top-social-menu .main-menu ul li a::before, header .hright .top-social-menu .main-menu ul li a::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #d51e18;
  transition: width 0.3s;
}
header .hright .top-social-menu .main-menu ul li a::before {
  top: 0;
  right: 0;
  width: 0;
}
header .hright .top-social-menu .main-menu ul li a::after {
  bottom: 0;
  left: 0;
  width: 0;
}
header .hright .top-social-menu .main-menu ul li a:hover::before {
  width: 100%;
}
header .hright .top-social-menu .main-menu ul li a:hover::after {
  width: 100%;
}
header .hright .top-social-menu .main-menu ul li a:hover {
  color: #d51e18;
}
header .hright .hlang {
  border-right: 2px solid #d7d7d7;
  width: 80px;
}
@media (max-width: 992px) {
  header .hright .hlang {
    width: 50px;
  }
}
header .hright .hlang a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #a7a7a7;
  font-weight: 700;
  display: none;
  height: 100%;
  padding: 0 25px;
}
@media (max-width: 992px) {
  header .hright .hlang a {
    padding: 0 0;
  }
}
header .hright .hlang a.active {
  display: flex;
}
header .hright .hlang a:hover {
  color: #d51e18;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
header .hright .hsearch {
  border-right: 2px solid #d7d7d7;
  width: 80px;
}
@media (max-width: 992px) {
  header .hright .hsearch {
    width: 50px;
  }
}
header .hright .hsearch a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
}
@media (max-width: 992px) {
  header .hright .hsearch a {
    padding: 0 0;
  }
}
header .hright .hsearch a svg {
  height: 32px;
}
header .hright .hsearch a svg path {
  transition: stroke 0.2s;
}
header .hright .hsearch a:hover svg path {
  stroke: #d51e18;
}
header .hright .hmenu {
  border-right: 2px solid #d7d7d7;
  width: 80px;
}
@media (max-width: 992px) {
  header .hright .hmenu {
    width: 50px;
  }
}
header .hright .hmenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
}
@media (max-width: 992px) {
  header .hright .hmenu a {
    padding: 0 0;
  }
}
header .hright .hmenu a svg {
  height: 32px;
}
header .hright .hmenu a svg path {
  transition: stroke 0.2s;
}
header .hright .hmenu a:hover svg path {
  stroke: #d51e18;
}
@media (max-width: 992px) {
  header.header-ke .logo {
    flex-wrap: wrap;
  }
}
header.header-ke .logo .item {
  padding-right: 8px;
}
@media (max-width: 992px) {
  header.header-ke .logo .item:nth-child(2) {
    display: none;
  }
}
header.header-ke .logo .addlogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 10px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  header.header-ke .logo .addlogo {
    padding-left: 0;
    padding-top: 0;
  }
}
header.header-ke .logo .addlogo span {
  font-size: 18px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 992px) {
  header.header-ke .logo .addlogo span {
    font-size: 13px;
  }
}
header.header-ke .logo .addlogo2 {
  padding-left: 10px;
}
@media (max-width: 992px) {
  header.header-ke .logo .addlogo2 {
    display: none;
  }
}
header.header-ke .logo .addlogo2 img {
  display: block;
  max-width: 100%;
  filter: grayscale(100%) contrast(1);
  -webkit-filter: grayscale(100%) contrast(1);
  transition: filter 0.25s ease;
}
header.header-ke .logo .addlogo2 img:hover {
  filter: none;
  -webkit-filter: none;
}
header.header-ke .hright .top-social-menu {
  padding-top: 26px;
}
header.header-ke .hright .top-social-menu .main-menu ul {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
header.header-ke .hright .hlang {
  width: initial;
}
header.header-ke .hright .hlang a {
  padding: 0 10px;
}
header.header-ke .hright .hsearch {
  width: initial;
}
header.header-ke .hright .hsearch a {
  padding: 0 10px;
}
header.header-ke .hright .hmenu {
  width: initial;
}
header.header-ke .hright .hmenu a {
  padding: 0 10px;
}

.site-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.site-menu.active {
  opacity: 1;
  visibility: visible;
}
.site-menu.active .bg {
  opacity: 1;
}
.site-menu.active .smcon {
  transform: translateX(0);
}
.site-menu.active .close-btn {
  display: flex;
}
.site-menu .bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.831372549);
  opacity: 0;
  transition: opacity 0.36s cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: none;
  z-index: 10;
}
.site-menu .smcon {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 420px;
  max-width: 100%;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform 1.36s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 50;
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  padding-right: 90px;
}
.site-menu .close-btn {
  display: none;
  position: absolute;
  left: -43px;
  top: 55px;
  width: 74px;
  height: 75px;
  background: #d51e18;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  padding-top: 2px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
  z-index: 60;
}
.site-menu .menu-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 992px) {
  .site-menu .menu-inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
  }
}
.site-menu .menu-inner .menu-title {
  margin-bottom: 28px;
  position: relative;
}
.site-menu .menu-inner .menu-title .big {
  display: block;
  font-size: 67px;
  color: #dcdcdc;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 0.9;
  position: relative;
  right: -10px;
}
.site-menu .menu-inner .menu-title .small {
  position: absolute;
  right: 5px;
  top: 14px;
  font-size: 27px;
  font-weight: 500;
  color: #222;
}
.site-menu .menu-inner .btn-go-main-site {
  margin-bottom: 5px;
}
.site-menu .menu-inner .btn-go-main-site a {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding: 0px 0px;
}
.site-menu .menu-inner .btn-go-main-site a:hover {
  color: #d51e18;
}
.site-menu .menu-inner .site-nav {
  width: 100%;
}
.site-menu .menu-inner .site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-menu .menu-inner .site-nav ul li {
  margin: 6px 0;
}
.site-menu .menu-inner .site-nav ul li a {
  display: block;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  padding: 3px 0;
  transition: color 0.18s;
}
.site-menu .menu-inner .site-nav ul li a.highlight {
  color: #d51e18;
  font-weight: 800;
}
.site-menu .menu-inner .site-nav ul li a:hover {
  color: #d51e18;
}
.site-menu .menu-inner .site-nav ul li.group-title {
  font-weight: 800;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
}
.site-menu .menu-inner .menu-cta {
  margin-top: 28px;
}
.site-menu .menu-inner .menu-cta .pay-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #d51e18;
  color: #fff;
  padding: 14px 28px;
  border-radius: 0px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0px 0px 0px 7px rgba(213, 30, 24, 0.2196078431);
}
.site-menu .menu-inner .menu-cta .pay-btn .icon {
  font-size: 20px;
}
.site-menu .menu-inner .menu-footer {
  margin-top: 36px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}
.site-menu .menu-inner .menu-footer .footer-logo {
  max-width: 160px;
  display: block;
}
.site-menu .menu-inner .menu-footer .footer-logo.small {
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  padding: 0px 10px;
  padding-left: 6px;
}

/* When checkbox is checked -> show overlay and panel */
.menu-toggle:checked ~ .site-menu .bg {
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  pointer-events: auto;
}
.menu-toggle:checked ~ .site-menu .smcon {
  transform: translateX(0);
}

/* Also allow clicking overlay to close: use label on bg if desired.
   If you want the bg to close, wrap .bg in a label[for="menu-toggle"] in HTML instead. */
/* responsive tweaks */
@media (max-width: 992px) {
  .site-menu .smcon {
    width: 100%;
    padding: 60px 28px;
  }
  .site-menu .close-btn {
    left: 10px;
    top: 20px;
    width: 72px;
    height: 72px;
    font-size: 13px;
  }
  .site-menu .menu-inner .menu-title .big {
    font-size: 72px;
  }
  .site-menu .menu-inner .menu-title .small {
    font-size: 28px;
    top: 36px;
  }
}
@media (max-width: 480px) {
  .menu-inner .menu-title .big {
    font-size: 48px;
  }
  .menu-inner .menu-title .small {
    font-size: 22px;
    top: 26px;
  }
  .close-btn {
    display: flex;
    left: 10px;
    transform: translateX(-100%);
  }
}
main {
  padding-top: 75px;
}
main .con .categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
main .con .categories .item a {
  display: block;
  position: relative;
  overflow: hidden;
  /* Separate red overlay so we can smoothly fade it in on hover */
}
main .con .categories .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  /* Base diagonal shadow coming from bottom-left */
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0) 58%);
  z-index: 1;
  pointer-events: none;
}
main .con .categories .item a::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  background: linear-gradient(to top right, rgba(217, 0, 0, 0.85) 0%, rgba(217, 0, 0, 0.6) 18%, rgba(217, 0, 0, 0.25) 40%, rgba(217, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1; /* stays below .desc (which is z-index:2) */
  pointer-events: none;
}
main .con .categories .item a:hover::after {
  opacity: 1;
}
main .con .categories .item a:hover .img {
  border-color: #d51e18;
}
main .con .categories .item a:hover .img img {
  filter: grayscale(0%) saturate(140%) contrast(105%);
  transition: filter 1.45s ease;
}
main .con .categories .item a .img {
  border-top: 8px solid #e9e9e9;
  padding-top: 8px;
  transition: border-color 0.45s ease;
}
main .con .categories .item a .img img {
  display: block;
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
main .con .categories .item a .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 12px;
  z-index: 2;
}
main .con .categories .item a .desc h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
  font-size: 28px;
  color: #fff;
}
main .con .categories .item a .desc h2 strong {
  display: block;
}

@media (max-width: 992px) {
  main .con .categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  main .con .categories .item a .img img {
    height: 420px;
  }
}
@media (max-width: 768px) {
  main {
    padding-top: 60px;
  }
  main .con .categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  main .con .categories .item a {
    /* slightly raise overlays to keep consistent spacing */
    /* make the description flow below the image on small screens */
  }
  main .con .categories .item a::before, main .con .categories .item a::after {
    top: 12px;
  }
  main .con .categories .item a .img {
    border-top-width: 6px;
    padding-top: 6px;
  }
  main .con .categories .item a .img img {
    height: 280px;
  }
  main .con .categories .item a .desc {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 2;
  }
  main .con .categories .item a .desc h2 {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
    font-size: 18px;
    color: #fff;
  }
  main .con .categories .item a .desc h2 strong {
    display: block;
  }
}
@media (max-width: 480px) {
  main {
    padding-top: 55px;
  }
  main .con .categories {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  main .con .categories .item a .img img {
    height: 200px;
  }
  main .con .categories .item a .desc {
    padding: 10px;
  }
  main .con .categories .item a .desc h2 {
    font-size: 16px;
  }
}
.news-announcements {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 100px;
}
.news-announcements .home-news {
  flex: 0 0 70%;
  max-width: 70%;
}
.news-announcements .home-news .hntitle {
  width: 100%;
  margin-bottom: 10px;
}
.news-announcements .home-news .hntitle h2 {
  font-size: 24px;
  font-weight: 700;
  color: #d51e18;
  padding-bottom: 6px;
}
.news-announcements .home-news .hncon {
  width: 100%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 992px) {
  .news-announcements .home-news .hncon {
    display: block;
  }
}
.news-announcements .home-news .hnslider {
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
}
@media (max-width: 992px) {
  .news-announcements .home-news .hnslider {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.news-announcements .home-news .hnslider .hn-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}
.news-announcements .home-news .hnslider .hn-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide {
  position: relative;
  color: #fff;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-img {
  width: 100%;
  height: 354px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-content {
  position: absolute;
  left: 24px;
  bottom: 22px;
  right: 24px;
  color: #fff;
  z-index: 2;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-content .cat {
  display: inline-block;
  background: #d51e18;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 6px 15px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-content h3 {
  margin: 6px 0 8px;
  font-size: 26px;
  font-weight: 700;
}
.news-announcements .home-news .hnslider .hn-slider .hn-slide .slide-content time {
  display: block;
  opacity: 0.9;
  font-size: 13px;
}
.news-announcements .home-news .hnslider .slick-dots {
  margin-top: 9px;
  display: flex !important;
  justify-content: space-between;
  position: relative;
  bottom: initial;
}
@media (max-width: 992px) {
  .news-announcements .home-news .hnslider .slick-dots {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.news-announcements .home-news .hnslider .slick-dots li {
  margin: 0 0px;
  width: initial;
  height: initial;
}
@media (max-width: 992px) {
  .news-announcements .home-news .hnslider .slick-dots li {
    width: 100%;
  }
}
.news-announcements .home-news .hnslider .slick-dots button.slick-number {
  display: inline-block;
  width: 35px;
  height: 42px;
  line-height: 37px;
  text-align: center;
  background: #f0f0f0;
  color: #333;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .news-announcements .home-news .hnslider .slick-dots button.slick-number {
    width: 100%;
  }
}
.news-announcements .home-news .hnslider .slick-dots button.slick-number::before {
  display: none;
}
.news-announcements .home-news .hnslider .slick-dots li.slick-active button.slick-number {
  background: #333;
  color: #fff;
}
.news-announcements .home-news .home-right-news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.news-announcements .home-news .home-right-news .rn-item {
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.news-announcements .home-news .home-right-news .rn-item a {
  position: relative;
  width: 100%;
}
.news-announcements .home-news .home-right-news .rn-item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.news-announcements .home-news .home-right-news .rn-img {
  flex: 0 0 42%;
  height: 172px;
  display: block;
}
.news-announcements .home-news .home-right-news .rn-img .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.news-announcements .home-news .home-right-news .rn-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-announcements .home-news .home-right-news .rn-content {
  padding: 12px 14px;
  color: #222;
  flex: 1 1 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-announcements .home-news .home-right-news .rn-content h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.news-announcements .home-news .home-right-news .rn-content .cat {
  display: inline-block;
  background: #d51e18;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.news-announcements .home-news .home-right-news .rn-content time {
  display: block;
  font-size: 12px;
  color: #777;
}
.news-announcements .home-news .home-right-news .all-news {
  display: block;
  text-align: center;
  background: #f0f0f0;
  color: #858585;
  padding: 15px 16px;
  height: 42px;
  border-radius: 1px;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}
.news-announcements .home-announcements {
  flex-grow: 1;
}
.news-announcements .home-announcements .hatitle {
  width: 100%;
  margin-bottom: 10px;
}
.news-announcements .home-announcements .hatitle h2 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  padding-bottom: 6px;
}
.news-announcements .home-announcements .halist {
  background: #fff;
  overflow: hidden;
}
.news-announcements .home-announcements .halist .halistcon {
  max-height: 354px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.news-announcements .home-announcements .halist .ha-item {
  border-bottom: 1px solid #eee;
}
.news-announcements .home-announcements .halist .ha-item a {
  display: flex;
  gap: 12px;
  padding: 14px 0px;
  color: #222;
  text-decoration: none;
  padding-left: 7px;
}
.news-announcements .home-announcements .halist .ha-item .ha-icon {
  flex: 0 0 23px;
  color: #d51e18;
}
.news-announcements .home-announcements .halist .ha-item .ha-icon svg {
  display: block;
  height: 23px;
  fill: #d51e18;
}
.news-announcements .home-announcements .halist .ha-item .ha-content {
  flex: 1 1 auto;
}
.news-announcements .home-announcements .halist .ha-item .ha-content h4 {
  margin: 0 0 1px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-announcements .home-announcements .halist .ha-item .ha-content time {
  display: block;
  font-size: 13px;
  color: #9a9a9a;
}
.news-announcements .home-announcements .halist .ha-item:last-child {
  border-bottom: none;
}
.news-announcements .home-announcements .halist .ha-item:hover a {
  background: #fafafa;
}
.news-announcements .home-announcements .halist .all-announcements {
  display: block;
  text-align: center;
  background: #f0f0f0;
  color: #858585;
  padding: 15px 16px;
  height: 42px;
  border-radius: 1px;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 992px) {
  .news-announcements {
    flex-direction: column;
  }
  .news-announcements .home-news,
  .news-announcements .home-announcements {
    max-width: 100%;
    flex: 0 0 auto;
  }
  .news-announcements .hn-slider .hn-slide .slide-img {
    height: 220px;
  }
  .news-announcements .hn-slider .hn-slide .slide-content {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .news-announcements .hn-slider .hn-slide h3 {
    font-size: 18px;
  }
}

.footer {
  background-image: url("../img/footer-bg.webp");
  padding-top: 80px;
  padding-bottom: 29px;
}
.footer .con .fmiddle {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer .con .fmiddle .fleft .logo {
  margin-bottom: 30px;
}
.footer .con .fmiddle .fleft .logo a {
  display: block;
}
.footer .con .fmiddle .fleft .logo a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer .con .fmiddle .fleft .adres {
  display: flex;
  color: #fff;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.footer .con .fmiddle .fleft .adres .icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
}
.footer .con .fmiddle .fleft .adres .text {
  padding-top: 5px;
}
.footer .con .fmiddle .fleft .adres .text h2 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 17px;
}
.footer .con .fmiddle .fleft .adres .text p {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .con .fmiddle .fleft .adres .text p a {
  color: #fff;
  font-weight: 800;
}
.footer .con .fmiddle .fcenter {
  display: flex;
  -moz-column-gap: 37px;
       column-gap: 37px;
  flex-grow: 1;
  justify-content: space-evenly;
}
.footer .con .fmiddle .fcenter .fmenu {
  /* Prevent layout shift when text becomes bold by fixing the column width */
  /*flex: 0 0 162px;
  min-width: 140px;*/
  box-sizing: border-box;
}
.footer .con .fmiddle .fcenter .fmenu h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer .con .fmiddle .fcenter .fmenu h2 a {
  color: #fff;
  font-weight: 800;
  display: block;
}
.footer .con .fmiddle .fcenter .fmenu ul li a {
  color: #fff;
  display: block;
  padding: 4px 0;
  transition: color 0.15s ease, font-weight 0.15s ease;
}
.footer .con .fmiddle .fcenter .fmenu ul li a:hover {
  font-weight: 400; /* don't make it bold */
  transform: scale(1.03);
  transform-origin: center center;
  transition: transform 0.15s ease;
  will-change: transform;
}
.footer .con .fmiddle .fright {
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.footer .con .fmiddle .fright .finfo {
  color: #fff;
}
.footer .con .fmiddle .fright .finfo .head {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}
.footer .con .fmiddle .fright .finfo .val {
  margin-bottom: 20px;
}
.footer .con .fmiddle .fright .finfo .val a {
  font-size: 22px;
  color: #fff;
  display: block;
  letter-spacing: 1px;
}
.footer .con .fmiddle .fright .finfo .social-head {
  font-size: 14px;
}
.footer .con .fbottom {
  margin-top: 40px;
  padding-top: 20px;
}
.footer .con .fbottom .fbottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 14px;
}
.footer .con .fbottom .fbottom-inner a {
  color: #fff;
}
.footer .con .fbottom .fbottom-inner .copyright {
  flex: 1 1 auto;
  opacity: 0.95;
}
.footer .con .fbottom .fbottom-inner .banks {
  flex: 0 0 auto;
}
.footer .con .fbottom .fbottom-inner .banks img {
  height: 28px;
  display: block;
  max-width: 100%;
  width: auto;
  filter: brightness(1.05) saturate(0.95);
}
@media (max-width: 768px) {
  .footer .con .fbottom .fbottom-inner {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .footer .con .fbottom .banks img {
    height: 32px;
  }
}
.footer .con .footer-form {
  margin-top: -123px;
  margin-bottom: 79px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14), 0 3px 8px rgba(0, 0, 0, 0.06);
}

/* Newsletter form placed above footer */
.newsletter-form {
  background: #fff;
  padding: 18px 20px;
}
.newsletter-form .newsletter-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.newsletter-form .nf-left {
  flex: 0 0 28%;
}
.newsletter-form .nf-left .headline {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.newsletter-form .nf-left .headline strong {
  font-weight: 800;
}
.newsletter-form .nf-center {
  flex: 1 1 auto;
}
.newsletter-form .nf-center .input-wrap {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  padding: 12px 14px;
  border-radius: 2px;
  gap: 12px;
  height: 63px;
}
.newsletter-form .nf-center .input-wrap .input-icon {
  color: #bdbdbd;
  display: inline-flex;
  align-items: center;
}
.newsletter-form .nf-center .input-wrap input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #666;
}
.newsletter-form .nf-right {
  flex: 0 0 110px;
}
.newsletter-form .nf-right .btn-submit {
  width: 100%;
  height: 63px;
  background: #d51e18; /* red matching screenshot */
  border: none;
  color: #fff;
  font-weight: 800;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .newsletter-form {
    padding: 14px;
  }
  .newsletter-form .newsletter-inner {
    gap: 12px;
  }
  .newsletter-form .nf-left {
    flex: 0 0 40%;
  }
  .newsletter-form .nf-left .headline {
    font-size: 15px;
    text-align: center;
  }
  .newsletter-form .nf-right {
    flex: 0 0 110px;
  }
  .newsletter-form .nf-right .btn-submit {
    height: 44px;
  }
}
@media (max-width: 600px) {
  .newsletter-form .newsletter-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .newsletter-form .nf-left {
    order: 1;
    text-align: left;
  }
  .newsletter-form .nf-center {
    order: 2;
  }
  .newsletter-form .nf-right {
    order: 3;
  }
  .newsletter-form .nf-left,
  .newsletter-form .nf-right {
    flex: none;
  }
  .newsletter-form .btn-submit {
    border-radius: 2px;
  }
}

/* Additional mobile responsiveness for footer layout */
@media (max-width: 992px) {
  .footer {
    padding-top: 40px; /* reduce top padding on smaller screens */
  }
  .footer .con {
    /* Bring the newsletter form closer on mid-size screens */
  }
  .footer .con .fmiddle {
    flex-direction: column;
    row-gap: 22px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer .con .fcenter {
    display: block !important;
    padding-left: 38px;
  }
  .footer .con .fcenter .fmenu {
    margin-bottom: 15px;
  }
  .footer .con .fleft {
    align-items: center;
    justify-content: center;
  }
  .footer .con .fleft .logo {
    text-align: left;
  }
  .footer .con .fleft .adres {
    align-items: flex-start;
  }
  .footer .con .fcenter .fmenu h2 {
    font-size: 18px;
  }
  .footer .con .fcenter .fmenu ul li a {
    padding: 6px 0;
    font-size: 15px;
  }
  .footer .con .fright {
    justify-content: flex-start;
  }
  .footer .con .fright .finfo .val a {
    font-size: 20px;
  }
  .footer .con .footer-form {
    margin-top: -80px;
    margin-bottom: 55px;
  }
}
.page-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-top .ptimg img {
  width: 100%;
  display: block;
  height: 374px;
}

.pmlist-toggle {
  display: none;
}

.page-main {
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
.page-main .page-con {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.page-main .page-con .pmleft {
  position: relative;
  margin-top: -160px;
  flex: 0 0 263px;
}
.page-main .page-con .pmleft .pmhead h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 11px;
}
.page-main .page-con .pmleft .pmlist {
  padding: 26px 25px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14), 0 3px 8px rgba(0, 0, 0, 0.06);
}
.page-main .page-con .pmleft .pmlist ul li a {
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 6px 0px;
  color: #848484;
  transition: all 0.2s;
  position: relative;
}
.page-main .page-con .pmleft .pmlist ul li a::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #d51e18;
  border-radius: 2px;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.page-main .page-con .pmleft .pmlist ul li a:hover::before, .page-main .page-con .pmleft .pmlist ul li a.active::before {
  transform: scale(1);
  opacity: 1;
}
.page-main .page-con .pmleft .pmlist ul li a:hover, .page-main .page-con .pmleft .pmlist ul li a.active {
  color: #d51e18;
  font-weight: 800;
}
.page-main .page-con .pmright {
  margin-top: -115px;
  position: relative;
  flex-grow: 1;
}
.page-main .page-con .pmright .page-right-con {
  position: relative;
}
.page-main .page-con .pmright .page-right-con .bread {
  display: flex;
  margin-bottom: 70px;
}
.page-main .page-con .pmright .page-right-con .bread .item:last-child a::after {
  display: none;
}
.page-main .page-con .pmright .page-right-con .bread .item a {
  color: #fff;
  position: relative;
  display: block;
  padding: 2px 0px;
  padding-right: 20px;
  margin-right: 9px;
}
.page-main .page-con .pmright .page-right-con .bread .item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/breadcrumb-icon.png");
  width: 11px;
  height: 17px;
}
.page-main .page-con .pmright .page-right-con .page-text {
  color: #212121;
  padding-top: 30px;
  line-height: 20px;
}
.page-main .page-con .pmright .page-right-con .page-text h2 {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 15px;
}
.page-main .page-con .pmright .page-right-con .page-text p {
  margin-bottom: 15px;
}
.page-main .page-con .pmright .page-right-con .page-actions {
  position: absolute;
  right: 5px;
  top: 52px;
  z-index: 40;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-main .page-con .pmright .page-right-con .page-actions .actions-toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.page-main .page-con .pmright .page-right-con .page-actions .actions-panel {
  margin-top: 14px;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transition: all 0.16s ease;
}
.page-main .page-con .pmright .page-right-con .page-actions .actions-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-main .page-con .pmright .page-right-con .page-actions .actions-panel ul li button.action-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  color: #555;
}
.page-main .page-con .pmright .page-right-con .page-actions.open .actions-toggle {
  transform: translateY(-4px);
}
.page-main .page-con .pmright .page-right-con .page-actions.open .actions-panel {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.page-main .page-con-full .page-text {
  color: #212121;
  padding-top: 30px;
  line-height: 20px;
}
.page-main .page-con-full .page-text h2 {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 15px;
}
.page-main .page-con-full .page-text p {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .page-top .ptimg img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-main {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .page-main .page-con {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .page-main .page-con .pmleft {
    position: relative;
    margin-top: -80px;
    flex: 0 0 auto;
    width: 100%;
    padding: 10px;
  }
  .page-main .page-con .pmleft .pmhead h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .page-main .page-con .pmleft .pmlist-toggle {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    z-index: 2;
    position: relative;
  }
  .page-main .page-con .pmleft .pmlist {
    max-height: 9999px;
    overflow: visible;
  }
  .page-main .page-con .pmleft .pmlist {
    padding: 18px;
    margin: 0 10px 20px 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: max-height 0.26s ease, opacity 0.22s ease;
    overflow: hidden;
    max-height: 9999px;
    opacity: 1;
  }
  .page-main .page-con .pmleft .pmlist.collapsed {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-main .page-con .pmleft .pmlist ul li a {
    font-size: 16px;
    padding: 8px 0;
  }
  .page-main .page-con .pmleft .pmlist ul li a::before {
    left: -15px;
    width: 6px;
  }
  .page-main .page-con .pmright {
    margin-top: -60px;
    position: relative;
    flex-grow: 1;
    width: 100%;
  }
  .page-main .page-con .pmright .page-right-con {
    padding: 0 10px;
  }
  .page-main .page-con .pmright .page-right-con .bread {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    display: none;
  }
  .page-main .page-con .pmright .page-right-con .bread .item {
    margin-right: 8px;
  }
  .page-main .page-con .pmright .page-right-con .bread .item a {
    padding-right: 14px;
  }
  .page-main .page-con .pmright .page-right-con .bread .item a::after {
    right: -4px;
    width: 9px;
    height: 14px;
  }
  .page-main .page-con .pmright .page-right-con .page-text {
    color: #212121;
    padding-top: 66px;
    line-height: 1.6;
  }
  .page-main .page-con .pmright .page-right-con .page-text h2 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .page-main .page-con .pmright .page-right-con .page-text p {
    margin-bottom: 12px;
  }
  .page-main .page-con .pmright .page-right-con .page-btns {
    display: none;
  }
  .page-main .page-con .pmright .page-right-con .page-actions {
    position: relative;
    right: auto;
    top: auto;
    z-index: 40;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .page-main .page-con .pmright .page-right-con .page-actions .actions-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .page-main .page-con .pmright .page-right-con .page-actions .actions-panel {
    margin-top: 0;
    background: transparent;
    pointer-events: none;
    opacity: 0;
    transform: none;
    transition: none;
    position: relative;
  }
  .page-main .page-con .pmright .page-right-con .page-actions .actions-panel ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .page-main .page-con .pmright .page-right-con .page-actions .actions-panel ul li button.action-btn {
    width: 40px;
    height: 40px;
  }
  .page-main .page-con .pmright .page-right-con .page-actions.open .actions-panel {
    pointer-events: auto;
    opacity: 1;
    transform: none;
  }
}
.page-misyon-vizyon .mv-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 40px 0;
}
.page-misyon-vizyon .mv-container .mv-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-misyon-vizyon .mv-container .mv-section .mv-icon {
  margin-bottom: 30px;
}
.page-misyon-vizyon .mv-container .mv-section .mv-icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-misyon-vizyon .mv-container .mv-section .mv-title {
  font-size: 28px;
  font-weight: 800;
  color: #212121;
  margin-bottom: 20px;
  line-height: 1.3;
}
.page-misyon-vizyon .mv-container .mv-section .mv-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}
.page-misyon-vizyon .mv-container .mv-section .mv-text p {
  margin-bottom: 15px;
}
.page-misyon-vizyon .mv-container .mv-section .mv-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-misyon-vizyon .mv-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 30px 0;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-icon {
    margin-bottom: 20px;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-icon img {
    width: 80px;
    height: 80px;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-text {
    font-size: 15px;
    line-height: 1.7;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-text p {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .page-misyon-vizyon .mv-container {
    gap: 30px;
    padding: 20px 0;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-icon {
    margin-bottom: 15px;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-icon img {
    width: 70px;
    height: 70px;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .page-misyon-vizyon .mv-container .mv-section .mv-text p {
    margin-bottom: 10px;
  }
}
.ke-home {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ke-home .con {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 992px) {
  .ke-home .con {
    display: block;
  }
}
.ke-home .con .ke-slider {
  flex: 0 0 59%;
  max-width: 59%;
}
@media (max-width: 992px) {
  .ke-home .con .ke-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ke-home .con .ke-slider .kes-con .keslider {
  margin-left: -300px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}
@media (max-width: 992px) {
  .ke-home .con .ke-slider .kes-con .keslider {
    margin-left: 0;
  }
}
.ke-home .con .ke-slider .kes-con .keslider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ke-home .con .ke-slider .kes-con .keslider .ke-slide {
  position: relative;
}
.ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-img {
  position: relative;
}
.ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.71) 35%, rgba(0, 0, 0, 0.16) 60%);
  z-index: 1;
  pointer-events: none;
}
.ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-img img {
  width: 100%;
  height: 492px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-img img {
    height: 250px;
  }
}
.ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-caption {
  position: absolute;
  left: 245px;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 20px;
  padding-bottom: 64px;
  padding-left: 42px;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-caption {
    left: 0px;
    padding-left: 30px;
    font-size: 14px;
    line-height: initial;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
.ke-home .con .ke-slider .kes-con .keslider .ke-slide .ke-slide-caption strong {
  font-weight: 700;
}
.ke-home .con .ke-slider .kes-con .keslider .slick-dots {
  bottom: 38px;
  width: initial;
  left: 284px;
}
@media (max-width: 992px) {
  .ke-home .con .ke-slider .kes-con .keslider .slick-dots {
    left: 13px;
    bottom: 12px;
  }
}
.ke-home .con .ke-slider .kes-con .keslider .slick-dots li {
  width: initial;
  height: initial;
}
.ke-home .con .ke-slider .kes-con .keslider .slick-dots li.slick-active button {
  background-color: #fff;
}
.ke-home .con .ke-slider .kes-con .keslider .slick-dots li button {
  width: 41px;
  height: 5px;
  background-color: #5a5a5a;
  padding: 0;
}
@media (max-width: 992px) {
  .ke-home .con .ke-slider .kes-con .keslider .slick-dots li button {
    width: 20px;
    height: 4px;
  }
}
.ke-home .con .ke-slider .kes-con .keslider .slick-dots li button::before {
  display: none;
}
.ke-home .con .ke-list {
  flex-grow: 1;
}
.ke-home .con .ke-list.ke-list-with-btns {
  height: 492px;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list.ke-list-with-btns {
    height: initial;
  }
}
.ke-home .con .ke-list.ke-list-with-btns .kel-con {
  height: 100%;
}
.ke-home .con .ke-list.ke-list-with-btns .kel-con a {
  flex: 1;
  padding: 0px 28px;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list.ke-list-with-btns .kel-con a {
    padding: 10px 0px;
  }
}
@media (max-width: 992px) {
  .ke-home .con .ke-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ke-home .con .ke-list .kel-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list .kel-con {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    width: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ke-home .con .ke-list .kel-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ke-home .con .ke-list .kel-con .kel-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 24px 28px;
  border: 2px solid #d7d7d7;
  border-radius: 1px;
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list .kel-con .kel-item {
    padding: 24px 12px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
.ke-home .con .ke-list .kel-con .kel-item:hover {
  border-color: #d50000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-size: 200% 100%;
  animation: slide 0.5s ease;
}
.ke-home .con .ke-list .kel-con .kel-item .img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.ke-home .con .ke-list .kel-con .kel-item .img img {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
}
.ke-home .con .ke-list .kel-con .kel-item .text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.ke-home .con .ke-list .kel-con .kel-item .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #1f1f1f;
}
.ke-home .con .ke-list .kel-con .kel-item .text p {
  margin: 0;
  font-size: 15px;
  color: #5b5b5b;
}
.ke-home .con .ke-list .kel-con .kel-item-btns {
  border: 2px solid #d7d7d7;
  border-radius: 1px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  box-sizing: border-box;
}
.ke-home .con .ke-list .kel-con .kel-item-btns:hover {
  border-color: #d50000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-size: 200% 100%;
  animation: slide 0.5s ease;
}
.ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 24px 28px;
  padding-bottom: 0;
  text-decoration: none;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon {
    padding: 24px 0px;
    padding-bottom: 12px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
.ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon .img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon .img img {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
}
.ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon .text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #1f1f1f;
}
.ke-home .con .ke-list .kel-con .kel-item-btns .kitbtnscon .text p {
  margin: 0;
  font-size: 15px;
  color: #5b5b5b;
}
.ke-home .con .ke-list .kel-con .kel-item-btns .add-btns {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  padding: 0px 28px;
  padding-bottom: 19px;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list .kel-con .kel-item-btns .add-btns {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.ke-home .con .ke-list .kel-con .kel-item-btns .add-btns a {
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  color: #8d8d8d;
  font-weight: 800;
  text-align: center;
  padding: 15px 31px 11px;
  border: 2px solid #d7d7d7;
  border-radius: 1px;
  flex: initial;
  flex: 0 0 45%;
  max-width: 45%;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(213, 0, 0, 0.1490196078) 50%, rgba(213, 0, 0, 0.231372549) 100%);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 450ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  color: #8d8d8d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ke-home .con .ke-list .kel-con .kel-item-btns .add-btns a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.ke-home .con .ke-list .kel-con .kel-item-btns .add-btns a:hover {
  background-position: right;
  color: #000;
  border-color: #000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.ke-home .con .ke-list .kel-con .kel-item-btns .add-btns a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(213, 0, 0, 0.12);
}

.ke-egitimler {
  margin-bottom: 60px;
}
.ke-egitimler .kecon .keetitle h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .keetitle h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.ke-egitimler .kecon .keetitle p {
  font-size: 16px;
  color: #a8a8a8;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .keetitle p {
    font-size: 14px;
  }
}
.ke-egitimler .kecon .ke-kategori-filter {
  margin-top: 25px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ke-egitimler .kecon .ke-kategori-filter .kef-con {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  padding: 14px 14px;
  background-color: #f0f0f0;
  width: 100%;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .ke-kategori-filter {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search {
  display: flex;
  align-items: center;
  flex: 1;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .ke-kategori-filter .kekf-search {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input {
  flex: 1;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input {
  width: 100%;
  height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #5b5b5b;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input:focus {
  outline: none;
  border-color: #d50000;
  background-color: #fff;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input::-moz-placeholder {
  color: #9c9c9c;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input::placeholder {
  color: #9c9c9c;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-button {
  min-width: 100px;
  height: 46px;
  padding: 0 40px;
  border: 0px solid #d7d7d7;
  border-radius: 1px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #a8a8a8;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-button {
    width: 100%;
  }
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-button:hover {
  background-color: #d50000;
  border-color: #d50000;
  color: #fff;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-toggle {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 0 24px;
  height: 74px;
  border: 0;
  border-radius: 1px;
  background-color: #f0f0f0;
  color: #626262;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .ke-kategori-filter .kekf-toggle {
    width: 100%;
    justify-content: center;
  }
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-toggle:hover {
  background-color: #ebebeb;
  border-color: #c3c3c3;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-toggle .kekf-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-toggle .kekf-toggle-icon span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: currentColor;
}
.ke-egitimler .kecon .ke-kategori-filter .kekf-toggle .kekf-toggle-text {
  white-space: nowrap;
}
.ke-egitimler .kecon .ke-kategori-slider {
  margin-top: 46px;
  position: relative;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-slider-list {
  margin: 0 -12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-slider-list.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-slider-list .slick-slide {
  display: flex !important;
  height: auto;
  padding: 0 12px;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, #ffffff 62%, #f3f3f3 100%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 18%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  z-index: 5;*/
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  left: -37px;
  background-color: rgba(255, 255, 255, 0.8784313725);
  border-radius: 50%;
  box-shadow: 0 13px 24px 0 rgba(34, 31, 25, 0.36);
  transition: all 0.3s ease-in-out;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow:hover {
  background-color: #f0f0f0;
  opacity: 1;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow::before {
  /*content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #bcbcbc;
  transform: translate(-35%, -50%);*/
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--prev {
  left: -28px;
  background-image: url(../img/homeslidersolikon.webp);
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--prev::before {
  transform: translate(-65%, -50%) scaleX(-1);
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--next {
  left: initial;
  right: -28px;
  background-image: url(../img/homeslidersagikon.webp);
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--next::before {
  transform: translate(-35%, -50%);
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow {
    width: 48px;
    height: 48px;
  }
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--prev {
    left: -12px;
  }
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--next {
    right: -12px;
  }
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
  position: relative;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 380px;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover {
  transform: translateY(-6px);
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover .ke-kategori-item__media::after {
  opacity: 1;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item::before {
  /*content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 10%) 10%,
    rgb(0 0 0 / 70%) 90%
  );
  opacity: 0.85;
  transition: opacity 220ms ease;
  z-index: 1;*/
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover::before {
  opacity: 1;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item--no-image {
  background: linear-gradient(135deg, #2d2d2d 0%, #444 100%);
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media {
  /*position: absolute;
  inset: 0;
  z-index: 0;*/
  position: relative;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  background: linear-gradient(to top right, rgba(217, 0, 0, 0.85) 0%, rgba(217, 0, 0, 0.6) 18%, rgba(217, 0, 0, 0.25) 40%, rgba(217, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
  pointer-events: none;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  z-index: 2;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
    padding: 24px 22px;
  }
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 17px;
  }
}
.ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__subtitle {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.4;
  text-align: center;
}
@media (max-width: 992px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1400px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 340px;
  }
}
@media (max-width: 1100px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .ke-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 260px;
  }
}

.ke-neden {
  margin-bottom: 35px;
}
.ke-neden .ken-con {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 992px) {
  .ke-neden .ken-con {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
.ke-neden .ken-con .ken-slider {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ke-neden .ken-con .ken-slider .ken-slide-head {
  position: absolute;
  left: 0;
  bottom: 76px;
  z-index: 6;
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0px;
  color: rgba(31, 31, 31, 0.0784313725);
  padding: 12px 18px;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-slider .ken-slide-head {
    left: 17px;
    font-size: 20px;
  }
}
.ke-neden .ken-con .ken-slider .ken-slider-list {
  margin-left: 75px;
  /* arrows styling - use slick-provided buttons */
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide {
  position: relative;
  /* framed image */
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-frame {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-frame img {
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-frame img {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-caption {
    left: 10px;
  }
  .ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-caption .ken-caption-pretitle {
    display: none;
  }
  .ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-frame {
    padding: 12px;
  }
  .ke-neden .ken-con .ken-slider .ken-slider-list .ken-slide .ken-slide-frame img {
    border-width: 4px;
  }
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slider-arrow {
  position: absolute;
  bottom: 0;
  width: 75px;
  height: 75px;
  background-color: #ececec;
  border: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 180ms ease;
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slider-arrow:hover {
  background-color: #d50000;
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slider-arrow:hover img {
  filter: brightness(0) invert(1);
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slider-arrow--prev {
  left: -75px;
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slider-arrow--next {
  left: 0;
  background-color: #fff;
}
.ke-neden .ken-con .ken-slider .ken-slider-list .ken-slider-arrow img {
  width: 32px;
  height: 32px;
  display: block;
}
.ke-neden .ken-con .ken-module {
  flex: 1;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header {
  display: flex;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  border-top: 1px solid #adadad;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header {
    flex-wrap: wrap;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button {
  flex: 1;
  padding: 20px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  border-bottom: 1px solid #adadad;
  border-right: 1px solid #adadad;
  position: relative;
  height: 135px;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button {
    flex: 0 0 50%;
    padding: 15px 10px;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  background-color: #d51e18;
  transition: height 0.3s ease;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button.active::after {
  height: 5px;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button.active .ken-tab-icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(7471%) hue-rotate(2deg) brightness(93%) contrast(117%);
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button.active .ken-tab-title {
  color: #d51e18;
  font-weight: 700;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button:hover:not(.active) {
  background-color: #f9f9f9;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button .ken-tab-icon {
  margin-bottom: 10px;
  height: 47px;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button .ken-tab-icon img {
  height: 33px;
  margin: 0 auto;
  transition: filter 0.3s ease;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button .ken-tab-title {
  font-size: 12px;
  font-weight: 700;
  color: #adadad;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-header .ken-tab-button .ken-tab-title {
    font-size: 12px;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content {
  padding: 40px 0;
  flex: 1;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content {
    padding: 20px 0;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane {
  display: none;
  animation: fadeIn 0.5s ease;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane.active {
  display: block;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  padding: 0px 51px;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content {
    padding: 0 0;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3 {
  margin: 0;
  font-size: 32px;
  color: #1f1f1f;
  position: relative;
  padding-top: 40px;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 65%;
  height: 30px;
  transform: translateX(-50%);
  border: 2px solid #adadad;
  border-bottom: none;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3 strong {
  display: block;
  font-weight: 800;
  font-size: 35px;
  color: #000;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3 {
    font-size: 34px;
  }
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3 strong {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3 {
    font-size: 28px;
    padding-top: 32px;
  }
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content h3 strong {
    font-size: 32px;
  }
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content p {
  margin: 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.2;
  color: #1f1f1f;
}
.ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content p strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .ke-neden .ken-con .ken-module .ken-tabs .ken-tabs-content .ken-tab-pane .ken-tab-content p {
    font-size: 16px;
    padding: 0 12px;
  }
}

.ke-haberler {
  margin-bottom: 120px;
}
.ke-haberler .con .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid #ededed;
}
@media (max-width: 768px) {
  .ke-haberler .con .head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.ke-haberler .con .head .head-info {
  max-width: 680px;
}
.ke-haberler .con .head .head-info h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 300;
  color: #1f1f1f;
}
.ke-haberler .con .head .head-info h2 strong {
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .ke-haberler .con .head .head-info h2 {
    font-size: 28px;
  }
}
.ke-haberler .con .head .head-info p {
  margin: 10px 0 0;
  font-size: 15px;
  color: #8c8c8c;
  line-height: 1.5;
}
.ke-haberler .con .head .head-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: #f4f4f4;
  color: #868686;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 180ms ease, color 180ms ease;
}
.ke-haberler .con .head .head-link:hover {
  background-color: #d50000;
  color: #fff;
}
.ke-haberler .con .haberler-list {
  margin-top: 36px;
}
.ke-haberler .con .haberler-list .haberler-list-con {
  position: relative;
}
.ke-haberler .con .haberler-list .haberler-slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease;
  margin: 0 -12px;
}
.ke-haberler .con .haberler-list .haberler-slider.is-init {
  opacity: 1;
  visibility: visible;
}
.ke-haberler .con .haberler-list .haberler-slider .slick-slide {
  padding: 0 12px;
}
.ke-haberler .con .haberler-list .haberler-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(29, 26, 21, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}
.ke-haberler .con .haberler-list .haberler-arrow:hover {
  background-color: #f0f0f0;
  box-shadow: 0 14px 32px rgba(29, 26, 21, 0.28);
}
.ke-haberler .con .haberler-list .haberler-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}
.ke-haberler .con .haberler-list .haberler-arrow--prev {
  left: -30px;
}
.ke-haberler .con .haberler-list .haberler-arrow--next {
  right: -30px;
}
.ke-haberler .con .haberler-list .haberler-arrow img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .ke-haberler .con .haberler-list .haberler-arrow {
    width: 48px;
    height: 48px;
  }
  .ke-haberler .con .haberler-list .haberler-arrow--prev {
    left: -18px;
  }
  .ke-haberler .con .haberler-list .haberler-arrow--next {
    right: -18px;
  }
}
.ke-haberler .con .haberler-list .haberler-item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  border-radius: 0px;
  overflow: hidden;
  min-height: 260px;
  transition: transform 220ms ease;
}
.ke-haberler .con .haberler-list .haberler-item:hover {
  transform: translateY(-6px);
}
.ke-haberler .con .haberler-list .haberler-item:hover .haberler-item__media img {
  transform: scale(1.05);
}
.ke-haberler .con .haberler-list .haberler-item__link {
  display: flex;
  flex: 1;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.ke-haberler .con .haberler-list .haberler-item__media {
  position: absolute;
  inset: 0;
}
.ke-haberler .con .haberler-list .haberler-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 220ms ease;
}
.ke-haberler .con .haberler-list .haberler-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 26, 0.25) 0%, rgba(8, 12, 26, 0.65) 52%, rgba(8, 12, 26, 0.9) 100%);
  pointer-events: none;
}
.ke-haberler .con .haberler-list .haberler-item__content {
  position: relative;
  margin-top: auto;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
}
.ke-haberler .con .haberler-list .haberler-item__category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.ke-haberler .con .haberler-list .haberler-item__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
  padding-bottom: 12px;
}
.ke-haberler .con .haberler-list .haberler-item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  background-color: #ee2d32;
}
.ke-haberler .con .haberler-list .haberler-item__date {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 992px) {
  .ke-haberler .con .haberler-list .haberler-item {
    min-height: 240px;
  }
  .ke-haberler .con .haberler-list .haberler-item__content {
    padding: 24px;
  }
  .ke-haberler .con .haberler-list .haberler-item__title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .ke-haberler .con .haberler-list .haberler-item {
    min-height: 220px;
  }
  .ke-haberler .con .haberler-list .haberler-item__content {
    padding: 20px;
  }
}
.ke-haberler .con .haberler-list .haberler-empty {
  margin: 0;
  padding: 24px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #999;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-main .head {
  margin-top: -79px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 87px;
}
@media (max-width: 992px) {
  .page-main .head {
    display: block;
    margin-top: -55px;
    margin-bottom: 63px;
  }
}
.page-main .head > h1 {
  font-size: 36px;
  margin: 0;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  .page-main .head > h1 {
    font-size: 18px;
  }
}
.page-main .head > h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 992px) {
  .page-main .head > h2 {
    font-size: 18px;
  }
}
.page-main .head .bread {
  display: flex;
}
@media (max-width: 992px) {
  .page-main .head .bread {
    display: none;
  }
}
.page-main .head .bread .item:last-child a::after {
  display: none;
}
.page-main .head .bread .item a {
  color: #fff;
  position: relative;
  display: block;
  padding: 2px 0px;
  padding-right: 20px;
  margin-right: 9px;
}
.page-main .head .bread .item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/breadcrumb-icon.png");
  width: 11px;
  height: 17px;
}

/* ke_egitimlerimiz styles - category card grid */
.ek-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 6 columns on large screens */
  gap: 28px;
}

.ek-card {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transform: translateZ(0);
}

.ek-card-media {
  height: 410px;
}
.ek-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.6s ease;
}

.ek-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 30, 0) 0%, rgba(4, 10, 15, 0.59) 60%);
  mix-blend-mode: multiply;
  transition: background 0.3s ease;
}

.ek-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.ek-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.ek-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 1.6px;
  opacity: 0.85;
  margin-top: 6px;
  text-transform: uppercase;
  text-align: center;
}

.ek-card:hover .ek-card-media img {
  transform: scale(1.05);
}

/* responsive breakpoints: 4,3,2,1 columns */
@media (max-width: 1200px) {
  .ek-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .ek-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .ek-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .ek-card {
    height: 340px;
  }
  .ek-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .ek-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ek-card {
    height: 300px;
  }
}
.ek-card:focus {
  outline: 2px solid rgba(255, 255, 255, 0.15);
}

.egitim-kategori .search-form {
  margin: 40px 0;
}
.egitim-kategori .search-form .ek-search {
  display: flex;
  align-items: stretch;
  border: 2px solid #d9d9d9;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.egitim-kategori .search-form .ek-search__field {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.egitim-kategori .search-form .ek-search__field input {
  width: 100%;
  height: 54px;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #444;
}
.egitim-kategori .search-form .ek-search__field input::-moz-placeholder {
  color: #999;
}
.egitim-kategori .search-form .ek-search__field input::placeholder {
  color: #999;
}
.egitim-kategori .search-form .ek-search__submit {
  min-width: 110px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #6f6f6f;
  background-color: #f0f0f0;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.egitim-kategori .search-form .ek-search__submit:hover {
  background-color: #e1e1e1;
  color: #333;
}
.egitim-kategori .egitim-kategori-list .ekc__row {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 0.4fr;
  align-items: stretch;
  gap: 0;
  position: relative;
  background-color: #f0f0f0;
}
.egitim-kategori .egitim-kategori-list .ekc__row:nth-child(even) {
  background-color: #fff;
}
.egitim-kategori .egitim-kategori-list .ekc__row:nth-child(even) .ekc__apply {
  background: #e7e7e7;
}
.egitim-kategori .egitim-kategori-list .ekc__col {
  display: flex;
  align-items: center;
  padding: 18px 20px;
}
.egitim-kategori .egitim-kategori-list .ekc .ekc__col--cta {
  padding: 0;
}
.egitim-kategori .egitim-kategori-list .ekc__icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.egitim-kategori .egitim-kategori-list .ekc__icon svg {
  display: block;
}
.egitim-kategori .egitim-kategori-list .ekc__texts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.egitim-kategori .egitim-kategori-list .ekc__label {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
}
.egitim-kategori .egitim-kategori-list .ekc__title {
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
}
.egitim-kategori .egitim-kategori-list .ekc__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.egitim-kategori .egitim-kategori-list .ekc__meta-label {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
}
.egitim-kategori .egitim-kategori-list .ekc__meta-value {
  font-size: 18px;
  color: #111;
  font-weight: 800;
}
.egitim-kategori .egitim-kategori-list .ekc__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #cecece;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.egitim-kategori .egitim-kategori-list .ekc__apply:hover {
  background: #bfbfbf;
  color: #333;
}
@media (max-width: 992px) {
  .egitim-kategori .egitim-kategori-list .ekc__row {
    grid-template-columns: 1fr;
  }
  .egitim-kategori .egitim-kategori-list .ekc__col {
    border-left: 0 !important;
  }
  .egitim-kategori .egitim-kategori-list .ekc__col--cta {
    justify-content: flex-start;
  }
  .egitim-kategori .egitim-kategori-list .ekc__apply {
    max-width: none;
    width: 100%;
    height: 45px;
  }
}

.egitim-detay {
  display: flex;
}
@media (max-width: 992px) {
  .egitim-detay {
    flex-wrap: wrap;
  }
}
.egitim-detay .egitim-left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .egitim-detay .egitim-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.egitim-detay .egitim-left .egtcon .egitim-img {
  margin-bottom: 20px;
}
.egitim-detay .egitim-left .egtcon .egitim-img img {
  width: 100%;
  display: block;
}
.egitim-detay .egitim-left .egtcon .egitim-text {
  color: #212121;
  padding-top: 30px;
  line-height: 20px;
}
.egitim-detay .egitim-left .egtcon .egitim-text h3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
}
.egitim-detay .egitim-left .egtcon .egitim-text p {
  margin-bottom: 15px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs {
  margin-top: 24px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion {
  display: block;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item summary::-webkit-details-marker {
  display: none;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 16px;
  background: #f7f7f7;
  color: #222;
  position: relative;
  padding-right: 23px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b6b6b;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .doc-icon {
  color: #222;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-title {
  font-weight: 700;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle {
  margin-left: auto;
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 16px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle:before,
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #9b9b9b;
  transform: translateY(-50%);
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header {
  background: #e31e24; /* red */
  color: #fff;
  border-color: #e31e24;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header .doc-icon {
  color: #fff;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header .egitim-acc-toggle:before {
  background: #fff;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header .egitim-acc-toggle:after {
  opacity: 0;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content {
  color: #212121;
  padding-top: 23px;
  line-height: 20px;
  padding-left: 41px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content h3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
}
.egitim-detay .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content p {
  margin-bottom: 15px;
}
.egitim-detay .egitim-right {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 40px;
  border-left: 1px solid #cfcfcf;
}
@media (max-width: 992px) {
  .egitim-detay .egitim-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 40px;
  }
}
.egitim-detay .egitim-right .prekayit {
  width: 100%;
}
.egitim-detay .egitim-right .prekayit .pre-head {
  text-align: center;
  margin-bottom: 18px;
}
.egitim-detay .egitim-right .prekayit .pre-head .pre-title {
  font-weight: 800;
  font-size: 20px;
  color: #222;
  margin: 0 0 8px;
}
.egitim-detay .egitim-right .prekayit .pre-head .pre-desc {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 22px;
}
.egitim-detay .egitim-right .prekayit .pre-form .form-row {
  margin-bottom: 16px;
}
.egitim-detay .egitim-right .prekayit .pre-form label {
  display: block;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 14px;
  margin-bottom: 8px;
}
.egitim-detay .egitim-right .prekayit .pre-form input,
.egitim-detay .egitim-right .prekayit .pre-form select {
  width: 100%;
  height: 56px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.egitim-detay .egitim-right .prekayit .pre-form input::-moz-placeholder {
  color: #bdbdbd;
}
.egitim-detay .egitim-right .prekayit .pre-form input::placeholder {
  color: #bdbdbd;
}
.egitim-detay .egitim-right .prekayit .pre-form input:focus,
.egitim-detay .egitim-right .prekayit .pre-form select:focus {
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.egitim-detay .egitim-right .prekayit .pre-form .input-group.phone {
  display: flex;
  align-items: stretch;
}
.egitim-detay .egitim-right .prekayit .pre-form .input-group.phone .cc {
  flex: 0 0 auto;
}
.egitim-detay .egitim-right .prekayit .pre-form .input-group.phone .cc select {
  width: 110px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #e6e6e6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
}
.egitim-detay .egitim-right .prekayit .pre-form .input-group.phone input[type=tel] {
  flex: 1 1 auto;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.egitim-detay .egitim-right .prekayit .pre-form .form-actions {
  margin-top: 22px;
}
.egitim-detay .egitim-right .prekayit .pre-form .form-actions .btn-prekayit {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background: #e31e24;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.02s ease;
}
.egitim-detay .egitim-right .prekayit .pre-form .form-actions .btn-prekayit:hover {
  background: #cc1a1f;
}
.egitim-detay .egitim-right .prekayit .pre-form .form-actions .btn-prekayit:active {
  transform: translateY(1px);
}

.page-egitim-takvimi .egitim-notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff9e6; /* pale yellow */
  padding: 16px 18px;
  border-radius: 4px;
  color: #222;
  margin: 18px 0;
}
.page-egitim-takvimi .egitim-notice__icon {
  flex: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.page-egitim-takvimi .egitim-notice__icon svg {
  display: block;
}
.page-egitim-takvimi .egitim-notice__content {
  flex: 1;
}
.page-egitim-takvimi .egitim-notice__content p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #222;
}
.page-egitim-takvimi .egitim-notice__link {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media (max-width: 600px) {
  .page-egitim-takvimi .egitim-notice {
    flex-direction: row;
    gap: 12px;
    padding: 12px;
  }
  .page-egitim-takvimi .egitim-notice__icon {
    flex: 0 0 24px;
  }
  .page-egitim-takvimi .egitim-notice__content p {
    font-size: 13px;
  }
}
.page-egitim-takvimi .egitim-form {
  margin-top: 18px;
  margin-bottom: 25px;
}
.page-egitim-takvimi .egitim-form__wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  align-items: center;
}
.page-egitim-takvimi .egitim-form .ef-left {
  display: flex;
  flex-direction: column;
}
.page-egitim-takvimi .egitim-form .ef-label {
  display: block;
  font-size: 12px;
  color: #7d7d7d;
  margin-bottom: 8px;
}
.page-egitim-takvimi .egitim-form .ef-select {
  position: relative;
}
.page-egitim-takvimi .egitim-form .ef-select select {
  width: 100%;
  padding: 16px 44px 16px 18px;
  border: 2px solid #e6e6e6;
  background: #fff;
  font-weight: 700;
  color: #111;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 70px;
  font-size: 18px;
}
.page-egitim-takvimi .egitim-form .ef-select .ef-select__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  font-size: 14px;
  padding: 4px;
  cursor: default;
  color: #777;
}
.page-egitim-takvimi .egitim-form .ef-right {
  display: flex;
  gap: 12px;
  align-items: center;
}
.page-egitim-takvimi .egitim-form .ef-right .efrcon {
  border: 2px solid #e6e6e6;
  display: flex;
  width: 100%;
}
.page-egitim-takvimi .egitim-form .ef-right input[type=text] {
  flex: 1;
  padding: 18px 16px;
  background: #fff;
  color: #666;
  font-size: 16px;
  border: 0;
  height: 66px;
  width: 100%;
}
.page-egitim-takvimi .egitim-form .ef-right input::-moz-placeholder {
  color: #cfcfcf;
}
.page-egitim-takvimi .egitim-form .ef-right input::placeholder {
  color: #cfcfcf;
}
.page-egitim-takvimi .egitim-form .ef-search {
  background: #eee;
  border: 0;
  padding: 17px 41px 13px;
  font-weight: 700;
  color: #777;
  cursor: pointer;
  margin: 10px;
}
@media (max-width: 800px) {
  .page-egitim-takvimi .egitim-form__wrap {
    grid-template-columns: 1fr;
  }
  .page-egitim-takvimi .egitim-form .ef-right {
    width: 100%;
  }
}
.page-egitim-takvimi .egitim-list {
  /* left red date block */
  /* shared middle cells */
  /* responsive */
}
.page-egitim-takvimi .egitim-list .el {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-egitim-takvimi .egitim-list .el-row {
  display: grid;
  grid-template-columns: 210px 1fr 260px 220px 160px; /* date | title | duration | type | cta */
  align-items: stretch;
  min-height: 112px;
  background: #f0f0f0;
}
.page-egitim-takvimi .egitim-list .el-row:nth-child(even) {
  background: #fff;
}
.page-egitim-takvimi .egitim-list .el-row:nth-child(even) .el-date {
  background: #c5140f;
  color: #fff;
}
.page-egitim-takvimi .egitim-list .el-row:nth-child(even) .btn-apply {
  background: #e7e7e7;
}
.page-egitim-takvimi .egitim-list .el-row:nth-child(even) .btn-apply:hover {
  background: #d51e18;
}
.page-egitim-takvimi .egitim-list .el-date {
  background: #d81516; /* close to screenshot red */
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  text-align: center;
}
.page-egitim-takvimi .egitim-list .el-date .day {
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
}
.page-egitim-takvimi .egitim-list .el-date .month {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.95;
}
.page-egitim-takvimi .egitim-list .el-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px 26px;
}
.page-egitim-takvimi .egitim-list .el-col:nth-child(3), .page-egitim-takvimi .egitim-list .el-col:nth-child(4) {
  border-left: 1px solid #dedede;
}
.page-egitim-takvimi .egitim-list .el-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #767676;
  font-weight: 700;
  font-size: 15px;
}
.page-egitim-takvimi .egitim-list .el-label .ico {
  color: #d0342c;
  display: inline-flex;
}
.page-egitim-takvimi .egitim-list .el-value {
  font-weight: 800;
  color: #111;
  font-size: 18px;
}
.page-egitim-takvimi .egitim-list .el-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-egitim-takvimi .egitim-list .btn-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #cecece;
}
.page-egitim-takvimi .egitim-list .btn-apply:hover {
  background: #d51e18;
}
.page-egitim-takvimi .egitim-list .btn-apply.is-disabled {
  opacity: 1;
}
@media (max-width: 1100px) {
  .page-egitim-takvimi .egitim-list .el-row {
    grid-template-columns: 170px 1fr 210px 190px 130px;
  }
  .page-egitim-takvimi .egitim-list .el-date .day {
    font-size: 48px;
  }
}
@media (max-width: 860px) {
  .page-egitim-takvimi .egitim-list .el-row {
    grid-template-columns: 140px 1fr;
    grid-template-areas: "date title" "date duration" "date type" "date cta";
  }
  .page-egitim-takvimi .egitim-list .el-date {
    grid-area: date;
  }
  .page-egitim-takvimi .egitim-list .el-title {
    grid-area: title;
  }
  .page-egitim-takvimi .egitim-list .el-duration {
    grid-area: duration;
  }
  .page-egitim-takvimi .egitim-list .el-type {
    grid-area: type;
  }
  .page-egitim-takvimi .egitim-list .el-cta {
    grid-area: cta;
  }
  .page-egitim-takvimi .egitim-list .el-col {
    border-right: 0;
    border-top: 1px solid #efefef;
  }
  .page-egitim-takvimi .egitim-list .el-row {
    min-height: 0;
  }
  .page-egitim-takvimi .egitim-list .el-date .day {
    font-size: 44px;
  }
  .page-egitim-takvimi .egitim-list .el-cta {
    background: #f2f2f2;
  }
  .page-egitim-takvimi .egitim-list .btn-apply {
    height: 54px;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .page-egitim-takvimi .egitim-list .el-row {
    grid-template-columns: 110px 1fr;
  }
  .page-egitim-takvimi .egitim-list .el-date .day {
    font-size: 40px;
  }
  .page-egitim-takvimi .egitim-list .el-date .month {
    font-size: 14px;
  }
  .page-egitim-takvimi .egitim-list .el-value {
    font-size: 16px;
  }
  .page-egitim-takvimi .egitim-list .el-label {
    font-size: 13px;
  }
  .page-egitim-takvimi .egitim-list .el-col {
    padding: 16px;
  }
}

.acik-egitimler {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 992px) {
  .acik-egitimler {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.acik-egitimler .ae-left {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 992px) {
  .acik-egitimler .ae-left {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.acik-egitimler .ae-left .ae-sidebar {
  border-radius: 4px;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding: 24px 20px;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header .menu-toggle {
  background: transparent;
  border: none;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header .hamburger {
  display: block;
  width: 22px;
  height: 2px;
  background: #222;
  position: relative;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header .hamburger::before,
.acik-egitimler .ae-left .ae-sidebar .sidebar-header .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #222;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header .hamburger::before {
  top: -6px;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header .hamburger::after {
  top: 6px;
}
.acik-egitimler .ae-left .ae-sidebar .sidebar-header h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.acik-egitimler .ae-left .ae-sidebar .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item {
  border-bottom: 2px solid #e6e6e6;
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item:last-child {
  border-bottom: none;
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #666;
  text-decoration: none;
  width: 100%;
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item .dot {
  width: 10px;
  height: 10px;
  background: #2ca02c; /* green */
  border-radius: 50%;
  flex: 0 0 10px;
  box-shadow: 0 0 0 4px rgba(44, 160, 44, 0.03);
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item .title {
  flex: 1 1 auto;
  font-size: 14px;
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item .count {
  flex: 0 0 auto;
  color: #999;
  font-size: 13px;
}
.acik-egitimler .ae-left .ae-sidebar .category-list .category-item.active a {
  font-weight: 700;
  color: #222;
}
.acik-egitimler .ae-right {
  flex: 1;
}
.acik-egitimler .ae-right .aer-con .egitim-kategori .search-form {
  margin-top: 0;
  margin-bottom: 10px;
}
.acik-egitimler .ae-right .aer-con .egitim-kategori .search-form .ek-search__field input {
  height: 42px;
}

.egitmen-kadromuz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 28px;
}
@media (min-width: 1400px) {
  .egitmen-kadromuz {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1199.98px) {
  .egitmen-kadromuz {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .egitmen-kadromuz {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .egitmen-kadromuz {
    grid-template-columns: 1fr;
  }
}

.egitmen-item {
  border: 1px solid #E6E6E6;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.egitmen-item__media {
  position: relative;
  aspect-ratio: 360/279;
  overflow: hidden;
  background: #f6f6f6;
}
.egitmen-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: grayscale(100%);
}
.egitmen-item__media > .egitmen-item__bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  opacity: 0.35;
  pointer-events: none;
}
.egitmen-item__media .egitmen-item__mail {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #B21E1E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.egitmen-item__media .egitmen-item__mail:hover {
  transform: translateY(-2px);
  background: #931818;
}
.egitmen-item__media .egitmen-item__mail:active {
  transform: translateY(0);
}
.egitmen-item__media .egitmen-item__mail svg {
  display: block;
}
.egitmen-item__info {
  padding: 14px 16px 18px;
  text-align: left;
}
.egitmen-item__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 4px;
}
.egitmen-item__desc {
  font-weight: 500;
  font-size: 14px;
  color: #6B6B6B;
}

.page-referanslarimiz {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.page-referanslarimiz .item {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
}
.page-referanslarimiz .item .inner {
  width: 100%;
  max-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-referanslarimiz .item img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%) contrast(85%) brightness(95%);
  opacity: 0.9;
  transition: filter 240ms ease, transform 240ms ease, opacity 240ms ease;
  transform: translateZ(0);
}
.page-referanslarimiz .item:hover img, .page-referanslarimiz .item:focus-within img {
  filter: none;
  opacity: 1;
  transform: scale(1.03);
}
@media (max-width: 1200px) {
  .page-referanslarimiz {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .page-referanslarimiz {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-referanslarimiz .item {
    padding: 20px 12px;
  }
}
@media (max-width: 480px) {
  .page-referanslarimiz {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-referanslarimiz .item {
    padding: 16px 8px;
  }
}

.page-blog .ke-blog-filter {
  margin-top: 25px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page-blog .ke-blog-filter .kef-con {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 14px 14px;
  background-color: #f0f0f0;
  width: 100%;
}
@media (max-width: 768px) {
  .page-blog .ke-blog-filter {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.page-blog .ke-blog-filter .kekf-search {
  display: flex;
  align-items: center;
  flex: 1;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 768px) {
  .page-blog .ke-blog-filter .kekf-search {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-input {
  flex: 1;
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-input input {
  width: 100%;
  height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #5b5b5b;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-input input:focus {
  outline: none;
  border-color: #d50000;
  background-color: #fff;
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-input input::-moz-placeholder {
  color: #9c9c9c;
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-input input::placeholder {
  color: #9c9c9c;
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-button {
  min-width: 100px;
  height: 46px;
  padding: 0 40px;
  border: 0px solid #d7d7d7;
  border-radius: 1px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #a8a8a8;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
@media (max-width: 768px) {
  .page-blog .ke-blog-filter .kekf-search .kekf-search-button {
    width: 100%;
  }
}
.page-blog .ke-blog-filter .kekf-search .kekf-search-button:hover {
  background-color: #d50000;
  border-color: #d50000;
  color: #fff;
}
.page-blog .blog-list {
  margin-top: 24px;
}
.page-blog .blog-list .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .page-blog .blog-list .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .page-blog .blog-list .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-blog .blog-list .blog-grid {
    grid-template-columns: 1fr;
  }
}
.page-blog .blog-list .blog-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: #000;
  text-decoration: none;
}
.page-blog .blog-list .blog-card .bc-media {
  position: relative;
  aspect-ratio: 16/9;
  background: #e9e9e9;
}
.page-blog .blog-list .blog-card .bc-media img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 400ms ease;
}
.page-blog .blog-list .blog-card .bc-media .bc-media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ececec, #f7f7f7);
}
.page-blog .blog-list .blog-card .bc-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.page-blog .blog-list .blog-card .bc-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px 20px 20px;
  color: #fff;
  z-index: 2;
}
.page-blog .blog-list .blog-card .bc-caption .accent-line {
  display: inline-block;
  width: 54px;
  height: 4px;
  background: #d50000;
  margin-bottom: 10px;
}
.page-blog .blog-list .blog-card .bc-caption .bc-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.page-blog .blog-list .blog-card .bc-caption .bc-subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.page-blog .blog-list .blog-card .bc-caption .bc-date {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.75);
}
.page-blog .blog-list .blog-card:hover .bc-media img {
  transform: scale(1.05);
}
.page-blog .blog-list .blog-empty {
  padding: 32px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #eee;
  color: #888;
}

.page-blog-detay {
  margin-top: 10px;
}
.page-blog-detay .blog-hero {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;
  overflow: hidden;
}
.page-blog-detay .blog-hero .blog-hero-media {
  position: relative;
  aspect-ratio: 16/6;
}
@media (max-width: 992px) {
  .page-blog-detay .blog-hero .blog-hero-media {
    aspect-ratio: 16/9;
  }
}
.page-blog-detay .blog-hero .blog-hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-blog-detay .blog-hero .blog-hero-media .bh-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ececec, #f7f7f7);
}
.page-blog-detay .blog-article {
  margin: 26px auto 0 auto;
  padding: 0 8px;
}
.page-blog-detay .blog-article .article-head {
  margin-bottom: 8px;
}
.page-blog-detay .blog-article .article-head .article-title {
  margin: 0 0 6px 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #1a1a1a;
}
@media (max-width: 576px) {
  .page-blog-detay .blog-article .article-head .article-title {
    font-size: 24px;
  }
}
.page-blog-detay .blog-article .article-head .article-meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.page-blog-detay .blog-article .article-head .article-meta .meta-date {
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0.2px;
}
.page-blog-detay .blog-article .article-body {
  margin-top: 14px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.8;
}
.page-blog-detay .blog-article .article-body h2 {
  font-size: 24px;
  margin: 22px 0 10px 0;
}
.page-blog-detay .blog-article .article-body h3 {
  font-size: 20px;
  margin: 18px 0 8px 0;
}
.page-blog-detay .blog-article .article-body p {
  margin: 0 0 14px 0;
}
.page-blog-detay .blog-article .article-body ul, .page-blog-detay .blog-article .article-body ol {
  padding-left: 20px;
  margin: 10px 0 16px 0;
}
.page-blog-detay .blog-article .article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.page-blog-detay .blog-article .article-body blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  background: #fafafa;
  border-left: 3px solid #d50000;
  color: #555;
}
.page-blog-detay .blog-article .article-share {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.page-blog-detay .blog-article .article-share .share-label {
  font-weight: 700;
  color: #4a4a4a;
}
.page-blog-detay .blog-article .article-share .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #444;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 120ms ease;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn svg {
  width: 18px;
  height: 18px;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn:hover {
  transform: translateY(-1px);
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.x:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.li:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.wa:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.copy:hover {
  background: #d50000;
  border-color: #d50000;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.native {
  background: #f7f7f7;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.copied {
  background: #19a974;
  border-color: #19a974;
  color: #fff;
}
.page-blog-detay .other-blogs {
  margin-top: 40px;
}
.page-blog-detay .other-blogs .ob-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 16px;
}
.page-blog-detay .other-blogs .ob-head .ob-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
}
.page-blog-detay .other-blogs .ob-head .accent-line {
  width: 54px;
  height: 4px;
  background: #d50000;
  display: inline-block;
}
.page-blog-detay .other-blogs .ob-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .page-blog-detay .other-blogs .ob-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-blog-detay .other-blogs .ob-grid {
    grid-template-columns: 1fr;
  }
}
.page-blog-detay .other-blogs .blog-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: #000;
  text-decoration: none;
}
.page-blog-detay .other-blogs .blog-card .bc-media {
  position: relative;
  aspect-ratio: 16/9;
  background: #e9e9e9;
}
.page-blog-detay .other-blogs .blog-card .bc-media img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 400ms ease;
}
.page-blog-detay .other-blogs .blog-card .bc-media .bc-media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ececec, #f7f7f7);
}
.page-blog-detay .other-blogs .blog-card .bc-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.page-blog-detay .other-blogs .blog-card .bc-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px 16px 16px;
  color: #fff;
  z-index: 2;
}
.page-blog-detay .other-blogs .blog-card .bc-caption .accent-line {
  display: inline-block;
  width: 48px;
  height: 4px;
  background: #d50000;
  margin-bottom: 8px;
}
.page-blog-detay .other-blogs .blog-card .bc-caption .bc-title {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.page-blog-detay .other-blogs .blog-card .bc-caption .bc-date {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.8);
}
.page-blog-detay .other-blogs .blog-card:hover .bc-media img {
  transform: scale(1.05);
}

.page-egitimlerimiz .page-text {
  color: #212121;
  line-height: 1.6;
  margin-bottom: 40px;
}
.page-egitimlerimiz .page-text h2 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 12px;
}
.page-egitimlerimiz .page-text p {
  margin-bottom: 12px;
}
.page-egitimlerimiz .categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.page-egitimlerimiz .categories .item a {
  display: block;
  position: relative;
  overflow: hidden;
  /* Separate red overlay so we can smoothly fade it in on hover */
}
.page-egitimlerimiz .categories .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  /* Base diagonal shadow coming from bottom-left */
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 18%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0) 58%);
  z-index: 1;
  pointer-events: none;
}
.page-egitimlerimiz .categories .item a::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  background: linear-gradient(to top right, rgba(217, 0, 0, 0.85) 0%, rgba(217, 0, 0, 0.6) 18%, rgba(217, 0, 0, 0.25) 40%, rgba(217, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1; /* stays below .desc (which is z-index:2) */
  pointer-events: none;
}
.page-egitimlerimiz .categories .item a:hover::after {
  opacity: 1;
}
.page-egitimlerimiz .categories .item a:hover .img {
  border-color: #d51e18;
}
.page-egitimlerimiz .categories .item a:hover .img img {
  filter: grayscale(0%) saturate(140%) contrast(105%);
  transition: filter 1.45s ease;
}
.page-egitimlerimiz .categories .item a .img {
  border-top: 8px solid #e9e9e9;
  padding-top: 8px;
  transition: border-color 0.45s ease;
}
.page-egitimlerimiz .categories .item a .img img {
  display: block;
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
.page-egitimlerimiz .categories .item a .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 12px;
  z-index: 2;
}
.page-egitimlerimiz .categories .item a .desc h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: left;
  font-size: 28px;
  color: #fff;
}
.page-egitimlerimiz .categories .item a .desc h2 strong {
  display: block;
}

@media (max-width: 992px) {
  .page-egitimlerimiz .categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .page-egitimlerimiz .categories .item a .img img {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .page-egitimlerimiz .categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .page-egitimlerimiz .categories .item a {
    /* slightly raise overlays to keep consistent spacing */
    /* make the description flow below the image on small screens */
  }
  .page-egitimlerimiz .categories .item a::before, .page-egitimlerimiz .categories .item a::after {
    top: 12px;
  }
  .page-egitimlerimiz .categories .item a .img {
    border-top-width: 6px;
    padding-top: 6px;
  }
  .page-egitimlerimiz .categories .item a .img img {
    height: 280px;
  }
  .page-egitimlerimiz .categories .item a .desc {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    z-index: 2;
  }
  .page-egitimlerimiz .categories .item a .desc h2 {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
    font-size: 18px;
    color: #fff;
  }
  .page-egitimlerimiz .categories .item a .desc h2 strong {
    display: block;
  }
}
@media (max-width: 480px) {
  .page-egitimlerimiz .categories {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-egitimlerimiz .categories .item a .img img {
    height: 200px;
  }
  .page-egitimlerimiz .categories .item a .desc {
    padding: 10px;
  }
  .page-egitimlerimiz .categories .item a .desc h2 {
    font-size: 16px;
  }
}
.page-iletisim {
  padding: 40px 0 20px;
}
.page-iletisim .iletisim-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .page-iletisim .iletisim-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.page-iletisim .iletisim-left {
  max-width: 560px;
}
@media (max-width: 992px) {
  .page-iletisim .iletisim-left {
    max-width: 100%;
  }
}
.page-iletisim .iletisim-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin: 0 0 12px;
}
.page-iletisim .iletisim-title strong {
  font-weight: 800;
}
@media (max-width: 992px) {
  .page-iletisim .iletisim-title {
    font-size: 32px;
  }
}
.page-iletisim .iletisim-desc {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px;
}
.page-iletisim .iletisim-form {
  display: grid;
  gap: 18px;
}
.page-iletisim .form-group {
  display: grid;
  gap: 10px;
}
.page-iletisim .form-group label {
  font-size: 14px;
  color: #666;
}
.page-iletisim .select-wrap {
  position: relative;
}
.page-iletisim .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 48px 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 16px center/20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-iletisim .custom-select:focus {
  outline: none;
  border-color: #d0d0d0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.page-iletisim .iletisim-right .harita {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.1));
}
@media (max-width: 992px) {
  .page-iletisim .iletisim-right .harita {
    display: none;
  }
}
.page-iletisim .iletisim-right .harita img {
  width: 100%;
  height: auto;
  display: block;
}

/* Şube Kartları */
.iletisim-sube-area {
  margin-top: 32px;
}
.iletisim-sube-area .sube-title {
  font-size: 22px;
  color: #444;
  margin: 0 0 16px;
  font-weight: 600;
}
.iletisim-sube-area .sube-cards {
  display: grid;
  gap: 24px;
}
.iletisim-sube-area .sube-cards .loading {
  text-align: center;
  padding: 40px 20px;
  font-size: 16px;
  color: #666;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.iletisim-sube-area .sube-cards .no-results {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.iletisim-sube-area .sube-cards .no-results p {
  margin: 0;
  font-size: 18px;
  color: #888;
  font-weight: 500;
}
.iletisim-sube-area .sube-card {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  padding: 18px 18px 16px;
  background: #fff;
}
.iletisim-sube-area .sube-card h4 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #222;
}
.iletisim-sube-area .sube-card .info-list {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}
.iletisim-sube-area .sube-card .info-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  color: #444;
}
.iletisim-sube-area .sube-card .info-item p {
  margin: 0;
}
.iletisim-sube-area .sube-card .info-item .icon {
  color: #e53935; /* kırmızı ikon */
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.iletisim-sube-area .sube-card .btn-map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f4f4;
  color: #222;
  padding: 10px 14px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  transition: background 0.2s ease, transform 0.05s ease;
}
.iletisim-sube-area .sube-card .btn-map:hover {
  background: #ececec;
}
.iletisim-sube-area .sube-card .btn-map:active {
  transform: translateY(1px);
}

.my-sektorler {
  margin-bottom: 40px;
}
.my-sektorler .kecon .keetitle h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .my-sektorler .kecon .keetitle h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.my-sektorler .kecon .keetitle p {
  font-size: 16px;
  color: #a8a8a8;
}
@media (max-width: 768px) {
  .my-sektorler .kecon .keetitle p {
    font-size: 14px;
  }
}
.my-sektorler .kecon .ke-kategori-slider {
  margin-top: 46px;
  position: relative;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-slider-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 992px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-slider-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item {
  position: relative;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 380px;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item:hover {
  transform: translateY(-6px);
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item:hover .ke-kategori-item__media::after {
  opacity: 1;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item::before {
  /*content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 10%) 10%,
    rgb(0 0 0 / 70%) 90%
  );
  opacity: 0.85;
  transition: opacity 220ms ease;
  z-index: 1;*/
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item:hover::before {
  opacity: 1;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item--no-image {
  background: linear-gradient(135deg, #2d2d2d 0%, #444 100%);
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media {
  /*position: absolute;
  inset: 0;
  z-index: 0;*/
  position: relative;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  background: linear-gradient(to top right, rgba(217, 0, 0, 0.85) 0%, rgba(217, 0, 0, 0.6) 18%, rgba(217, 0, 0, 0.25) 40%, rgba(217, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
  pointer-events: none;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media img {
    height: 250px;
  }
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  z-index: 2;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
    padding: 34px 0px;
  }
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 992px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 17px;
  }
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__icon {
  text-align: center;
  margin-bottom: 10px;
}
.my-sektorler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__icon img {
  max-width: 80px;
  height: auto;
  display: inline-block;
}
@media (max-width: 1400px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 340px;
  }
}
@media (max-width: 1100px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .my-sektorler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 260px;
  }
}

.my-banner {
  margin-bottom: 40px;
}
.my-banner .banner-wrapper {
  text-align: center;
}
.my-banner .banner-wrapper img {
  max-width: 100%;
  height: auto;
}

.sektor-detay {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sektor-detay .left {
  flex: 1;
}
.sektor-detay .right {
  flex: 1;
}
.sektor-detay .right .sektor-list {
  border-top: 1px solid #eee;
}
.sektor-detay .right .sektor-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 14px 0px;
  border-bottom: 1px solid #eee;
}
.sektor-detay .right .sektor-item .icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sektor-detay .right .sektor-item .icon img {
  height: auto;
  display: block;
}
.sektor-detay .right .sektor-item .title {
  flex: 1;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
}
.sektor-detay .right .sektor-item .title b,
.sektor-detay .right .sektor-item .title strong {
  font-weight: 700;
}
.sektor-detay .right .sektor-item .btn-bilgi {
  flex: 0 0 140px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 1px;
  background: #e6e6e6;
  color: #6b6b6b;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}
.sektor-detay .right .sektor-item:hover .btn-bilgi {
  background: #d32f2f;
  color: #fff;
}
.sektor-detay .right .sektor-item.active .btn-bilgi {
  background: #d32f2f;
  color: #fff;
}
.sektor-detay .right .empty-state {
  margin-top: 8px;
  padding: 36px 24px;
  border: 1px dashed #ddd;
  background: #fafafa;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
}
.sektor-detay .right .empty-state .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #fff, #f0f0f0);
  border: 1px solid #e6e6e6;
  position: relative;
}
.sektor-detay .right .empty-state .icon::before {
  content: "🔎";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 34px;
}
.sektor-detay .right .empty-state h3 {
  margin: 6px 0 0 0;
  font-size: 20px;
  color: #222;
}
.sektor-detay .right .empty-state p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
.sektor-detay .right .empty-state .btn-outline {
  margin-top: 6px;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #d32f2f;
  color: #d32f2f;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}
.sektor-detay .right .empty-state .btn-outline:hover {
  background: #d32f2f;
  color: #fff;
}
@media (max-width: 992px) {
  .sektor-detay {
    flex-direction: column;
  }
  .sektor-detay .right .sektor-item .btn-bilgi {
    flex: 0 0 auto;
  }
}

.sektor-content {
  display: flex;
}
@media (max-width: 992px) {
  .sektor-content {
    flex-wrap: wrap;
  }
}
.sektor-content .egitim-left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .sektor-content .egitim-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.sektor-content .egitim-left .egtcon .egitim-text {
  color: #212121;
  line-height: 20px;
}
.sektor-content .egitim-left .egtcon .egitim-text h3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
}
.sektor-content .egitim-left .egtcon .egitim-text p {
  margin-bottom: 15px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs {
  margin-top: 24px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion {
  display: block;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item summary::-webkit-details-marker {
  display: none;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 16px;
  background: #f7f7f7;
  color: #222;
  position: relative;
  padding-right: 23px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b6b6b;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .doc-icon {
  color: #222;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-title {
  font-weight: 700;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle {
  margin-left: auto;
  width: 16px;
  height: 16px;
  position: relative;
  flex: 0 0 16px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle:before,
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #9b9b9b;
  transform: translateY(-50%);
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-header .egitim-acc-toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header {
  background: #e31e24; /* red */
  color: #fff;
  border-color: #e31e24;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header .doc-icon {
  color: #fff;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header .egitim-acc-toggle:before {
  background: #fff;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item[open] .egitim-acc-header .egitim-acc-toggle:after {
  opacity: 0;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content {
  color: #212121;
  padding-top: 23px;
  line-height: 20px;
  padding-left: 41px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content h3 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content p {
  margin-bottom: 15px;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.sektor-content .egitim-left .egtcon .egitim-tabs .egitim-accordion .egitim-acc-item .egitim-acc-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #e31e24;
  border-radius: 50%;
}
.sektor-content .egitim-right {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 40px;
  border-left: 1px solid #cfcfcf;
}
@media (max-width: 992px) {
  .sektor-content .egitim-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 40px;
  }
}
.sektor-content .egitim-right .prekayit {
  width: 100%;
}
.sektor-content .egitim-right .prekayit .pre-head {
  text-align: center;
  margin-bottom: 18px;
}
.sektor-content .egitim-right .prekayit .pre-head .pre-title {
  font-weight: 800;
  font-size: 20px;
  color: #222;
  margin: 0 0 8px;
}
.sektor-content .egitim-right .prekayit .pre-head .pre-desc {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 22px;
}
.sektor-content .egitim-right .prekayit .pre-form .form-row {
  margin-bottom: 16px;
}
.sektor-content .egitim-right .prekayit .pre-form label {
  display: block;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 14px;
  margin-bottom: 8px;
}
.sektor-content .egitim-right .prekayit .pre-form input,
.sektor-content .egitim-right .prekayit .pre-form select {
  width: 100%;
  height: 56px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.sektor-content .egitim-right .prekayit .pre-form input::-moz-placeholder {
  color: #bdbdbd;
}
.sektor-content .egitim-right .prekayit .pre-form input::placeholder {
  color: #bdbdbd;
}
.sektor-content .egitim-right .prekayit .pre-form input:focus,
.sektor-content .egitim-right .prekayit .pre-form select:focus {
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.sektor-content .egitim-right .prekayit .pre-form .input-group.phone {
  display: flex;
  align-items: stretch;
}
.sektor-content .egitim-right .prekayit .pre-form .input-group.phone .cc {
  flex: 0 0 auto;
}
.sektor-content .egitim-right .prekayit .pre-form .input-group.phone .cc select {
  width: 110px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #e6e6e6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
}
.sektor-content .egitim-right .prekayit .pre-form .input-group.phone input[type=tel] {
  flex: 1 1 auto;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sektor-content .egitim-right .prekayit .pre-form .form-actions {
  margin-top: 22px;
}
.sektor-content .egitim-right .prekayit .pre-form .form-actions .btn-prekayit {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background: #e31e24;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.02s ease;
}
.sektor-content .egitim-right .prekayit .pre-form .form-actions .btn-prekayit:hover {
  background: #cc1a1f;
}
.sektor-content .egitim-right .prekayit .pre-form .form-actions .btn-prekayit:active {
  transform: translateY(1px);
}

.haber-detay {
  display: grid;
  grid-template-columns: 346px minmax(0, 1fr) 294px;
  gap: 40px;
  align-items: start;
}
.haber-detay .left-col {
  width: 100%;
}
.haber-detay .content-col {
  min-width: 0;
}
.haber-detay .content-col .news-head h1 {
  font-weight: 900;
  font-size: 22px;
}
.haber-detay .side-col {
  width: 100%;
}
.haber-detay .meta {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 18px;
}
.haber-detay .meta .sep {
  margin: 0 8px;
  color: #c7c7c7;
}
.haber-detay .cover {
  position: relative;
  margin: 0 0 24px;
  background: #ffffff;
  overflow: visible;
}
.haber-detay .cover img {
  width: 100%;
  height: auto;
  display: block;
}
.haber-detay .cover::after {
  content: "";
  position: absolute;
  inset: -15px;
  bottom: 23px;
  background: #eeeeee;
  z-index: -1;
}
.haber-detay .body {
  font-size: 18px;
  line-height: 1.2;
  color: #3d3d3d;
  margin-bottom: 28px;
}
.haber-detay .body p {
  margin: 0 0 16px;
}
.haber-detay .body strong {
  color: #1e1e1e;
}
.haber-detay .gallery-title {
  font-size: 22px;
  font-weight: 700;
  color: #d42027;
  margin: 8px 0 12px;
}
.haber-detay .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.haber-detay .gallery .gitem {
  display: block;
  overflow: hidden;
  background: #f4f4f4;
}
.haber-detay .gallery .gitem img {
  width: 100%;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.haber-detay .gallery .gitem:hover img {
  transform: scale(1.05);
}
.haber-detay .other-news {
  border-left: 4px solid #d42027;
  padding-left: 16px;
}
.haber-detay .other-news .title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 14px;
}
.haber-detay .other-news .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.haber-detay .other-news .item {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.haber-detay .other-news .item .t {
  color: #171717;
  font-weight: 700;
  display: block;
  line-height: 1.35;
}
.haber-detay .other-news .item .date {
  color: #9a9a9a;
  font-size: 13px;
  margin-top: 8px;
}
.haber-detay .other-news .item a:hover {
  color: #d42027;
}
@media (max-width: 1200px) {
  .haber-detay {
    grid-template-columns: 380px minmax(0, 1fr) 320px;
  }
}
@media (max-width: 992px) {
  .haber-detay {
    grid-template-columns: 1fr;
  }
  .haber-detay .side-col {
    margin-top: 32px;
  }
  .haber-detay .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .haber-detay .gallery {
    grid-template-columns: 1fr;
  }
}

.page-haberler .ke-blog-filter {
  margin-top: 25px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.page-haberler .ke-blog-filter .kef-con {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 14px 14px;
  background-color: #f0f0f0;
  width: 100%;
}
@media (max-width: 768px) {
  .page-haberler .ke-blog-filter {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.page-haberler .ke-blog-filter .kekf-search {
  display: flex;
  align-items: center;
  flex: 1;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 768px) {
  .page-haberler .ke-blog-filter .kekf-search {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-input {
  flex: 1;
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-input input {
  width: 100%;
  height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #5b5b5b;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-input input:focus {
  outline: none;
  border-color: #d50000;
  background-color: #fff;
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-input input::-moz-placeholder {
  color: #9c9c9c;
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-input input::placeholder {
  color: #9c9c9c;
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-button {
  min-width: 100px;
  height: 46px;
  padding: 0 40px;
  border: 0px solid #d7d7d7;
  border-radius: 1px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #a8a8a8;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
@media (max-width: 768px) {
  .page-haberler .ke-blog-filter .kekf-search .kekf-search-button {
    width: 100%;
  }
}
.page-haberler .ke-blog-filter .kekf-search .kekf-search-button:hover {
  background-color: #d50000;
  border-color: #d50000;
  color: #fff;
}
.page-haberler .blog-list {
  margin-top: 24px;
}
.page-haberler .blog-list .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .page-haberler .blog-list .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .page-haberler .blog-list .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-haberler .blog-list .blog-grid {
    grid-template-columns: 1fr;
  }
}
.page-haberler .blog-list .blog-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: #000;
  text-decoration: none;
}
.page-haberler .blog-list .blog-card .bc-media {
  position: relative;
  aspect-ratio: 16/9;
  background: #e9e9e9;
}
.page-haberler .blog-list .blog-card .bc-media img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 400ms ease;
}
.page-haberler .blog-list .blog-card .bc-media .bc-media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ececec, #f7f7f7);
}
.page-haberler .blog-list .blog-card .bc-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.page-haberler .blog-list .blog-card .bc-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px 20px 20px;
  color: #fff;
  z-index: 2;
}
.page-haberler .blog-list .blog-card .bc-caption .accent-line {
  display: inline-block;
  width: 54px;
  height: 4px;
  background: #d50000;
  margin-bottom: 10px;
}
.page-haberler .blog-list .blog-card .bc-caption .bc-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.page-haberler .blog-list .blog-card .bc-caption .bc-subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.page-haberler .blog-list .blog-card .bc-caption .bc-date {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.75);
}
.page-haberler .blog-list .blog-card:hover .bc-media img {
  transform: scale(1.05);
}
.page-haberler .blog-list .blog-empty {
  padding: 32px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #eee;
  color: #888;
}

.page-blog-detay {
  margin-top: 10px;
}
.page-blog-detay .blog-hero {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;
  overflow: hidden;
}
.page-blog-detay .blog-hero .blog-hero-media {
  position: relative;
  aspect-ratio: 16/6;
}
@media (max-width: 992px) {
  .page-blog-detay .blog-hero .blog-hero-media {
    aspect-ratio: 16/9;
  }
}
.page-blog-detay .blog-hero .blog-hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-blog-detay .blog-hero .blog-hero-media .bh-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ececec, #f7f7f7);
}
.page-blog-detay .blog-article {
  margin: 26px auto 0 auto;
  padding: 0 8px;
}
.page-blog-detay .blog-article .article-head {
  margin-bottom: 8px;
}
.page-blog-detay .blog-article .article-head .article-title {
  margin: 0 0 6px 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #1a1a1a;
}
@media (max-width: 576px) {
  .page-blog-detay .blog-article .article-head .article-title {
    font-size: 24px;
  }
}
.page-blog-detay .blog-article .article-head .article-meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.page-blog-detay .blog-article .article-head .article-meta .meta-date {
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0.2px;
}
.page-blog-detay .blog-article .article-body {
  margin-top: 14px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.8;
}
.page-blog-detay .blog-article .article-body h2 {
  font-size: 24px;
  margin: 22px 0 10px 0;
}
.page-blog-detay .blog-article .article-body h3 {
  font-size: 20px;
  margin: 18px 0 8px 0;
}
.page-blog-detay .blog-article .article-body p {
  margin: 0 0 14px 0;
}
.page-blog-detay .blog-article .article-body ul, .page-blog-detay .blog-article .article-body ol {
  padding-left: 20px;
  margin: 10px 0 16px 0;
}
.page-blog-detay .blog-article .article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.page-blog-detay .blog-article .article-body blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  background: #fafafa;
  border-left: 3px solid #d50000;
  color: #555;
}
.page-blog-detay .blog-article .article-share {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.page-blog-detay .blog-article .article-share .share-label {
  font-weight: 700;
  color: #4a4a4a;
}
.page-blog-detay .blog-article .article-share .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #444;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 120ms ease;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn svg {
  width: 18px;
  height: 18px;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn:hover {
  transform: translateY(-1px);
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.x:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.li:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.wa:hover {
  background: #25D366;
  border-color: #25D366;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.copy:hover {
  background: #d50000;
  border-color: #d50000;
  color: #fff;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.native {
  background: #f7f7f7;
}
.page-blog-detay .blog-article .article-share .share-buttons .share-btn.copied {
  background: #19a974;
  border-color: #19a974;
  color: #fff;
}
.page-blog-detay .other-blogs {
  margin-top: 40px;
}
.page-blog-detay .other-blogs .ob-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 16px;
}
.page-blog-detay .other-blogs .ob-head .ob-title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
}
.page-blog-detay .other-blogs .ob-head .accent-line {
  width: 54px;
  height: 4px;
  background: #d50000;
  display: inline-block;
}
.page-blog-detay .other-blogs .ob-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .page-blog-detay .other-blogs .ob-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-blog-detay .other-blogs .ob-grid {
    grid-template-columns: 1fr;
  }
}
.page-blog-detay .other-blogs .blog-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: #000;
  text-decoration: none;
}
.page-blog-detay .other-blogs .blog-card .bc-media {
  position: relative;
  aspect-ratio: 16/9;
  background: #e9e9e9;
}
.page-blog-detay .other-blogs .blog-card .bc-media img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 400ms ease;
}
.page-blog-detay .other-blogs .blog-card .bc-media .bc-media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ececec, #f7f7f7);
}
.page-blog-detay .other-blogs .blog-card .bc-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.page-blog-detay .other-blogs .blog-card .bc-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px 16px 16px;
  color: #fff;
  z-index: 2;
}
.page-blog-detay .other-blogs .blog-card .bc-caption .accent-line {
  display: inline-block;
  width: 48px;
  height: 4px;
  background: #d50000;
  margin-bottom: 8px;
}
.page-blog-detay .other-blogs .blog-card .bc-caption .bc-title {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.page-blog-detay .other-blogs .blog-card .bc-caption .bc-date {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.8);
}
.page-blog-detay .other-blogs .blog-card:hover .bc-media img {
  transform: scale(1.05);
}

.ma-egitimler {
  margin-bottom: 60px;
}
.ma-egitimler .kecon .keetitle h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .keetitle h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.ma-egitimler .kecon .keetitle p {
  font-size: 16px;
  color: #a8a8a8;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .keetitle p {
    font-size: 14px;
  }
}
.ma-egitimler .kecon .ke-kategori-filter {
  margin-top: 25px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ma-egitimler .kecon .ke-kategori-filter .kef-con {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  padding: 14px 14px;
  background-color: #f0f0f0;
  width: 100%;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .ke-kategori-filter {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search {
  display: flex;
  align-items: center;
  flex: 1;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .ke-kategori-filter .kekf-search {
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
  }
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input {
  flex: 1;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input {
  width: 100%;
  height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 16px;
  color: #5b5b5b;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input:focus {
  outline: none;
  border-color: #d50000;
  background-color: #fff;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input::-moz-placeholder {
  color: #9c9c9c;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-input input::placeholder {
  color: #9c9c9c;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-button {
  min-width: 100px;
  height: 46px;
  padding: 0 40px;
  border: 0px solid #d7d7d7;
  border-radius: 1px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #a8a8a8;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-button {
    width: 100%;
  }
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-search .kekf-search-button:hover {
  background-color: #d50000;
  border-color: #d50000;
  color: #fff;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-toggle {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 0 24px;
  height: 74px;
  border: 0;
  border-radius: 1px;
  background-color: #f0f0f0;
  color: #626262;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .ke-kategori-filter .kekf-toggle {
    width: 100%;
    justify-content: center;
  }
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-toggle:hover {
  background-color: #ebebeb;
  border-color: #c3c3c3;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-toggle .kekf-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-toggle .kekf-toggle-icon span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: currentColor;
}
.ma-egitimler .kecon .ke-kategori-filter .kekf-toggle .kekf-toggle-text {
  white-space: nowrap;
}
.ma-egitimler .kecon .ke-kategori-slider {
  margin-top: 46px;
  position: relative;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-slider-list {
  margin: 0 -12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-slider-list.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-slider-list .slick-slide {
  display: flex !important;
  height: auto;
  padding: 0 12px;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, #ffffff 62%, #f3f3f3 100%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 18%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  z-index: 5;*/
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  left: -37px;
  background-color: rgba(255, 255, 255, 0.8784313725);
  border-radius: 50%;
  box-shadow: 0 13px 24px 0 rgba(34, 31, 25, 0.36);
  transition: all 0.3s ease-in-out;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow:hover {
  background-color: #f0f0f0;
  opacity: 1;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow::before {
  /*content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #bcbcbc;
  transform: translate(-35%, -50%);*/
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--prev {
  left: -28px;
  background-image: url(../img/homeslidersolikon.webp);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--prev::before {
  transform: translate(-65%, -50%) scaleX(-1);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--next {
  left: initial;
  right: -28px;
  background-image: url(../img/homeslidersagikon.webp);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--next::before {
  transform: translate(-35%, -50%);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow {
    width: 48px;
    height: 48px;
  }
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--prev {
    left: -12px;
  }
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-arrow--next {
    right: -12px;
  }
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
  position: relative;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 380px;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover {
  transform: translateY(-6px);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover .ke-kategori-item__media::after {
  opacity: 1;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover .ke-kategori-item__media img {
  filter: saturate(1) brightness(1);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item::before {
  /*content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 10%) 10%,
    rgb(0 0 0 / 70%) 90%
  );
  opacity: 0.85;
  transition: opacity 220ms ease;
  z-index: 1;*/
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item:hover::before {
  opacity: 1;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item--no-image {
  background: linear-gradient(135deg, #2d2d2d 0%, #444 100%);
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media {
  /*position: absolute;
  inset: 0;
  z-index: 0;*/
  position: relative;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 40px;
  right: 40px;
  top: 16px;
  background: linear-gradient(to top right, rgba(217, 0, 0, 0.85) 0%, rgba(217, 0, 0, 0.6) 18%, rgba(217, 0, 0, 0.25) 40%, rgba(217, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
  pointer-events: none;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0) brightness(1.1) hue-rotate(200deg) sepia(0.15);
  transition: filter 220ms ease;
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  z-index: 2;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
    padding: 24px 22px;
  }
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 17px;
  }
}
.ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__subtitle {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.4;
  text-align: center;
}
@media (max-width: 992px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item .ke-kategori-item__subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1400px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 340px;
  }
}
@media (max-width: 1100px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .ma-egitimler .kecon .ke-kategori-slider .ke-kategori-item {
    min-height: 260px;
  }
}

.dj-egitimler {
  margin-bottom: 50px;
}
.dj-egitimler .con {
  /* grid list */
  /* card */
}
.dj-egitimler .con .shead {
  text-align: center;
  background-image: url(../img/mutfak-online-head-bg.jpg);
  padding-top: 40px;
  padding-bottom: 30px;
}
.dj-egitimler .con .shead h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .dj-egitimler .con .shead h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.dj-egitimler .con .shead p {
  font-size: 15px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .dj-egitimler .con .shead p {
    font-size: 14px;
  }
}
.dj-egitimler .con .slist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 22px;
}
@media (max-width: 1100px) {
  .dj-egitimler .con .slist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .dj-egitimler .con .slist {
    grid-template-columns: 1fr;
  }
}
.dj-egitimler .con .dj-card {
  position: relative;
  display: block;
  height: 190px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 4px;
  background: #1a1a1a;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.dj-egitimler .con .dj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}
.dj-egitimler .con .dj-card:hover .dj-card__media img {
  transform: scale(1.05);
  filter: saturate(1) brightness(1);
}
.dj-egitimler .con .dj-card:hover .dj-card__overlay {
  opacity: 0.95;
}
.dj-egitimler .con .dj-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.dj-egitimler .con .dj-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.85) brightness(1.05);
  transition: transform 0.25s ease, filter 0.25s ease;
}
.dj-egitimler .con .dj-card__overlay {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(120deg, rgba(213, 0, 0, 0) 20%, rgba(213, 0, 0, 0.36) 45%, rgba(213, 0, 0, 0) 75%);
  opacity: 0.9;
  transition: opacity 0.25s ease;
}
.dj-egitimler .con .dj-card__content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.dj-egitimler .con .dj-card__play {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  position: relative;
  flex: 0 0 46px;
}
.dj-egitimler .con .dj-card__play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  border-left: 14px solid #241421;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.dj-egitimler .con .dj-card__texts {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.dj-egitimler .con .dj-card__sup {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.dj-egitimler .con .dj-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1100px) {
  .dj-egitimler .con .dj-card {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .dj-egitimler .con .dj-card {
    height: 190px;
  }
}

.ma-banner {
  margin-bottom: 40px;
}
.ma-banner .con a {
  display: block;
}
.ma-banner .con a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.kd-slider-section {
  margin-top: 0px;
  margin-bottom: 60px;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}
@media (max-width: 992px) {
  .kd-slider-section .con .kd-slider .kes-con .kdslider {
    margin-left: 0;
  }
}
.kd-slider-section .con .kd-slider .kes-con .kdslider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide {
  position: relative;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .ke-slide-img {
  position: relative;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .ke-slide-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0.82) 18%, rgba(0, 0, 0, 0.71) 35%, rgba(0, 0, 0, 0.16) 60%);
  z-index: 1;
  pointer-events: none;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .ke-slide-img img {
  width: 100%;
  height: 492px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .ke-slide-img img {
    height: 250px;
  }
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .slider-desc-con {
  position: relative;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .slider-desc-con .ke-slide-caption {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 20px;
  padding-bottom: 64px;
  padding-left: 0px;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  .kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .slider-desc-con .ke-slide-caption {
    left: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: initial;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .ke-slide .slider-desc-con .ke-slide-caption strong {
  font-weight: 700;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots {
  bottom: 38px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1193px;
  text-align: left;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  text-align: left;
}
@media (max-width: 992px) {
  .kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots {
    bottom: 15px;
    transform: initial;
    left: 36px;
  }
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots li {
  width: initial;
  height: initial;
  margin: 0 0;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots li.slick-active button {
  background-color: #fff;
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots li button {
  width: 41px;
  height: 5px;
  background-color: #5a5a5a;
  padding: 0;
}
@media (max-width: 992px) {
  .kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots li button {
    width: 20px;
    height: 4px;
  }
}
.kd-slider-section .con .kd-slider .kes-con .kdslider .slick-dots li button::before {
  display: none;
}
.kd-slider-section .con .ke-list {
  flex-grow: 1;
}
.kd-slider-section .con .ke-list.ke-list-with-btns {
  height: 492px;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list.ke-list-with-btns {
    height: initial;
  }
}
.kd-slider-section .con .ke-list.ke-list-with-btns .kel-con {
  height: 100%;
}
.kd-slider-section .con .ke-list.ke-list-with-btns .kel-con a {
  flex: 1;
  padding: 0px 28px;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list.ke-list-with-btns .kel-con a {
    padding: 10px 0px;
  }
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.kd-slider-section .con .ke-list .kel-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list .kel-con {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    width: initial;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .kd-slider-section .con .ke-list .kel-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kd-slider-section .con .ke-list .kel-con .kel-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 24px 28px;
  border: 2px solid #d7d7d7;
  border-radius: 1px;
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list .kel-con .kel-item {
    padding: 24px 12px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
.kd-slider-section .con .ke-list .kel-con .kel-item:hover {
  border-color: #d50000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-size: 200% 100%;
  animation: slide 0.5s ease;
}
.kd-slider-section .con .ke-list .kel-con .kel-item .img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.kd-slider-section .con .ke-list .kel-con .kel-item .img img {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
}
.kd-slider-section .con .ke-list .kel-con .kel-item .text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.kd-slider-section .con .ke-list .kel-con .kel-item .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #1f1f1f;
}
.kd-slider-section .con .ke-list .kel-con .kel-item .text p {
  margin: 0;
  font-size: 15px;
  color: #5b5b5b;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns {
  border: 2px solid #d7d7d7;
  border-radius: 1px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  box-sizing: border-box;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns:hover {
  border-color: #d50000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-size: 200% 100%;
  animation: slide 0.5s ease;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 24px 28px;
  padding-bottom: 0;
  text-decoration: none;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon {
    padding: 24px 0px;
    padding-bottom: 12px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon .img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon .img img {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon .text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #1f1f1f;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .kitbtnscon .text p {
  margin: 0;
  font-size: 15px;
  color: #5b5b5b;
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .add-btns {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  padding: 0px 28px;
  padding-bottom: 19px;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list .kel-con .kel-item-btns .add-btns {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .add-btns a {
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  color: #8d8d8d;
  font-weight: 800;
  text-align: center;
  padding: 15px 31px 11px;
  border: 2px solid #d7d7d7;
  border-radius: 1px;
  flex: initial;
  flex: 0 0 45%;
  max-width: 45%;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, rgba(213, 0, 0, 0.1490196078) 50%, rgba(213, 0, 0, 0.231372549) 100%);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 450ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  color: #8d8d8d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .kd-slider-section .con .ke-list .kel-con .kel-item-btns .add-btns a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .add-btns a:hover {
  background-position: right;
  color: #000;
  border-color: #000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.kd-slider-section .con .ke-list .kel-con .kel-item-btns .add-btns a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(213, 0, 0, 0.12);
}

.hizmet-title-section {
  padding: 0;
  text-align: center;
  margin-bottom: 70px;
}
.hizmet-title-section .section-title span {
  color: #d50000;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.hizmet-title-section .section-title h2 {
  font-size: 42px;
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 400;
}
.hizmet-title-section .section-title h2 strong {
  font-weight: 900;
}
.hizmet-title-section .section-title p {
  font-size: 18px;
  color: #5b5b5b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
.hizmet-title-section .ke-kategori-slider {
  margin-top: 46px;
  position: relative;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-slider-list {
  margin: 0 -12px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-slider-list.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-slider-list .slick-slide {
  display: flex !important;
  height: auto;
  padding: 0 12px;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow {
  /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
    height: 68px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0%, #ffffff 62%, #f3f3f3 100%);
    box-shadow: 0 18px 38px rgb(0 0 0 / 18%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 180ms ease, box-shadow 180ms ease;
    z-index: 5;*/
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  left: -37px;
  background-color: rgba(255, 255, 255, 0.8784313725);
  border-radius: 50%;
  box-shadow: 0 13px 24px 0 rgba(34, 31, 25, 0.36);
  transition: all 0.3s ease-in-out;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow:hover {
  background-color: #f0f0f0;
  opacity: 1;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow::before {
  /*content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #bcbcbc;
    transform: translate(-35%, -50%);*/
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow--prev {
  left: -28px;
  background-image: url(../img/homeslidersolikon.webp);
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow--prev::before {
  transform: translate(-65%, -50%) scaleX(-1);
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow--next {
  left: initial;
  right: -28px;
  background-image: url(../img/homeslidersagikon.webp);
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow--next::before {
  transform: translate(-35%, -50%);
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}
@media (max-width: 768px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-arrow {
    width: 48px;
    height: 48px;
  }
  .hizmet-title-section .ke-kategori-slider .ke-kategori-arrow--prev {
    left: -12px;
  }
  .hizmet-title-section .ke-kategori-slider .ke-kategori-arrow--next {
    right: -12px;
  }
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item {
  position: relative;
  display: block;
  flex: 1 1 auto;
  overflow: hidden;
  min-height: 380px;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item:hover {
  transform: translateY(-6px);
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item:hover .ke-kategori-item__media::after {
  opacity: 1;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item::before {
  /*content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 10%) 10%,
      rgb(0 0 0 / 70%) 90%
    );
    opacity: 0.85;
    transition: opacity 220ms ease;
    z-index: 1;*/
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item:hover::before {
  opacity: 1;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item--no-image {
  background: linear-gradient(135deg, #2d2d2d 0%, #444 100%);
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media {
  /*position: absolute;
    inset: 0;
    z-index: 0;*/
  position: relative;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.12) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 16px;
  background: linear-gradient(to top right, rgba(217, 0, 0, 0.85) 0%, rgba(217, 0, 0, 0.6) 18%, rgba(217, 0, 0, 0.25) 40%, rgba(217, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 1;
  pointer-events: none;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__media img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  z-index: 2;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__body {
    padding: 24px 22px;
  }
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__title {
    font-size: 17px;
  }
}
.hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__subtitle {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.4;
  text-align: center;
}
@media (max-width: 992px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item .ke-kategori-item__subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1400px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item {
    min-height: 340px;
  }
}
@media (max-width: 1100px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .hizmet-title-section .ke-kategori-slider .ke-kategori-item {
    min-height: 260px;
  }
}

.neden-kd-section {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.neden-kd-section .section-title span {
  color: #d50000;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  text-transform: uppercase;
}
.neden-kd-section .section-title h2 {
  font-size: 42px;
  color: #1f1f1f;
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 400;
}
.neden-kd-section .section-title h2 strong {
  font-weight: 900;
}
.neden-kd-section .section-title p {
  font-size: 18px;
  color: #5b5b5b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
.neden-kd-section .section-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .neden-kd-section .section-icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .neden-kd-section .section-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .neden-kd-section .section-icons {
    grid-template-columns: 1fr;
  }
}
.neden-kd-section .section-icons .nkd-item {
  position: relative;
  text-align: center;
  padding: 0px;
}
.neden-kd-section .section-icons .nkd-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15.5px;
  height: 89%;
  width: 1px;
  background-color: #e0e0e0;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .neden-kd-section .section-icons .nkd-item:nth-child(3n)::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .neden-kd-section .section-icons .nkd-item:nth-child(3n)::after {
    display: initial;
  }
  .neden-kd-section .section-icons .nkd-item:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .neden-kd-section .section-icons .nkd-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
  }
  .neden-kd-section .section-icons .nkd-item:not(:last-child)::after {
    display: none;
  }
  .neden-kd-section .section-icons .nkd-item:last-child {
    border-bottom: 0;
    padding-bottom: 20px;
  }
}
.neden-kd-section .section-icons .nkd-item__icon {
  margin-bottom: 20px;
}
.neden-kd-section .section-icons .nkd-item__icon img {
  height: 80px;
}
.neden-kd-section .section-icons .nkd-item__title {
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 10px;
  max-height: 84px;
}
.neden-kd-section .section-icons .nkd-item__desc {
  font-size: 12px;
  color: #5b5b5b;
  margin: 0;
  line-height: 13px;
}

.mesleki-egitimler-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
}
.mesleki-egitimler-list .me-item {
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.mesleki-egitimler-list .me-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.mesleki-egitimler-list .me-item__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #c71920;
  background-image: url("../img/home-egitim-bg.png");
  background-size: cover;
  color: #fff;
  padding: 20px;
  width: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.mesleki-egitimler-list .me-item__icon {
  margin-bottom: 10px;
}
.mesleki-egitimler-list .me-item__icon img {
  height: 30px;
}
.mesleki-egitimler-list .me-item__sure {
  font-size: 11px;
}
.mesleki-egitimler-list .me-item__sure span {
  display: block;
  font-weight: 300;
}
.mesleki-egitimler-list .me-item__sure strong {
  font-size: 16px;
  font-weight: 700;
}
.mesleki-egitimler-list .me-item__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  flex: 1;
}
.mesleki-egitimler-list .me-item__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.mesleki-egitimler-list .me-item__category {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */