.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*/
#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;
}
#footer ul li i{
    color: #fff;
    min-width: 20px;
    margin-top: 3px;
}
#footer p{
    color: #eee;
}
#footer .footer-copyright p, #footer .footer-developed-by a {
    color: #9f9f9f!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: #000;
}
.footer-lower a{
    color: #000 !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: #B5B5B5;
    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: #595959 !important;
}
.web-tasarim-wrp a::before {
    content: "";
}
#footer-wrapper>.container>.col-md-3{
    z-index: 2;
}
@media (max-width: 767px) {
    footer#footer:before {
        background: linear-gradient(180deg, black, transparent);
    }
    #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: transparent;
    border-top: 0;
}
#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: #f5c119;
}

#menu-footer-menu{list-style: none;padding-left:0}
#footer h5 {
    margin-top:0;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #ffffff;
    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: #00000047;
    border-radius: 6px;
    padding: 20px;    
}

#footer{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d1426 0%,#1a2540 55%,#2a1016 100%)!important;border-top:3px solid #c5143e!important;}
#footer::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 1px,transparent 1px 16px),repeating-linear-gradient(-45deg,rgba(255,255,255,.035) 0 1px,transparent 1px 16px);}
#footer::after{content:"";position:absolute;top:-50px;right:-50px;width:240px;height:240px;pointer-events:none;background:radial-gradient(circle,rgba(197,20,62,.28),transparent 70%);}
#footer>*{position:relative;z-index:1;}
/*Footer End*/

.blog-form-cta{background:linear-gradient(135deg,#ffffff 0%,#fdeef1 100%);border-left:5px solid #c5143e !important;border-radius:12px;padding:36px 40px;box-shadow:0 10px 28px rgba(0,0,0,.07);}
.blog-form-cta-title{color:#1a2540;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 #e6d8dc;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:#c5143e;box-shadow:0 0 0 3px rgba(197,20,62,.12);}
.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:#c5143e;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:#a01030;}
.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 #c5143e !important;
}
.blog-toc-link.is-active {
    color: #1b1463 !important;
    border-left-color: #1b1463 !important;
}
a, a:hover, a:focus {
    color: #1b1463;
}

#header svg{
    width: 300px;
    height: 80px;    
}
.header-logo p{
    margin:0;
}
.sticky-header-active #header .header-logo .fill-white{
    fill:#1B1463
}
@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li.open>a, #header .header-nav-main nav>ul>li:hover>a {
        background: #c5143e;
        color: #fff !important;
    }
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        border-top: 3px solid #c4143e;
    }
    .sticky-header-active #header .header-logo img {
        top: 0;
        width: 200px;
    }   
    #header .header-nav.header-nav-stripe nav>ul>li>a {
        color: #fff;
    }    
   
}
#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: 12px 0 0px 15px;
    }    
    #header .header-btn-collapse-nav {
        background: #c5143e;
    }
    .sticky-header-active #header .header-logo img {
        margin: 10px 0 0;
    }       
    .sticky-header-active #header .header-btn-collapse-nav {
        margin: 15px 0 0px 15px;
    } 
    #header svg{
        width: 200px;
        height: 50px;    
    }    
    .nav {
        background: #fff;
    }    
}

.page-header{
    background: linear-gradient(135deg, #0d1426 0%, #1a2540 55%, #2a1016 100%) !important;
    border: 0px solid #f1f0ea;
    margin: -145px 0 35px;
    padding: 174px 0 20px;
    background-color: #fffffc;
}
.wt-hero-slider {
    background: linear-gradient(135deg, #0d1426 0%, #1a2540 55%, #2a1016 100%) !important;
    padding-top: 100px;
}
.wt-hero-slide {
    background-color: transparent !important;
}



.wt-hero-slider::before,
.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 16px), repeating-linear-gradient(-45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 16px);
}

.header_wrapper{position:relative;background:linear-gradient(135deg,#101a30 0%,#1c2747 100%)!important;}
.header_wrapper::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 1px,transparent 1px 14px),repeating-linear-gradient(-45deg,rgba(255,255,255,.04) 0 1px,transparent 1px 14px);}
.header_wrapper::after{content:"";position:absolute;top:-40px;right:-40px;width:240px;height:240px;pointer-events:none;background:radial-gradient(circle,rgba(197,20,62,.35),transparent 70%);}


.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:#c5143e;
    color: #c5143e;}


.page-header .breadcrumb>li a,
.page-header .breadcrumb>li a span,
.page-header .breadcrumb>li+li:before{
    color:#fff;
}

.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: #1b1463;
    color: #fff;
}
.custom-fixed-btn-form{
    bottom: 112px;
    background: #5D001E;
    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: 110px;
    background: #c5143e;
    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: 50px;
        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;
}
