.findikli-logo {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    max-width: 100%;
    padding: 6px 16px 6px 6px;
    background: #ffffff;
    border-radius: 14px;
    box-sizing: border-box;
}

.findikli-logo__image {
    width: 80px;
    height: 90px;
    min-width: 90px;
    overflow: hidden;
    border-radius: 12px;
    background: #f2f2f2;
}

.findikli-logo__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.findikli-logo__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.findikli-logo__location {
    margin-bottom: 4px;
    color: #087e68;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.findikli-logo__title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
    white-space: nowrap;
        font-size: 25px;
}

.findikli-logo__title strong {
    color: #075846;
    font-weight: 900;
}

.findikli-logo__title span {
    color: #087fc1;
    font-weight: 800;
}

.findikli-logo__slogan {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #65737b;
    font-size: 12px;
    font-weight: 600;
}

.findikli-logo__slogan i {
    display: inline-block;
    width: 27px;
    height: 3px;
    border-radius: 20px;
    background: #0797d5;
}
#header.header-narrow .header-logo img {
    margin:0;
}
@media (max-width: 600px) {
    .findikli-logo {
        gap: 9px;
        padding: 5px 9px 5px 5px;
    }

    .findikli-logo__image {
        width: 78px;
        height: 78px;
        min-width: 78px;
        border-radius: 9px;
    }

    .findikli-logo__location {
        font-size: 8px;
        letter-spacing: 1.1px;
    }

    .findikli-logo__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        white-space: normal;
    }

    .findikli-logo__title strong {
        font-size: 22px;
    }

    .findikli-logo__title span {
        font-size: 17px;
    }

    .findikli-logo__slogan {
        display: none;
    }
}

.google-sans-flex-<uniquifier> {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Google Sans Flex", sans-serif;
}


/*Footer Start*/
/* ============================================================
   PASTEL FOOTER — hero (.wt-hero-slider) ile aynı görsel aile:
   135deg açık yeşil(#f1f7e4) → altın-krem(#fcf7db) → nane(#e9f4e4)
   + aynı radial "blob" glow tekniği (Yasemin Spot yeşil/altın).
   Pastel/açık zemin olduğu için metin renkleri koyu yeşil.
   ============================================================ */
#footer{
    --footer-ink: #0f3a5f;           /* başlıklar, ikonlar, .footer-lower metni */
    --footer-ink-soft: #0f3a5f;      /* #footer p gövde metni */
    --footer-muted: #486076;         /* copyright / developed-by / noticebar */
    --footer-accent: #1c6ea4;        /* metin/hover için okunabilir yeşil */
    --footer-accent-strong: #087fc1; /* sadece dekoratif: üst border + köşe glow */
}
#footer ul{
    margin:0;
    padding:0;
}
#footer ul li{
    list-style:none;
    display: flex;
}
#footer ul li a{
    padding: 0 0 10px 0;
    line-height: normal;
    color: var(--footer-ink, #0f3a5f) !important;
}
#footer ul li i{
    color: var(--footer-ink, #0f3a5f);
    min-width: 20px;
    margin-top: 3px;
}
#footer p{
    color: var(--footer-ink-soft, #0f3a5f);
}
#footer .footer-copyright p, #footer .footer-developed-by a {
    color: var(--footer-muted, #486076)!important;
}
#footer .footer-copyright.pt-md.pb-md.tleft{text-align:center;}
#footer .footer-copyright img{opacity:1;}
#footer .footer-copyright .footer-developed-by{z-index:2;}

.footer-lower__content {
    font-size: .875rem;
    line-height: 1.1875rem;
    font-weight: 700;
    color: var(--footer-ink, #0f3a5f);
}
.footer-lower a{
    color: var(--footer-ink, #0f3a5f) !important;
}
.footer-lower__content-links a {
    text-decoration: none;
    color: currentColor;
    margin-left: .625rem;
}
.footer-lower a::before {
    content: "\00b7";
    margin-right: .625rem;
}
.footer-noticebar {
    color: var(--footer-muted, #486076);
    text-align: center;
    font-size: 0.9em;
    padding: 0.5em;
}

.web-tasarim-wrp{
    position: absolute;
    right: 0;
    top: -10px;
    text-align: right;

}
.web-tasarim-wrp a{
    font-size: 11px !important;
    color: #6a7458 !important;
}
.web-tasarim-wrp a::before {
    content: "";
}
#footer-wrapper>.container>.col-md-3{
    z-index: 2;
}
@media (max-width: 767px) {
    footer#footer:before {
        background: transparent;
        animation: none;
    }
    #footer{
        background-position: 81% 100%!important;
        padding: 0px!important;
        margin-bottom: 88px;
        padding-top: 50px!important;
    }
    #footer-wrapper{text-align:center;padding: 0!important;}
    #footer-wrapper .footerlogo{margin:0 auto 15px;}
}

#footer .footer-copyright {
    margin-top:0;
    background: linear-gradient(135deg, #eef4fa 0%, #e6eef6 100%);
    border-top: 1px solid rgba(15,58,95,.12);
    position: relative;
    z-index: 1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
#footer .container .row>div {
    margin-bottom: 0;
}

#footer-wrapper .col-md-3 .phone-no p {
    margin-bottom: 2px;
}

#footer-wrapper {
    position: relative;
    padding: 60px 0 60px 0;
}
#footer-wrapper .footer-social-icons {
    margin-top: 20px;
    padding-left:0;
}
#footer-wrapper .footer-social-icons li{display: inline-block;}
#footer{
    margin-top: 50px;
    border: 0;
    padding:0;
}

.phone-no span, .phone-no a:hover, .col-md-3 h5 span, .widget-column-2 ul li a:hover, .widget-column-2 ul li.current_page_item a {
    color: var(--footer-accent, #1c6ea4);
}

#menu-footer-menu{list-style: none;padding-left:0}
#footer h5 {
    margin-top:0;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: var(--footer-ink, #0f3a5f);
    font-size: 20px;
}
#footer-wrapper > .container {
    display: flex !important;
    flex-wrap: wrap; /* Mobilde alt alta düşmeleri için */
}

#footer-wrapper > .container::before,
#footer-wrapper > .container::after {
    display: none !important;
}

#footer-wrapper .col-md-1 {
    display: flex !important;
}

.widget-column-1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.footerlogo img{
    background: linear-gradient(135deg, rgba(15,58,95,.92), #0d2f4d);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(15,58,95,.18);
}

#footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#e6f2fa 0%,#f3ebd9 50%,#e9f3f9 100%)!important;border-top:3px solid #087fc1!important;}
#footer::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-repeat:no-repeat;background-image:radial-gradient(circle,rgba(120,180,225,.34),transparent 46%),radial-gradient(circle,rgba(226,206,150,.32),transparent 48%),radial-gradient(circle,rgba(150,196,222,.30),transparent 44%);background-size:55% 55%,50% 50%,48% 48%;background-position:8% 12%,88% 15%,45% 94%;animation:wtFooterBlobDrift1 28s ease-in-out infinite alternate;}
#footer::after{content:"";position:absolute;top:-50px;right:-50px;width:240px;height:240px;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(226,206,150,.20),transparent 70%);}
#footer>*{position:relative;z-index:1;}
@keyframes wtFooterBlobDrift1{0%{transform:translate3d(0,0,0) scale(1);}100%{transform:translate3d(-2%,2.5%,0) scale(1.045);}}
@media (prefers-reduced-motion: reduce){#footer::before{animation:none;}}
/*Footer End*/

.blog-form-cta{background:linear-gradient(135deg,#ffffff 0%,#f7fbec 100%);border-left:5px solid #d9a80f !important;border-radius:12px;padding:36px 40px;box-shadow:0 10px 28px rgba(0,0,0,.07);}
.blog-form-cta-title{color:#2f4a17;font-weight:600;margin:0 0 22px;}
.blog-form-cta label{color:#555;font-size:14px;display:block;margin-bottom:6px;}
.blog-form-cta input,.blog-form-cta textarea{width:100%;background:#fff;border:1px solid #dbe6c6;border-radius:8px;padding:12px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s;}
.blog-form-cta input:focus,.blog-form-cta textarea:focus{outline:none;border-color:#5b7d1c;box-shadow:0 0 0 3px rgba(91,125,28,.14);}
.blog-form-cta input::placeholder,.blog-form-cta textarea::placeholder{color:#aaa;}
.blog-form-cta button,.blog-form-cta .btn,.blog-form-cta input[type="submit"]{background:#5b7d1c;color:#fff;font-weight:600;border:none;border-radius:8px;padding:13px 36px;font-size:15px;cursor:pointer;transition:background .2s,transform .1s;}
.blog-form-cta button:hover,.blog-form-cta .btn:hover,.blog-form-cta input[type="submit"]:hover{background:#46611a;}
.blog-form-cta button:active,.blog-form-cta .btn:active,.blog-form-cta input[type="submit"]:active{transform:scale(.98);}
@media (max-width:600px){.blog-form-cta{padding:26px 22px;}}

.blog-toc {
    border-left: 3px solid #5b7d1c !important;
}
.blog-toc-link.is-active {
    color: #46611a !important;
    border-left-color: #46611a !important;
}
a, a:hover, a:focus {
    color: #46611a;
}

#header svg{
    width: 250px;
    height: 125px;
}
.header-logo p{
    margin:0;
}
.sticky-header-active #header .header-logo .fill-white{
    fill:#2f4a17
}
@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li.open>a, #header .header-nav-main nav>ul>li:hover>a {
        background: #087fc1;
        color: #fff !important;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        border-top: 3px solid #d9a80f;
    }
    .sticky-header-active #header .header-logo img {
        top: 0;
    }
    #header .header-nav.header-nav-stripe nav>ul>li>a,
    html #header.header-semi-transparent .header-nav-main nav>ul>li:not(.active)>a, html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav>ul>li:not(.active)>a, html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li:not(.active)>a{
        color: #2f4a17;
    }
    html:not(.ie) #header.header-flex .header-logo {
        max-width: inherit;
    }

}
#header .header-body {
    background: transparent;
    border-top: 0;
}
.sticky-header-active #header .header-body {
    background: #fff;
}
.sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li>a {
    color: #222;
}
#header-search{
    display:none !important;
}
@media (max-width: 991px) {
    #header .header-logo img {
        margin: 15px 0 0;
        width: 150px;
    }
    #header .header-btn-collapse-nav {
        margin: 30px 0 0px 15px;
    }
    #header .header-btn-collapse-nav {
        background: #087fc1;
    }
    .sticky-header-active #header .header-logo img {
        margin: 10px 0 0;
    }
    .sticky-header-active #header .header-btn-collapse-nav {
        margin: 30px 0 0px 15px;
    }
    #header svg{
        width: 200px;
        height: 80px;
    }
    .nav {
        background: #fff;
    }
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top:0;
    }    
}

.page-header{
    position: relative;
    background: linear-gradient(135deg, #e6f2fa 0%, #f3ebd9 50%, #e9f3f9 100%) !important;
    border: 0px solid #f1f0ea;
    margin: -145px 0 35px;
    padding: 174px 0 20px;
    z-index: 0;
}
.wt-hero-slider {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e6f2fa 0%, #f3ebd9 50%, #e9f3f9 100%);
}
.wt-hero-slider::before{
    content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
    background-repeat:no-repeat;
    background-image:
        radial-gradient(circle, rgba(120,180,225,.42), transparent 46%),
        radial-gradient(circle, rgba(226,206,150,.40), transparent 48%),
        radial-gradient(circle, rgba(150,196,222,.38), transparent 44%);
    background-size:55% 55%, 50% 50%, 48% 48%;
    background-position:8% 15%, 88% 12%, 45% 90%;
    animation: wtHeroBlobDrift1 22s ease-in-out infinite alternate;
}
.wt-hero-slider::after{
    content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
    background-repeat:no-repeat;
    background-image: radial-gradient(circle, rgba(228,209,158,.34), transparent 50%);
    background-size:65% 65%;
    background-position:80% 78%;
    animation: wtHeroBlobDrift2 28s ease-in-out infinite alternate;
}
.wt-hero-slide{position:relative;background:transparent!important;z-index:1;}
.wt-hero-slide-content h5{color:#2f7fb5!important;}
.wt-hero-slide-content h2{color:#0f3a5f!important;}
.wt-hero-slide-content p{color:#245f86!important;}
.wt-hero-btn-outline{border-color:#0f3a5f!important;color:#0f3a5f!important;}
.wt-hero-btn-outline:hover,.wt-hero-btn-outline:focus{background-color:#0f3a5f!important;color:#fff!important;}
.wt-hero-dot{background-color:rgba(15,58,95,.28)!important;}
.wt-hero-dot:hover{background-color:rgba(15,58,95,.5)!important;}
.wt-hero-dot.active{background-color:#0f3a5f!important;}
@keyframes wtHeroBlobDrift1{
    0%   { background-position:8% 15%, 88% 12%, 45% 90%; }
    50%  { background-position:22% 30%, 72% 28%, 30% 72%; }
    100% { background-position:4% 8%, 92% 22%, 58% 88%; }
}
@keyframes wtHeroBlobDrift2{
    0%   { background-position:80% 78%; }
    50%  { background-position:60% 58%; }
    100% { background-position:85% 68%; }
}

.header_wrapper{position:relative;background:linear-gradient(90deg,#e6f2fa 0%,#f3ebd9 50%,#e9f3f9 100%)!important;background-size:200% 100%;animation:wtHeaderWrapGradientShift 24s ease-in-out infinite alternate;}
.header_wrapper::after{content:"";position:absolute;top:-40px;right:-40px;width:240px;height:240px;pointer-events:none;background:radial-gradient(circle,rgba(228,209,158,.30),transparent 70%);}
@keyframes wtHeaderWrapGradientShift{0%{background-position:0% 50%;}100%{background-position:100% 50%;}}
@media (prefers-reduced-motion: reduce){.header_wrapper{animation:none;}.wt-hero-slider::before,.wt-hero-slider::after{animation:none;}}


.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured {
    border-color:#5b7d1c;
    color: #5b7d1c;}


.page-header .breadcrumb>li a,
.page-header .breadcrumb>li a span,
.page-header .breadcrumb>li+li:before{
    color:#2f4a17;
}

.footer-lower + div.container {
    display: none;
}

.custom-fixed-btn{
    line-height: 22px;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    right: 12px;
    width: auto;
    position: fixed;
    z-index: 9999999;
}
.custom-fixed-btn:hover{
    color:#fff;
    text-decoration:none;
}
.custom-fixed-btn-whatsapp{
    bottom: 10px;
    background-color: #25D366;
    color: #fff;
}
.custom-fixed-btn-mobil{
    bottom: 60px;
    background-color: #d9a80f;
    color: #fff;
}
.custom-fixed-btn-form{
    bottom: 112px;
    background: #46611a;
    color: #fff;
    width: 50%;
}
.custom-fixed-btn-instagram{
    bottom: 112px;
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7) !important;
    background-color: #ee2a7b !important; /* gradient desteklemeyen durumlar icin yedek */
    color: #fff;

}
.custom-fixed-btn-sabit{
    bottom: 65px;
    background: #0e2683;
    color: #fff;
}
@media only screen and (min-width: 768px){
    .custom-fixed-btn{
        padding: 11px 15px;
        font-size: 20px;
        border-radius: 20px;
        min-width: 200px;
    }
}
@media only screen and (max-width: 600px){
    .custom-fixed-btn-form{
        left: 0;
        border-radius: 0;
        padding: 15px;
        width: 50%;
        bottom: 0;
        text-align: center;
    }
    .custom-fixed-btn-mobil{
        width: 50%;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .custom-fixed-btn-whatsapp{
        bottom: 10px;
        width: 50%;
        text-align: center;
        right: 0;
    }
    .custom-fixed-btn {
        border: 3px solid white;
        font-size: 15px;
        text-align: center;
        right: 0;
         width: 50%;
    }
    .custom-fixed-btn-instagram{
        bottom: 100px;
    }
}

html .scroll-to-top {
    bottom: 180px;
}


html #header.header-transparent {
    position: relative;
}
/* HZN kategori menü - ikon üstte */
.hzn-menu .hzn-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px;line-height:1.2;padding:12px 16px;}
.hzn-menu .hzn-link .hzn-ico,.hzn-menu .hzn-link .hzn-ico-svg{margin:0 auto;}
.hzn-menu .hzn-link .hzn-ico-svg{width:26px;height:26px;vertical-align:middle;}
.hzn-menu .hzn-link .hzn-ico{font-size:22px;margin-right:0;}
@media (max-width:991px){.hzn-menu .hzn-link{flex-direction:row;justify-content:flex-start;gap:8px;text-align:left;}.hzn-menu .hzn-link .hzn-ico-svg{width:20px;height:20px;margin:0;}}

/* HZN kategori menü - full width + margin temizle */
.hzn-menu .hzn-item{flex:1 1 0;min-width:0;}
.hzn-menu .hzn-link{width:100%;box-sizing:border-box;}
.hzn-menu .hzn-link .hzn-ico,.hzn-menu .hzn-link .hzn-ico-svg{margin:0 auto;}
@media (max-width:991px){.hzn-menu .hzn-item{flex:none;}.hzn-menu .hzn-link .hzn-ico,.hzn-menu .hzn-link .hzn-ico-svg{margin:0;}}
.hzn-inner {
    padding: 0 20px;
    margin: 5px 0 0 0;
}
/* ==== Header menü = logodaki 'Su Tesisatçısı' mavisi (#087fc1) ==== */
#header .header-nav-main nav>ul>li>a,
.sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li>a{color:#087fc1 !important;}
#header .header-nav-main nav>ul>li.open>a,
#header .header-nav-main nav>ul>li:hover>a,
#header .header-nav-main nav>ul>li.active>a,
.sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li:hover>a,
.sticky-header-active #header .header-nav.header-nav-stripe nav>ul>li.active>a{background:#087fc1 !important;color:#fff !important;}
#header .header-btn-collapse-nav{background:#087fc1 !important;}
