.preloader-wrap .preloader .dot {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background:transparent;
}

.intro-section.section.overlay {
    background-size: cover;
    background-position: center;
}

.gallery{
    width: 100%;
    overflow: hidden;
}

.appointment-form .basic-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.appointment-form .basic-info .form-group:nth-child(1),
.appointment-form .basic-info .form-group:nth-child(2){
    width: calc(50% - 10px);
}

.appointment-form .basic-info .form-control{
    box-shadow: none;
        background-clip: inherit;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
    height: 45px;
    letter-spacing: 0;
    padding: 12px 19px;
}

.appointment-form .basic-info .form-control:focus{
    border-color: #000;
}

.appointment-form .basic-info .form-group:nth-child(3){
    width: 100%;
}

.appointment-form .section-title{
    font-size: 25px;
    margin-bottom: 15px;
}

.appointment-form .gallery img{
    width: 100%;
    aspect-ratio: 10/9;
    object-fit: cover;
    border-radius: 10px;
}

.appointment-form .gallery {
    position: relative;
}


.appointment-form .gallery .owl-nav span{
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.5);
    height: 100%;
    transition: 300ms;
    width: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content:center;
    color: #000;
}


.appointment-form .gallery .owl-nav .owl-prev span{
    left: 0;
    border-radius: 10px 0 0 10px;
}

.appointment-form .gallery .owl-nav .owl-next span{
    right: 0;
    border-radius: 0 10px 10px 0;
}


.appointment-form .gallery .owl-nav span:hover{
    background: rgba(255,255,255,.8);
    box-shadow: 0 0 30x rgba(255,255,255,.5);
}

.appointment-form .gallery input{
    position: absolute;
}

.appointment-form .form-check-image{
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: 300ms;
}

.appointment-form .owl-nav {
    margin: 0 !important;
    height: 0;
}
.appointment-form .form-check-image input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.appointment-form .form-check-image .form-check{
    padding: 15px 0 0 0;
    font-weight: 600;
    text-align: center;
    user-select: none;
}

.appointment-form .form-check-image:not(:has(.gallery)) .form-check{
    padding-top: 0;
}

.appointment-form .form-check-image:has(input:checked){
    border-color: #996600;
}

.appointment-form .form-check-image:has(input:checked) .form-check{
    color: #996600;
}

.appointment-form .package-title {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.appointment-form .package-body{
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    height: 100%;
}

.appointment-form .package-body ul{
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0;
}

.appointment-form .package-body ul li{
    list-style-type:disc;
}

.appointment-form .package-item .form-check-image{
    height: 100%;
}

.appointment-form .package-item .form-check-image .form-check{
    height: 100%;
}

.appointment-form .package-item .form-check-image .form-check .form-check-label{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appointment-form .package-item .package-price:after,
.appointment-form .package-item .package-discounted:after{
    content: '₺';
}

.appointment-form .package-item:has(.package-discounted) .package-price{
    margin-top: 20px;
    opacity: .7;
    text-decoration:line-through;
}
.appointment-form .package-item:has(.package-discounted) .package-discounted{
    font-size: 20px;
}

.appointment-form .package-item:not(:has(.package-discounted)) .package-price{
    font-size: 20px;
}


.appointment-form .extra-item{
    position: relative;
}

.appointment-form .extra-item  span{
    display: block;
    background: #996600;
    position: absolute;
    padding: 10px 20px;
    font-weight: lighter;
    line-height: 1;
    border-radius: 8px;
    right: 50%;
    transform: translateX(50%);
    bottom: -10px;
    background: #eee;
    color: #959595;
    transition: 300ms;
    font-size: 15px;
}

.appointment-form .extra-item  span:after{
    content: ' ₺';
}

.appointment-form .extra-item .form-check-label{
    margin-bottom: 15px;
}

.appointment-form .extra-item:has(input:checked) span{
    background: #996600;
    color: #fff;
}

.appointment-form .time-slot-item.busy .form-check-image {
    opacity: .6;
    cursor: no-drop;
    pointer-events: none;
}

.appointment-form .time-slot-item.busy .form-check-image .form-check-label{
    color: #b3b3b3;
}

.appointment-btn-container {
    text-align: center;
}
.appointment-btn {
    background:#bd1314;
    color:#fff!important;
    border:0;
    padding:10px 30px;
    margin-bottom:30px;
    transition:300ms;
    white-space: nowrap;
}

.appointment-btn:hover {
    background:#000;
}

.appointment-btn:disabled {
    background-color: #ccc; /* Gri arka plan rengi */
    color: #666;            /* Gri metin rengi */
    cursor: not-allowed;    /* İmleci yasak simgesi yap */
    opacity: 0.7;           /* Yarı saydam */
}

header.header-area .appointment-btn {
    margin-right: 0px!important;
    font-size:20px;
}

.appoinment-page .appointment-btn-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.appoinment-page .appointment-btn-container .appointment-btn{
    margin: 0;
    background: #000;
    transition: 300ms;
}

.appoinment-page .appointment-btn-container .appointment-btn:hover {
    background: #bd1314;
}

.appoinment-page .appointment-btn-container .total-price{
    border: 2px solid #000;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: 600;
    transition: 300ms;
    transform: translateX(100%);
    z-index: -1;
    opacity: 0;
    color: black;
}

.appoinment-page .appointment-btn-container:has(button:not(:disabled)) .total-price{
    transform: translateX(0);
    opacity: 1;
}

.appoinment-page .appointment-btn-container:has(button:not(:disabled)):hover .total-price{
    border-color: #bd1314;
    color: #bd1314;
}

.owl-carousel .item {
  position: relative;
  color: white;
  text-align: center;
}

.owl-carousel .item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.owl-nav button {
  background-color: #fff;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.owl-nav button:hover {
  background-color: transparent;
  color: #fff;
}

.owl-nav button:hover i{
    color: #fff;
}

.intro-slider-wrap .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}

.intro-slider-wrap .owl-nav{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 0px;
    font-size:25px;
}


.intro-slider-wrap .owl-nav i{
    font-size:70px;
    color:#fff;
}

.date-input {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.faqs-area {
    margin-bottom: 60px;
    padding: 0 10%;
}

.faqs-area h2{
    text-align: center
}

.faqs-area .accordion-flush .accordion-item .accordion-button,
.faqs-area .accordion-flush .accordion-item{
    box-shadow: none !important;
}

.faqs-area  .accordion{
    position: relative;
}

.faqs-area  .accordion:before{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #eee, #000);
    z-index: 1;
}

.faqs-area .accordion:last-child{
    border: 0;
}

.faqs-area .accordion-button:not(.collapsed){
    background: #eee;
    color: #000;
}

.faqs-area .accordion-button:not(.collapsed)::after{
    filter: brightness(0);
}

@media(max-width:996px) {
.faqs-area {
    padding: 0;
}
    header.header-area .appointment-btn{
        font-size:12px;
        padding:10px
    }
    .header-logo-area {
        position:absolute;
        left:67px;
        top:30px;
    }
    .appointment-form .form-check-image {
        padding:0;
    }
    .appointment-form .form-check-image .form-check {
        padding:10px!important;
        font-size: 12px;
        min-height: 62px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .appointment-form .concept-type .form-check-image .form-check .form-check-label{
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow:hidden;
    }

    .sticky-header.sticky .header-logo-area{
        top: 20px;
    }
    
    .intro-slider-wrap .owl-nav i{
        font-size:30px;
        color:#fff;
    }
    
    
}

@media(max-width:996px){
    .slider-item:not(.mobile-slider) {
        display:none!important;
    }
}

@media(min-width:997px){
    .slider-item.mobile-slider {
        display:none!important;
    }
}
