/* =========================================================
   EK.CSS – TEMİZLENMİŞ SÜRÜM
   ========================================================= */

.whatsappbutton {
    position: absolute;
    top: 18px;
    left: 24px;
    font-size: 50px;
    color: #fff;
}

/*-------------------------------*/
/* Mobile Apps & Features        */
/*-------------------------------*/

.single-feature,
.bg-apps {
    position: relative;
}

.bg-apps {
    background: url("//byhairclinic.com/wp-content/uploads/dynamic_avia/img/bg-apps.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.feature-item .icon {
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.opacities {
    opacity: 0.5;
}

#app-feature .feature-item {
    padding: 15px 0;
}

#app-feature .feature-item:hover {
    cursor: pointer;
}

.feature-item img,
.feature-item .icon {
    display: inline-block;
}

.feature-item img {
    max-width: 290px;
}

.feature-item h4 {
    margin-bottom: 10px;
    color: #222;
    font-size: 1.125rem;
    font-weight: 600;
}

.feature-item .icon {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    color: #fff;
    background: #d9ab5b;
    border-radius: 50%;
    font-size: 54px;
    line-height: 85px;
    text-align: center;
    -webkit-animation: itg_pulse 1s infinite;
    -o-animation: itg_pulse 1s infinite;
    animation: itg_pulse 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(206, 99, 66, 1);
    box-shadow: 0 0 0 0 rgba(156, 73, 51, 1);
}

.feature-item .icon::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: transparent;
    border: 4px solid #fff;
    border-radius: 50%;
}

.feature-item:hover .icon {
    -webkit-animation: itg_pulse 1s infinite;
    -o-animation: itg_pulse 1s infinite;
    animation: itg_pulse 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(206, 99, 66, 1);
    box-shadow: 0 0 0 0 rgba(156, 73, 51, 1);
}

@-webkit-keyframes itg_pulse {
    0% { -webkit-box-shadow: 0 0 0 5px rgba(206, 99, 66, 0.9); box-shadow: 0 0 0 5px rgba(206, 99, 66, 0.9); }
    25% { -webkit-box-shadow: 0 0 0 10px rgba(206, 99, 66, 0.6); box-shadow: 0 0 0 10px rgba(206, 99, 66, 0.6); }
    70% { -webkit-box-shadow: 0 0 0 15px rgba(206, 99, 66, 0.3); box-shadow: 0 0 0 15px rgba(206, 99, 66, 0.3); }
    100% { -webkit-box-shadow: 0 0 0 20px rgba(206, 99, 66, 0.1); box-shadow: 0 0 0 20px rgba(206, 99, 66, 0.1); }
}

@-o-keyframes itg_pulse {
    0% { box-shadow: 0 0 0 5px rgba(206, 99, 66, 0.9); }
    25% { box-shadow: 0 0 0 10px rgba(206, 99, 66, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(206, 99, 66, 0.3); }
    100% { box-shadow: 0 0 0 20px rgba(206, 99, 66, 0.1); }
}

@keyframes itg_pulse {
    0% { -webkit-box-shadow: 0 0 0 5px rgba(206, 99, 66, 0.9); box-shadow: 0 0 0 5px rgba(206, 99, 66, 0.9); }
    25% { -webkit-box-shadow: 0 0 0 10px rgba(206, 99, 66, 0.6); box-shadow: 0 0 0 10px rgba(206, 99, 66, 0.6); }
    70% { -webkit-box-shadow: 0 0 0 15px rgba(206, 99, 66, 0.3); box-shadow: 0 0 0 15px rgba(206, 99, 66, 0.3); }
    100% { -webkit-box-shadow: 0 0 0 20px rgba(206, 99, 66, 0.1); box-shadow: 0 0 0 20px rgba(206, 99, 66, 0.1); }
}

#app-feature .feature-item:hover .icon {
    background: #dd5737;
}

#app-feature .content-left {
    text-align: right;
}

#app-feature .content-right {
    text-align: left;
}

#app-feature .content-left span {
    float: right;
    margin-left: 15px;
}

#app-feature .content-right span {
    float: left;
    margin-right: 15px;
}

#app-feature .content-left .text {
    margin-right: 105px;
}

#app-feature .content-right .text {
    margin-left: 105px;
}

.feature-item.active {
    background: #f7f7f7;
}

.image.mobile-apps > img {
    opacity: 0;
}

.image.mobile-apps.active > img {
    opacity: 1;
}

@media screen and (max-width: 992px) {
    #app-feature,
    #app-feature .content-left,
    #app-feature .content-right {
        text-align: center;
    }

    #app-feature .feature-item {
        display: inline-block;
        float: none;
        max-width: 300px;
        padding: 0;
    }

    #app-feature .content-left span,
    #app-feature .content-right span {
        display: inline-block;
        float: none;
        margin: 0 auto 15px;
    }

    #app-feature .content-left .text,
    #app-feature .content-right .text {
        margin: 0;
    }
}

/*-------------------------------*/
/* Mobile Apps ends              */
/*-------------------------------*/

p {
    text-align: justify !important;
}

.page-id-2967 .sidebar .widget_nav_hide_child {
    display: none;
}

.avia-image-container-inner,
.avia_image {
    max-width: 100%;
}

.lang-item {
    display: inline;
    list-style: none;
}

#socket .avia-bullet,
#socket .avia-menu-fx {
    display: none;
}

.lang {
    text-align: center;
}

/* Top bar sosyal ikonlar */
#top .social_bookmarks li a {
    font-size: 18px;
}

#top .social_bookmarks li {
    width: 22px;
}

/* Top bar sağ taraf ul menu */
.in1 {
    display: inline-block !important;
}

.contact ul {
    list-style: none !important;
    list-style-type: none !important;
}

ul.contact li {
    display: inline !important;
}

@media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks,
    .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
}

#top .avia_ajax_form .text_area {
    height: 100px !important;
}

/* Custom style form fields */
#top .av-contact-form-color .input-text,
#top .av-contact-form-color input[type="text"],
#top .av-contact-form-color input[type="input"],
#top .av-contact-form-color input[type="password"],
#top .av-contact-form-color input[type="email"],
#top .av-contact-form-color input[type="number"],
#top .av-contact-form-color input[type="url"],
#top .av-contact-form-color input[type="tel"],
#top .av-contact-form-color textarea,
#top .av-contact-form-color select {
    height: 30px;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-color: #f4d168 !important;
    font-size: 14px;
}

/* Form konumu: normal sayfa akışında kalır */
.sliderform {
    width: 70% !important;
    margin: 0 !important;
}

/* Submit button */
#top .av-contact-form-color .button {
    padding: 5px;
    border-radius: 2px;
    font-size: 14px;
}

.sliderform h3 {
    color: #fff !important;
}

#top .av-contact-form-color .text_area {
    height: 50px !important;
}

/* Mobilde form header altına taşmaz */
@media only screen and (max-width: 767px) {
    .sliderform {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-top: 0 !important;
        transform: none !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
    }
}
