#post-detail .post-header{
    padding: 60px 0;
    background-color:#f3f3f3 ;
    margin-bottom: 40px;
    font-size: 50px;
}

#post-detail .post-header .post-title {
    color: #3b4529;
    font-size: 40px;
    font-weight: bold;
}

#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
    margin: 25px 0;
    font-family: var(--custom-first-font);
    line-height: 1.4;
    font-weight: 400;
}

#post-detail .post-content ul li{
    list-style-type: disc;
}

#post-detail .post-content h1 {
    font-size: 28px;
}

#post-detail .post-content h2 {
    font-size: 24px;
}

#post-detail .post-content h3 {
    font-size: 20px;
}

#post-detail .post-content h4,
#post-detail .post-content h5 {
    font-size: 16px;
}

#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
    margin: 25px 0;
    line-height: 1.2;
    font-family: var(--custom-first-font);
    font-weight: 600;
}

#detail-content .post-content ol {
    list-style: decimal !important;
    padding-left: 20px;
}

#post-detail.post-content ul {
    padding-left: 20px;
}

#post-detail.post-content ul li {
    list-style: disc;
}

#post-detail.post-content p img {
    margin-bottom: 20px;
}

#post-detail .post-content a {
    color: #000;
    font-weight: 600;
}

#post-detail .post-content img {
    max-width: 100%;
    height: auto;
}

.pagination {
    margin-top: 40px;
    display: block;
    width: 100%;
  }
  .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
      flex-wrap: wrap;
  }
  .pagination ul li {
    color: #000;
    margin-right: 8px;
  }
  .pagination ul li:last-child {
    margin-right: 0;
  }
  .pagination ul li:hover a {
    color: #000;
  }
  .pagination ul li.active a {
    border-color: #000;
    background-color: #000;
    color: #fff;
    font-weight: 700;
  }
  .pagination ul li span,
  .pagination ul li a {
    border: solid 1px #e4e4e4;
    background-color: #f4f4f4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .pagination ul li a {
    color: #939393;
    font-size: 16px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  img.imgs-fluid {
      max-width: 100%;
      height: 75px;
      object-fit: contain;
  }
  nav.menu-responsive-menu-container {
      margin-top: 50px;
  }

  .sidebar-form {
    background:#3b4529;    
    padding: 50px 25px;
    border-radius: 10px;
    position: sticky;
    top: 143px;
}

.sidebar-form .contact_form {
    margin-top: 25px;
}

.sidebar-form  .contact_form .input-area{
    margin-bottom:15px;
}

.sidebar-form  .contact_form .input-area .form-in {
    padding: 15px 20px;
    width: 100%;
    margin-bottom: 20px;
}

.sidebar-form .form-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

#phoneNumber{
    padding: 15px 50px!important;
}
.sidebar-form  .contact_form  .form-button {
    width: 100%;
    padding: 15px;
    background: #8d9e6f;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    font-size:18px;
}

#sidebar-area .form-title-area .text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

input#sidebar-number {
    padding: 15px 50px;
    width: 100%;
}


.our-services-list .col-sm-6 {
    margin-bottom: 25px;
}
#our-services .os-item .os-content-wrapper {
    padding: 25px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #f9f9f9;
}

#our-services .os-item .os-thumb{
    margin: 0px;
}

#our-services .os-content-wrapper .os-thumb {
    margin: 0px;
}

#our-services .os-content-wrapper .os-title {
color: #3b4529;
    font-size: 20px;
    font-weight: bold;
}

#our-services .os-content-wrapper .os-desc{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3b4529;
    font-size: 18px;
    margin-top: 15px;
}

/* iletişim */
.contact-items {
    margin-bottom: 20px;
}
.contact-items figure img {
    border-radius: 25px;
    border: 6px solid #190d20;
}

.contact-items figure {
    margin-bottom: 25px;
}
.c-item {
    padding: 15px 20px;
    background-color:#151b08;
    color: #fff;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-item a {
    display: block;
}
.iframe-map iframe {
    border-radius: 20px;
    height: 275px;
}
section#post-detail {
    margin-bottom: 50px;
}

#post-detail .post-content .c-text .values {
    color: #fff;
}
.c-item .title {
    font-size: 20px;
    font-weight: bold;
}

.c-item .values {
    padding: 15px 0;
    color: #fff;
}

.c-item svg {
    width: 40px;
    height: 40px;
}

.contact-col {
    padding: 5px 5px;
}