﻿/* ===================================
   Hakkımızda Kısa Bölümü
   =================================== */

#hakkimizdaKisa {
    background-color: #f8f9fa;
    position: relative;
    padding-top:100px;
    padding-bottom:100px;
}

/* Video Wrapper - Sol Taraf */
.hakkimizda-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

    .hakkimizda-video-wrapper .ratio {
        background-color: #e9ecef;
    }

    .hakkimizda-video-wrapper iframe {
        border: none;
        width: 100%;
        height: 100%;
    }

 

/* Sağ Taraf - İçerik Wrapper */
.hakkimizda-content-wrapper {
    background: #ffffff;
    position: relative;
    box-shadow: inset 40px 0 60px -30px rgba(0, 0, 0, 0.08);
    min-height: 100%;
    display: flex;
    align-items: center;
}

.hakkimizda-content {
    padding: 55px 80px 55px 80px;
    position: relative;
    box-shadow: 10px 0px 21px -12px #4545454a;
}

/* Dekoratif Çubuk - Sol Üst */
.decorative-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #5dade2;
    border-radius: 0 2px 2px 0;
}

/* Başlıklar */
.hakkimizda-content h6 {
    color: #003d7a;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.hakkimizda-content h2 {
    color: #003d7a;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

/* Paragraf */
.hakkimizda-content p {
/*    color: #666666;
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 2rem;*/
}

/* Buton */
.hakkimizda-content .btn-outline-primary {
    border: 2px solid #003d7a;
    color: #003d7a;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    padding: 10px 45px;
    transition: all 0.3s ease;
}

    .hakkimizda-content .btn-outline-primary:hover {
        background-color: #003d7a;
        border-color: #003d7a;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 61, 122, 0.2);
    }

/* Responsive Tasarım */
@media (max-width: 991px) {
    .hakkimizda-content-wrapper {
        box-shadow: 0 -40px 60px -30px rgba(0, 0, 0, 0.08);
    }

    .hakkimizda-content {
        padding: 50px 30px;
    }

    .hakkimizda-video-wrapper .ratio {
        aspect-ratio: 16/9;
    }

 
}

@media (max-width: 767px) {
    .hakkimizda-content {
        padding: 40px 20px;
        text-align: center;
    }

        .hakkimizda-content h2 {
            font-size: 1.75rem;
        }

        .hakkimizda-content p {
            text-align: center;
            font-size: 0.9rem;
        }

    .decorative-bar {
        left: 50%;
        transform: translateX(-50%);
    }

 

    .hakkimizda-content .btn-outline-primary {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .hakkimizda-content {
        padding: 55px 80px 55px 80px;
    }

        .hakkimizda-content h2 {
            font-size: 2.5rem;
        }
}



/* ===================================
   İletişim Bölümü
   =================================== */

.iletisim-section {
    padding: 80px 0;
    position: relative;
    background-image: url(/Upload/filigran2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .iletisim-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
        pointer-events: none;
    }

.iletisim-bilgi h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.iletisim-bilgi p {
    font-size: 1rem;
    line-height: 1.7;
}

.iletisim-detay h5 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.detay-item {
    display: flex;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.6;
}

    .detay-item i {
        color: #c18f3e;
        font-size: 1.1rem;
        margin-top: 2px;
    }

    .detay-item a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .detay-item a:hover {
            color: #5dade2;
        }

/* Sosyal Medya - İletişim Bölümü */
.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgb(193 143 62);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .social-link:hover {
        background: #5dade2;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(93, 173, 226, 0.3);
    }

/* İletişim Form Wrapper */
.iletisim-form-wrapper {
    /*background: rgba(255, 255, 255, 0.08);*/
    background: linear-gradient(131deg, #393838 0%, #232527 50%, #2e2e2f 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px;
}

    .iletisim-form-wrapper h3 {
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

/* Form Elemanları */
.iletisim-form .form-control,
.iletisim-form .form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    padding: 12px 18px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

    .iletisim-form .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .iletisim-form .form-control:focus,
    .iletisim-form .form-select:focus {
        background: rgba(255, 255, 255, 0.15);
        border-color: #5dade2;
        color: #ffffff;
        box-shadow: 0 0 0 0.2rem rgba(93, 173, 226, 0.15);
    }

 

    .iletisim-form .form-select option {
        background: #0d4d6e;
        color: #ffffff;
    }

/* Checkbox */
.iletisim-form .form-check-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 18px;
    height: 18px;
}

    .iletisim-form .form-check-input:checked {
        background-color: #5dade2;
        border-color: #5dade2;
    }

    .iletisim-form .form-check-input:focus {
        box-shadow: 0 0 0 0.2rem rgba(93, 173, 226, 0.15);
    }

/* Submit Button */
.iletisim-form .btn-light {
    background: #c18f3e;
    border: none;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

    .iletisim-form .btn-light:hover {
        background: #5dade2;
        color: #ffffff;
     
        box-shadow: 0 5px 20px rgba(93, 173, 226, 0.3);
    }

/* ===================================
   Footer Bölümü
   =================================== */

.footer-section {
    background: #ffffff;
    border-top: 1px solid #e9ecef;
}

.footer-logo {
    max-width: 180px;
    height: auto;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer Sosyal Medya */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-social-link {
    width: 44px;
    height: 44px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .footer-social-link:hover {
        background: #c19041;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(13, 77, 110, 0.2);
    }

/* Footer Bottom */
.footer-bottom {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

    .footer-bottom a:hover {
        color: #0d4d6e !important;
    }

/* Responsive */
@media (max-width: 991px) {
    .iletisim-section {
        padding: 60px 0;
    }

    .iletisim-bilgi {
        margin-bottom: 2rem;
    }

    .iletisim-form-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .iletisim-bilgi h2 {
        font-size: 1.5rem;
    }

    .iletisim-form-wrapper h3 {
        font-size: 1.1rem;
    }

    .social-links {
        justify-content: center;
        margin-top: 1.5rem;
    }

    .footer-bottom .col-md-6 {
        margin-bottom: 1rem;
    }

        .footer-bottom .col-md-6:last-child {
            margin-bottom: 0;
        }
}

/* WhatsApp Özel Stil */
.detay-item a[href*="wa.me"] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

    .detay-item a[href*="wa.me"]:hover {
        color: #25D366; /* WhatsApp yeşili */
    }

        .detay-item a[href*="wa.me"]:hover ~ i,
        .detay-item:has(a[href*="wa.me"]:hover) i {
            color: #25D366;
            transform: scale(1.1);
        }


.sliderAlan_box {
    max-width: 1400px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.sliderAlan2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sliderAlan2 h1 {
    margin-bottom: 15px;
}


/* Spinner Animation */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/* Button Disabled State */
#footer_btnGonder:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Güvenlik Resmi */
#rsm {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

    #rsm:hover {
        opacity: 0.8;
        transform: scale(1.02);
    }


:root {
    --primary-orange: #c18f3e;
    --text-dark: #2c3e50;
    --text-muted: #95a5a6;
}

/* Header */
.projeList-header {
    padding: 60px 0 60px;
    position: relative;
}

    .projeList-header::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 120px;
     /*   background: var(--primary-orange);*/
    }

.projeList-section-label {
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.projeList-section-title {
    color: var(--text-dark);
    font-size: 42px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0px;
}

.projeList-btn-all {
    background: var(--primary-orange);
    color: white;
    padding: 14px 35px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

    .projeList-btn-all:hover {
        background: #e67e22;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
    }

/* Section */
.projeList-section {
    padding-bottom: 80px;
}

/* Cards */
.projeList-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

 

    .projeList-card.featured {
        background: var(--primary-orange);
    }

    /* Yeni hali */
    .projeList-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        background: var(--primary-orange);
    }

        .projeList-card:hover .projeList-title {
            color: white;
        }

        .projeList-card:hover .projeList-detail-link {
            color: white;
        }

.projeList-image-wrapper {
    overflow: hidden;
    position: relative;
}

.projeList-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.projeList-card:hover .projeList-image {
    transform: scale(1.05);
}

.projeList-content {
    padding: 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projeList-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.projeList-card.featured .projeList-title {
    color: white;
}

.projeList-detail-link {
    color: var(--primary-orange);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.projeList-card.featured .projeList-detail-link {
    color: white;
}

.projeList-detail-link:hover {
    gap: 12px;
}

.projeList-detail-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.projeList-detail-link:hover i {
    transform: translateX(3px);
}

.projeList-status {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

    .projeList-status.completed {
        background: #27ae60;
        color: white;
    }

    .projeList-status.ongoing {
        background: var(--primary-orange);
        color: white;
    }

/* Responsive */
@media (max-width: 768px) {
    .projeList-section-title {
        font-size: 32px;
    }

    .projeList-header::before {
        height: 100px;
    }

    .projeList-btn-all {
        width: 100%;
        margin-top: 20px;
    }

    .projeList-image {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .projeList-section-title {
        font-size: 26px;
    }

    .projeList-content {
        padding: 20px 18px;
    }
}


.slider-area {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.slider-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.sliderAlan_box {
    position: relative;
    z-index: 1;
    width: 100%;
}

.slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}


/* Scroll Down Indicator */
.slider-scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index:120;
}

    .slider-scroll-down .mouse {
        width: 26px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 15px;
        position: relative;
        opacity: 0.8;
    }

    .slider-scroll-down .wheel {
        width: 4px;
        height: 8px;
        background: #fff;
        border-radius: 2px;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        animation: scroll 2s infinite;
    }

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(15px);
    }
}

.slider-scroll-down .arrow {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .slider-scroll-down .arrow span {
        display: block;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        animation: arrowMove 2s infinite;
        opacity: 0.6;
    }

@keyframes arrowMove {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(0, 0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(8px, 8px);
    }
}

 


.breadcumb-area {
    position: relative;
    height: 480px; /* yüksekliği artırdım */
    color: #fff;
    overflow: hidden;
}

    .breadcumb-area.parallax {
        background-image: url('/images/resource/construction-bg.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed; /* parallax etkisi */
        background-repeat: no-repeat;
    }

    /* Siyah degrade (yazılar daha okunabilir olsun) */
    .breadcumb-area::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgba(0,0,0,.50),rgba(0,0,0,.70));
    }

.breadcumb-content {
    position: relative;
    z-index: 5;
    margin-top: 40px;
}

    .breadcumb-content h1 {
        font-size: 48px;
        font-weight: 800;
    }

    .breadcumb-content ul {
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

        .breadcumb-content ul li {
            display: inline-block;
            margin-right: 10px;
            color: #eee;
        }

            .breadcumb-content ul li a {
                color: #fff;
                text-decoration: none;
            }



.glightbox-container .ginner-container {
    max-width: 500px;
    margin: 40px auto;
}

.glightbox-container iframe {
    border-radius: 10px; 
}

@media(max-width:600px) {
    .glightbox-container .ginner-container {
        max-width: 95%;
    }
}



.floating-menu {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.fm-item {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    transition: .2s;
}

    .fm-item:hover {
        background: #c18f3e;
        color: #fff;
    }


.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
    animation: pulse 2s infinite;
    transition: .2s;
}

    .whatsapp-float:hover {
        transform: scale(1.08);
        box-shadow: 0 10px 22px rgba(0,0,0,.3);
    }

/* Dalgacık animasyonu */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37,211,102,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

h1, h2, h3, h4, h5, h6, .blog-title h3 a {
    font-family: 'Archivo', sans-serif;
}