:root {
    --white: #fff;
    --dark2: #212529;
}

a:hover {
    text-decoration: none !important;
}

html #header .header-logo.custom-header-logo:before {
    display: none;
}

html #header.header-transparent {
    position: relative;
}

html.sticky-header-active #header .header-logo .logo-sticky {
    max-height: 80px;
}

.nav-link2 {
    font-size: 16px;
    color: var(--white) !important;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    color: var(--white);
}

#footer {
    background-color: var(--dark);
}

.owl-thumb .owl-item {
    max-width: 100px;
    height: auto;
}

html #header .header-logo.custom-header-logo:before {
    background-color: #000;
}

html #header .header-nav-main nav > ul > li > a {
    font-size: 17px;
}

.bg-black {
    background-color: var(--dark2);
}

.logo, .logo-sticky {
    height: 55px;
    width: auto;
}

.logo2 {
    width: auto;
    max-height: 50px;
}

.svg-fill-color-white {
    fill: var(--white) !important;
}

.svg-stroke-color-white {
    stroke: var(--white) !important;
}

.svg-stroke-color-white svg path, .svg-stroke-color-white svg rect, .svg-stroke-color-white svg line, .svg-stroke-color-white svg polyline, .svg-stroke-color-white svg polygon {
    stroke: var(--white) !important;
}

.custom-square-3 {
    width: 216px;
    height: 216px;
    background-color: var(--white);
    transform: rotate(48deg);
    transform-origin: 0% 100%;
}

#map {
    height: 355px;
    width: 100%;
}

/* InfoWindow içeriği için stil */
.info-box {
    background-color: white;
    padding: 0 5px;
    max-width: 220px;
}

.info-box h3 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.info-box p {
    font-size: 14px;
    margin: 5px 0;
    color: #666;
}

.grid-item {
    width: 32%;
    margin-bottom: 10px;
}
.grid-item img {
    width: 100%;
    display: block;
}

/*section.section { background-color: var(--dark); }*/
html.sticky-header-active #header .header-logo .logo { opacity: 1; visibility: visible; transform: inherit; }

@media (min-width: 1200px) {
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 1rem !important;
    }
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header .header-body {
        transform: none;
    }
}
