/*
 Theme Name: A1
 Template: hello-elementor
 Text Domain: a1
*/

/* A1 base styles */
:root {
    --a1-font-heading: "Bebas Neue", sans-serif;
    --a1-font-body: "Montserrat", sans-serif;
}
body {
    font-family: var(--a1-font-body);
    font-size: 20px;
    line-height: 1.5;
}
.a1-site-title {
    font-family: var(--a1-font-heading);
    font-size: 48px;
    text-decoration: none;
    color: inherit;
}
.a1-header-inner,
.a1-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
.a1-header-inner {
    background-color: #11313B;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.a1-header-inner .a1-header-left {
    /*padding: 22px 40px;*/
    padding: 22px 35px;
    background-color: #AE966C;
}
.a1-header-inner .a1-header-left img,
.a1-footer-left svg {
    /*width: 70px;
    height: auto;
    max-width: 70px;*/
    width: 10vw;
    height: auto;
    max-width: 10vw;
}
nav.a1-header-menu {
    display: none;
}
.a1-header-right {
    /*display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    padding: 42px 45px;*/
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    /*padding: 20px 53px 9px 0;*/
    padding-right: 70px;
}
.a1-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.a1-header-lead {
    margin: 0;
    display: flex;
    align-items: center;
}




.a1-menu a {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #E8E8E8;
    padding: 24px;
    display: block;
}
.a1-menu a:hover,
.a1-menu a:focus,
.a1-menu .current-menu-item a {
    color: #E8E8E8;
    text-decoration: underline;
}
.a1-header-right h1, h2 {
    color: #E8E8E8;
    margin: 0;
    font-size: 21px !important;
    line-height: 24px !important;
}
.a1-header-right h1 span {
    background-color: #AE966C;
    padding: 0 5px;
}
h2 span,
h3 span {
    background-color: #11313B;;
    padding: 0 10px;
}



.a1-site-footer {
    background-color: #11313B;
    padding: 42px 45px;

}
.a1-footer-inner {
    flex-direction: column;
    gap: 42px;
}


.a1-footer-address p {
    color: #E8E8E8;
    margin: 0;
    padding: 0;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
}
.a1-footer-address p a {
    color: #E8E8E8;
}
.a1-footer-socials ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.a1-footer-copy {
    margin-top: 8px;
    font-size: 14px;
    opacity: 0.8;
}

.grey-bg h3 {
    background-color: #CEC0A7;
    display: inline-block;
    padding: 0 10px;
}



.a1-header-inner {
    gap: 5vw;
}
@media (min-width: 767px) {
    .a1-header-right h1,h2  {
        font-size: 38px !important;
        line-height: 54px !important;
    }
}




@media only screen and (min-width: 1200px) {
    .a1-header-right h1, h2 {
        font-size: 60px !important;
        line-height: 72px !important;
    }
    .a1-footer-address p {
        color: #E8E8E8;
        margin: 0;
        padding: 0;
        font-family: "Bebas Neue", Sans-serif;
        font-size: 38px;
        font-weight: 400;
        line-height: 48px;
        text-transform: uppercase;
    }
    .a1-site-footer {
        padding: 160px 120px;
    }
    .a1-site-title {
        font-size: 82px;
    }
    .a1-footer-inner {
        flex-direction: row;
    }
    .a1-header-inner,
    .a1-footer-inner {
        gap: 100px;
    }
    nav.a1-header-menu {
        display: block;
    }
    .a1-header-inner {
        flex-direction: row;
    }
    .a1-header-inner .a1-header-left {
        /*padding: 152px 192px;*/
        padding: 52px 92px;
    }
    .a1-header-inner .a1-header-left img,
    .a1-footer-left img {
        width: 165px;
        height: auto;
        max-width: 165px;
    }
    .a1-header-right {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-end;
        padding: 0 100px 0 0;
        width: 100%;
    }
    .a1-header-lead {
        margin: 0;
        display: flex;
        height: 260px;
        align-items: center;
        width: 100%;
    }
    .a1-footer-right {
        display: flex;
        flex-direction: column;
        gap: 80px;
        align-items: flex-end;
        text-align: right;
    }
}

@media only screen and (max-width: 1200px) {

    .a1-footer-right {
        display: flex;
        flex-direction: column;
        gap: 80px;
        align-items: flex-end;
        text-align: right;
    }
    .a1-footer-right nav.a1-header-menu {
        display: block;
    }
    .a1-footer-right nav.a1-header-menu  ul {
        flex-direction: column;
    }
    .a1-footer-right nav.a1-header-menu  ul a {
        padding: 0;
    }
    .a1-footer-right {
        display: flex;
        flex-direction: column;
        gap: 42px;
        align-items: flex-start;
        text-align: left;
    }
}
.profile-custom-box {
    position: relative;
}
.profile-custom-box .tex-on-profile {
    display: none;
}
.profile-custom-box:hover .tex-on-profile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    background-color: #F8F3EE;
    width: 100%;
    height: calc(100% - 90px);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE ve Edge */
}

.profile-custom-box:hover .tex-on-profile::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* Form genel alan */
.wpcf7-form {
    max-width: 100%;
    margin: 0 auto;
}
.wpcf7 p {
    margin: 0;
    padding: 0;
}
/* Input ve textarea alanları */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: none;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 25px;
    background: #fdfdfc;
    color: #333;
    box-sizing: border-box;
    margin-bottom: 18px;
}
.wpcf7 textarea {
    max-height: 255px;
}

/* Placeholder rengi */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #6c7a7a;
    opacity: 1;
}

/* Gönder butonu */
.wpcf7 input[type="submit"] {
    background: #B15331;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s ease;
}

/* Hover efekti */
.wpcf7 input[type="submit"]:hover {
    background: #8c3b20;
}
.acf-map-point {
    background-color: #B15331;
    width: fit-content;
    padding: 3px 10px 0px 10px;
    font-family: var(--a1-font-heading);
    font-size: 24px;
    line-height: 32px;
}
.acf-map-point:before {
    content: "";
    background-color: #B15331;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: -30px;
    border-radius: 100%;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
}
.elementor-shortcode {
    line-height: 0;
}

/* Sticky Header Styles (Desktop Only) */
.a1-sticky-header {
    position: fixed;
    top: -100px; /* Start hidden above viewport */
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #11313B;
    padding: 20px 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
}

.a1-sticky-header.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.a1-sticky-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 auto;
    padding: 0 40px;
}

.a1-sticky-left {
    flex: 0 0 auto;
}

.a1-sticky-logo {
    height: 40px;
    display: flex;
    align-items: center;
}

.a1-sticky-logo svg {
    height: 100%;
    width: auto;
}

.a1-sticky-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.a1-sticky-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}

.a1-sticky-menu-list a {
    color: #E8E8E8;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.a1-sticky-menu-list a:hover,
.a1-sticky-menu-list .current-menu-item a {
    color: #E8E8E8;
    text-decoration: underline;
}

/* Mobile Sticky Header Styles */
.a1-mobile-sticky-header {
    position: fixed;
    top: -80px; /* Start hidden above viewport */
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #11313B;
    padding: 15px 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);
    opacity: 0;
}

.a1-mobile-sticky-header.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.a1-mobile-sticky-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

.a1-mobile-sticky-left {
    flex: 0 0 auto;
}

.a1-mobile-sticky-logo {
    height: 32px;
    display: flex;
    align-items: center;
}

.a1-mobile-sticky-logo svg {
    height: 100%;
    width: auto;
}

.a1-mobile-sticky-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-toggle-sticky {
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.mobile-menu-toggle-sticky:hover {
    background-color: rgba(174, 150, 108, 0.2);
}

.mobile-menu-toggle-sticky svg {
    display: block;
}

/* Hide desktop sticky header on mobile */
@media only screen and (max-width: 1199px) {
    .a1-sticky-header {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .a1-footer-socials svg {
        max-width: 22px;
    }
}



/* Hide mobile sticky header on desktop */
@media only screen and (min-width: 1200px) {
    .a1-mobile-sticky-header {
        display: none;
    }
}

/* Mobile Menu Overlay Styles */
.a1-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #11313B;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(-100%);
}

.a1-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.a1-mobile-menu-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    overflow-y: auto;
}

.a1-mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(232, 232, 232, 0.2);
}

.a1-mobile-menu-logo {
    height: 50px;
    display: flex;
    align-items: center;
}

.a1-mobile-menu-logo svg {
    height: 100%;
    width: auto;
}

.a1-mobile-menu-close {
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: rgba(174, 150, 108, 0.1);
}

.a1-mobile-menu-close:hover {
    background-color: rgba(174, 150, 108, 0.3);
    transform: scale(1.1);
}

.a1-mobile-menu-close svg {
    display: block;
}

.a1-mobile-menu-nav {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.a1-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.a1-mobile-menu-list li {
    margin-bottom: 8px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.a1-mobile-menu-overlay.active .a1-mobile-menu-list li {
    opacity: 1;
    transform: translateX(0);
}

.a1-mobile-menu-overlay.active .a1-mobile-menu-list li:nth-child(1) { transition-delay: 0.1s; }
.a1-mobile-menu-overlay.active .a1-mobile-menu-list li:nth-child(2) { transition-delay: 0.15s; }
.a1-mobile-menu-overlay.active .a1-mobile-menu-list li:nth-child(3) { transition-delay: 0.2s; }
.a1-mobile-menu-overlay.active .a1-mobile-menu-list li:nth-child(4) { transition-delay: 0.25s; }
.a1-mobile-menu-overlay.active .a1-mobile-menu-list li:nth-child(5) { transition-delay: 0.3s; }
.a1-mobile-menu-overlay.active .a1-mobile-menu-list li:nth-child(6) { transition-delay: 0.35s; }

.a1-mobile-menu-list a {
    display: block;
    color: #E8E8E8;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    padding: 16px 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.a1-mobile-menu-list a:hover {
    color: #AE966C;
    padding-left: 20px;
}

.a1-mobile-menu-list a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: #AE966C;
    border-radius: 2px;
}

/* Hide mobile menu on desktop */
@media only screen and (min-width: 1200px) {
    .a1-mobile-menu-overlay {
        display: none;
    }
}

/* Body scroll lock when menu is open */
body.menu-open {
    overflow: hidden;
}
@media only screen and (min-width: 1199px) {
    .mobile-menu-toggle {
        display: none;
    }
}
.mobile-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    margin: 30px 28px 0 0;
}
.admin-bar .mobile-menu-toggle {
    margin: 76px 28px 0 0;
}

@media (max-width: 767px) {
    h3 .elementor-heading-title .elementor-size-default {
        font-size: 22px;
        line-height: 34px;
    }
    .acf-map-point {
        padding: 0;
        font-size: 0;
    }
}