/* ============================================
   CORPORATE THEME OVERRIDE
   Renk Paleti: Lacivert + Altın + Beyaz
   ============================================ */

:root {
    --primary: #1B2A4A;
    --primary-light: #2C3E6B;
    --accent: #C9A84C;
    --accent-hover: #B8963A;
    --dark: #0F1B33;
    --light-bg: #F4F6FA;
    --text-dark: #1a1a2e;
    --text-muted: #5a6275;
    --white: #FFFFFF;
    --shadow: 0 10px 40px rgba(27, 42, 74, 0.12);
    --shadow-hover: 0 15px 50px rgba(27, 42, 74, 0.2);
}

/* === TYPOGRAPHY === */
html, body {
    font-family: 'Inter', 'Muli', sans-serif !important;
    background: var(--white);
    color: var(--text-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

p {
    font-family: 'Inter', sans-serif;
    color: var(--text-muted);
    line-height: 1.8em;
    font-size: 15px;
}

/* === HEADER === */
header {
    background: linear-gradient(135deg, rgba(27, 42, 74, 0.95), rgba(15, 27, 51, 0.9));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

#logo a {
    color: var(--white) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 2px;
}

#logo a span.fa {
    color: var(--accent) !important;
}

nav a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

nav a:hover {
    color: var(--accent) !important;
}

.menu li.active a {
    color: var(--accent) !important;
    position: relative;
}

.right-p li, .right-p li a {
    color: rgba(255, 255, 255, 0.8);
}

/* Header Buttons */
#tikla {
    background: var(--accent) !important;
    border: none !important;
    color: var(--dark) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}

#tikla:hover {
    background: var(--accent-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
}

#tikla1 {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    color: var(--white) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 22px;
    border-radius: 50px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#tikla1:hover {
    border-color: var(--accent) !important;
    color: var(--accent) !important;
    transform: translateY(-2px);
}

/* === BANNER === */
.banner {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
}

.layer {
    background: linear-gradient(135deg, rgba(15, 27, 51, 0.85), rgba(27, 42, 74, 0.75), rgba(44, 62, 107, 0.7)) !important;
}

.banner-text-w3ls {
    padding: 18vw 0 12vw;
}

h3.b-w3ltxt {
    font-family: 'Poppins', sans-serif !important;
    font-size: 3em;
    font-weight: 800;
    color: var(--white);
    text-shadow: none;
    line-height: 1.2;
}

h3.b-w3ltxt span,
h3.b-w3ltxt .accent {
    color: var(--accent);
}

h4.b-w3ltxt {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.8em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.w3ls_banner_txt p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.8;
    max-width: 500px;
}

/* === FORM === */
.banner-form-w3 {
    padding: 13vw 0 1vw;
}

.banner-form-w3 .padding {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    padding: 2em 1.8em !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(201, 168, 76, 0.15);
    position: relative;
    overflow: hidden;
}

.banner-form-w3 .padding::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
}

.banner-form-w3 h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    color: var(--primary) !important;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.form-style-w3layout input[type="text"],
.form-style-w3layout input[type="email"],
.form-style-w3layout input[type="password"],
.form-style-w3layout select,
select {
    background: var(--light-bg) !important;
    border: 2px solid transparent !important;
    border-radius: 10px !important;
    padding: 14px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--text-dark) !important;
    transition: all 0.3s ease;
    margin-bottom: 12px !important;
}

.form-style-w3layout input[type="text"]:focus,
.form-style-w3layout select:focus,
select:focus {
    border-color: var(--accent) !important;
    background: var(--white) !important;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
    outline: none;
}

.form-style-w3layout button.btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-light)) !important;
    color: var(--white) !important;
    border: none;
    border-radius: 10px !important;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(27, 42, 74, 0.3);
    position: relative;
    overflow: hidden;
}

.form-style-w3layout button.btn:hover {
    background: linear-gradient(135deg, var(--accent), var(--accent-hover)) !important;
    color: var(--dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.4);
}

/* === SECTIONS === */

/* Hakkımızda */
.banner-bottom {
    background: var(--light-bg) !important;
}

h2.heading {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    color: var(--primary) !important;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

h2.heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent);
    margin: 15px auto 0;
    border-radius: 2px;
}

h3.heading {
    font-family: 'Poppins', sans-serif !important;
    font-size: 38px;
    color: var(--primary);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

h3.heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent);
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Hakkımızda Kart Görselleri */
.three-grids-w3pvt-1:before,
.three-grids-w3pvt-2:before,
.three-grids-w3pvt-3:before,
.three-grids-w3pvt-4:before {
    background: linear-gradient(135deg, rgba(27, 42, 74, 0.7), rgba(15, 27, 51, 0.8)) !important;
    opacity: 0.85;
}

.text-effect-wthree h5 {
    font-family: 'Poppins', sans-serif !important;
    color: var(--accent) !important;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.text-effect-wthree p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.banner-bottom p {
    color: var(--text-muted);
    font-size: 15px;
}

.ser-img span.fa {
    color: var(--accent) !important;
    font-size: 42px;
}

/* === HİZMETLER === */
.services {
    background: var(--white);
}

.services-inner {
    border: 2px solid rgba(27, 42, 74, 0.12) !important;
    border-radius: 12px;
    transition: all 0.4s ease;
    background: var(--white);
}

.our-services-wrapper:hover .services-inner {
    border: 2px solid var(--accent) !important;
    box-shadow: var(--shadow-hover);
    transform: translateY(-5px);
}

.our-services-img span.fa {
    color: var(--accent) !important;
    background: var(--white);
    font-size: 36px;
}

.our-services-text h4 {
    font-family: 'Poppins', sans-serif !important;
    color: var(--primary) !important;
    font-weight: 600;
    font-size: 16px;
}

.our-services-text h4::before {
    background: var(--accent) !important;
    height: 2px;
    width: 30px;
}

.our-services-text p,
.services p {
    color: var(--text-muted);
}

/* === İSTATİSTİKLER === */
.stats-section-w3pvt {
    background: linear-gradient(135deg, var(--primary), var(--primary-light), var(--dark)) !important;
}

.stats-section-w3pvt h3.heading {
    color: var(--white) !important;
}

.stats-section-w3pvt h3.heading::after {
    background: var(--accent);
}

.w3layouts_stats_left {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(201, 168, 76, 0.15) !important;
    border-radius: 12px;
    padding: 2em 1em !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.w3layouts_stats_left:hover {
    border: 1px solid rgba(201, 168, 76, 0.4) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    transform: translateY(-5px);
}

.stats-icon {
    background: var(--accent) !important;
    width: 65px;
    height: 65px;
    border-radius: 14px !important;
    line-height: 65px;
}

.w3layouts_stats_left span.fa {
    color: var(--dark) !important;
    font-size: 24px;
    line-height: 65px;
}

p.counter {
    color: var(--white) !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 2.5em;
}

p.para-text-w3ls {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

/* === TAKIM / ÜYE KARTLARI === */
.team {
    background: var(--light-bg);
}

.team-grid {
    transition: all 0.3s ease;
}

.team-grid img {
    border-radius: 12px 12px 0 0;
    transition: all 0.4s ease;
}

.team-grid:hover img {
    transform: scale(1.03);
}

.team-info {
    background: var(--white);
    border-radius: 0 0 12px 12px;
    padding: 18px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.team-info h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--primary);
}

/* === FOOTER === */
.footer-layer {
    background: linear-gradient(135deg, rgba(15, 27, 51, 0.92), rgba(27, 42, 74, 0.88)) !important;
}

.footer-title a {
    font-family: 'Poppins', sans-serif !important;
    color: var(--white) !important;
    font-weight: 700;
}

.footer-title a span.fa {
    color: var(--accent) !important;
}

.footer-text p {
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 14px;
    line-height: 1.9;
}

ul.social_section_1info a {
    background: rgba(201, 168, 76, 0.15) !important;
    border: 1px solid rgba(201, 168, 76, 0.3);
    transition: all 0.3s ease;
}

ul.social_section_1info a:hover {
    background: var(--accent) !important;
    border-color: var(--accent);
    transform: translateY(-3px);
}

ul.social_section_1info a span.fa {
    color: var(--accent) !important;
}

ul.social_section_1info a:hover span.fa {
    color: var(--dark) !important;
}

/* === COPYRIGHT === */
.copyright {
    background: var(--dark) !important;
}

ul.links a, .copy-right p, .copy-right p a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: 'Inter', sans-serif;
}

ul.links a:hover {
    color: var(--accent) !important;
}

/* === SCROLL TOP === */
a.move-top span {
    background: var(--accent) !important;
    color: var(--dark) !important;
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}

/* === ALERT OVERRIDES === */
.alert-success {
    background: linear-gradient(135deg, #d4edda, #c3e6cb) !important;
    border: none !important;
    border-radius: 10px !important;
    border-left: 4px solid #28a745 !important;
}

.alert-warning {
    border-radius: 10px !important;
    border: none !important;
    border-left: 4px solid #ffc107 !important;
}

/* === SMOOTH ANIMATIONS === */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-text-w3ls {
    animation: fadeInUp 1s ease-out;
}

.banner-form-w3 {
    animation: fadeInUp 1.2s ease-out;
}

/* Badge for trust */
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.3);
    color: var(--accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.trust-badge .fa {
    font-size: 14px;
}

/* === RESPONSIVE FIXES === */
@media (max-width: 991px) {
    .toggle {
        background-color: var(--accent) !important;
        color: var(--dark) !important;
    }
    .menu li.active a {
        color: var(--accent) !important;
    }
    nav a {
        color: #333 !important;
    }
    [id^=drop]:checked + ul {
        background: var(--white) !important;
    }
    h3.b-w3ltxt {
        font-size: 2.5em;
    }
    h4.b-w3ltxt {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    h3.heading {
        font-size: 30px;
    }
    h3.b-w3ltxt {
        font-size: 2.2em;
    }
    .banner-form-w3 .padding {
        padding: 1.5em !important;
    }
}

@media (max-width: 480px) {
    h3.b-w3ltxt {
        font-size: 1.8em;
    }
    h4.b-w3ltxt {
        font-size: 1.3em;
        letter-spacing: 2px;
    }
    h3.heading {
        font-size: 26px;
    }
    p.counter {
        font-size: 1.8em;
    }
}
