html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.blog-style1-current-theme .post .entry-content .header-wrapper .entry-date {
  border-radius: 0;
  display: flex;
  flex: 0 0 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

.blog-style1-current-theme .post .entry-content .header-wrapper .entry-date .day,
.blog-style1-current-theme .post .entry-content .header-wrapper .entry-date .month {
  background-color: transparent;
  padding: 0;
}

.blog-style1-current-theme .post .entry-content .header-wrapper .entry-date .day {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.blog-style1-current-theme .post .entry-content .entry-title {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.content-detail-section {
  padding-top: 40px;
}

.content-detail-card {
  background: #f2f2f2;
  padding: 20px 22px 26px;
  border-radius: 4px;
}

.content-detail-card .entry-header {
  margin-bottom: 18px;
}

.content-detail-card .entry-content {
  color: #5f6570;
  line-height: 1.7;
}

.content-detail-header h3 {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
}

.content-detail-meta-row {
  gap: 12px;
}

.content-detail-share {
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #6b6f75;
  font-size: 12px;
  padding: 4px 10px;
  text-transform: uppercase;
}

.content-detail-sidebar .widget {
  background: #f2f2f2;
  padding: 18px;
  border-radius: 4px;
}

.content-detail-sidebar .latest-posts .post {
  display: flex;
  gap: 12px;
  align-items: center;
}

.content-detail-sidebar .latest-posts .post-thumb {
  flex: 0 0 60px;
}

.content-detail-sidebar .latest-posts .post-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.content-detail-sidebar .latest-posts .post-right p {
  margin: 0;
  color: #6b6f75;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .content-detail-sidebar .widget {
    margin-top: 20px;
  }
}

.blog-body.content-area {
  padding: 60px 0;
  background-size: auto;
  background-position: center;
}

.blog-box {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.golgeVer {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.blog-box .detail {
  padding: 20px 24px 28px;
}

.blog-box .detail .title {
  font-family: "Lobster Two", cursive;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-box .post-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #6b6f75;
  font-size: 14px;
  margin-bottom: 14px;
}

.blog-box blockquote {
  border-left: 4px solid #ff9800;
  background: #f7f7f7;
  padding: 12px 16px;
  margin: 0 0 18px;
}

.ME-Share .social-icons {
  margin: 0;
  padding: 0;
}

.blog-box .ME-Share .social-icons a {
  width: 28px;
  height: 28px;
  margin: 0 4px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
  box-shadow: none;
}

.blog-box .ME-Share .social-icons a.whatsapp {
  background: #25d366;
}

.blog-box .ME-Share .social-icons a.facebook {
  background: #1877f2;
}

.blog-box .ME-Share .social-icons a.twitter {
  background: #1da1f2;
}

.blog-box .ME-Share .social-icons a.instagram {
  background: #e4405f;
}

.blog-box .ME-Share .social-icons a.bip {
  background: #00a2ff;
}

.blog-box .ME-Share .social-icons a i {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.contact-2 .contact-info {
  background: #fff;
  text-align: center;
  padding: 55px 10px 20px;
  position: relative;
  margin: 35px 0 30px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.contact-2 .contact-info .icon {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
}

.contact-2 .contact-info i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  margin: 0 auto 20px;
  border-radius: 100%;
  color: #fff;
  background: var(--theme-color2);
}

.contact-2 .contact-info .p2 {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
}

.contact-2 .contact-info p {
  margin-bottom: 0;
}

.contact-2 .contact-info p a {
  color: #343434;
}

.contact-2 .contact-form {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.contact-2 .contact-form form .form-control {
  width: 100%;
  padding: 10px 17px;
  font-size: 15px;
  outline: none;
  color: #6c6c6c;
  border-radius: 3px;
  min-height: 50px;
  font-weight: 400;
  border: 1px solid #fafafa;
  background: #fafafa;
  box-shadow: none;
}

.contact-2 .contact-form form textarea {
  min-height: 195px;
}

.contact-2 .form-group {
  margin-bottom: 20px;
}

.contact-2 .opening-hours {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.contact-2 h3 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 22px;
}

header#header .header-top .social-link,
footer#footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  text-decoration: none;
}

header#header .header-top .social-link i,
footer#footer .social-link i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

header#header .header-top .social-link i.fa-facebook,
header#header .header-top .social-link i.fa-facebook-f,
footer#footer .social-link i.fa-facebook,
footer#footer .social-link i.fa-facebook-f {
  background: #1877f2;
}

header#header .header-top .social-link i.fa-twitter,
footer#footer .social-link i.fa-twitter {
  background: #1da1f2;
}

header#header .header-top .social-link i.fa-instagram,
footer#footer .social-link i.fa-instagram {
  background: #e4405f;
}

header#header .header-top .social-link i.fa-whatsapp,
footer#footer .social-link i.fa-whatsapp {
  background: #25d366;
}

header#header .header-top .social-link i.fa-youtube,
footer#footer .social-link i.fa-youtube {
  background: #ff0000;
}

header#header .header-top .social-link i.fa-linkedin,
header#header .header-top .social-link i.fa-linkedin-in,
footer#footer .social-link i.fa-linkedin,
footer#footer .social-link i.fa-linkedin-in {
  background: #0a66c2;
}

header#header .header-top .social-link i.fa-facebook,
header#header .header-top .social-link i.fa-facebook-f,
header#header .header-top .social-link i.fa-twitter,
header#header .header-top .social-link i.fa-instagram,
header#header .header-top .social-link i.fa-whatsapp,
header#header .header-top .social-link i.fa-youtube,
header#header .header-top .social-link i.fa-linkedin,
header#header .header-top .social-link i.fa-linkedin-in,
footer#footer .social-link i.fa-facebook,
footer#footer .social-link i.fa-facebook-f,
footer#footer .social-link i.fa-twitter,
footer#footer .social-link i.fa-instagram,
footer#footer .social-link i.fa-whatsapp,
footer#footer .social-link i.fa-youtube,
footer#footer .social-link i.fa-linkedin,
footer#footer .social-link i.fa-linkedin-in {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.category-content-cards .blog-style1-current-theme .post {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.category-content-cards .blog-style1-current-theme .post .entry-content {
  padding-bottom: 20px;
}

.sidebar .sidebar-widget {
  background: #fff;
  border-radius: 6px;
  padding: 18px 20px;
  margin-bottom: 20px;
}

.main-title-4 h1 {
  font-size: 22px;
  margin: 0 0 10px;
  font-family: "Lobster Two", cursive;
  font-weight: 700;
}

.main-title-4 hr {
  margin: 0 0 16px;
}

.popular-posts-box {
  align-items: center;
}

.popular-posts-box .res_duzenle {
  width: 90px;
  height: 65px;
  object-fit: cover;
  border-radius: 4px;
}

.yazi_duzenle {
  color: #2a3442;
}

.sidebar .detail a {
  color: #2a3442;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icons a,
.get-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 6px 6px 0;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.social-icons a:hover,
.get-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.facebook-bg {
  background: #1877f2;
}

.twitter-bg {
  background: #1da1f2;
}

.instagram-bg {
  background: radial-gradient(circle at 30% 30%, #feda75 0%, #fa7e1e 30%, #d62976 55%, #962fbf 75%, #4f5bd5 100%);
}

.whatsapp-bg {
  background: #25d366;
}

.linkedin-bg {
  background: #0a66c2;
}

.youtube-bg {
  background: #ff0000;
}

.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.whatsapp-fab.right {
  right: 24px;
}

.whatsapp-fab.left {
  left: 24px;
}

.whatsapp-fab:hover {
  color: #fff;
  transform: translateY(-2px);
}

.whatsapp-fab i {
  font-size: 20px;
}

.whatsapp-fab-label {
  max-width: 240px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .whatsapp-fab {
    padding: 12px;
  }

  .whatsapp-fab-label {
    display: none;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
