#post-detail{
    margin-bottom: 30px;
}

#post-detail .post-header {
    padding: 60px 0;
    margin: 20px 40px;
    border-radius: 30px;
    text-align: center;
    background-color: #14161db5;
    background-image: url('/wp-content/themes/CrabsMedia/assets/css/../images/hero-bg-bottom-back.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#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: 300;
    color: var(--text-light);
}

#post-detail .post-content h1 {
    font-size: 32px;
}

#post-detail .post-content h2 {
    font-size: 28px;
}

#post-detail .post-content h3 {lp
    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: var(--text-light);
    font-weight: 700!important;
}

#post-detail .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: var(--color-3);
    font-weight: 600;
}

#post-detail .post-content img {
    max-width: 100%;
    height: auto;
}

#post-detail .post-content table {
    border-collapse: collapse;
    margin-bottom: 24px;
    border: 1px solid var(--text-light);
    color: var(--text-light);
    width: 100%;
}
#post-detail .post-content table tr {
    border: 1px solid var(--text-light);
    width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
    text-align: left;
    padding: 8px;
    border: 1px solid var(--text-light);
}

#post-detail .post-header .contents{
    line-height: 1.2;
    width: 100%;
}

#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 .detail-multi-decor {
    position: absolute;
    inset: 0;
    display: grid;
    /* JS tarafı grid-template-columns'ı otomatik basıyor ama buraya da yazabilirsin */
    grid-template-columns: repeat(20, 1fr);
    z-index: -1;
    pointer-events: none;
}

#post-detail .post-content figure {
    margin: 0px;
    border: 6px solid var(--text-light);
    border-radius: 25px;
    overflow: hidden;
}

#post-detail .sidebar-image-area {
    border-radius: 20px;
    overflow: hidden;
    background: #09090c;
    padding: 30px;
    border: 1px solid #fff;
}

#post-detail .sidebar-image-area img{
    border-radius:20px;
}

#post-detail .sidebar-form-area {
    position: relative;
    bottom: 175px;
    margin-bottom: -175px;
}

#post-detail .sidebar-related-posts {
    background-color: #1E2029;
    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 .post-content .packages-row{
    margin-top:25px;
}

#post-detail .post-content .package-content {
    background: linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 20px;
    height:100%;
    margin-bottom:15px;
}

#post-detail .package-col{
    margin-bottom:10px;
}

#post-detail .post-content .package-content .title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

#post-detail .post-content .package-content .desc {
    color: #fff;
    text-align: center;
    font-size:16px;
    margin-bottom:10px;
}

#post-detail .post-content .package-content .price {
    display: inline-block;
    padding: 5px 15px;
    /* text-align: center; */
    text-align: center;
    background: var(--color-2);
    color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

#post-detail .post-content .package-content .list .list-item{
    margin-bottom:10px;
    gap:5px;
}

#post-detail .post-content .package-content .list .list-item p {
    margin: 0px;
}

/* form */

#sidebar-area .sidebar-form {
  /*background:linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 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-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 90px!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;
}

nav.rank-math-breadcrumb a {
    color: #fff;
    font-weight: 700;
}
/* 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 {
  background-color: var(--progress-bar);
  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;
    border: 2px solid var(--text-light);
    background-color: #fff;
    box-shadow: -2.94px 4px 7px #121A0D21;
    overflow: hidden;
    height: 100%;
}

#our-services .os-item .os-content-wrapper {
    padding: 25px 20px;
    background: linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
}

#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(--color-category-title);
    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: var(--text-light);
    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: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff6e;
}

#post-detail .contact-address-col .contact-address-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#post-detail .contact-address-col .contact-address-list-item {
    gap: 15px;
    margin-bottom: 15px;
    color: var(--text-light);
    font-size: 18px;
    font-weight: bold;
}

#post-detail .contact-address-list {
    padding: 30px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#post-detail .contact-address-col .contact-address-list-item {
    margin-bottom: 15px;
    color: var(--text-light);
    font-size: 18px;
    font-weight: bold;
    padding: 18px;
    background: #2A2D38 0% 0% no-repeat padding-box;
    border-radius: 11px;
    border: 0.5px solid #FFFFFF;
}

#post-detail .contact-address-col .contact-address-list-item svg {
    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;
}

#post-detail .contact-form-inner{
    margin-bottom: 35px;
}

#post-detail .contact-map iframe {
    filter: invert(90%) hue-rotate(180deg);
    border-radius: 25px;
    border: 5px solid #fff !important;
    overflow: hidden;
}


/* hair transplant page */

#post-detail .ht-prices{
    margin-bottom: 45px;
}
#post-detail .ht-banner-content{
    margin-bottom: 25px;
}
#post-detail .ht-banner-content img{
    border-radius: 20px;
}
#post-detail .ht-banner-content .htt-banner-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#post-detail .ht-prices-inner {
    width: 100%;
    background: transparent linear-gradient(80deg, #1A1D24 0%, #292C37 100%) 0% 0% no-repeat padding-box;
    padding: 75px 125px;
    border-radius: 11px;
    border: 1px solid #707070;
}

#post-detail .ht-prices-inner .prices-inner-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

#post-detail .ht-prices-inner .steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#post-detail .ht-prices-inner .step-item {
    display: flex;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}

#post-detail .ht-prices-inner .step-item .number{
    position:relative;
    z-index:1;
}

#post-detail .ht-prices-inner .step-item .number .text {
    color: #FFF;
    background: transparent linear-gradient(80deg, #A0928D 0%, #E6DCD8 100%) 0% 0% no-repeat padding-box;
    display: flex;
    height: max-content;
    padding: 10px;
    width: 20px;
    height: 20px;
    /* height: max-content; */
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#post-detail .ht-prices-inner .step-item:last-child .number::after {
    display: none;
}

#post-detail .ht-prices-inner .step-item .number::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2px;
    height: 100%;
    display: block;
    top: 0%;
    left: 50%;
    transform: translate(0px, 15px);
    background: transparent linear-gradient(80deg, #A0928D 0%, #E6DCD8 100%) 0% 0% no-repeat padding-box;
}

#post-detail .ht-prices-inner .step-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease;
    color:#fff;
}

#post-detail .ht-prices-inner .step-item.active .step-desc {
    max-height: 300px; /* yeterli bir değer */
    opacity: 1;
    margin-top: 10px;
}

#post-detail .ht-prices-inner .step-toggle {
    font-weight: 600;
    /* color: #fff; */
    font-size: 20px;
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#post-detail .ht-compare-prices{
    margin-bottom: 80px;
}

#post-detail .ht-compare-prices table {
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 24px;
    color: var(--text-light);
    width: 100%
}

#post-detail .ht-compare-prices table thead {
    background: transparent linear-gradient(268deg, #282B36 0%, #292C37 100%) 0% 0% no-repeat padding-box;
    border: none !important;
}

#post-detail .ht-compare-prices table thead th {
    border: none !important;
    padding: 20px 0;
}

#post-detail .ht-compare-prices table thead th:first-child {
    border-radius: 20px 0 0 20px;
    padding: 15px;
}

#post-detail .ht-compare-prices table thead th:last-child {
    border-radius: 0 20px 20px 0;
    padding: 15px;
}

#post-detail .ht-compare-prices table thead tr {
    border: none !important;
}

#post-detail .ht-compare-prices table tr {
    width: 100%
}

#post-detail .ht-compare-prices table tbody th,
#post-detail .ht-compare-prices table tbody td {
    padding: 20px 15px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#post-detail .ht-compare-prices table tbody td:last-child {
    border-right: none;
}

#post-detail .ht-compare-prices table tbody tr:last-child th,
#post-detail .ht-compare-prices table tbody tr:last-child td {
    border-bottom: none;
}

#post-detail .ht-compare-prices table tbody th {
    font-weight: 600;
    letter-spacing: 1px;
}

#post-detail .ht-table-bottom-content .ht-gradient-inner {
    width: 100%;
    background: transparent linear-gradient(80deg, #1A1D24 0%, #292C37 100%) 0% 0% no-repeat padding-box;
    padding: 35px;
    border-radius: 20px;
    margin-top: 25px;
    border: 2px solid #707070;
}

@media (max-width: 1200px) {
    #post-detail .ht-prices-inner {
        padding: 50px 25px;
    }
    #post-detail .htt-banner-content {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #post-detail .ht-banner-row {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    #post-detail .ht-prices-inner .step-toggle{
        font-size: 18px;
    }
    main #post-detail .ht-prices-inner .prices-inner-title{
        font-size: 28px;
    }
    #post-detail .ht-compare-prices table,
    #post-detail .ht-compare-prices table thead,
    #post-detail .ht-compare-prices table tbody,
    #post-detail .ht-compare-prices table th,
    #post-detail .ht-compare-prices table td,
    #post-detail .ht-compare-prices table tr {
        display: block;
        width: 100%;
    }

    #post-detail .ht-compare-prices table thead {
        display: none;
    }

    #post-detail .ht-compare-prices table tr {
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    #post-detail .ht-compare-prices table tbody th,
    #post-detail .ht-compare-prices table tbody td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        font-size: 16px;
    }

    #post-detail .ht-compare-prices table tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.5);
        text-transform: capitalize;
    }

    #post-detail .ht-compare-prices table tbody td:last-child {
        border-bottom: none;
    }

    #post-detail .ht-compare-prices table tbody th {
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
        padding-left: 15px;
        font-size: 20px;
        color: #fff;
    }
    #post-detail .ht-table-bottom-content .ht-gradient-inner{
        padding: 15px;
    }
    #post-detail .ht-prices-inner .steps {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* landing page */
#lp-banner {
    position: relative;
    top: -115px;
    min-height: 860px;
    margin: 10px 50px 10px 50px;
    border-radius: 30px;
    overflow: hidden;
}
#lp-banner::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000000b0;
    position: absolute;
    z-index: 1;
}
#lp-banner .lp-banner-outer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#lp-banner .lp-banner-content{
    padding-top:250px;
    position:relative;
    z-index:1;
}
#lp-banner .lp-banner-outer video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#lp-banner .section-text-head {
    text-align: center;
}

#lp-banner .section-text-head .section-subtitle {
    font-size: 16px;
    margin-bottom:15px;
}

#lp-banner .section-text-head .section-title {
    margin-bottom: 15px;
    font-weight: 700;
}

#lp-banner .section-text-head .section-desc {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom:15px;
}
#lp-banner .star-icon {
    margin: 0 12px;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(197, 160, 89, 0.5);
}
#lp-banner .section-text-head .section-title span {
    background: var(--text2-gradient);
    background-clip: text;
    color: transparent;
}

#lp-banner .section-text-head .wp-btn {
    gap: 10px;
    background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
    padding: 10px 30px;
    display: block;
    color: #fff;
    border-radius: 20px;
}


/* --- After Surgery Section Container --- */
.after-surgery {
}

.after-surgery .wrapper {
    max-width: 1360px;
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
    color: #fff;
    background: linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
    padding: 51px;
}

/* --- Titles --- */
.after-surgery .title-center {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.after-surgery .subtitle-center {
    font-size: 18px;
    color: #666;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

/* --- Timeline Main Way --- */
.after-surgery__way {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 40px;
}

/* --- Steps Common Styles --- */
.after-surgery__way .step {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
}

.after-surgery__way .point {
    position: absolute;
    top: 30px;
    left: 16px;
}

.after-surgery__way .step .icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.after-surgery__way .step .icon img {
    width: 24px;
    height: auto;
}

.after-surgery__way .step .ttl {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.after-surgery__way .step .day {
    display: block;
    font-size: 13px;
    color: #C5A059;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Global Ayar: Çizgiler Noktaların Tam Ortasından Geçsin --- */
.after-surgery__way .step::after {
    content: '';
    position: absolute;
    border-top: 2px dashed rgba(255, 255, 255, 0.2);
    z-index: -1;
    /* Noktaların dikey konumuyla eşitlemek için (görseldeki point pozisyonuna göre) */
    top: 38px; 
    pointer-events: none;
}

/* --- 1. Satır: Soldan Sağa --- */
.step-1 { top: 0; left: 5px; }
.step-1::after { 
    width: 280px; 
    left: 22px; /* Noktanın merkezinden başla */
}

.step-2 { top: 0; left: 302px; }
.step-2::after { 
    width: 330px; 
    left: 22px; 
}

/* --- Day 3'ten Day 4'e OVAL DÖNÜŞ (Noktadan Noktaya) --- */
.step-3 { top: 0; left: 651px; }
.step-3::after { 
    width: 300px; 
    height: 146px; 
    top: 38px; 
    left: 22px;
    border-top: 2px dashed rgba(255, 255, 255, 0.2);
    border-right: 2px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
    border-radius: 0 120px 120px 0;
    border-left: none;
}

/* --- 2. Satır: Sağdan Sola --- */
.step-4 { top: 146px; left: 875px; }
.step-4::after { 
    width: 210px; 
    right: 22px; /* Sağdaki noktanın merkezinden başla */
}

.step-5 { top: 146px; left: 645px; }
.step-5::after { 
    width: 340px; 
    right: 22px; 
}

/* --- Day 6'dan Day 7'ye DİKEY İNİŞ (Nokta Hizası) --- */
.step-6 { top: 146px; left: 282px; }
.step-6::after { 
    width: 2px; 
    height: 146px; 
    top: 38px; 
    left: 22px; 
    border-left: 2px dashed rgba(255, 255, 255, 0.2);
    border-top: none;
}

/* --- 3. Satır: Soldan Sağa --- */
.step-7 { top: 292px; left: 116px; }
.step-7::after { 
    width: 440px; 
    left: 22px; 
}

.step-8 { top: 292px; left: 581px; }
.step-8::after { 
    width: 395px; 
    left: 22px; 
}

.step-9 { top: 292px; left: 996px; }
.step-9::after { display: none; }
/* Global Çizgi Rengi Ayarı */
.after-surgery__way .step::after {
    border-color: rgba(255, 255, 255, 0.2) !important;
}



/* brands */

#lp-brands{
  margin-bottom: 80px;
}
#lp-brands .press-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 25px;
}
#lp-brands .press-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#lp-brands .press-grid .gallery-item img{
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
/* trusted clinic */
#lp-trusted-clinic {
  margin-bottom: 80px;
}
#lp-trusted-clinic .trusted-clinic-content {
  margin-bottom: 25px;
}
#lp-trusted-clinic .section-subtitle {
  text-align: center;
}
#lp-trusted-clinic .section-subtitle .text {
  display: inline-block;
  background-color: #FDEEBF;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  fill: #fff;
  color: #000;
  border-radius: 649px 649px 649px 649px;
  padding: 15px 23px 15px 23px;
  margin-bottom: 15px;
}
#lp-trusted-clinic .section-title {
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 34px;
}

#lp-trusted-clinic .section-title span{
  color: var(--color-2);
}
#lp-trusted-clinic .trusted-patients-comments {
  background: #000;
  border-radius: 25px;
  overflow: hidden;
  height:415px;
}
#lp-trusted-clinic .trusted-patients-comments .comments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  flex: 0 0 35%;
  padding: 0 5%;
  color: #fff;
}

#lp-trusted-clinic .trusted-patients-comments .comments .title{
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
}

#lp-trusted-clinic .trusted-patients-comments .comments .title span{
  color: #fff;
  opacity: 0.5;
  font-weight: 600;
}

#lp-trusted-clinic .trusted-patients-comments .image{
  width: 65%;
  flex: 0 0 65%;
  position: relative;
}

#lp-trusted-clinic .trusted-patients-comments .image .icon {
  position: absolute;
  width: 50px;
  bottom: 50%;
  left: 50%;
  transform: translate(-15px, 30px);
}

#lp-trusted-clinic .trusted-patients-comments .icon{
  margin-bottom: 15px;
}

#lp-trusted-clinic .trusted-patients-comments .icon svg {
  width: 65px !important;
  height: 65px;
}

#lp-trusted-clinic .trusted-patients-comments .comment {
  text-align: center;
  font-style: italic;
}
#lp-trusted-clinic .owl-nav .owl-prev,
#lp-trusted-clinic .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#lp-trusted-clinic .owl-nav .owl-prev {
    left: -15px;
    z-index: 1000; 
}

#lp-trusted-clinic .owl-nav .owl-next {
    right: -15px;
    z-index: 1000;
}

#lp-trusted-clinic .owl-nav .owl-prev,
#lp-trusted-clinic .owl-nav .owl-next {
    background: var(--color-2);
    color: #fff;
    width: 40px;
    height: 40px;
}

#lp-trusted-clinic .owl-nav .owl-prev:hover,
#lp-trusted-clinic .owl-nav .owl-next:hover {
    background: #555;
    transition: 0.3s;
}

#lp-trusted-clinic .owl-dots {
    margin-top:15px;
    margin-bottom:15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lp-trusted-clinic .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
    background-color: #000;
    margin: 3px;
}

#lp-trusted-clinic .owl-dots .owl-dot.active span{
    background-color: #ca8255;
    width: 21px;
    height: 21px;
}



#lp-before-after {
    background: #14161dad;
    /* margin: 0 40px; */
    padding: 70px 0 70px;
}

#lp-before-after .section-title-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}

#lp-before-after .section-title{
  margin-bottom: 10px;
}
#lp-before-after .section-title .before {
    color: var(--color-2);
}
#lp-before-after .section-title .after {
    font-weight: 700;
}
#lp-before-after .section-desc{
  color: var(--text-color-2);
}
#lp-before-after .section-title-area {
  margin-bottom: 40px;
  text-align: center;
}
#lp-before-after .before-slider-area {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
#lp-before-after .before-slider-area .swiper-slide .vide-box {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #005550;
}
#lp-before-after .before-slider-area .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
}

#lp-before-after .before-slider-area .swiper-slide a::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
    opacity: 1
}

#lp-before-after .before-slider-area .swiper-slide a:hover::after {
    height: 300%;
    transition: all 600ms linear;
    animation: shineReset 600ms linear forwards
}


#lp-before-after .before-slider-area .swiper-slide.swiper-slide-active a::after {
  opacity: 0;
}
#lp-before-after .before-slider-area .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
}
#lp-before-after .before-slider-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#lp-before-after .before-slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#lp-before-after .before-after-text {
  font-size: 24px;
}
#lp-before-after .before-after-text b {
  position: relative;
  display: inline-block;
  color: inherit;
}

#lp-before-after .before-after-text b::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background-color: #fff;

  animation: drawLine 4s ease-out infinite;
}

@keyframes drawLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

#lp-before-after .section-btns {
  gap: 28px;
  margin-top: 25px;
}

.ba-gallery-box .ba-gallery-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
  -moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
  -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}


/* doctors */
#home-doctors {
    margin-bottom: 80px;
    padding: 50px 0;
    background: #16181f;
}
#home-doctors .section-title-head {
  text-align: center;
  margin-bottom: 45px;
}

#home-doctors .section-title{
    color: transparent;
    background: var(--text2-gradient);
    background-clip: text;
    font-weight: 600;
}

#home-doctors .doctor-box-col{
  margin-bottom: 25px;
}

#home-doctors .doctor-box{
  gap: 20px;
}

#home-doctors .doctor-box-item{
  margin-bottom: 20px;
}

#home-doctors .doctor-box-item .doctor-image {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 25px;
  widtH:100%;
}

#home-doctors .doctor-box-item .doctor-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
  opacity: 1
}

#home-doctors .doctor-box-item .doctor-image:hover::after {
  height: 300%;
  transition: all 600ms linear;
  animation: shineReset 600ms linear forwards
}


#home-doctors .doctor-box-item .doctor-image img {
  border-radius: 20px;
}

.doctor-content {
  text-align: center;
  color: #fff;
}

#home-doctors .doctor-box-item .doctor-content .doctor-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#home-doctors .doctor-box-item .doctor-content .doctor-text{
  font-weight: 300;
}

#home-doctors .owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px
}

#home-doctors .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: var(--text-light);
  margin: 0
}

#home-doctors .owl-dots .owl-dot.active span {
  background-color: var(--color-2);
  width: 19px;
  height: 19px
}

/* hair expertise */

#lp-hair-expertise{
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    background: #14161dad;
    padding:0 0 80px;
}

#lp-hair-expertise .section-title span {
    color: var(--color-2);
    font-weight: 700;
}

/* #lp-hair-expertise .custom-expertise-col {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */

#lp-hair-expertise .col-lg-7 {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  transform: translateX(-15%);
}

#lp-hair-expertise .expertise-decor {
  position: absolute;
  z-index: -1;
  left: -75%;
  width: 166%;
  top: -30%;
}

#lp-hair-expertise .section-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

#lp-hair-expertise .section-content .section-desc {
  margin-bottom: 15px;
}

#lp-hair-expertise .section-content .section-subdesc {
  width: 100%;
}

#lp-hair-expertise .swiper.lp-expertise-swiper {
  overflow: hidden;
}

#lp-hair-expertise .item img {
  border-radius: 14px;
}

#lp-hair-expertise .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}
#lp-hair-expertise .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#lp-hair-expertise .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: var(--button-gradient);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


#lp-hair-expertise .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30px, -30px);
    width: 70px !important;
}

#lp-hair-expertise .reels-img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #707070;
}

#lp-hair-expertise .swiper.reels-swiper {
  overflow: hidden;
}



/* comments */
#home-comments{
  margin-bottom: 140px;
}

#home-comments .section-title-head{
  text-align: center;
  margin-bottom: 35px;
}

#home-comments .section-title span{
   color: var(--color-2);
    font-weight: 700;
}

#home-comments .comments-head-row {
  margin-bottom: 25px;
}

#home-comments .comments-head-col {
}

#home-comments .comments-head-content {
  color: #fff;
  gap: 20px;
  background: #121318;
  border: 1px solid #938984;
  border-radius: 9px;
  padding: 10px;
  height: 100%;
}

#home-comments .comments-head-content .comments-rate{
  margin-bottom: 5px;
}

#home-comments .comments-left-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#home-comments .comments-head-content .desc {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

#home-comments .comments-box {
  background: #1E2029;
  padding: 15px 25px;
  border-radius: 20px;
}


#home-comments .comments-box .comments-head-area{
  margin-bottom: 15px;
}

#home-comments .comments-box .comments-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

#home-comments .comments-box .comments-content {
  color: #fff;
  padding-right: 5px;
  margin-bottom: 15px;
}

#home-comments .owl-carousel{
  margin-bottom: 25px;
}

#home-comments .owl-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px
}

#home-comments .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: var(--text-light);
  margin: 0
}

#home-comments .owl-dots .owl-dot.active span {
  background-color: var(--color-2);
  width: 19px;
  height: 19px
}

#home-comments .comments-stars img {
  width: 120px !important;
}

#home-comments .read-more-toggle {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}



    /* Info Area */
#home-info-about {
    z-index: 2;
    position: relative;
    bottom: 250px;
    margin-bottom: -190px;
}
#home-info-about .info-about-container{
  background: linear-gradient(127deg,#1E2029 0%,#1E2029 1%,#3C3E49 52%,#1C1E27 95%,#1C1E27 100%) 0% 0% no-repeat padding-box;
  padding: 32px 64px;
  border-radius: 32px;
}
#home-info-about .info-about-container .info-about-content-box {
  height: 100%;
  text-align: center;
}
#home-info-about .info-about-container .info-about-content-box .box-img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}
#home-info-about .info-about-container .info-about-content-box .box-value{
  color: var(--color-2);
  font-size: 28px;
}
#home-info-about .info-about-container .info-about-content-box .box-text{
  color: var(--color-2);
  font-size: 20px;
}
#home-info-about .info-about-container .info-about-content-box .box-text b{
  color: var(--color-2);
  font-size: 28px;
}


/* choose area */

#home-choose-area{
    margin-bottom:140px;
}

#home-choose-area .section-title-head {
    text-align: center;
}

#home-choose-area .choose-inner-area {
    background:  transparent linear-gradient(80deg, #1A1C23 0%, #2A2D38 100%) 0% 0% no-repeat padding-box;
    padding: 70px 35px;
    border-radius: 11px;
    border: 1px solid #707070;
    position: relative;
}

#home-choose-area .choose-inner-area .choose-decor{
  position: absolute;
  right: 0;
  top: 0;
}

#home-choose-area .steps{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

#home-choose-area .step-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 17px;
  background: transparent radial-gradient(closest-side at 50% 50%, #2c2d30 0%, #1a1c23 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border: 2px solid #898282;
}

#home-choose-area .step-box .title {
  color: transparent;
  background: var(--text2-gradient);
  background-clip: text;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

#home-choose-area .step-box .icon img {
  width: 75px;
}

#home-choose-area .choose-inner-area .section-title {
    margin-bottom: 25px;
    color: var(--color-2);
    font-weight: 700;
}

#home-choose-area .choose-inner-area .section-title span{
    color:#fff;
}

#home-choose-area .choose-inner-area .services-desc{
    color:#fff;
}

#home-choose-area .choose-inner-area .video-outer video{
    width:100%;
    border-radius:20px;
}

#home-choose-area .choose-inner-area .video-area{
    position:relative;
}

#home-choose-area .choose-inner-area .services-tab-nav {
    display: flex;
    position: absolute;
    top: 5%;
    padding: 0 10px;
    gap: 5px;
    width: 100%;
}
#home-choose-area .choose-inner-area .services-tab-nav li {
    width:100%;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all .3s ease;
    background: var(--color-2);
    color: var(--text-light);
    padding: 10px;
    border-radius: 20px;
    text-align:center;
    cursor:pointer;
}

#home-choose-area .choose-inner-area .services-tab-nav li.active {
   background:linear-gradient(127deg, #1E2029 0%, #1E2029 1%, #3C3E49 52%, #1C1E27 95%, #1C1E27 100%) 0% 0% no-repeat padding-box;
}

#home-choose-area .choose-inner-area .services-tab-nav li::after {
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width .3s ease;
}

#home-choose-area .choose-inner-area .tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease;
}

#home-choose-area .choose-inner-area .tab-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
#home-choose-area .choose-inner-area .section-home-title {
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 45px;
    font-weight: bolder;
}

#home-choose-area .choose-inner-area .section-home-title span{
    color:var(--color-2);
}

#home-choose-area .choose-inner-area .services-link a {
    background: var(--bg-gradient-2);
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    min-width: 220px;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
}
#home-choose-area .choose-inner-area .steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

#home-choose-area .choose-inner-area .step-item {
    display: flex;
    align-items:center;
    gap: 10px;
    cursor: pointer;
    margin-bottom:10px;
}

#home-choose-area .choose-inner-area .step-item .number{
    position:relative;
    z-index:1;
}

#home-choose-area .choose-inner-area .step-item .number .text {
color: #fff;
    background: #000;
    display: flex;
    height: max-content;
    padding: 10px;
    width: 50px;
    /* height: max-content; */
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#home-choose-area .choose-inner-area .step-item:last-child .number::after {
    display: none;
}

#home-choose-area .choose-inner-area .step-item .number::after {
    content: "";
    position: absolute;
    z-index:-1;
    width: 2px;
    height: 100%;
    display: block;
    top: 100%;
    left: 50%;
    background: #fff;
}

#home-choose-area .choose-inner-area .step-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease;
    color:#fff;
}

#home-choose-area .choose-inner-area .step-item.active .step-desc {
    max-height: 300px; /* yeterli bir değer */
    opacity: 1;
    margin-top: 10px;
}

#home-choose-area .choose-inner-area .step-toggle {
    font-weight: 600;
    /* color: #fff; */
    font-size: 20px;
    background: var(--text-gradient);
    color: transparent;
    background-clip: text;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#home-choose-area .choose-video {
    margin-bottom: 25px;
}

#home-choose-area .choose-video video {
    width: 100%;
    /* height: 500px; */
    /* object-fit: fill; */
    border-radius: 25px;
    border: 3px solid #898282;
}

#home-choose-area .choose-inner-area .swiper-pagination {
  position: unset;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}
#home-choose-area .choose-inner-area .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#home-choose-area .choose-inner-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: var(--button-gradient);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

#home-choose-area .choose-inner-area .choose-gallery-item img {
  border-radius: 20px;
}



/* Izgara Düzeni (Senin Nth-child mantığın korundu) */
#home-choose-area .custom-grid-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 20px; 
}

#home-choose-area .gallery-item:nth-child(5n+1), 
#home-choose-area .gallery-item:nth-child(5n+2) {
    grid-column: span 3;
}

#home-choose-area .gallery-item:nth-child(5n+3), 
#home-choose-area .gallery-item:nth-child(5n+4), 
#home-choose-area .gallery-item:nth-child(5n+5) {
    grid-column: span 2;
}

/* Ana Kapsayıcı (Hatanın çözüldüğü yer) */
#home-choose-area .gallery-item a {
    position: relative;
    display: block;   /* a etiketini blok yapmazsan overflow çalışmaz */
    width: 100%;
    height: 100%;
    border-radius: 20px; 
    overflow: hidden; /* Dışarı taşmayı bu keser */
    z-index: 1;
    transform: translateZ(0); /* Safari ve Chrome için zorunlu "katman" oluşturma */
}

#home-choose-area .gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px; /* Resmin kendi ovali */
    border: 3px solid #898282;
    display: block;
    object-fit: cover;
}

/* Parlama Efekti */
#home-choose-area .gallery-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Resmin tamamen solunda başlar */
    width: 50%;  /* Parlama çizgisinin kalınlığı */
    height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.4) 50%, 
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg); /* Yan durması için rotate yerine skew daha iyidir */
    transition: left 0.6s ease-in-out;
    z-index: 2;
}


/* Hover'da soldan sağa kaydır */


/* videos */

#lp-videos {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp-videos .section-title-area {
  text-align: center;
}

#lp-videos .section-title-area .section-subtitle {
  background:linear-gradient(343deg,#071f42,#488a91);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  color: #0000 !important;
  font-size: 48px;
}

#lp-videos .section-title-area .section-title {
    margin-bottom: 10px;
    font-size: 36px;
    color: transparent;
    background: var(--text2-gradient);
    background-clip: text;
}

#lp-videos .section-title-area .section-desc {
  color: var(--text-color);
  font-size: 16px;
}

#lp-videos .section-title-area .section-desc span{
  color:transparent;
  background:linear-gradient(343deg,#071f42,#488a91);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

#lp-videos .videos {
    padding: 80px 0 55px;
}

#lp-videos .swiper-wrapper-inner{
    overflow: hidden;
}

#lp-videos .swiper-slide {
  width: 330px;
  height: 592px;
  transition: all 0.35s ease;
  position: relative;
}

#lp-videos .swiper-slide .icon{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 50px;
}

#lp-videos .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}

#lp-videos .swiper-slide-active a {
  transform: scale(1.15);
  opacity: 1 !important;
}

#lp-videos .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.35s ease;
}

#lp-videos .swiper-pagination {
  position: relative;
  top: 50px;
}

#lp-videos .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}

#lp-videos .swiper-pagination-bullet-active {
  background: var(--color-2);
  transform: scale(1.2);
}

#lp-videos .before-after-btn-container {
  margin-top: 35px;
}

#lp-videos #banner-link {
  background:transparent radial-gradient(closest-side at 50% 50%, #383a40 0%, #414554 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
}

#lp-videos #banner-link svg {
  width: 30px;
  height: 30px;
}

/* mobile tweaks for video swiper */
@media (max-width: 768px) {
  #lp-videos .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  #lp-videos .swiper-slide-active a {
    transform: none !important;
  }
  #lp-videos .swiper-slide a {
    box-shadow: none;
  }
}

#home-choose-area .gallery-item a:hover::after {
    left: 150%; 
}

@media (max-width: 768px) {
    .custom-grid-gallery {
        grid-template-columns: 1fr;
    }
    .gallery-item:nth-child(n) {
        grid-column: span 3;
    }
}


@media (max-width: 1200px) {
    .after-surgery__way { height: auto; display: flex; flex-direction: column; gap: 40px; }
    .after-surgery__way .step { position: relative; top: auto !important; left: auto !important; }
    .after-surgery__way .step::after { display: none; } /* Mobilde çizgileri gizle, dikey akış sağla */
}

@media(max-width:575px){
    #lp-banner {
        min-height: 750px;
        margin: 10px 10px 10px 10px;
    }
    #lp-banner .lp-banner-content{
        padding-top:190px;
    }
    #lp-banner .section-text-head .wp-btn {
        border-radius: 20px;
        font-size: 14px;
    }
    #lp-banner .star-icon{
        display:none;
    }
    #lp-banner .section-text-head .section-desc{
        font-size:16px;
    }
    #lp-brands .press-grid {
        display: flex;
        align-items: center;
        gap: 25px;
        overflow-y: auto;
    }
    #lp-trusted-clinic .trusted-patients-comments{
        flex-direction:column;
        height:100%;
    }
    #lp-trusted-clinic .trusted-patients-comments .image{
        width:100%;
    }
      #lp-trusted-clinic .trusted-patients-comments .comments {
        width: 100%;
        padding: 30px 20px;
    }
    
    #lp-before-after .before-after-text {
        font-size: 18px;
        text-align: center;
        padding: 0 10px;
    }
    #lp-before-after .before-after-text b::after{
        display:none;
    }
}