/* Header arka Plan */
header.nav-innerpage-style.at-home3
 {
    background-color: #ffffff;
}
header.nav-innerpage-style
 {
    border-bottom: 0px solid #ffffff;
    padding: 7px 0;
}
/* Megamenu  */
#mega-menu  
 {
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
 }
 header.nav-homepage-style .btn-mega {
        color: #151d31;
        font-size: 14px;
        font-family: 'Outfit';
        font-weight: 500;
        
 }

/* banner Heading */
.banner-style-one .banner-title
 {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
 }
 .hero-home12  {
     background-image: none;
     display: flex;
     align-items: center;
     height: 860px;
 }
 header.nav-homepage-style  {
     background-color: #ffffff;
     
 }
 
header.nav-homepage-style .ace-responsive-menu a
 {
    color: #060318;
    font-family: var(--title-font-family);
    font-weight: 400;
}
header.nav-homepage-style .sidemenu-btn, header.nav-homepage-style .login-info
 {
    color: #060318;
}
header.nav-homepage-style .sidemenu-btn, header.nav-homepage-style .login-info
 {
    color: #060318;
}
.bgc-white
 {
    background-color: #f3f3f6;
}
.form-control
 {
    border-radius: 30px;
       }
    .home9-tags.at-home12 a
 {
     border: 1px solid #b8b7b7;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light

 {
    background-color: rgb(255 255 255);
    border-radius: 50px;
}
.bdrl1 {
    border-left: 1px solid #E9E9E9;
    padding-left: 20px;
}

/* --- DRIBBBLE TARZI HEADER ELEMENTLERİ --- */

/* Kayıt Ol Butonu (Siyah & Yuvarlak) */
.btn-dribbble {
    background-color: #0d0c22 !important;
    /* Dribbble Siyahı */
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 8px;
    /* Hafif yuvarlatılmış */
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-dribbble:hover {
    background-color: #565564 !important;
    /* Hover Rengi */
    color: #fff !important;
}

/* Giriş Yap Linki (Sade Gri) */
.link-dribbble {
    color: #6e6d7a !important;
    font-weight: 600;
    font-size: 14px;
    margin-right: 25px;
    text-decoration: none;
    transition: color 0.2s;
}

.link-dribbble:hover {
    color: #0d0c22 !important;
}

/* Kullanıcı İkonları (Mesaj & Bildirim) */
.header-icon-btn {
    color: #6e6d7a;
    font-size: 24px;
    /* İkon boyutu */
    margin-right: 20px;
    position: relative;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
}

.header-icon-btn:hover {
    color: #0d0c22;
}

/* Profil Resmi */
.header-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e7e7e9;
    cursor: pointer;
}

    /* Dribbble Tarzı Buton */
    .btn-project-brief {
        border: 1px solid #e7e7e9;
        border-radius: 24px;
        padding: 8px 20px;
        color: #0d0c22;
        font-weight: 600;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.2s;
        background: white;
        display: inline-flex;
        align-items: center;
    }
    .btn-project-brief:hover {
        border-color: #0d0c22;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    /* Tooltip (Açıklama Kutusu) */
    .project-brief-wrapper:hover .project-brief-tooltip {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .project-brief-tooltip {
        position: absolute;
        top: 120%;
        left: -30%;
        transform: translateX(-50%) translateY(10px);
        background: white;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        width: 250px;
        text-align: center;
        font-size: 13px;
        color: #555;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        z-index: 100;
        border: 1px solid #eee;
    }
    /* Üçgen Ok */
    .project-brief-tooltip::before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 12px;
        height: 12px;
        background: white;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
    }
/* --- HERO SECTION TABS --- */
.hero-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.hero-tab-btn {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-tab-btn:hover {
    background: #f9f9f9;
    transform: translateY(-2px);
}

.hero-tab-btn.active {
    background: #1364FF; /* Tema Rengi */
    color: #fff;
    border-color: #1364FF;
    box-shadow: 0 5px 15px rgba(19, 100, 255, 0.3);
}

.hero-tab-btn i { font-size: 16px; }