body {
    --maincolor: #0D4DA3;
    --secondary: #0D4DA3;
    --ahover: #000000;
    --menurenk: #0D4DA3;
    --menuhover: #000;
    --brown: #0D4DA3;
    --kirmizi: #0D4DA3;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif, sans-serif !important
}

html {
    background-color: var(--maincolor) !important;
    width: 100vw !important;
    min-width: 100vw !important
}

button {
    outline: 0 !important
}

a:hover {
    text-decoration: none !important
}

.haber-slider .item a {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column
}

.haber-slider .item a .img {
    position: relative
}

.haber-slider .item a .img img {
    width: 100%;
    height: 445px;
    border-radius: 10px;
}

.haber-slider .item a .head {
    position: relative;
    z-index: 2;
    padding: 10px 0;
    color: #000;
    letter-spacing: -.5px;
    height: 100%;
    margin: 10px 0;
}

.haber-slider .item a .head .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.haber-slider .item a .head .date {
    font-size: 11px;
    padding-top: .3rem
}

.haber-slider.owl-carousel.owl-loaded.owl-drag {
    margin-right: 15px
}

.habercol_outer {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.habercol_outer {
    width: 100%;
    overflow: hidden;
    padding: 0 30px 0 30px;
    margin: 0
}

.haber-slider .owl-dots {
    margin-top: 7px;
    display: none;
    margin-left: -4px;
    margin-right: -4px
}

.haber-slider .owl-dots .owl-dot {
    margin-top: 5px !important
}

.haber-slider .owl-dots .owl-dot {
    background-color: transparent !important
}

.haber-slider .owl-dots .owl-dot {
    flex-grow: 1;
    flex-basis: 0
}

@media (min-width:1200px) and (max-width:1770px) {
    .haber-slider .item a {
        height: 100%
    }

    .haber-slider .item a .head .title {
        max-width: -webkit-fill-available;
        word-break: break-all;
        max-height: 26px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis
    }
}

@media (max-width:1199px) {
    .haber-slider .item a {
        height: 305px
    }

    .haber-slider .item a .img img {
        max-height: 235px
    }
}

@media only screen and (min-width:768px) {
    .haber-slider .owl-dots .owl-dot {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
}

.haber-slider .owl-dots .owl-dot.active span {
    background-color: var(--maincolor);
    color: #fff
}

.haber-slider .owl-dots .owl-dot span {
    display: flex;
    background-color: #e5e5e5;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    width: 100%;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue'
}

@media (min-width:1200px) {
    .home_news__header {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.header-sticky {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1004;
    -webkit-box-shadow: 0 0 50px rgba(13, 58, 117, .5);
    box-shadow: 0 0 50px rgba(13, 58, 117, .5);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden
}

.header-sticky .container {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-sticky .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.header-sticky .btn-bar {
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.header-sticky .btn-bar .icon:not(.not) {
    font-size: 24px
}

.header-sticky .btn-bar .text {
    font-size: 20px;
    font-weight: 900;
    margin-left: 15px
}

.header-sticky .logo a {
    display: block;
    position: relative
}

.header-sticky .logo img {
    width: 14rem
}

.header-weather {
    font-family: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-left: 30px
}

.header-weather .figure {
    margin-right: 10px
}

.header-weather .icon {
    font-size: 13px;
    margin-left: 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.header-weather .text {
    font-weight: 900;
    font-size: 24px;
    position: relative;
    font-family: "Outfit", sans-serif;
    margin-top: 2px
}

.header-weather .figure img {
    width: 36px
}

.header-sticky.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 140px
}

.header-top {
    height: 70px
}

.header-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:1750px) {
    .container-fluid {
        padding-left: 120px;
        padding-right: 120px
    }
}

.header-top .header-container>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-buttons>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px
}

.header-buttons>ul>li:not(:last-child) {
    margin-right: 8px
}

.header-buttons>ul>li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    border-radius: 50px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    background: 0 0;
    font-family: "Outfit", sans-serif
}

.header-button>.icon {
    display: flex;
    color: #fff;
    width: 15px;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-button>.icon svg {
    fill: #fff
}

.header-button .desc {
    text-align: center;
    padding-right: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-button .desc .title {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-button .desc .title .icon {
    font-size: 12px;
    margin-left: 7px;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
    position: relative;
    color: #fff
}

.header-button._accessibility {
    width: 38px;
    height: 38px;
    -webkit-transition: .3s;
    transition: .3s
}

.header-button._accessibility>.icon {
    margin-top: -2px
}

.header-weather {
    font-family: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-left: 30px
}

.header-bottom {
    height: 70px;
    background-color: #fff
}

.header-container.container-fluid {
    max-height: 75px
}



.header-mobile__buttons {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-buttons__wrapper {
    position: absolute;
    top: 40px; 
    background: var(--secondary);
    border-radius: 15px;
    margin-top: 7px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.header-buttons__wrapper ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.header-buttons__wrapper ul li:last-child a {
    border-radius: 0 0 15px 15px
}

.header-buttons__wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.header-logo {
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.header-logo h1 {
    font-size: 0;
    margin: 0
}

.header-logo a {
    display: block;
    position: relative
}

.header-logo img {
    width: 160px;
    max-height: 170px
}

.header-container:after,
.header-container:before {
    content: unset !important
}

.header-nav__item {
    padding-left: 15px;
    padding-right: 15px
}

.header-nav__item>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase !important;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.header-nav__item>a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    height: 2px;
    background: currentColor;
    width: 0;
    margin: 0 auto;
    -webkit-transition: width .3s;
    transition: width .3s
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-buttons>ul>li.header-cat-button:hover .header-buttons__wrapper {
    opacity: 1;
    visibility: visible
}

.header-buttons__wrapper ul li a .title {
    font-weight: 800;
    font-size: 13px;
    font-family: "Outfit", sans-serif;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px
}

.header-buttons__wrapper ul li a:hover {
    background: var(--maincolor);
    color: #fff
}

.header-buttons__wrapper ul li:first-child a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.header-buttons>ul>li:hover .title .icon {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.header-nav__item:hover ul {
    display: flex
}

.header-nav__item ul {
    display: none;
    flex-wrap: wrap;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    max-width: 400px;
    min-width: 350px;
    z-index: 2;
    list-style: none
}

.header-nav__item>a:hover {
    color: #000
}

.header-nav__item ul li {
    flex-basis: 50%;
    padding: 7px 0 7px 0
}

.header-nav__item ul li a {
    color: #fff;
    padding: 5px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 12px
}

.footer-overlay {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100px;
    display: flex;
    z-index: 2;
    background-color: #55b25080
}

.footer-left {
    width: 30%;
    background-color: #108337;
    height: 100%
}

.footer-right {
    width: 70%;
    background-color: #108337;
    height: 100%
}

.haber-container span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #108337
}

.haber-container a {
    color: #fff;
    font-size: 24px
}

.footer-container {
    display: flex;
    position: relative;
    width: 100%
}

.footer-bottom-right {
    display: flex;
    justify-content: space-between;
    max-height: 100px
}

.footer-mayor-img {
    display: flex;
    position: absolute;
    bottom: 0
}

.footer-mayor-img img {
    width: 233px;
    height: 270px
}

.header-nav__item:hover .fa-chevron-right {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footer-mayor_last {
    display: flex;
    position: relative;
    height: 100px;
    width: 230px
}

.footer-mayor-social {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px
}

.header-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    background: 0 0;
    font-family: "Outfit", sans-serif
}

.header-input .icon {
    color: #cb8e35 !important
}

.header-input-type {
    background-color: transparent;
    border: 0;
    color: #fff
}

.header-buttons__wrapper ul li img {
    max-height: 30px
}

.menu-86 {
    width: 550px !important;
    margin-left: -200px !important
}

.menu-1045 {
    width: 550px !important;
    margin-left: -100px !important
}

.anasayfaelink {
    width: 25%
}

.footer-bottom-button {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    width: 100%;
    height: 100%;
    font-family: GilroyRegular;
    text-transform: uppercase;
    color: #fff;
    padding: 20px
}

.imarbaslik {
    font-size: 1.5rem !important
}

.footer-bottom-button:hover {
    cursor: pointer;
    box-shadow: inset 0 0 100px 100px rgb(0 0 0 / 10%)
}

.footer-bottom-button .icon {
    margin-right: 15px
}

.personnel-social a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.personnel-social {
    left: unset;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.footer-mayor-signature {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px
}

.footer-mayor-signature img {
    max-height: 75px
}

.header-mobile__buttons a,
.header-mobile__buttons button {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: transparent
}

.header-mobile__buttons a .icon:not(.not),
.header-mobile__buttons button .icon:not(.not) {
    font-size: 24px
}

.header-mobile__buttons a .icon:not(.not) svg,
.header-mobile__buttons button .icon:not(.not) svg {
    fill: #fff
}

.header-buttons__wrapper ul {
    list-style: none;
    padding-left: 0
}

@media (max-width:767px) {
    .header-bottom {
        height: 80px
    }
}

@media (max-width:479px) {
    .header-container {
        width: 100vw;
        position: absolute !important;
        left: 0;
        max-height: 80px
    }
}

@media (max-width:1199px) {
    .header-container {
        position: relative
    }
}

.modal-mayor__social {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width:1200px) and (max-width:1440px) {

    .modal-mayor__photo,
    .modal-mayor__social {
        height: 100vh !important
    }
}

.modal-mayor__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    -webkit-transition: .3s;
    transition: .3s
}

.inner-page__form ul li .heading {
    color: #0b2d6c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 3px
}

.inner-page__form ul li textarea {
    height: 200px;
    padding-top: 20px
}

.inner-page__form ul li {
    margin-bottom: 20px
}

.inner-page__form ul li input:hover,
.inner-page__form ul li textarea:hover {
    border: 1px solid rgba(0, 0, 0, .2)
}

.inner-page__form ul li textarea {
    height: 200px;
    padding-top: 20px
}

.inner-page__form ul li input,
.inner-page__form ul li textarea {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 16px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.inner-page__form ul li input,
.inner-page__form ul li textarea {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    font-size: 16px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
} 
.haber-slider .item a .head .description {
    font-size: 11px
}

@media (max-width:1440px) {
    .header-bottom {
        margin-top: 0
    }
}

/* WhatsApp Fixed Button */
.whatsapp-fixed-btn {
    position: fixed;
    bottom: 130px; 
    right: 30px;
    z-index: 10003;
    display: flex;
    align-items: center;
    background: #25D366;
    color: white !important;
    text-decoration: none !important;
    padding: 5px 20px 5px 5px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.inner-page .whatsapp-fixed-btn {
    bottom: 30px !important;
}

.whatsapp-fixed-btn.scrolled {
    bottom: 30px; 
    right: 20px;
    transform: scale(0.9);
}

.whatsapp-fixed-btn .wa-icon {
    width: 45px;
    height: 45px;
    background: white;
    color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-fixed-btn .wa-text {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.whatsapp-fixed-btn .wa-text span {
    font-size: 11px;
    opacity: 0.9;
}

.whatsapp-fixed-btn .wa-text strong {
    font-size: 14px;
    font-weight: 700;
}

.whatsapp-fixed-btn:hover {
    transform: scale(1.05) translateY(-5px);
    background: #128C7E;
    box-shadow: 0 15px 30px rgba(18, 140, 126, 0.4);
}

@keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.6); opacity: 0; }
}

@media (max-width: 768px) {
    .whatsapp-fixed-btn {
        bottom: 75px;
        right: 20px;
        padding: 5px;
    }
    .whatsapp-fixed-btn .wa-text {
        display: none;
    }
}

/* Side FAB Buttons (Cameras, Map, Pharmacy) */
.side-fab-btn {
    position: fixed;
    right: 0;
    z-index: 9991;
    display: flex;
    align-items: center;
    background: #0D4DA3;
    color: white !important;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 30px 0 0 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -2px 5px 15px rgba(0, 0, 0, 0.2);
}

.side-fab-btn.item-1 {
    top: 40%;
    transform: translateY(-50%);
}

.side-fab-btn.item-2 {
    top: 50%;
    transform: translateY(-50%);
}

.side-fab-btn.item-3 {
    top: 60%;
    transform: translateY(-50%);
}

.side-fab-btn .sk-icon {
    width: 35px;
    height: 35px;
    background: white;
    color: #0D4DA3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.5s ease;
    position: relative;
}

.side-fab-btn .sk-text {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 14px;
    margin-right: 0;
}

.side-fab-btn:hover, .side-fab-btn.active {
    padding-left: 20px;
    background: #0D4DA3;
}

.side-fab-btn:hover .sk-text, .side-fab-btn.active .sk-text {
    max-width: 150px;
    opacity: 1;
    margin-right: 12px;
}

.side-fab-btn:hover .sk-icon, .side-fab-btn.active .sk-icon {
    transform: rotate(360deg);
    background: #f0f7ff;
}

.side-fab-btn .sk-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid white;
    opacity: 0;
    animation: pulse-camera 2s infinite;
    left: 0;
    top: 0;
}

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

@media (max-width: 768px) {
    .side-fab-btn.item-1 {
        top: 65%;
    }
    .side-fab-btn.item-2 {
        top: 73%;
    }
    .side-fab-btn.item-3 {
        top: 81%;
    }
    .side-fab-btn {
        padding: 8px;
    }
    .side-fab-btn .sk-text {
        display: none;
    }
    .side-fab-btn.active .sk-text {
        display: inline-block;
        max-width: 150px;
    }
}
@media (min-width: 769px) and (max-width: 1400px) {
   .whatsapp-fixed-btn {
    position: fixed;
    bottom: 155px;
    right: 130px;
}
.whatsapp-fixed-btn.scrolled {
    right: 130px;
   
}
}