@import url('bootstrap.css');
@import url('swiper-bundle.min.css');
@import url('odometer.min.css');
@import url('magnific-popup.min.css');
@import url('styles.css');
@import url('animate.min.css');
@import url('animate2.min.css');
@import url('textanimation.css');
@import url('fonts.css');
@import url('../icons/icomoon/style.css');
@import url('../icons/flaticon/font/flaticon_saylo.css');
.iletisimidem {position: relative; margin-top: -300px;z-index: 9;}
.gallery-title
{
font-size: 36px;
color: #42B32F;
text-align: center;
font-weight: 500;
margin-bottom: 70px;
}
.gallery-title:after {
content: "";
position: absolute;
width: 7.5%;
left: 46.5%;
height: 45px;
border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
font-size: 18px;
    padding: 10px 20px;
border: 1px solid #42B32F;
border-radius: 5px;
text-align: center;
color: #42B32F;
margin-bottom: 10px;

}
.sorunlar {
  padding: 29px 0px !important;
    font-size: 18px !important;
}
.filter-button:hover
{
font-size: 18px;
border: 1px solid #42B32F;
border-radius: 5px;
text-align: center;
color: #ffffff;
background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
background-color: #42B32F;
color: white;
}

.port-image
{
width: 100%;
}

.gallery_product
{
margin-bottom: 30px;
}
.footerimg {
float: left;
width: 180px;
margin-right: 26px;
border-radius: 10px;
}
.bannertext {
color: white; text-align: center;font-size: 18px;
}

.hizmetimg {
float: left; margin-right: 20px; width: 120px; border-radius: 5px;    margin-top: -7px;
}

.content.detay {
padding: 40px 30px 80px 0px;
}

@media (max-width: 575px) {
.topbar-inner {
display: none;
}
.tf-spacing-1 {
padding-top: 50px;
padding-bottom: 30px;
}
.page-title-home-4 .title {
font-size: 32px !important;;
line-height: 35px !important;;
margin-bottom: 40px;
font-weight: 600 !important;;
}
.page-title-home-4 .item-customer {
display: none;
}

.card-member.style-2 .duty {
margin-bottom: -26px;
}

.s-sub-title { display: none;}

.box-icon.default {
padding: 20px;
}
.box-icon .title {
font-size: 18px;
font-weight: 700;
line-height: 20px;
display: block;
}
.texthizmet {
font-size: 16px;
line-height: 21px;
}
.heading p  {
text-align: center;
}
.s-title {
font-size: 33px;
line-height: 39px;
text-align: center;
}
.page-title-home-4 .content-wrap {
top: 68%;  }
.tf-page-title .content-wrap {
border-radius: 0px; }
.tf-page-title.style-2 .content-wrap {
min-height: 490px;
}
.iletisimidem {position: relative; margin-top: 50px !important; z-index: 9;}

}

.psikolog {
position: relative; margin-top: -60px;z-index: 9;
}

.bottom-nav {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
display: none;
justify-content: space-around;
padding: 12px 0;
z-index: 1000;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
animation: slideUp 0.5s ease-out;
}

.nav-item {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #666;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
padding: 8px 16px;
border-radius: 12px;
position: relative;
cursor: pointer;
transform-origin: center;
}

.nav-item i {
font-size: 24px;
margin-bottom: 6px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: var(--gradient-1);
-webkit-background-clip: text;
color: #ff8210;
}

.nav-item span {
font-size: 12px;
font-weight: 500;
transition: all 0.3s ease;
}

.nav-item:hover {
color: var(--primary-color);
background: rgba(33, 150, 243, 0.1);
transform: translateY(-5px);
}

.nav-item:hover i {
transform: scale(1.2) translateY(-2px);
}

.nav-item.active {
color: var(--primary-color);
background: rgba(33, 150, 243, 0.1);
}

.nav-item.active::after {
content: '';
position: absolute;
bottom: -12px;
width: 4px;
height: 4px;
background: var(--gradient-1);
border-radius: 50%;
animation: pulse 2s infinite;
}

.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 2000;
opacity: 0;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}

.modal.active {
display: flex;
opacity: 1;
}

.modal-content {
background: white;
width: 90%;
max-width: 400px;
margin: auto;
border-radius: 20px;
padding: 20px;
transform: translateY(20px) scale(0.95);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal.active .modal-content {
transform: translateY(0) scale(1);
}

.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 2px solid #f0f0f0;
}

.modal-title {
font-size: 20px;
font-weight: 600;
color: #333;
background: var(--gradient-1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.close-modal {
background: none;
border: none;
font-size: 24px;
color: #666;
cursor: pointer;
padding: 5px;
transition: all 0.3s ease;
}

.close-modal:hover {
color: var(--primary-color);
transform: rotate(90deg);
}

.submit-btn {
background: var(--gradient-1);
color: white;
border: none;
padding: 12px 20px;
border-radius: 8px;
width: 100%;
font-size: 16px;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.submit-btn:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
}

.submit-btn:active {
transform: translateY(0);
}

.submit-btn::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.6s ease, height 0.6s ease;
}

.submit-btn:hover::after {
width: 300px;
height: 300px;
}

.time-slot {
padding: 10px;
border: 2px solid #ddd;
border-radius: 8px;
text-align: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.time-slot:hover {
border-color: var(--primary-color);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(33, 150, 243, 0.1);
}

.time-slot.selected {
background: var(--gradient-1);
color: white;
border-color: var(--primary-color);
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(33, 150, 243, 0.2);
}

.form-group input,
.form-group textarea {
width: 100%;
padding: 12px;
border: 2px solid #ddd;
border-radius: 8px;
font-size: 14px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
background: #f8f9fa;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--primary-color);
background: white;
box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
}

@keyframes slideUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}

@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.5);
opacity: 0.5;
}
100% {
transform: scale(1);
opacity: 1;
}
}

@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.phone-number, .whatsapp-option, .nav-option {
animation: fadeIn 0.5s ease-out forwards;
opacity: 0;
}

.phone-number:nth-child(1) { animation-delay: 0.1s; }
.phone-number:nth-child(2) { animation-delay: 0.2s; }
.whatsapp-option:nth-child(1) { animation-delay: 0.1s; }
.whatsapp-option:nth-child(2) { animation-delay: 0.2s; }
.nav-option:nth-child(1) { animation-delay: 0.1s; }
.nav-option:nth-child(2) { animation-delay: 0.2s; }
.nav-option:nth-child(3) { animation-delay: 0.3s; }

/* Modal Styles */
.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 2000;
opacity: 0;
transition: opacity 0.3s ease;
}

.modal.active {
display: flex;
opacity: 1;
}

.modal-content {
background: white;
width: 90%;
max-width: 400px;
margin: auto;
border-radius: 20px;
padding: 20px;
transform: translateY(20px);
transition: transform 0.3s ease;
}

.modal.active .modal-content {
transform: translateY(0);
}

.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.modal-title {
font-size: 20px;
font-weight: 600;
color: #333;
}

.close-modal {
background: none;
border: none;
font-size: 24px;
color: #666;
cursor: pointer;
padding: 5px;
}

.contact-info {
margin-bottom: 20px;
line-height: 27px;
}

.contact-item {
display: flex;
align-items: center;
margin-bottom: 15px;
color: #666;
}

.contact-item i {
width: 24px;
margin-right: 10px;
color: #2196F3;
}

.navigation-options {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-top: 20px;
}

.nav-option {
display: flex;
align-items: center;
padding: 12px;
background: #f5f5f5;
border-radius: 10px;
text-decoration: none;
color: #333;
transition: all 0.3s ease;
}

.nav-option:hover {
background: #e3f2fd;
transform: translateY(-2px);
}

.nav-option i {
margin-right: 10px;
font-size: 20px;
}

.nav-option.google { color: #DB4437; }
.nav-option.yandex { color: #FF0000; }
.nav-option.apple { color: #000000; }

/* Mobil cihazlar için görünürlük */
@media screen and (max-width: 768px) {
.bottom-nav {
display: flex;
}
}

/* Animasyonlar */
@keyframes fadeIn {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}

.bottom-nav {
animation: fadeIn 0.3s ease-out;
}

/* Contact Form Modal Styles */
.contact-form {
display: none;
}

.contact-form.active {
display: flex;
opacity: 1;
}

.form-group {
margin-bottom: 15px;
}

.form-group label {
display: block;
margin-bottom: 5px;
color: #333;
font-size: 14px;
}

.form-group input,
.form-group textarea {
width: 100%;
padding: 10px !important;
border: 1px solid #ddd !important;
border-radius: 8px;
font-size: 14px !important;
transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #2196F3;
}

.form-group textarea {
height: 100px;
resize: vertical;
}

.form-success {
display: none;
text-align: center;
padding: 20px;
color: #4CAF50;
}

.form-success i {
font-size: 48px;
margin-bottom: 10px;
}

.form-success p {
margin-bottom: 15px;
}

.form-error {
color: #f44336;
font-size: 12px;
margin-top: 5px;
display: none;
}

/* WhatsApp Modal Styles */
.whatsapp-options {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}

.whatsapp-option {
display: flex;
align-items: center;
padding: 15px;
background: #f5f5f5;
border-radius: 12px;
text-decoration: none;
color: #333;
transition: all 0.3s ease;
}

.whatsapp-option:hover {
background: #e3f2fd;
transform: translateY(-2px);
}

.whatsapp-option i {
margin-right: 15px;
font-size: 24px;
}

.whatsapp-option.voice { color: #25D366; }
.whatsapp-option.message { color: #128C7E; }

.whatsapp-text {
margin-bottom: 20px;
padding: 15px;
background: #f8f9fa;
border-radius: 12px;
font-size: 14px;
line-height: 1.5;
color: #666;
}

.whatsapp-number {
font-weight: 600;
color: #128C7E;
margin-bottom: 5px;
    font-size: 18px;
}

/* Phone Call Modal Styles */
.phone-numbers {
display: grid;
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px;
}

.phone-number {
display: flex;
align-items: center;
padding: 15px;
background: #f5f5f5;
border-radius: 12px;
text-decoration: none;
color: #333;
transition: all 0.3s ease;
}

.phone-number:hover {
background: #e3f2fd;
transform: translateY(-2px);
}

.phone-number i {
margin-right: 15px;
font-size: 24px;
color: #2196F3;
}

.phone-number .number {
font-weight: 600;
color: #2196F3;
}

.phone-number .label {
font-size: 12px;
color: #666;
margin-top: 2px;
}

.callback-form {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eee;
}

.callback-title {
font-size: 16px;
font-weight: 600;
color: #333;
margin-bottom: 15px;
}

.time-slots {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-bottom: 15px;
}

.callback-success {
display: none;
text-align: center;
padding: 20px;
color: #4CAF50;
}

.callback-success i {
font-size: 48px;
margin-bottom: 10px;
}
.callback-success p {
margin-bottom: 15px;
}

.btn-download .icon i {
    font-size: 24px;
    margin-bottom: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}