﻿/*
Theme Name: Hosteva - Tree
Theme URI: https://www.hosteva.com/
Author: Hosteva Ekibi
Author URI: https://www.hosteva.com/
Description: Firmaların tüm bilgilerini hizmetlerini detaylı bir şekilde verebileceği yeni nesil tasarım.
Version: 1.0
Text Domain: hosteva
*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
:root{
    --kurumsal-font: "Montserrat", sans-serif;
    --kurumsal-kirmizi: #B7182B;
    --kurumsal-mavi: #F6BB3E;
    --kurumsal-koyuturuncu: #ffb41b;
}
.klinikList img {
    border-radius: 50%;
}
#randevual {
    margin-bottom: 20px;
}
.hg_section.sliderbg {
    padding: 160px 0;
}
.video-section {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5); /* #333 yarı saydam */
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}
.wpcf7-submit {
    background: #44B6A8;
    color: #fff;
    border-radius: 5px;
}
.country-name {
    color: #000;
}
.screen-reader-response {
    display: none;
}
.wpcf7-response-output {
    color: #fff;
}
.new-bg {
    background: #44B6A8 !important;
}
.action_box {
    border-bottom: unset !important;
}
.slick-slide img {
    padding: 0 5px;
}
.section.bg-orange2 {
    margin-top: 0 !important;
}
a.btn.btn-fullwhite.ac-btn {
    border-radius: 2px;
}
#evawhatsapp_web .whatsapp, .instagram {
    position: fixed;
    z-index: 999;
    font-family: Arial,sans-serif;
    background-color: #009846;
    padding: 10px;
    border-radius: 5px;
    left: 22px;
}
#evawhatsapp_web .whatsapp, .instagram {
    opacity: .9;
    cursor: pointer;
    bottom: 25px;
    color: #fff;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}
#evawhatsapp_web .whatsapp img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
#evawhatsapp_web .whatsapp a {
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
}
#contact-button {
    position: fixed;
    top: 40%;
    right: 0;
    background-color: #cc0000;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    z-index: 9999;
    border-radius: 0 3px 3px 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
}

#contact-form-slide {
    position: fixed;
    top: 50%;
    right: -300px; /* Başlangıçta gizli */
    transform: translateY(-50%);
    width: 300px;
    height: 400px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    z-index: 99999;
    transition: right 0.3s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 8px 0 0 8px;
}

/* Butona tıklanınca aktif hale gelir */
#contact-form-slide.active {
    right: 0;
}

.form-close {
    position: absolute;
    top: 6px;
    left: 10px;
    background: #ccc;
    border: none;
    padding: 1px 8px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
}
#contact-form-slide label.form-label {
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#contact-form-slide span.wpcf7-not-valid-tip {
    font-size: 11px;
    color: red;
}




.doktorlar {
    background: white;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    margin: 0 !important;
}

.decorative-shape-1 {
    position: absolute;
    top: -250px;
    right: 140px;
    width: 400px;
    height: 400px;
    background: #44b6a88f;
    border-radius: 50%;
    z-index: 1;
}
.decorative-shape-2 {
    position: absolute;
    bottom: -250px;
    right: 470px;
    width: 400px;
    height: 400px;
    background: #44b6a88f;
    border-radius: 50%;
    z-index: 0;
}
.doctor-images {
    position: relative;
    z-index: 22;
}

/* Responsive ayarlar */
@media (max-width: 1200px) {
    .decorative-shape-1 {
        width: 400px;
        height: 320px;
        top: -80px;
        right: -80px;
    }

    .decorative-shape-2 {
        width: 280px;
        height: 220px;
        bottom: -60px;
        left: -60px;
    }
}

@media (max-width: 768px) {
    .decorative-shape-1 {
        width: 300px;
        height: 240px;
        top: -50px;
        right: -50px;
    }
    .yorumlar .slick-slide {
        padding: 5px 0 !important;
    }
    .decorative-shape-2 {
        width: 200px;
        height: 160px;
        bottom: -40px;
        left: -40px;
    }
}

.oval-1 img {
    border-radius: 0 0 40px 0;
}
.oval-2 img {
    border-radius: 0 0 0 40px;
}
.oval-3 img {
    border-radius: 0 0 40px 0;
}
.btn-consultation {
    background: #44B6A8;
    color: #fff;
    border-radius: 15px;
}
.doctor-specialty {
    background: #44B6A8;
    font-size: 9px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    padding: 0 0 0 30px;
}
.doctor-name {
    background: linear-gradient(135deg, #EEF2F5 0%, #E6EBEF 100%);
    font-size: 11px;
    color: #44B6A8;
    font-weight: bold;
    border-radius: 15px;
    padding: 18px 15px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.yorumlar .slick-slide {
    max-width: none !important;
    padding: 30px;
    background: #F5F7F9;
    margin-right: 30px;
    min-height: 350px;
}
.title-logo img {
    width: 130px;
    float: left;
    margin-right: 20px;
}
.review-title {
    color: #44B6A8;
    font-weight: bold;
}
