﻿/* Footer logo boyutu */
footer .f-item.about img {
    width: 300px !important;
}

/* Roboto font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body, body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not([class*="fa-"]) {
    font-family: 'Roboto', Arial, sans-serif !important;
}

/* @media (min-width: 992px)
{
    .sticky-bar-menu {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 70%;
    }
}  */
.sticky-bar-menu,.sticky-bar-menu-bar{
    align-self: center;
}
.navbar .attr-nav .call span{
    color: #4DA6E8;
}
.navbar .attr-nav .call h5{
    width:max-content;
}
.fixed-bg1{
    height: 130% !important;
}
.project-style-one .info{
    margin-bottom: -50px;
	margin-left: -180px
}
@media (min-width: 992px)
{
    .nav-bar {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 63.666667%;
        max-width: 66.666667%;
    }
}
.info1{
    margin-right: -30px;
}
.faq-bg-theme{
    background-color: #1875BC;
}
.appoinment-area .form-items {
    background-color: #ffffffbf;
}
.footer-socia-link ul{
    display: flex;
}
.footer-socia-link ul li{
    padding: 10px;
}
@media (min-width: 992px)
{
.offset-lg-3{
    margin-left: 15%;
}
}
@media (min-width: 1024px){
    .navbar.nav-full-width .navbar-header .navbar-brand{
        margin-right: -15px;
    }
}

.whatsapp-icon{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    z-index: 999;
}
.whatsapp-icon img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1301px) {
	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 14px;
        padding: 35px 10px;
	}
}
.error-page h1{
    font-size: 200px;
}
.error-page p{
    font-size: 30px;
}

/* Baloncuk animasyonlarını durdur */
.animated-bubble img {
    animation: none !important;
}

/* Logo büyütme — container boyutu sabit kalır */
@media (min-width: 1200px) {
    .navbar.nav-full-width .navbar-header {
        padding: 20px 0 !important;
    }
    .navbar.nav-full-width .navbar-header img {
        height: 100px !important;
    }
    .navbar.nav-full-width.sticked .navbar-header {
        padding: 12px 0 !important;
    }
    .navbar.nav-full-width.sticked .navbar-header img {
        height: 70px !important;
    }
}


/* ===== CLEANNET OVERRIDES ===== */

/* Top bar consistent height across all pages */
.top-bar-area .row.align-center {
    min-height: 68px;
}

/* Footer logo boyutu */
footer .f-item.about img {
    width: 300px !important;
    max-width: 300px !important;
    height: auto !important;
}

/* @media (min-width: 992px)
{
    .sticky-bar-menu {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 70%;
    }
}  */
.sticky-bar-menu,.sticky-bar-menu-bar{
    align-self: center;
}
.navbar .attr-nav .call span{
    color: #4DA6E8;
}
.navbar .attr-nav .call h5{
    width:max-content;
}
.fixed-bg1{
    height: 130% !important;
}
.project-style-one .info{
    margin-bottom: -50px;
	margin-left: -180px
}
@media (min-width: 992px)
{
    .nav-bar {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 63.666667%;
        max-width: 66.666667%;
    }
}
.info1{
    margin-right: -30px;
}
.faq-bg-theme{
    background-color: #1875BC;
}
.appoinment-area .form-items {
    background-color: #ffffffbf;
}
.footer-socia-link ul{
    display: flex;
}
.footer-socia-link ul li{
    padding: 10px;
}
@media (min-width: 992px)
{
.offset-lg-3{
    margin-left: 15%;
}
}
@media (min-width: 1024px){
    .navbar.nav-full-width .navbar-header .navbar-brand{
        margin-right: -15px;
    }
}
.whatsapp-icon{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    z-index: 999;
}
.whatsapp-icon img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1301px) {
	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 14px;
        padding: 35px 10px;
	}
}
.error-page h1{
    font-size: 200px;
}
.error-page p{
    font-size: 30px;
}

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;}
.faq-answer p {margin: 10px 0;}
.faq-item.active .faq-answer {max-height: 200px; /* enough for content */padding: 10px 0;}
.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}
