body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: auto;
}
img {
    touch-action: none;
    -webkit-touch-callout: none; /* iOS Safari'de menüyü engeller */
    -webkit-user-select: none;
    user-select: none;
}

.bi {
    color: #5a5b5d; /* Varsayılan ikon rengi */
}

.value-card .bi {
    color: #e7e8e2; /* Kart içi ikon rengi */
}

.custom-header {
    margin-top: 10px;
    background: transparent;
}

.header-row {
    min-height: 90px;
    position: relative;
    display: flex;
    border-radius: 20px 20px 0px 0px;
}

.header-left {
    background: #e7e8e2;
    border-radius: 20px 0 20px;
    padding: 0 32px 0 24px;
    display: flex;
    align-items: center;
    min-width: 0;
    position: relative;
    height: 90px;
    /* Çapraz sağ alt köşe */
    clip-path: polygon( 0% 0%, /* Sol üst */
    70% 0%, /* Sağ üst - biraz sola çekildi */
    80% 100%, /* Sağ üstten biraz aşağı kaydırıldı */
    100% 100%, /* Sağ alt */
    0% 100% /* Sol alt */
    );

    z-index: 1;
    flex: 1 1 0;
}

.header-logo-img {
    width: 100px;
    height: auto;
    margin-right: 12px;
}

.header-right {
    min-width: 180px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 90px;
    margin-left: -32px; /* üst üste binme efekti */
    z-index: 2;
    /* Sağ üstte çapraz */
}

.nav-link {
    color: #222 !important;
    font-weight: 500;
    font-size: 1.05rem;
    transition: color 0.2s;
    padding: 0 8px;
}

.nav-link:hover {
    text-decoration: underline;
    color: #007b5e !important;
}

.whatsapp-logo {
    font-size: 1.5rem;
    color: #25d366;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.offcanvas {
    background-color: #e7e8e2;
}

.offcanvas-body .nav-link {
    font-size: 1.1rem;
    padding: 10px 0;
    border-bottom: 1px solid #b7a3a3;
}

    .offcanvas-body .nav-link:last-child {
        border-bottom: none;
    }

.whatsapp-logo {
    font-size: 1.4rem;
    color: #25d366;
}


.custom-footer {
    position: relative; /* ekle */
    z-index: 1;
    width: 100%;
    background: #e7e8e2;
    border-radius: 40px 40px 0 0;
    min-height: 230px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    padding-top: 70px;
    padding-bottom: 40px;
    overflow: visible;
    z-index: 100;
    margin-top: 60px; 
}

.footer-shape {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    width: 1100px;
    height: 70px;
    background: #e7e8e2;
    z-index: 2; /* footer'dan yüksek */
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.02);
    clip-path: polygon( 0 100%, /* sol alt */
    0 70%, /* sol üstten aşağı */
    60px 0, /* sol üst çapraz */
    100% 0, /* orta çıkıntı başlangıcı */
    100% 0%, /* orta çıkıntı sol alt */
    0% 0, /* orta çıkıntı tepe */
    100% 0%, /* orta çıkıntı sağ alt */
    65% 0, /* orta çıkıntı bitişi */
    calc(100% - 60px) 0, /* sağ üst çapraz başlangıcı */
    100% 70%, /* sağ üstten aşağı */
    100% 100% /* sağ alt */
    );
}

.footer-content {
    position: relative;
    z-index: 3;
}

.footer-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.footer-desc {
    color: #555;
    font-size: 1.15rem;
    margin-bottom: 0;
}

.footer-menu {
    margin-top: 2rem;
}

.footer-link {
    background: #fff;
    color: #555 !important;
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 18px;
    transition: background 0.2s, color 0.2s;
}

.footer-link:hover {
    background: #555!important;
    color: #fff!important;
    text-decoration: none;
}

.hero-section {
    max-width: 1700px;
    height: 1000px;
    background: #e7e8e2 url('/img/degirmen.png') center center / cover no-repeat;
    position: relative;
    border-radius: 0 20px 20px 20px;
    color: #111;
    padding-bottom: 80px;
}

    .hero-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0); /* Yarı saydam overlay */
        z-index: 0;
    }

.property-card {
    z-index: 2;
}

h1 span {
    color: #000;
}

.divider {
    width: 3px;
    border-radius: 2px;
    margin: 0 30px;
    background-color: #222;
    flex-shrink: 0;
}

.avatars img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    object-fit: cover;
}

.right-side {
    overflow-y: auto;
    padding-right: 15px;
    max-height: 600px;
}

    .right-side::-webkit-scrollbar {
        width: 6px;
    }

    .right-side::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

.card-custom {
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 25px;
    background: #fafafa;
}

.icon-circle {
    width: 32px;
    height: 32px;
    background-color: orange;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    user-select: none;
}

.arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    user-select: none;
}

.stat-number {
    font-weight: 700;
    font-size: 1.5rem;
}

.stat-text {
    color: #888;
    font-size: 0.9rem;
}

h2 strong {
    font-weight: 700;
}

h2 .gray {
    font-weight: 400;
    color: #999;
}

.vals-container {
    background-image: url('/img/bugday.jpg');
    background-size: cover;
    background-position: center;
    min-height: 450px;
    max-width: 1700px;
    position: relative;
}

    .vals-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
    }

.vals-content {
    min-height: 450px;
    z-index: 10;
    position: relative;
}

.info-box {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

.vals-image {
    max-width: 100%;
    max-height: 400px;
    user-select: none;
    width: auto;
    height: auto;
}

.product-section {
    background-color: #fff;
    color: #1a1a1a;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
    color: #1a1a1a;
}

    .section-title .highlight {
        color: #b8d800;
    }

.section-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

.product-card {
    border-radius: 0.5rem;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
}

    .product-card:hover {
        box-shadow: 0 0.5rem 1rem rgba(184, 216, 0, 0.3);
    }

.card-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

    .card-title .highlight {
        color: #b8d800;
    }

.highlight-only {
    color: #b8d800;
    font-weight: 600;
}

.product-img {
    object-fit: contain;
    user-select: none;
}

.link-arrow {
    font-weight: 600;
    font-size: 0.9rem;
    color: #b8d800;
    text-decoration: none;
}

    .link-arrow:hover {
        text-decoration: underline;
    }

.arrow {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 0.25rem;
}

.randevu-section {
    width: 1700px;
    max-width: 100%;
    height: 600px;
    background: url('/img/degirmen2.jpg') center center/cover no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: white;
}


    .randevu-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4); /* koyu overlay */
        z-index: 0;
    }

    .randevu-section .container > .row > div {
        position: relative;
        z-index: 1;
    }

.btn-outline-light {
    border: 1px solid white;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

    .btn-outline-light:hover {
        background-color: white;
        color: black;
    }

.banner-section {
    max-width: 1700px;
    height: 400px;
    background: #e7e8e2 url('/img/atedbanner.png') center center / cover no-repeat;
    position: relative;
    border-radius: 0 20px 20px 20px;
    color: #111;
    padding-bottom: 80px;
}

.about-container {
    max-width: 1700px;
    background: #fafafa;
    padding: 3rem 0;
}

.custom-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.timeline-card {
    border-left: 3px solid #e7e8e2;
    padding-left: 2rem;
    margin: 2rem 0;
}

.value-card {
    background: rgba(231,232,226,0.1);
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

/* Mobil uyarlama */
@media (max-width: 767.98px) {
    
    .footer-shape {
        display: none;
    }

    /* Footer: sabit alt konumda ve responsive */
    .custom-footer {
        width: 100%;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        padding-top: 40px;
        padding-bottom: 40px;
        box-shadow: 0 -2px 16px rgba(0,0,0,0.05);
        margin-top: 0; /* Margin kaldır */
    }

    /* Footer linkleri: normalde hover arka planı göster */
    .footer-link {
        background: #fff;
        color: #555!important;
        border-radius: 18px;
        padding: 8px 18px;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none; /* Alt çizgi normalde açık */
        transition: background 0.3s, color 0.3s;
    }

    /* Hoverda arka plan kaldır, renk ve alt çizgi değiştir */
    .footer-link:hover {
        background: transparent;
        color: #007b5e;
        text-decoration: none;
    }

    .container {
        flex-direction: column !important;
        height: auto !important;
        max-width: 100% !important;
        padding: 20px !important;
    }

    .divider {
        width: 100%;
        height: 3px;
        margin: 20px 0;
    }

    .right-side {
        max-height: 300px;
        padding-right: 10px;
        margin-top: 15px;
    }

    .flex-grow-1 {
        flex-grow: 0 !important;
        flex-basis: auto !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vals-image {
        max-width: 80%; /* Mobilde %80 genişlik */
    }

    .randevu-section .container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 600px; /* veya istediğiniz yükseklik */
    }

}

.menuu {
    margin-left: 400px;
}

@media (max-width: 1400px) {
    .menuu {
        margin-left: 200px;
    }
}

@media (max-width: 1200px) {
    #mainMenu {
        background: #e7e8e2;
        padding: 10px 20px;
        border-radius: 0 0 20px 20px;
        margin-top: 8px;
    }
    .banner-section {
        border-radius: 0 0px 20px 20px;
    }
    #mainMenu .nav-link {
        padding: 10px 0;
        font-size: 1.1rem;
        width: 100%;
    }

            #mainMenu .nav-link.d-flex i.whatsapp-logo {
                font-size: 1.3rem;
                color: #25d366;
            }

    .header-row {
        flex-wrap: wrap;
        min-height: auto;
        border-radius: 20px;
    }

    .header-left {
        flex: 1 1 100%;
        border-radius: 20px 20px 0 0;
        clip-path: none;
        padding: 10px 16px;
        background: #e7e8e2;
        height: auto;
        justify-content: center;
    }

    .header-right {
        display: none!important;
    }

    /* Navbar toggler görünür */
    .navbar-toggler {
        display: inline-block !important;
    }

    /* Nav menü mobilde gizli olabilir, istersen açılır menü yapabilirsin */
    nav.d-none.d-md-flex {
        display: none !important;
    }

    .hero-section {
        border-radius: 0 0px 20px 20px;
    }

    .footer-shape {
        width: 900px;
    }
}
@media (max-width: 1000px) {
    .footer-shape {
        width: 600px;
    }

        

}

.contact-info {
    flex: 0 0 350px;
    background: #e7e8e2;
    color: black;
    padding: 30px;
    border-radius: 10px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    .info-item i {
        font-size: 1.2rem;
        margin-top: 5px;
    }

.btn-send {
    background: #e7e8e2;
    color: black;
    padding: 12px;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
}

    .btn-send:hover {
        background: #e7e8e2;
        color: white;
        transform: translateY(-3px);
    }

/* Responsive */
@@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info {
        flex: 1;
        width: 100%;
    }
}
/* MEVCUT STİLLER */
.contact-container {
    display: flex;
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 15px;
    gap: 40px;
}

.contact-form {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.contact-info {
    flex: 0 0 350px;
    background: #e7e8e2;
    color: black;
    padding: 30px;
    border-radius: 10px;
}

/* YENİ HARİTA STİLLERİ */
.wide-map-container {
    max-width: 1400px;
    margin: 0 auto 50px;
    padding: 0 15px;
}

    .wide-map-container iframe {
        width: 100%;
        height: 450px;
        border-radius: 10px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    }

/* RESPONSIVE DÜZENLEMELER */
@media (max-width: 992px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info {
        width: 100%;
    }

    .wide-map-container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .wide-map-container iframe {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .wide-map-container iframe {
        height: 300px;
    }
}

.container-custom {
    max-width: 1700px;
}

.product-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* normal gölge */
}

    .product-card:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20); /* hover'da keskinleşen gölge */
    }


    .product-card img {
        width: 320px;
        height: 320px;
        object-fit: contain;
        display: block;
        margin: 20px auto 0;
    }

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.action-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .action-buttons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        color: #e5a81f;
        border: 1px solid #e5a81f;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        transition: background 0.3s;
    }

        .action-buttons a:hover {
            background-color: #e5a81f;
            .bi

{
    color: #fff;
}

}

.action-buttons .bi {
    color: #e5a81f;
}
