/* =====================================================
   İNŞAAT FİRMASI - ANTRASİT & GOLD PROFESYONEL TEMA
   Tüm renkler sabit değerler - veritabanı kullanmıyor
   ===================================================== */

/* ===== RENK PALETİ ===== */
/* 
   Antrasit Ana: #2C3E50
   Antrasit Koyu: #1A252F
   Antrasit Açık: #34495E
   Gold Ana: #D4AF37
   Gold Açık: #E8C547
*/

/* ===== GENEL STILLER ===== */
body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

a:hover {
    color: #D4AF37 !important;
}

::selection {
    background: #D4AF37;
    color: #1A252F;
}

::-moz-selection {
    background: #D4AF37;
    color: #1A252F;
}

/* ===== HEADER ===== */
.header .top-header {
    background: linear-gradient(90deg, #0F161B 0%, #1A252F 100%) !important;
    padding: 8px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.header .bottom-header {
    background: linear-gradient(180deg, #2C3E50 0%, #1A252F 100%) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.header .bottom-header .logo {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-radius: 0 0 8px 8px;
    padding: 10px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.header .bottom-header .logo:after {
    display: none !important;
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 25px 18px !important;
    position: relative;
    transition: all 0.3s ease;
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #E8C547);
    transition: width 0.3s ease;
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover:before {
    width: 80%;
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #D4AF37 !important;
    background: rgba(212, 175, 55, 0.1);
}

/* Dropdown Menu Luxury Style */
.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: linear-gradient(180deg, #1A252F 0%, #0F161B 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    min-width: 220px;
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff !important;
    padding: 12px 25px;
    font-size: 13px;
    letter-spacing: 0.3px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #D4AF37 !important;
    background: rgba(212, 175, 55, 0.1) !important;
    border-left-color: #D4AF37;
    padding-left: 30px;
}

/* Header 2 (İkinci Şablon) */
.header-2,
#header,
header.header {
    background: linear-gradient(180deg, #2C3E50 0%, #1A252F 100%) !important;
}

#navbar-top {
    background: linear-gradient(90deg, #0F161B 0%, #1A252F 100%) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

#nav-menu-wrap {
    background: linear-gradient(180deg, #2C3E50 0%, #1A252F 100%) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

#nav-menu-wrap .navbar {
    background: transparent !important;
}

#nav-menu-wrap .navbar .navbar-nav .nav-item .nav-link {
    color: #1A252F !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 18px 15px !important;
    transition: all 0.3s ease;
}

#nav-menu-wrap .navbar .navbar-nav .nav-item .nav-link:hover,
#nav-menu-wrap .navbar .navbar-nav .nav-item .nav-link.active {
    color: #D4AF37 !important;
}

#nav-menu-wrap .navbar .dropdown-menu {
    background: #fff !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}

#nav-menu-wrap .navbar .dropdown-menu .dropdown-item {
    color: #1A252F !important;
    padding: 10px 20px;
    font-size: 13px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

#nav-menu-wrap .navbar .dropdown-menu .dropdown-item:hover {
    color: #D4AF37 !important;
    background: rgba(212, 175, 55, 0.1) !important;
    border-left-color: #D4AF37;
}

.header-2 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #D4AF37 !important;
}

/* ===== SLIDER / BANNER - BLUR VE OVERLAY EFEKTİ ===== */
.banner .slider {
    position: relative;
}

.banner .slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 37, 47, 0.85) 0%, rgba(44, 62, 80, 0.7) 50%, rgba(212, 175, 55, 0.3) 100%) !important;
    z-index: 1;
}

.banner .slider .banner-txt {
    position: relative;
    z-index: 2;
}

.banner .slider .banner-txt h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.banner .slider .banner-txt h1 span {
    color: #D4AF37 !important;
}

.banner .slider .banner-txt p {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.banner .owl-dots .owl-dot {
    background: #D4AF37 !important;
}

.banner .owl-dots .owl-dot.active {
    background: #fff !important;
}

/* ===== BUTONLAR ===== */
.def-btn {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #1A252F !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.def-btn:hover {
    background: #1A252F !important;
    border-color: #1A252F !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 37, 47, 0.4);
}

/* ===== BAŞLIKLAR ===== */
.heading h2 {
    color: #1A252F !important;
}

.heading h2:after {
    background: linear-gradient(90deg, #D4AF37, #E8C547) !important;
}

.heading-2 h2 {
    color: #1A252F !important;
}

/* ===== HAKKIMIZDA BÖLÜMÜ ===== */
.about .part-txt h4 {
    color: #D4AF37 !important;
}

.about .part-txt h4:after {
    background: #D4AF37 !important;
}

.about .part-txt h2 {
    color: #1A252F !important;
}

.about .part-txt h2 span {
    color: #D4AF37 !important;
}

.about .part-txt .single-box.one {
    background: #2C3E50 !important;
}

.about .part-txt .single-box.two {
    background: linear-gradient(135deg, #D4AF37, #E8C547) !important;
}

.about .part-txt .single-box.two h3 {
    color: #1A252F !important;
}

/* ===== HİZMETLER BÖLÜMÜ ===== */
.service {
    background: #f8f9fa !important;
}

.service .service-slider .owl-stage-outer .single-box:before {
    background: #D4AF37 !important;
}

.service .service-slider .owl-stage-outer .single-box .part-img .overlay {
    background: rgba(44, 62, 80, 0.9) !important;
}

.service .service-slider .owl-stage-outer .single-box .part-img .overlay a {
    background: #D4AF37 !important;
    color: #1A252F !important;
}

.service .service-slider .owl-stage-outer .single-box:hover .part-txt a {
    color: #D4AF37 !important;
}

.service .service-slider .owl-nav button {
    background: #2C3E50 !important;
    color: #fff !important;
}

.service .service-slider .owl-nav button:hover {
    background: #D4AF37 !important;
    color: #1A252F !important;
}

/* ===== PROJELER BÖLÜMÜ ===== */
.project {
    background: linear-gradient(180deg, #1A252F 0%, #2C3E50 100%) !important;
}

.project .project-slider .single-box:after {
    background: linear-gradient(135deg, #D4AF37 0%, #E8C547 100%) !important;
}

.project .project-slider .owl-nav button {
    background: #fff !important;
    color: #1A252F !important;
}

.project .project-slider .owl-nav button:hover {
    background: #D4AF37 !important;
    color: #1A252F !important;
}

/* ===== GALERİ ===== */
.project-inner .control-panel .controls li.active {
    color: #D4AF37 !important;
}

.project-inner .items .single-item:after {
    background: linear-gradient(135deg, #D4AF37 0%, #E8C547 100%) !important;
}

/* ===== REFERANS / YORUMLAR ===== */
.testimonial .client-area .img {
    background: #D4AF37 !important;
}

.testimonial .comment-slider .single-comment .icon {
    background: linear-gradient(135deg, #D4AF37, #E8C547) !important;
}

.testimonial .comment-slider .single-comment span {
    color: #D4AF37 !important;
}

.testimonial .comment-slider .owl-dots .owl-dot {
    background: #2C3E50 !important;
}

.testimonial .comment-slider .owl-dots .owl-dot.active {
    background: #D4AF37 !important;
}

/* ===== FOOTER ===== */
.footer {
    background: linear-gradient(180deg, #1A252F 0%, #0F161B 100%) !important;
}

.footer .main-footer h3.title {
    color: #fff !important;
}

.footer .main-footer h3.title:after {
    background: #D4AF37 !important;
}

.footer .main-footer .footer-contact ul li span {
    color: #D4AF37 !important;
}

.footer .main-footer .site-info .social a {
    background: #fff !important;
    color: #1A252F !important;
}

.footer .main-footer .site-info .social a:hover {
    background: #D4AF37 !important;
    color: #1A252F !important;
}

.footer .main-footer .footer-service ul li a:hover {
    color: #D4AF37 !important;
}

.footer .copyright {
    background: #0A0F12 !important;
}

/* ===== SIDEBAR ===== */
.main-sidebar .close-btn {
    color: #D4AF37 !important;
}

.main-sidebar::-webkit-scrollbar-thumb {
    background: #D4AF37 !important;
}

.main-sidebar .links h2:after,
.main-sidebar .side-contact h2:after,
.main-sidebar .socials h2:after {
    background: #D4AF37 !important;
}

.main-sidebar .socials a:hover,
.main-sidebar .side-contact ul li:hover i {
    background: #D4AF37 !important;
}

.main-sidebar .links ul li a:hover {
    color: #D4AF37 !important;
}

/* ===== SCROLL TO TOP ===== */
.scroll-to-top .container button {
    background: #D4AF37 !important;
    color: #1A252F !important;
    border-color: #fff !important;
}

.scroll-to-top .container button:hover {
    background: #1A252F !important;
    color: #D4AF37 !important;
    border-color: #D4AF37 !important;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
    background: linear-gradient(135deg, rgba(26, 37, 47, 0.9), rgba(44, 62, 80, 0.85)) !important;
}

.breadcrumb .part-txt ul li.current {
    color: #D4AF37 !important;
}

/* ===== BLOG / KARTLAR ===== */
.blog .single-box:before {
    background: #D4AF37 !important;
}

.blog .single-box .part-txt .blog-info .date {
    background: #D4AF37 !important;
    color: #1A252F !important;
}

.blog .single-box .part-txt .blog-info .admin .name {
    color: #D4AF37 !important;
}

.blog .single-box .part-txt a:hover {
    color: #D4AF37 !important;
}

.blog .single-box:hover .part-txt .blog-info .date {
    background: #2C3E50 !important;
    color: #fff !important;
}

/* ===== İLETİŞİM ===== */
.contact .address-area .single-box:after {
    background: #D4AF37 !important;
}

.contact .address-area .single-box.two {
    background: linear-gradient(135deg, #D4AF37, #E8C547) !important;
}

.contact .address-area .single-box.two .title h3,
.contact .address-area .single-box.two .details ul li {
    color: #1A252F !important;
}

.contact .address-area .single-box .details ul li span {
    color: #D4AF37 !important;
}

/* ===== SERVİS DETAY ===== */
.service-details .sidebar .nav .nav-link.active {
    background: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #1A252F !important;
}

.service-details .sidebar .download-btn {
    background: #2C3E50 !important;
}

.service-details .sidebar .download-btn.two {
    background: #D4AF37 !important;
    color: #1A252F !important;
}

.service-details .main-content .part-txt .quote {
    background: linear-gradient(135deg, #D4AF37, #E8C547) !important;
}

/* ===== PARTNER ===== */
.partner {
    background: #f8f9fa !important;
}

/* ===== FUN FACT (İSTATİSTİKLER) ===== */
.fun-fact .bg {
    background: linear-gradient(135deg, #D4AF37, #E8C547) !important;
}

.fun-fact-2 {
    background: linear-gradient(180deg, #1A252F, #2C3E50) !important;
}

/* ===== PROFESYONEL DOKUNUŞLAR ===== */
.card {
    border: none !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.3px;
}

img {
    transition: transform 0.3s ease;
}

.single-box:hover img {
    transform: scale(1.02);
}

/* ===== ANİMASYONLAR ===== */
* {
    transition: all 0.25s ease-in-out;
}

/* Form elemanları için hover */
input:focus,
textarea:focus {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15) !important;
}

/* Link underline efekti */
.nav-link {
    position: relative;
}

.nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #D4AF37;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover:after {
    width: 70%;
}

/* ===== PREMIUM BANNER (Gold Section) ===== */
.premium-banner {
    background: linear-gradient(135deg, #D4AF37 0%, #C9A227 50%, #E8C547 100%);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.premium-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A252F' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.premium-banner .banner-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.premium-banner .banner-icon-box {
    flex-shrink: 0;
}

.premium-banner .icon-inner {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1A252F 0%, #2C3E50 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(26, 37, 47, 0.4);
    position: relative;
}

.premium-banner .icon-inner::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 14px;
    background: linear-gradient(135deg, #D4AF37, #E8C547);
    z-index: -1;
}

.premium-banner .icon-inner i {
    font-size: 38px;
    color: #D4AF37;
}

.premium-banner .banner-content {
    flex: 1;
}

.premium-banner .banner-content h3 {
    color: #1A252F;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.premium-banner .banner-content p {
    color: #1A252F;
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
    line-height: 1.6;
}

.premium-banner .banner-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.premium-banner .banner-btn {
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.premium-banner .banner-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.premium-banner .banner-btn:hover::before {
    left: 100%;
}

.premium-banner .banner-btn.primary {
    background: transparent;
    border: 2px solid #1A252F;
    color: #1A252F !important;
}

.premium-banner .banner-btn.primary:hover {
    background: #1A252F;
    color: #D4AF37 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 37, 47, 0.4);
}

.premium-banner .banner-btn.secondary {
    background: linear-gradient(135deg, #1A252F 0%, #2C3E50 100%);
    border: 2px solid #1A252F;
    color: #D4AF37 !important;
    box-shadow: 0 4px 15px rgba(26, 37, 47, 0.3);
}

.premium-banner .banner-btn.secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #1A252F !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

/* ===== PREMIUM CONTACT BAR ===== */
.premium-contact {
    background: linear-gradient(180deg, #1A252F 0%, #0F161B 100%);
    padding: 35px 0;
    position: relative;
}

.premium-contact::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #E8C547, #D4AF37);
}

.premium-contact .contact-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

.premium-contact .contact-box:hover {
    background: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-3px);
}

.premium-contact .contact-icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #D4AF37 0%, #E8C547 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.premium-contact .contact-icon-wrap i {
    font-size: 24px;
    color: #1A252F;
}

.premium-contact .contact-info {
    flex: 1;
}

.premium-contact .contact-info .label {
    display: block;
    color: #D4AF37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.premium-contact .contact-info a,
.premium-contact .contact-info p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.premium-contact .contact-info a:hover {
    color: #D4AF37 !important;
}

@media (max-width: 991px) {
    .premium-banner .banner-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .premium-banner .banner-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .premium-contact .contact-box {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .premium-banner .banner-content h3 {
        font-size: 18px;
    }

    .premium-banner .banner-btn {
        padding: 12px 20px;
        font-size: 11px;
    }

    .premium-contact .contact-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
}