/* =============================================================
   KARTAL FILE - PROFESSIONAL CORPORATE DESIGN
   Logo Colors: Navy #0a1628 | Steel Blue #1a3a5c | Orange #e67e22 | Silver #c0c0c0
   Menu: Dark Navy (NOT orange)
   ============================================================= */

/* ---- TYPOGRAPHY ---- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Inter', 'Roboto', 'Poppins', sans-serif;
    color: #2d3748;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* ---- TOPBAR ---- */
.topbar {
    background: #060d18 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #cbd5e0 !important;
    font-size: 13px;
}

.topbar a {
    color: #e2e8f0 !important;
}

.topbar a:hover {
    color: #e67e22 !important;
}

.topbar .social li a {
    color: #e67e22 !important;
}

.topbar .top-contact .fa {
    color: #e67e22 !important;
    border-color: #e67e22 !important;
}

.topbar .top-contact span {
    color: #e2e8f0 !important;
}

/* ---- HEADER / NAVBAR ---- */
.site-header .navbar {
    background: #0a1628 !important;
    padding: 12px 0 0 !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
    border: none !important;
}

/* Sticky Header - Fully Visible */
.header-s1.has-fixed .navbar {
    top: 0 !important;
    background: #0a1628 !important;
    background-color: #0a1628 !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    padding-top: 0 !important;
    border-bottom: 3px solid #e67e22 !important;
}

.header-s1.has-fixed .navbar-collapse,
.header-s1.has-fixed .navbar-collapse::after {
    background: #0f2240 !important;
    background-color: #0f2240 !important;
}

/* Content Area Heading Colors */
.res-s-bttm h1,
.res-s-bttm h2,
.res-s-bttm h3,
.res-s-bttm h4,
.res-s-bttm h5 {
    color: #0a1628 !important;
    text-shadow: none !important;
    font-weight: 700;
}

.res-s-bttm strong,
.res-s-bttm b {
    color: #1a3a5c !important;
    text-shadow: none !important;
}

.res-s-bttm p {
    color: #333333 !important;
    text-shadow: none !important;
}

.res-s-bttm {
    border-color: #e2e8f0 !important;
    background-color: #ffffff !important;
}

.list-group-item a {
    color: #1a3a5c !important;
    text-shadow: none !important;
    font-weight: 600;
}

.list-group-item a:hover {
    color: #e67e22 !important;
}

/* Panel Heading Override (from stil.min.css) */
.panel-heading {
    color: #ffffff !important;
    background-color: #0f2240 !important;
    border-color: #0a1628 !important;
    text-shadow: none !important;
    font-weight: 700;
}

.panel-primary {
    border-color: #0f2240 !important;
}

.bg-info {
    background-color: #0f2240 !important;
    color: #ffffff !important;
    padding: 15px 20px;
    border-radius: 6px;
}

/* Hizmet Cards */
.row.hizmetler,
.hizmet {
    background-color: #0f2240 !important;
}

/* Banner Overrides and Fixes */
.banner-static.banner-medium {
    border-bottom: 3px solid #e67e22 !important;
}

/* Fix for white gap between sticky header and banner */
.header-s1.has-fixed .banner,
.header-s2.has-fixed .banner {
    margin-top: 90px !important;
    /* Adjusted from legacy 146px to match new slimmer header */
}

@media (max-width: 991px) {

    .header-s1.has-fixed .banner,
    .header-s2.has-fixed .banner {
        margin-top: 70px !important;
    }
}

.site-header .navbar-brand img {
    max-height: 85px !important;
    height: auto !important;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.site-header .navbar-brand:hover img {
    transform: scale(1.03);
}

/* Header Top Contact Info */
.site-header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    margin-bottom: 0;
}

.site-header .header-top .top-contact {
    color: #cbd5e0 !important;
}

.site-header .header-top .top-contact a {
    color: #ffffff !important;
}

.site-header .header-top .top-contact a:hover {
    color: #e67e22 !important;
}

.site-header .header-top .top-contact .fa {
    color: #e67e22 !important;
    border-color: rgba(230, 126, 34, 0.5) !important;
}

.site-header .header-top .top-contact small {
    color: #94a3b8 !important;
}

/* Navigation Bar - DARK NAVY (not orange!) */
.header-s1 .navbar-collapse,
.site-header.header-s1 .navbar-collapse,
header.site-header .navbar-collapse {
    background: #0f2240 !important;
    background-color: #0f2240 !important;
    color: #ffffff !important;
}

.header-s1 .navbar-collapse::after,
.site-header.header-s1 .navbar-collapse::after,
header.site-header .navbar-collapse::after {
    background: #0f2240 !important;
    background-color: #0f2240 !important;
}

/* Active/hover state for nav bar */
.header-s1 .navbar-nav>li.active>a,
.header-s1 .navbar-nav>li.rollover>a,
.header-s1 .navbar-nav>li:hover>a,
.header-s1 .navbar-nav>li:focus>a,
.header-s1 .navbar-nav>li>a:hover,
.header-s1 .navbar-nav>li>a:focus,
.site-header .navbar-nav>li>a:hover,
.site-header .navbar-nav>li.active>a {
    color: #e67e22 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
}

/* Nav Links */
.site-header .navbar-nav>li>a,
.header-s1 .navbar-nav>li>a {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 18px 16px !important;
    transition: all 0.3s ease;
}

/* Dropdown Menu - White Background */
.site-header .navbar-nav li ul,
.site-header .navbar-nav li ul.dropdown-menu,
.navbar-nav li ul.dropdown-menu.services,
ul.dropdown-menu.services {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-top: 3px solid #e67e22 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 0 6px 6px !important;
}

.site-header .navbar-nav li ul li a,
.navbar-nav li ul.dropdown-menu li a,
ul.dropdown-menu.services li a {
    color: #2d3748 !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f1f5f9;
}

.site-header .navbar-nav li ul li:last-child a,
ul.dropdown-menu.services li:last-child a {
    border-bottom: none;
}

.site-header .navbar-nav li ul li a:hover,
.navbar-nav li ul.dropdown-menu li a:hover,
ul.dropdown-menu.services li a:hover {
    color: #e67e22 !important;
    background: #f8fafc !important;
    background-color: #f8fafc !important;
    padding-left: 25px !important;
}

.site-header .navbar-nav li ul li a .fa,
ul.dropdown-menu.services li a .fa {
    color: #1a3a5c !important;
    margin-right: 6px;
}

/* Active/Selected Dropdown Item - White Text */
.site-header .navbar-nav li ul li.active>a,
.site-header .navbar-nav li ul.dropdown-menu li.active>a,
.navbar-nav li ul>.active>a,
.navbar-nav li ul>.active>a:hover,
.navbar-nav li ul>.active>a:focus,
.navbar-nav li ul li.active>a,
.navbar-nav li ul li.active>a:hover,
.navbar-nav li ul li.active>a:focus,
ul.dropdown-menu.services li.active>a,
ul.dropdown-menu.services li.active>a:hover {
    color: #ffffff !important;
    background-color: #0f2240 !important;
}

.site-header .navbar-nav li ul li.active>a .fa,
.site-header .navbar-nav li ul.dropdown-menu li.active>a .fa,
.navbar-nav li ul li.active>a .fa,
ul.dropdown-menu.services li.active>a .fa {
    color: #e67e22 !important;
}

/* Quote/CTA Button in header */
.site-header .quote-btn .btn,
.header-s1 .navbar-nav>li.quote-btn .btn {
    background: #e67e22 !important;
    border: 2px solid #e67e22 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 8px rgba(230, 126, 34, 0.3) !important;
    transition: all 0.3s ease !important;
}

/* Footer double arrow fix */
.footer-widget .wgs-menu .menu li a::before,
.footer-widget .wgs-menu .menu li a:before {
    content: none !important;
    display: none !important;
}

.site-header .quote-btn .btn:hover,
.header-s1 .navbar-nav>li.quote-btn .btn:hover {
    background: #d35400 !important;
    border-color: #d35400 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.4) !important;
}

/* Mobile Toggle */
.site-header .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

/* Has-children arrow color */
.site-header .navbar-nav>li.has-children>a:after {
    color: #94a3b8 !important;
}

/* ---- BANNER / SLIDER ---- */
.banner-slider {
    position: relative;
}

.banner-slider .fill {
    position: relative;
}

.banner-slider .fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.7) 0%, rgba(15, 34, 64, 0.4) 100%);
    z-index: 1;
}

.banner-slider .banner-content {
    z-index: 2;
    position: relative;
}

.banner-slider .banner-content .page-title {
    font-size: 2.8em !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
    line-height: 1.2 !important;
}

.banner-text p:not(:last-child) {
    background-color: rgba(10, 22, 40, 0.6) !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    color: #e2e8f0 !important;
    backdrop-filter: blur(4px);
}

.banner-text .btn.btn-light.btn-outline {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
}

.banner-text .btn.btn-light.btn-outline:hover {
    background: #e67e22 !important;
    border-color: #e67e22 !important;
}

/* ---- ABOUT / HAKKIMIZDA SECTION ---- */
.section-content {
    background: #f8fafc !important;
}

.section-content .heading-sm-lead {
    color: #1a3a5c !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
}

.section-content h1 {
    color: #0a1628 !important;
    font-weight: 700 !important;
}

.section-content .btn-link {
    color: #e67e22 !important;
    font-weight: 600 !important;
}

.section-content .btn-link:hover {
    color: #d35400 !important;
}

.section-content .img-thumbnail {
    border: 3px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.section-content .img-thumbnail:hover {
    border-color: #e67e22 !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* ---- SERVICE BOXES / HİZMET KARTLARI ---- */
.hizmet {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.35s ease;
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.hizmet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0a1628, #1a3a5c, #e67e22);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hizmet:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(10, 22, 40, 0.12);
    border-color: #cbd5e0;
}

.hizmet:hover::before {
    opacity: 1;
}

.hizmet img {
    border-radius: 6px !important;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.hizmet:hover img {
    transform: scale(1.03);
}

.hizmet-link {
    color: #0a1628 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    display: block;
    margin-top: 8px;
    transition: color 0.2s ease;
}

.hizmet-link:hover {
    color: #e67e22 !important;
}

/* Star ratings */
.starrr .fa-star,
.text-accent {
    color: #e67e22 !important;
}

/* Feature boxes - Hizmetlerimiz */
.feature.boxed {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.35s ease;
    background: #ffffff;
}

.feature.boxed:hover {
    box-shadow: 0 15px 35px rgba(10, 22, 40, 0.12);
    transform: translateY(-5px);
}

.feature .fbox-photo img {
    border-radius: 0 !important;
    width: 100%;
    transition: transform 0.4s ease;
}

.feature.boxed:hover .fbox-photo img {
    transform: scale(1.05);
}

.feature .fbox-photo {
    overflow: hidden;
}

.feature .fbox-content {
    padding: 20px !important;
}

.feature .fbox-content h3 {
    color: #0a1628 !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
}

.feature .fbox-content p {
    color: #64748b !important;
    font-size: 0.95em;
    line-height: 1.6;
}

.feature .btn-link.link-arrow {
    color: #e67e22 !important;
    font-weight: 600 !important;
}

/* Call button overlay */
.feature .btn.btn-sm {
    background: #e67e22 !important;
    border: none !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 6px 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* ---- SECTION HEADINGS ---- */
.section h2.center,
.section h2.text-center {
    color: #0a1628 !important;
    font-weight: 800 !important;
    font-size: 1.8em !important;
    position: relative;
    padding-bottom: 18px;
}

.section h2.center::after,
.section h2.text-center::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #e67e22;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* ---- TESTIMONIALS / YORUMLAR ---- */
.yorumlar {
    background: #f1f5f9 !important;
}

.yorumlar .panel {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease;
}

.yorumlar .panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

.yorumlar .panel-body {
    padding: 25px !important;
}

.yorumlar .panel-body p {
    color: #475569 !important;
    font-style: italic;
    line-height: 1.7;
}

.yorumlar .quote-icon .fa {
    color: #1a3a5c !important;
    opacity: 0.15 !important;
}

.yorumlar .panel-footer {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    border-radius: 0 0 10px 10px !important;
    padding: 15px !important;
}

.yorumlar .panel-footer h5 {
    color: #0a1628 !important;
    font-weight: 700 !important;
    margin-bottom: 3px;
}

.yorumlar .panel-footer small {
    color: #94a3b8 !important;
}

/* ---- FOOTER - EAGLE WATERMARK BG ---- */
.footer-widget {
    background-color: #0a1628 !important;
    background-image: url('../../resimler/images/eagle-bg.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    color: #cbd5e0 !important;
    position: relative;
}

/* ---- WATERMARK BG FOR WHITE SECTIONS ---- */
.watermark-bg {
    position: relative;
    z-index: 1;
}

.watermark-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../../resimler/images/eagle-bg-black.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
    mix-blend-mode: multiply;
    z-index: 0;
    pointer-events: none;
}


.footer-widget .wgs-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 22px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widget .wgs-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #e67e22;
    border-radius: 2px;
}

.footer-widget p {
    color: #94a3b8 !important;
    line-height: 1.7;
}

.footer-widget .wgs-content .menu li {
    margin-bottom: 6px;
}

.footer-widget .wgs-content .menu li a {
    color: #94a3b8 !important;
    transition: all 0.25s ease;
    font-size: 14px;
}

.footer-widget .wgs-content .menu li a:hover {
    color: #e67e22 !important;
    padding-left: 5px;
}

.footer-widget .wgs-content .menu li a .fa {
    color: #e67e22 !important;
    margin-right: 6px;
}

.footer-widget a {
    color: #94a3b8 !important;
    transition: color 0.25s ease;
}

.footer-widget a:hover {
    color: #e67e22 !important;
}

.footer-widget .contact-info li {
    color: #94a3b8 !important;
}

.footer-widget .contact-info span {
    color: #e67e22 !important;
    font-weight: 600;
}

/* Social Icons in Footer */
.footer-widget .social.social-v2 li {
    border-color: rgba(230, 126, 34, 0.4) !important;
    transition: all 0.3s ease;
}

.footer-widget .social.social-v2 li:hover {
    background: #e67e22 !important;
    border-color: #e67e22 !important;
}

.footer-widget .social.social-v2 li a {
    color: #e67e22 !important;
}

.footer-widget .social.social-v2 li:hover a {
    color: #ffffff !important;
}

/* Footer Logo */
.footer-logo img {
    max-width: 220px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

/* ---- COPYRIGHT BAR ---- */
.copyright {
    background: #060d18 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 18px 0 !important;
    color: #64748b !important;
}

.copyright p {
    color: #64748b !important;
    margin: 0 !important;
    font-size: 13px;
}

.copyright a {
    color: #e67e22 !important;
    font-weight: 600;
}

.copyright a:hover {
    color: #f39c12 !important;
}

/* ---- GENERAL BUTTONS ---- */
.btn:not(.btn-light):not(.btn-outline):not(.btn-kaya-usta):not(.navbar-toggle) {
    background: #e67e22 !important;
    border-color: #e67e22 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 6px rgba(230, 126, 34, 0.25) !important;
}

.btn:not(.btn-light):not(.btn-outline):not(.btn-kaya-usta):not(.navbar-toggle):hover {
    background: #d35400 !important;
    border-color: #d35400 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.35) !important;
}

/* ---- LINKS ---- */
a {
    color: #1a3a5c;
}

a:hover {
    color: #e67e22;
}

/* ---- BREADCRUMB ---- */
.banner-static {
    background-color: #0f2240 !important;
    position: relative;
}

.banner-static .page-title {
    color: #ffffff !important;
}

.banner-static .breadcrumb a,
.banner-static .breadcrumb>.active {
    color: #cbd5e0 !important;
}

/* ---- BG COLOR OVERRIDES ---- */
.bg-light,
.box-s2 {
    background: #f8fafc !important;
}

/* ---- UTILITY CLASSES ---- */
.text-accent {
    color: #e67e22 !important;
}

.text-navy {
    color: #0a1628 !important;
}

.text-muted {
    color: #64748b !important;
}

/* ---- PHONE/WHATSAPP FLOATING BUTTONS ---- */
#easyphone_web .phone,
#easyphone_mobile .phone {
    background: #0a1628 !important;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#easywhatsapp_web .whatsapp,
#easywhatsapp_mobile .whatsapp {
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .site-header .navbar-collapse {
        background: #0a1628 !important;
    }

    .site-header .navbar-nav>li>a {
        padding: 12px 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .banner-slider .banner-content .page-title {
        font-size: 1.8em !important;
    }
}

/* ---- BOOTSTRAP OVERRIDES (Panel, Label, Info) ---- */
.panel-primary>.panel-heading {
    background-color: #0f2240 !important;
    border-color: #0f2240 !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 15px;
}

.panel-primary {
    border-color: #0f2240 !important;
}

.panel-primary>.panel-body {
    border-color: #e2e8f0 !important;
}

.label-primary {
    background-color: #1a3a5c !important;
    color: #ffffff !important;
    font-weight: 500;
    padding: 5px 10px;
    margin: 3px 2px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.2s ease;
}

.label-primary:hover {
    background-color: #e67e22 !important;
    text-decoration: none;
}

.bg-info {
    background-color: #0f2240 !important;
    color: #ffffff !important;
    padding: 15px 20px;
    border-radius: 6px;
}

/* Sidebar List Group */
.website-sidebar .list-group-item {
    border-color: #e2e8f0;
    transition: all 0.2s ease;
}

.website-sidebar .list-group-item:hover {
    background: #f8fafc;
    border-left: 3px solid #e67e22;
    padding-left: 18px;
}

.website-sidebar .list-group-item a {
    color: #2d3748 !important;
    font-weight: 500;
}

.website-sidebar .list-group-item a:hover {
    color: #e67e22 !important;
}

/* Star Ratings */
.starrr .fa-star,
.starrr a.fa-star {
    color: #e67e22 !important;
    text-decoration: none !important;
}

/* Mobile Call Button (btn-kaya-usta) */
.btn-kaya-usta {
    background: #0a1628 !important;
    color: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    display: inline-block;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(10, 22, 40, 0.3);
    transition: all 0.3s ease;
}

.btn-kaya-usta:hover {
    background: #0f2240 !important;
    color: #ffffff !important;
}

.btn-kaya-usta .fa {
    color: #e67e22 !important;
    margin-right: 5px;
}

/* Table Styling */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f8fafc;
}

.table-striped>tbody>tr>td {
    border-color: #e2e8f0;
    padding: 12px 15px;
}

/* Comment Section Styling */
.comment-text {
    color: #475569;
    font-style: italic;
    line-height: 1.6;
    margin: 8px 0;
}

/* Sayfa Banner Global Navy Overlay */
.banner.has-bg::after,
.banner.has-bg:after,
.has-bg.lighter-filter::after,
.has-bg.lighter-filter:after {
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.95), rgba(26, 58, 92, 0.75)) !important;
    background-color: transparent !important;
    /* Override legacy black */
    opacity: 1 !important;
    /* Override legacy .15 opacity */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Ensure banner content is above the overlay */
.banner .banner-cpn,
.banner .banner-text {
    position: relative;
    z-index: 2;
}

/* Website tags */
.website-etiketler {
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
    margin: 15px 0;
    padding: 12px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
    .site-header .navbar-collapse {
        background: #0a1628 !important;
    }

    .site-header .navbar-nav>li>a {
        padding: 12px 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .banner-slider .banner-content .page-title {
        font-size: 1.8em !important;
    }
}

@media (max-width: 767px) {
    .banner-slider .banner-content .page-title {
        font-size: 1.4em !important;
    }

    .section h2.center,
    .section h2.text-center {
        font-size: 1.4em !important;
    }

    .footer-widget {
        background-size: 400px auto !important;
    }

    .banner-static .page-title {
        font-size: 1.3em !important;
    }
}

/* --- Extracted from Anasayfa --- */

.about-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.1);
    transform: translateY(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-bottom: 20px;
}

.about-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(10, 22, 40, 0.15);
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.7s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-experience-badge {
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: #0a1628;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 8px 16px rgba(10, 22, 40, 0.25);
    text-align: center;
    z-index: 2;
    border: 3px solid #ffffff;
    border-right: none;
}

.about-experience-badge h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.about-experience-badge p {
    font-size: 12px;
    font-weight: 600;
    margin: 4px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content {
    padding-left: 40px;
}

.about-subtitle {
    display: inline-block;
    color: #1a3a5c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}

.about-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 2px;
    background: #1a3a5c;
}

.about-title {
    color: #0a1628;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.about-btn {
    display: inline-block;
    background: #0a1628;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(10, 22, 40, 0.1);
    text-decoration: none;
}

.about-btn:hover {
    background: #1a3a5c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 58, 92, 0.25);
}

.about-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.about-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .about-title {
        font-size: 32px;
    }
}


.products-row {
    display: flex;
    flex-wrap: wrap;
}

.products-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1) !important;
    border-color: #e2e8f0 !important;
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
    background: #f8fafc;
}

.product-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 22, 40, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background: #e67e22;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.product-card:hover .view-btn {
    transform: translateY(0);
}

.product-info {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title {
    color: #0a1628;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.product-card:hover .product-title {
    color: #e67e22;
}

.section-title-wrapper {
    margin-bottom: 50px;
    text-align: center;
}

.section-title {
    color: #0a1628;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #e67e22;
    border-radius: 2px;
}

.section-subtitle {
    color: #64748b;
    font-size: 16px;
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.testimonials-section {
    background: #f8fafc;
    padding: 80px 0;
    position: relative;
}

.testimonial-grid {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(10, 22, 40, 0.05);
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
    overflow: hidden;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(10, 22, 40, 0.1);
    border-color: #e2e8f0;
}

.testimonial-quote-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 80px;
    color: #f1f5f9;
    line-height: 1;
    opacity: 0.6;
    z-index: 0;
}

.testimonial-stars {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-stars i {
    color: #f59e0b;
    font-size: 16px;
    margin-right: 2px;
}

.testimonial-text {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 30px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a3a5c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(26, 58, 92, 0.2);
}

.testimonial-author-info h5 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    color: #0a1628;
}

.testimonial-author-info span {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
}

.testimonial-author-info span i {
    color: #10b981;
    margin-right: 5px;
    font-size: 14px;
}

.testimonials-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.footer-icon-orange {
    color: #e67e22;
    margin-right: 6px;
}
/* ---- PREMIUM CTA SECTION ---- */
.premium-cta-section {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    border-radius: 16px;
    padding: 40px 30px;
    margin-top: 40px;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.2);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 4px solid #e67e22;
}

.premium-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(230, 126, 34, 0.05) 0%, transparent 60%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.premium-cta-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.premium-cta-heading span {
    color: #e67e22;
}

.premium-cta-desc {
    text-align: center;
    font-size: 16px;
    color: #cbd5e0;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.premium-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.premium-feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    display: flex;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.premium-feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(230, 126, 34, 0.5);
}

.premium-feature-icon {
    font-size: 24px;
    color: #e67e22;
    margin-right: 15px;
    margin-top: 3px;
}

.premium-feature-text h4 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.premium-feature-text p {
    color: #94a3b8 !important;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.premium-cta-btn-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
}

.premium-cta-btn {
    display: inline-flex;
    align-items: center;
    background: #e67e22;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
    animation: pulse-orange 2s infinite;
}

}
/* ---- PREMIUM CTA SECTION ---- */
.premium-cta-section {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5c 100%);
    border-radius: 16px;
    padding: 40px 30px;
    margin-top: 40px;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.2);
    position: relative;
    overflow: hidden;
    color: #ffffff;
    border-bottom: 4px solid #e67e22;
}

.premium-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(230, 126, 34, 0.05) 0%, transparent 60%);
    animation: rotate 20s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.premium-cta-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.premium-cta-heading span {
    color: #e67e22;
}

.premium-cta-desc {
    text-align: center;
    font-size: 16px;
    color: #cbd5e0;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.premium-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
}

.premium-feature-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    display: flex;
    align-items: flex-start;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.premium-feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(230, 126, 34, 0.5);
}

.premium-feature-icon {
    font-size: 24px;
    color: #e67e22;
    margin-right: 15px;
    margin-top: 3px;
}

.premium-feature-text h4 {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.premium-feature-text p {
    color: #94a3b8 !important;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.premium-cta-btn-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
}

.premium-cta-btn {
    display: inline-flex;
    align-items: center;
    background: #e67e22;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
    animation: pulse-orange 2s infinite;
}

.premium-cta-btn i {
    margin-right: 10px;
    font-size: 22px;
}

.premium-cta-btn:hover {
    background: #d35400;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(230, 126, 34, 0.4);
}

/* ================================================================
   WHATSAPP FLOATING BUTTON
   ================================================================ */

/* Pulse halkaları */
@keyframes wa-pulse {
    0%   { transform: scale(1);    opacity: 0.7; }
    70%  { transform: scale(1.8);  opacity: 0; }
    100% { transform: scale(1.8);  opacity: 0; }
}

/* Sallama animasyonu (her 4 sn) */
@keyframes wa-shake {
    0%, 100% { transform: rotate(0deg); }
    10%       { transform: rotate(-12deg); }
    20%       { transform: rotate(12deg); }
    30%       { transform: rotate(-10deg); }
    40%       { transform: rotate(10deg); }
    50%       { transform: rotate(-6deg); }
    60%       { transform: rotate(6deg); }
    70%       { transform: rotate(0deg); }
}

/* Wrapper: sabit konum */
.wa-float-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ana bağlantı */
.wa-float-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    animation: wa-shake 4s ease-in-out 3s infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    outline: none;
}

/* WhatsApp SVG ikonu */
.wa-float-btn a svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    flex-shrink: 0;
}

/* Hover: büyü + daha derin gölge */
.wa-float-btn a:hover {
    transform: scale(1.12) !important;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.6) !important;
    background: #1ebe5d !important;
    animation-play-state: paused;
}

/* Pulse halkaları — ::before ve ::after */
.wa-float-btn a::before,
.wa-float-btn a::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.55);
    animation: wa-pulse 2.4s ease-out infinite;
    pointer-events: none;
}

.wa-float-btn a::after {
    animation-delay: 1.2s;
}

/* Tooltip etiketi */
.wa-float-btn a .wa-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #075e54;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    padding: 7px 14px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

/* Tooltip ok işareti */
.wa-float-btn a .wa-tooltip::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid transparent;
    border-right: none;
    border-left-color: #075e54;
}

/* Hover'da tooltip görünür */
.wa-float-btn a:hover .wa-tooltip {
    opacity: 1;
    right: 74px;
}

/* Mobil: biraz daha küçük */
@media (max-width: 767px) {
    .wa-float-btn {
        bottom: 18px;
        right: 18px;
    }
    .wa-float-btn a {
        width: 52px;
        height: 52px;
    }
    .wa-float-btn a svg {
        width: 27px;
        height: 27px;
    }
    /* Mobilde tooltip gizli */
    .wa-float-btn a .wa-tooltip {
        display: none;
    }
}
