#post-detail{
    margin-bottom: 30px;
}

#post-detail .post-header{
    padding: 60px 0;
    margin-bottom: 40px;
    background-position: center;
    background:#c9a660;
}

#post-detail .post-header .post-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

#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;
    color: #000;
}

#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);
    color: #000;
    font-weight: bold;
}

#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;
}

#post-detail .post-header .contents{
    line-height: 1.2;
    width: 100%;
    text-align: center;
}

#post-detail .post-header .post-category {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}

#post-detail .post-header .post-title {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
}

#post-detail .post-content figure {
    margin: 0px;
    border: 6px solid var(--color);
    border-radius: 25px;
    overflow: hidden;
}

#post-detail .post-content .table-wrapper {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail .post-content #personel tr:hover {
  background: var(--subtitle-color);
  color: #fff !important;
}
#post-detail .post-content #personel tr:hover a {
  color: #fff;
}
#post-detail .post-content #personel tr:hover td:nth-child(2) {
  background: #f1460f;
  color: #fff;
}

#post-detail .sidebar-form{
    margin-bottom: 25px;
}

#post-detail .sidebar-related-posts {
    margin-top: 30px;
    background-color: var(--color);
    box-shadow: -2.94px 4px 7px #121A0D00;
    border-radius: 17px;
    overflow: hidden;
}

#post-detail .sidebar-related-posts .sidebar-related-title {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 25px 0;
}

#post-detail .sidebar-related-posts  .sidebar-related-item {
    padding: 7px 30px;
    color: #000000;
    font-size: 18px;
    transition: all 0.5s;
}

#post-detail .sidebar-related-posts  .sidebar-related-item a {
    color: #fff;
}

#post-detail .sidebar-related-posts  .sidebar-related-item:hover{
    color: #000;
    opacity: 0.5;
}

#post-detail .sidebar-related-posts .sidebar-related-item.one-bg {
    background-color: var(--color-2);
}

#post-detail .page-comments .elfsight-app-8574e53e-9c1e-4fb3-914a-4f1601685f9f {
    height: 495px;
    margin-bottom: 25px;
}

/* single page before after */

#page-before-after {
    padding: 20px;
    background: #242424;
    border-radius: 20px;
}

#page-before-after .title {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

#page-before-after .owl-carousel{
    margin-bottom: 15px;
}

#page-before-after .cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 30% 30%, #feda77, #d62976, #962fbf, #4f5bd5);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}
#page-before-after .owl-nav{
    margin-top: 15px;
}

#page-before-after .owl-nav button{
    background: #3D3D3D;
    color: #fff;
    padding: 5px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: 0.3s ease-in;
}

#page-before-after .owl-nav button svg{
    width: 20px;
    height: 20px;
}

#page-before-after .owl-nav button:hover{
    background: #DBB56A;
}

    /* form */

#sidebar-area .sidebar-form {
  background:linear-gradient(  180deg,  #c9a660 0%,  #b9a26f 40%,  #8b7e5c 70%,  #3a372f 100%) 0% 0% no-repeat padding-box;
  padding: 45px 28px;
  overflow: hidden;
  position: relative;
  box-shadow: -2.94px 4px 7px #121A0D00;
  border-radius: 17px;
}

#sidebar-area .sidebar-form .iti--separate-dial-code .iti__selected-dial-code{
    color:#242424;
}

#sidebar-area .sidebar-form-title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

#sidebar-area .sidebar-form .input-area {
  margin-bottom: 15px;
}

#sidebar-area .sidebar-form #sidebar-form {
  position: relative;
  z-index: 1;
}

#sidebar-area .sidebar-form .input-area input {
  padding: 20px 30px;
  width: 100%;
  border-radius: 9px;
  color: #000;
}

#sidebar-area .sidebar-form .input-area input::placeholder {
  color: #000;
  font-size: 18px;
}

#sidebar-area .sidebar-form .input-area input#phoneNumber {
  color: #000;
  font-size: 18px;
  padding: 20px 50px!important;
}

#sidebar-area .sidebar-form .input-area label {
  width: 100%;
  border: 1px dashed #fff;
  padding: 15px 26px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 9px;
  text-align: center;
  cursor: pointer;
}

#sidebar-area .sidebar-form .form-button {
    width: 100%;
    background-color:var(--color);
    padding: 15px;
    border-radius: 9px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    font-weight: 500;
    cursor: pointer;
}


/* pagination */

.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #F1C130;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #1D719D;
}
.pagination ul li.active a {
  border-color: #F1C130;
  background-color: #F1C130;
  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;
  color: #939393;
  font-size: 16px;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}



#phoneNumber{
    padding: 15px 50px!important;
}

/* category */
#our-services {
    margin-bottom: 30px;
}
.our-services-list .col-sm-6 {
    margin-bottom: 25px;
}

#our-services .our-services-list .os-item {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: -2.94px 4px 7px #121A0D21;
    overflow: hidden;
}

#our-services .os-item .os-content-wrapper {
    padding: 25px 20px;
    background: #f3f3f3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#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: var(--title-color);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}



#our-services .os-content-wrapper .os-desc{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 18px;
}

/* iletişim */
#post-detail.contact-page {
    margin-bottom: 30px;
}

#post-detail.contact-page .contact-content {
    padding: 30px;
    background: var(--bg-color);
    border-radius: 20px;
    height: 100%;
}

#post-detail.contact-page .contact-content .branch-name {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

#post-detail.contact-page .contact-content .contact-list {
    margin-top: 25px !important;
}

#post-detail.contact-page .contact-content .contact-list .contact-list-item{
    margin-bottom: 15px;
}

#post-detail.contact-page .contact-content .contact-list .contact-list-item .contact-list-link {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
}

#post-detail.contact-page .contact-content .branch-other-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#post-detail.contact-page .contact-content iframe {
    width: 100%;
    height: 300px;
    border-radius: 15px;
}


#post-detail .contact-address-col iframe {
    border: 5px solid #000;
    border-radius: 30px;
    height: 410px;
}

#post-detail .contact-address-col .contact-address-title {
    color: #010101;
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}

#post-detail .contact-address-col .contact-address-list-item {
    gap: 15px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
}

.contact-address-list {
    padding: 30px 10px;
}
#post-detail .contact-address-col .contact-address-list-item a{
    gap: 15px;
    color: #000;
}

#post-detail .contact-address-col .contact-address-list-item svg {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
}

#post-detail .contact-address-col .contact-address-button-cont {
    margin-top: 40px;
}

#post-detail .contact-address-col .contact-page-whatsapp-btn {
    width: 100%;
    display: flex;
    background: linear-gradient(93deg, #27A11A 0%, #34D923 100%) 0% 0% no-repeat padding-box;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

#post-detail .contact-address-col .contact-page-call-btn {
    width: 100%;
    display: flex;
    background: #F1C130;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    gap: 10px;
    align-items: center;
    font-weight: bold;
} 

/* doctors */

#post-detail .doctor-box {
    display: block;
    background: var(--title-color);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

#post-detail .doctor-box .doctor-image {
    border-radius: 15px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

#post-detail .doctor-box .doctor-content .doctor-title {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
}

#post-detail .doctor-box .doctor-content .doctor-name {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#post-detail .doctor-box .doctor-content .doctor-text {
    color: #fff;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
}

#post-detail .doctor-box .doctor-content .link {
    background: var(--bg-color-2);
    padding: 5px 5px;
    color: #fff;
    min-width: 125px;
    text-align: center;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

#post-detail .doctor-box .doctor-content .link svg{
    transition: 0.3s ease-in-out;
}

#post-detail .doctor-box .doctor-content .link:hover{
    box-shadow: 0 2px 12px 0 var(--bg-color-2);
}

#post-detail .doctor-box .doctor-content .link:hover svg{
    transform: translateX(10px);
}


/* our services */

#our-services .row {
    margin: 0px;
}

#our-services .row .doctor-box-item {
    margin-bottom: 25px;
}

/* our clinic */

/* PARTNERS */
.hct-ui-partners {
  padding: 70px 40px;
}

.hct-ui-partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 30px;
}

.hct-ui-partner-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  display: flex;
  justify-content: center;
}

/* GALLERY */
.hct-ui-gallery {
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 20px;
}

.hct-ui-gallery img {
  border-radius: 16px;
  height: 220px;
  object-fit: cover;
  width: 300px;
}

/* WHY CHOOSE US */
.hct-ui-why {
  padding: 80px 40px;
  background: #f7f6f3;
}

.hct-ui-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px))!important;
  gap: 30px;
}

.hct-ui-why-card {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.hct-ui-why-card h3 {
  margin-bottom: 15px;
}

/* REVIEWS */
.hct-ui-reviews {
  padding: 80px 40px;
}

.hct-ui-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 30px;
}

.hct-ui-review-card {
  background: #fff;
  border-radius: 20px;
  padding-left: 35px; 
  padding-right: 35px;
  padding-bottom: 35px;
  padding-top: 15px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.hct-ui-review-logo img {
  max-width: 140px;
  margin: 20px auto;
}

.hct-ui-review-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  border-radius: 10px;
  background: #1f1f1f;
  color: #fff;
  text-decoration: none;
}


/* ---------- MOBILE ---------- */
@media (max-width: 768px) {

  /* PARTNERS */
  .hct-ui-partners {
    padding: 50px 20px;
  }

  .hct-ui-partner-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* GALLERY */
  .hct-ui-gallery {
    padding: 40px 20px;
    grid-template-columns: 1fr;
  }

  .hct-ui-gallery img {
    height: 200px;
  }

  /* WHY CHOOSE US */
  .hct-ui-why {
    padding: 60px 20px;
  }

  .hct-ui-why-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

  .hct-ui-why-card {
    padding: 26px;
    border-radius: 18px;
  }

  .hct-ui-why-card h3 {
    font-size: 18px;
  }

  .hct-ui-why-card p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* REVIEWS */
  .hct-ui-reviews {
    padding: 60px 20px;
  }

  .hct-ui-review-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hct-ui-review-card {
    padding: 30px 24px;
  }

  .hct-ui-review-logo img {
    max-width: 120px;
  }

  .hct-ui-review-btn {
    width: 100%;
    padding: 12px;
  }

}

/* ---------- SMALL MOBILE ---------- */
@media (max-width: 480px) {
  .hct-ui-why-card {
    padding: 22px;
  }

}


/* ICON */
.hct-ui-why-icon {
 	flex: 0 0 48px;
}

.hct-ui-why-icon img {
  width: 48px!important;
  height: 48px!important;
  object-fit: contain;
}

/* MOBILE */
@media (max-width: 768px) {

  .hct-ui-why-icon {
    flex: 0 0 40px;
  }

  .hct-ui-why-icon img {
    width: 40px;
    height: 40px;
  }
}