:root {
    --steel-dark: #1a1a2e;
    --steel-blue: #16213e;
    --steel-accent: #e94560;
    --steel-gold: #ffb600;
    --steel-light: #f5f5f5;
    --steel-gray: #6c757d;
    --steel-border: #e0e0e0;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
    --shadow-md: 0 4px 20px rgba(0,0,0,.08);
    --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
    --shadow-hover: 0 12px 48px rgba(0,0,0,.15);
    --radius: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-body); color: #333; line-height: 1.7; overflow-x: hidden; background: #fafafa; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 700; }
a { text-decoration: none; transition: all .3s ease; }
img { max-width: 100%; height: auto; }
/* ── Top Bar ── */
.steel-top-bar { background: var(--steel-dark); color: #fff; font-size: 13px; padding: 8px 0; }
.steel-top-bar .steel-contact-top span { margin-right: 20px; }
.steel-top-bar .steel-contact-top span i { color: var(--steel-gold); margin-right: 5px; }
.steel-social-top a { color: rgba(255,255,255,.7); display: inline-block; margin-left: 12px; font-size: 15px; }
.steel-social-top a:hover { color: var(--steel-gold); }

/* ── Header & Navigation ── */
.steel-header { background: #fff; border-bottom: 3px solid var(--steel-gold); position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md); }
.steel-header .navbar { padding: 0; }
.steel-logo { max-height: 50px; }
.steel-brand-text { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--steel-dark); text-transform: uppercase; }
.steel-header .nav-link { font-family: var(--font-heading); font-weight: 600; font-size: 14px; color: var(--steel-dark); padding: 20px 14px !important; text-transform: uppercase; letter-spacing: .5px; position: relative; }
.steel-header .nav-link:hover, .steel-header .nav-link.active { color: var(--steel-accent); }
.steel-header .nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 3px; background: var(--steel-accent); transition: width .3s; }
.steel-header .nav-link:hover::after, .steel-header .nav-link.active::after { width: 60%; }
.dropdown-menu { border: none; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 10px 0; margin-top: 0; }
.dropdown-item { font-family: var(--font-heading); font-size: 13px; font-weight: 500; padding: 8px 20px; text-transform: uppercase; color: var(--steel-dark); }
.dropdown-item:hover { background: var(--steel-dark); color: var(--steel-gold); }
.hamburger { width: 24px; height: 16px; position: relative; display: inline-block; }
.hamburger span { display: block; width: 100%; height: 2px; background: var(--steel-dark); position: absolute; transition: .3s; }
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 7px; }
.hamburger span:nth-child(3) { top: 14px; }

/* ── Hero Section ── */
.steel-hero { position: relative; background: linear-gradient(135deg, var(--steel-dark) 0%, var(--steel-blue) 100%); overflow: hidden; }
.steel-hero .carousel-inner { min-height: 75vh; }
.steel-hero .steel-hero-slide { min-height: 75vh; display: flex; align-items: center; padding: 40px 0; }
.steel-hero .carousel-indicators { z-index: 3; margin-bottom: 20px; }
.steel-hero .carousel-indicators button { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.35); border: 0; opacity: 1; }
.steel-hero .carousel-indicators button.active { background: var(--steel-gold); }
.steel-hero .carousel-control-prev, .steel-hero .carousel-control-next { width: 48px; height: 48px; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; backdrop-filter: blur(4px); opacity: 1; transition: all .3s ease; }
.steel-hero .carousel-control-prev:hover, .steel-hero .carousel-control-next:hover { background: var(--steel-gold); border-color: var(--steel-gold); }
.steel-hero .carousel-control-prev { left: 24px; }
.steel-hero .carousel-control-next { right: 24px; }
.steel-hero::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="90" font-size="180" opacity=".03" font-family="Montserrat" font-weight="900">STEEL</text></svg>') repeat; background-size: 400px; }
.steel-hero .hero-content { position: relative; z-index: 2; }
.steel-hero .hero-subtitle { color: var(--steel-gold); font-family: var(--font-heading); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 15px; }
.steel-hero .hero-title { color: #fff; font-size: 52px; font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.steel-hero .hero-title span { color: var(--steel-gold); }
.steel-hero .hero-desc { color: rgba(255,255,255,.7); font-size: 17px; max-width: 550px; margin-bottom: 30px; }
.btn-steel { font-family: var(--font-heading); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; padding: 14px 32px; border: 2px solid var(--steel-gold); background: var(--steel-gold); color: var(--steel-dark); border-radius: var(--radius); transition: .3s; }
.btn-steel:hover { background: transparent; color: var(--steel-gold); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255,182,0,.3); }
.btn-steel-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.btn-steel-outline:hover { background: var(--steel-gold); border-color: var(--steel-gold); color: var(--steel-dark); }
.btn-steel-sm { padding: 10px 22px; font-size: 12px; }
.steel-hero .hero-image { position: relative; z-index: 2; text-align: center; }
.steel-hero .hero-image img { max-height: 480px; width: auto; max-width: 100%; border-radius: var(--radius); filter: drop-shadow(0 20px 40px rgba(0,0,0,.3)); }

/* ── Section Titles ── */
.section-title { text-align: center; margin-bottom: 50px; }
.section-title .subtitle { color: var(--steel-accent); font-family: var(--font-heading); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 8px; }
.section-title h2 { font-size: 36px; font-weight: 800; color: var(--steel-dark); margin-bottom: 12px; }
.section-title h2 span { color: var(--steel-accent); }
.section-title p { color: var(--steel-gray); max-width: 550px; margin: 0 auto; }
.section-title .divider { width: 60px; height: 3px; background: var(--steel-gold); margin: 15px auto; }

/* ── Section Badge ── */
.section-badge { display: inline-block; background: var(--steel-accent); color: #fff; padding: 5px 16px; font-family: var(--font-heading); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; border-radius: 4px; }

/* ── About Section ── */
.steel-about { padding: 100px 0; }
.steel-about .about-image { position: relative; padding: 20px; }
.steel-about .about-image::before { content: ''; position: absolute; inset: 0; border: 3px solid var(--steel-gold); z-index: 0; border-radius: var(--radius); }
.steel-about .about-image img { position: relative; z-index: 1; width: 100%; height: auto; display: block; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.steel-about .about-badge { display: inline-block; background: var(--steel-accent); color: #fff; padding: 5px 16px; font-family: var(--font-heading); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; border-radius: 4px; }
.steel-about h2 { font-size: 36px; font-weight: 800; color: var(--steel-dark); margin-bottom: 20px; }
.steel-about .about-stats { display: flex; gap: 40px; margin-top: 30px; }
.steel-about .about-stat h3 { font-size: 36px; font-weight: 900; color: var(--steel-accent); margin-bottom: 0; }
.steel-about .about-stat p { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--steel-gray); font-weight: 600; }

/* ── Services Section ── */
.steel-services { padding: 100px 0; background: var(--steel-light); }

.service-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 35px 25px 30px;
    text-align: center;
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.06);
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, var(--steel-accent), var(--steel-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 0; height: 2px;
    background: var(--steel-gold);
    transition: width .4s ease;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    border-color: transparent;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover::after { width: 60px; }
.service-card .icon {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, #fef9f0, #f5f0e8);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px; color: var(--steel-accent);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    border-radius: 50%;
    border: 2px solid rgba(233,69,96,.08);
}
.service-card:hover .icon {
    background: linear-gradient(135deg, var(--steel-accent), #c73a4f);
    color: #fff;
    transform: scale(1.12) rotate(-5deg);
    box-shadow: 0 10px 30px rgba(233,69,96,.35);
    border-color: transparent;
}
.service-card h5 { font-weight: 700; color: var(--steel-dark); margin-bottom: 10px; font-size: 17px; }
.service-card p { font-size: 14px; color: var(--steel-gray); margin-bottom: 18px; line-height: 1.7; }
.service-card .read-more { color: var(--steel-accent); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 5px; transition: all .3s; }
.service-card .read-more:hover { color: var(--steel-dark); gap: 8px; }

/* Service card with image (categories view) */
.service-card .service-img {
    margin: -35px -25px 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.service-card .service-img::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,.25), transparent);
}
.service-card .service-img img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.service-card:hover .service-img img { transform: scale(1.08); }
    .service-card .service-body { position: relative; }

    /* Home services: split layout (sol/or sa/orta g��rsel) */
    .service-list { display: flex; flex-direction: column; gap: 14px; }
    .service-list-item {
        display: flex; align-items: flex-start; gap: 14px;
        background: #fff; border: 1px solid rgba(0,0,0,.04);
        border-radius: var(--radius); padding: 16px;
        box-shadow: var(--shadow-sm); transition: all .3s cubic-bezier(.165,.84,.44,1);
    }
    .service-list-item:hover { transform: translateX(4px); box-shadow: var(--shadow-hover); border-color: var(--steel-gold); }
    .service-list-img { flex: 0 0 64px; }
    .service-list-img img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; }
    .service-list-body { flex: 1; min-width: 0; }
    .service-list-body h5 { font-size: 15px; font-weight: 600; margin: 0 0 6px; color: var(--steel-dark); }
    .service-list-body h5 a { color: inherit; text-decoration: none; transition: color .2s; }
    .service-list-body h5 a:hover { color: var(--steel-accent); }
    .service-list-body p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--steel-gray); }
    .service-center-img { height: 100%; display: flex; align-items: center; justify-content: center; padding: 20px; }
    .service-center-img img { max-width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-hover); }
    .section-link {
        display: inline-block; margin-top: 10px; font-family: var(--font-heading);
        font-weight: 600; font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
        color: var(--steel-accent); text-decoration: none; transition: all .3s;
    }
    .section-link:hover { color: var(--steel-dark); letter-spacing: 2px; }
    .section-link i { transition: transform .3s; }
    .section-link:hover i { transform: translateX(4px); }

/* ── Projects Section ── */
.steel-projects { padding: 100px 0; }

.project-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: var(--radius);
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    background: #1a1a2e;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.project-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--steel-gold), var(--steel-accent));
    z-index: 3;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.project-card:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
    transform: translateY(-8px);
}
.project-card:hover::before { transform: scaleX(1); }
.project-card img {
    width: 100%; height: 320px;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.project-card:hover img { transform: scale(1.08); }
.project-card .project-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(26,26,46,.95) 0%, rgba(26,26,46,.4) 40%, transparent 70%);
    display: flex; flex-direction: column;
    justify-content: flex-end; padding: 30px;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.165,.84,.44,1);
}
.project-card:hover .project-overlay { opacity: 1; }
.project-card .project-overlay h5 { color: var(--steel-gold); font-weight: 700; font-size: 19px; margin-bottom: 8px; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.project-card .project-overlay p { color: rgba(255,255,255,.85); font-size: 14px; margin-bottom: 14px; line-height: 1.6; }
.project-card .project-overlay .btn {
    border: 2px solid rgba(255,255,255,.8);
    color: #fff; padding: 8px 25px;
    font-size: 12px; font-weight: 600; text-transform: uppercase;
    border-radius: 30px;
    align-self: flex-start;
    transition: all .3s ease;
    backdrop-filter: blur(4px);
    background: rgba(255,255,255,.05);
}
.project-card .project-overlay .btn:hover { background: var(--steel-gold); border-color: var(--steel-gold); color: var(--steel-dark); }

/* ── Statistics ── */
.steel-stats { padding: 80px 0; background: linear-gradient(135deg, var(--steel-dark), var(--steel-blue)); position: relative; }
.steel-stats .stat-item { text-align: center; color: #fff; }
.steel-stats .stat-item .stat-number { font-family: var(--font-heading); font-size: 48px; font-weight: 900; color: var(--steel-gold); }
.steel-stats .stat-item .stat-label { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.7); }

/* ── News Section ── */
.steel-news { padding: 100px 0; background: var(--steel-light); }

.news-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.06);
    position: relative;
}
.news-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--steel-accent), var(--steel-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    border-color: transparent;
}
.news-card:hover::after { transform: scaleX(1); }
.news-card .news-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.news-card .news-image::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,.35), transparent);
}
.news-card .news-image img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.news-card:hover .news-image img { transform: scale(1.08); }
.news-card .news-body { padding: 22px 24px 26px; }
.news-card .news-date { font-size: 12px; color: var(--steel-gray); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.news-card .news-date i { color: var(--steel-accent); }
.news-card h5 { font-weight: 700; color: var(--steel-dark); margin-bottom: 10px; line-height: 1.4; font-size: 17px; }
.news-card h5 a { color: inherit; transition: color .3s; }
.news-card h5 a:hover { color: var(--steel-accent); }
.news-card p { font-size: 14px; color: var(--steel-gray); margin-bottom: 14px; line-height: 1.7; }
.news-card .read-more { color: var(--steel-accent); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; display: inline-flex; align-items: center; gap: 5px; transition: all .3s; }
.news-card .read-more:hover { color: var(--steel-dark); gap: 8px; }

/* ── Testimonials ── */
.steel-testimonials { padding: 80px 0; background: var(--steel-dark); }
.testimonial-card {
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: var(--radius);
    border-left: 3px solid var(--steel-gold);
    margin-bottom: 20px;
    transition: all .3s ease;
}
.testimonial-card:hover {
    background: rgba(255,255,255,.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
}
.testimonial-card p { color: rgba(255,255,255,.85); font-style: italic; font-size: 15px; line-height: 1.7; }
.testimonial-card .client-name { color: var(--steel-gold); font-weight: 600; margin-top: 12px; font-size: 14px; }
.testimonial-card .stars { color: var(--steel-gold); margin-bottom: 10px; font-size: 16px; letter-spacing: 2px; }

/* ── Contact Section ── */
.steel-contact { padding: 100px 0; }
.contact-info-card {
    background: linear-gradient(135deg, var(--steel-dark), var(--steel-blue));
    color: #fff; padding: 40px;
    height: 100%;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
}
.contact-info-card::before {
    content: '';
    position: absolute;
    top: -50%; right: -50%;
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(255,182,0,.06), transparent);
    border-radius: 50%;
}
.contact-info-card h4 { color: var(--steel-gold); font-weight: 700; margin-bottom: 25px; position: relative; }
.contact-info-card .info-item { margin-bottom: 20px; display: flex; align-items: flex-start; gap: 12px; position: relative; }
.contact-info-card .info-item i { color: var(--steel-gold); font-size: 18px; margin-top: 3px; flex-shrink: 0; }
.contact-form .form-control {
    border-radius: var(--radius);
    border: 1px solid var(--steel-border);
    padding: 12px 15px; font-size: 14px;
    transition: all .3s ease;
    box-shadow: var(--shadow-sm);
}
.contact-form .form-control:focus { border-color: var(--steel-accent); box-shadow: 0 0 0 3px rgba(233,69,96,.15); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--steel-border); }
.map-embed iframe { display: block; width: 100%; height: 450px; border: 0; }

/* ── Page Header / Hero ── */
.page-hero, .page-header {
    background: linear-gradient(135deg, var(--steel-dark), var(--steel-blue));
    padding: 70px 0 50px;
    text-align: center;
    position: relative;
}
.page-hero h1, .page-header h1 { color: #fff; font-weight: 900; font-size: 38px; margin-bottom: 10px; }
.page-hero .breadcrumb, .page-header .breadcrumb { background: transparent; justify-content: center; margin-bottom: 0; }
.page-hero .breadcrumb a, .page-header .breadcrumb a { color: var(--steel-gold); }
.page-hero .breadcrumb .active, .page-header .breadcrumb .active { color: rgba(255,255,255,.6); }

/* ── Content Sections ── */
.content-section { padding: 80px 0; }
.section-dark { background: var(--steel-light); }
.bg-dark-section { background: var(--steel-light); }

/* ── About Page ── */
.about-section .about-badge { display: inline-block; background: var(--steel-accent); color: #fff; padding: 5px 16px; font-family: var(--font-heading); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; border-radius: 4px; }
.about-section h2 { font-size: 32px; font-weight: 800; color: var(--steel-dark); margin-bottom: 20px; }
.about-section .about-text { font-size: 15px; color: var(--steel-gray); line-height: 1.8; }

/* ── Sidebar Box (Kurumsal) ── */
.sidebar-box {
    background: var(--steel-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 30px 25px;
    border: 1px solid rgba(0,0,0,.04);
}
.sidebar-box h3 {
    font-size: 15px;
    font-weight: 800;
    color: var(--steel-dark);
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--steel-accent);
}
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box ul li { margin-bottom: 6px; }
.sidebar-box ul li a {
    display: block;
    padding: 10px 14px;
    color: var(--steel-gray);
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease;
}
.sidebar-box ul li a:hover { background: #fff; color: var(--steel-accent); padding-left: 18px; }
.sidebar-box ul li a.active { background: var(--steel-accent); color: #fff; }
.value-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    height: 100%;
    border: 1px solid rgba(0,0,0,.04);
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.value-card .value-icon {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, var(--steel-light), #e8e8e8);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px;
    font-size: 26px; color: var(--steel-accent);
    transition: all .4s ease;
}
.value-card:hover .value-icon {
    background: linear-gradient(135deg, var(--steel-accent), #c73a4f);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(233,69,96,.3);
}
.value-card h4 { font-size: 18px; font-weight: 700; color: var(--steel-dark); margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--steel-gray); line-height: 1.6; }

/* ── Footer ── */
.steel-footer { background: var(--steel-dark); color: rgba(255,255,255,.7); }
.steel-footer-main { padding: 60px 0 40px; }
.footer-widget h4 { color: #fff; font-weight: 700; font-size: 18px; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-widget h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--steel-gold); }
.footer-widget p { font-size: 14px; line-height: 1.8; }
.footer-logo { max-height: 45px; margin-bottom: 15px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 14px; }
.footer-links a:hover { color: var(--steel-gold); padding-left: 5px; }
.footer-social { margin-top: 15px; display: flex; gap: 10px; flex-wrap: wrap; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: #fff; border-radius: 50%; transition: .3s; box-shadow: 0 2px 5px rgba(255, 255, 255, 0.85) !important;}
.footer-social a svg { width: 25px; height: 25px; /**/}
.social-fb { background: #1877f2; border-radius:50%;}
.social-fb:hover { background: #0d65d9; transform: translateY(-3px); box-shadow: 0 4px 12px rgba(24,119,242,.4); }
.social-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-ig:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(225,48,108,.4); }
.social-tw { background: #000; }
.social-tw:hover { background: #333; transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,.4); }
.social-li { background: #0a66c2; }
.social-li:hover { background: #004182; transform: translateY(-3px); box-shadow: 0 4px 12px rgba(10,102,194,.4); }
.social-yt { background: #ff0000; }
.social-yt:hover { background: #cc0000; transform: translateY(-3px); box-shadow: 0 4px 12px rgba(255,0,0,.4); }
.working-hours .wh-item { font-size: 14px; margin-bottom: 6px; }
.working-hours .wh-item i { color: var(--steel-gold); margin-right: 8px; }
.steel-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: 13px; }
.footer-bottom-links { list-style: none; padding: 0; margin: 0; }
.footer-bottom-links li { display: inline-block; margin-left: 15px; }
.footer-bottom-links a { color: rgba(255,255,255,.6); }
.footer-bottom-links a:hover { color: var(--steel-gold); }

/* ── Back to Top ── */
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px; background: var(--steel-accent); color: #fff; border: none; font-size: 20px; cursor: pointer; opacity: 0; visibility: hidden; transition: .3s; z-index: 999; border-radius: var(--radius); box-shadow: var(--shadow-md); }
#backToTop.show { opacity: 1; visibility: visible; }
#backToTop:hover { background: var(--steel-gold); color: var(--steel-dark); transform: translateY(-3px); }

/* ── Detail Pages ── */
.detail-header { padding: 100px 0 60px; background: linear-gradient(135deg, var(--steel-dark), var(--steel-blue)); color: #fff; }
.detail-header h1 { font-weight: 900; font-size: 38px; }
.detail-header .breadcrumb { background: transparent; justify-content: center; }
.detail-header .breadcrumb a { color: var(--steel-gold); }
.detail-header .breadcrumb .active { color: rgba(255,255,255,.6); }
.detail-content { padding: 60px 0; }
.detail-content img { max-width: 100%; height: auto; margin: 20px 0; border-radius: var(--radius); }

.detail-sidebar .widget {
    background: #fff;
    border: 1px solid var(--steel-border);
    border-radius: var(--radius);
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: var(--shadow-sm);
    transition: all .3s ease;
}
.detail-sidebar .widget:hover { box-shadow: var(--shadow-md); }
.detail-sidebar .widget h5 { font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid var(--steel-gold); color: var(--steel-dark); }
.detail-sidebar .widget li a { color: var(--steel-gray); font-size: 14px; }
.detail-sidebar .widget li a:hover { color: var(--steel-accent); padding-left: 4px; }

/* ── Gallery ── */
.gallery-grid .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    cursor: pointer;
    background: #fff;
}
.gallery-grid .gallery-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--steel-gold), var(--steel-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.gallery-grid .gallery-item:hover::after {
    transform: scaleX(1);
}
.gallery-grid .gallery-item:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-8px);
}
.gallery-grid .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94);
}
.gallery-grid .gallery-item:hover img {
    transform: scale(1.06);
}
.gallery-grid .gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26,26,46,0) 30%, rgba(26,26,46,.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity .4s ease;
    padding: 20px;
}
.gallery-grid .gallery-item:hover .gallery-overlay {
    opacity: 1;
}
.gallery-grid .gallery-item .gallery-overlay .gallery-caption {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.gallery-grid .gallery-item .gallery-overlay .gallery-zoom {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(4px);
}
.gallery-grid .gallery-item:hover .gallery-overlay .gallery-zoom {
    transform: scale(1.1);
    background: rgba(233,69,96,.6);
    border-color: rgba(233,69,96,.8);
}

/* ── Gallery: Video Cards ── */
.gallery-video-grid .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    cursor: pointer;
    background: var(--steel-dark);
    aspect-ratio: 16/9;
}
.gallery-video-grid .gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--steel-accent), var(--steel-gold));
    z-index: 2;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.gallery-video-grid .gallery-item:hover::before {
    transform: scaleX(1);
}
.gallery-video-grid .gallery-item:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-8px);
}
.gallery-video-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94);
    filter: brightness(.85);
}
.gallery-video-grid .gallery-item:hover img {
    transform: scale(1.06);
    filter: brightness(.6);
}
.gallery-video-grid .gallery-item .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: rgba(233,69,96,.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    z-index: 2;
    transition: all .35s ease;
    box-shadow: 0 0 0 0 rgba(233,69,96,.4);
    backdrop-filter: blur(4px);
}
.gallery-video-grid .gallery-item:hover .video-play-btn {
    background: var(--steel-gold);
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 0 12px rgba(255,182,0,.2);
}
.gallery-video-grid .gallery-item .video-play-btn i {
    margin-left: 3px;
}
.gallery-video-grid .gallery-item .video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.8));
    padding: 40px 16px 16px;
    z-index: 2;
    opacity: 0;
    transform: translateY(8px);
    transition: all .4s ease;
}
.gallery-video-grid .gallery-item:hover .video-info {
    opacity: 1;
    transform: translateY(0);
}
.gallery-video-grid .gallery-item .video-info h6 {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-video-grid .gallery-item .video-info .video-duration {
    display: inline-block;
    background: rgba(233,69,96,.85);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
    letter-spacing: .5px;
}

/* ── Gallery: Category Cards (resimler/videolar modül listesi) ── */
.gallery-category-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: var(--shadow-md);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    cursor: pointer;
    background: #fff;
}
.gallery-category-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--steel-gold), var(--steel-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.gallery-category-card:hover::after {
    transform: scaleX(1);
}
.gallery-category-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-8px);
}
.gallery-category-card .gcc-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.gallery-category-card .gcc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94);
}
.gallery-category-card:hover .gcc-image img {
    transform: scale(1.08);
}
.gallery-category-card .gcc-image .gcc-count {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(26,26,46,.85);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    letter-spacing: .3px;
}
.gallery-category-card .gcc-image .gcc-type-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    width: 56px;
    height: 56px;
    background: rgba(233,69,96,.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: all .4s ease;
    backdrop-filter: blur(4px);
}
.gallery-category-card:hover .gcc-type-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.gallery-category-card .gcc-body {
    padding: 20px 24px;
}
.gallery-category-card .gcc-body h5 {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    color: var(--steel-dark);
    margin-bottom: 6px;
    transition: color .3s ease;
}
.gallery-category-card:hover .gcc-body h5 {
    color: var(--steel-accent);
}
.gallery-category-card .gcc-body p {
    font-size: 13px;
    color: var(--steel-gray);
    margin: 0;
}
.gallery-category-card .gcc-body .gcc-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--steel-accent);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-heading);
    margin-top: 8px;
    transition: gap .3s ease;
}
.gallery-category-card:hover .gcc-body .gcc-arrow {
    gap: 10px;
}

/* ── Gallery: Index Hero Cards ── */
.gallery-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: var(--shadow-md);
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    background: #fff;
    cursor: pointer;
}
.gallery-hero-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--steel-gold), var(--steel-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.gallery-hero-card:hover::after {
    transform: scaleX(1);
}
.gallery-hero-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-8px);
}
.gallery-hero-card .ghc-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.gallery-hero-card .ghc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94);
}
.gallery-hero-card:hover .ghc-image img {
    transform: scale(1.06);
}
.gallery-hero-card .ghc-image .ghc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26,26,46,0) 40%, rgba(26,26,46,.75) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
}
.gallery-hero-card .ghc-image .ghc-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(233,69,96,.9);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}
.gallery-hero-card .ghc-body {
    padding: 24px;
    text-align: center;
}
.gallery-hero-card .ghc-body .ghc-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
    background: linear-gradient(135deg, var(--steel-accent), var(--steel-gold));
}
.gallery-hero-card .ghc-body h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--steel-dark);
    margin-bottom: 6px;
}
.gallery-hero-card .ghc-body p {
    font-size: 14px;
    color: var(--steel-gray);
    margin: 0 0 12px;
}
.gallery-hero-card .ghc-body .ghc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--steel-accent);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: gap .3s ease;
}
.gallery-hero-card:hover .ghc-body .ghc-link {
    gap: 10px;
}

/* ── Filter Buttons ── */
.filter-buttons { margin-bottom: 40px; text-align: center; }
.filter-buttons .btn { font-family: var(--font-heading); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 8px 20px; margin: 0 3px 8px; border: 1px solid var(--steel-border); border-radius: 30px; color: var(--steel-gray); background: #fff; transition: .3s; }
.filter-buttons .btn:hover, .filter-buttons .btn.active { background: var(--steel-dark); color: var(--steel-gold); border-color: var(--steel-dark); }

/* ── Accordion (FAQ) ── */
.accordion-item {
    border: 1px solid var(--steel-border);
    border-radius: var(--radius) !important;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: var(--shadow-sm);
}
.accordion-button { font-family: var(--font-heading); font-weight: 600; font-size: 15px; color: var(--steel-dark); padding: 18px 20px; }
.accordion-button:not(.collapsed) { background: var(--steel-dark); color: var(--steel-gold); }
.accordion-button:focus { box-shadow: none; border-color: var(--steel-border); }
.accordion-body { padding: 20px; font-size: 14px; color: var(--steel-gray); line-height: 1.7; }

/* ── FAQ Nav Pills ── */
.nav-pills .nav-link { font-family: var(--font-heading); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; color: var(--steel-dark); border-radius: 30px; padding: 8px 20px; margin: 0 4px; }
.nav-pills .nav-link.active { background: var(--steel-dark); color: var(--steel-gold); }

/* ── Detail Product Layout (Gallery + Sidebar) ── */
.product-page { width: 100%; }
.product-layout { display: flex; gap: 40px; align-items: flex-start; }
.product-gallery { flex: 1; min-width: 0; }
.product-gallery .main-image {
    position: relative; overflow: hidden; cursor: crosshair;
    border-radius: var(--radius); box-shadow: var(--shadow-sm);
    background: #fff; border: 1px solid var(--steel-border);
}
.product-gallery .main-image img { width: 100%; display: block; transition: transform .3s ease; }
.product-gallery .main-image:hover img { transform: scale(2); }
.product-gallery .main-image:hover { cursor: zoom-in; }
.product-gallery .thumbs {
    display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap;
}
.product-gallery .thumbs img {
    width: 80px; height: 60px; object-fit: cover; border-radius: 6px;
    cursor: pointer; opacity: .6; transition: all .3s ease;
    border: 2px solid transparent;
}
.product-gallery .thumbs img:hover, .product-gallery .thumbs img.active { opacity: 1; border-color: var(--steel-gold); }
.product-sidebar {
    width: 320px; flex-shrink: 0;
    background: var(--steel-dark); border-radius: var(--radius);
    padding: 25px; color: #fff; position: sticky; top: 100px;
}
.product-sidebar .fgps-widget-meta {
    padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.product-sidebar .fgps-widget-meta:last-child { border-bottom: none; }
.product-sidebar .fgps-widget-meta h5 {
    font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
    color: var(--steel-gold); margin-bottom: 4px; font-weight: 700;
}
.product-sidebar .fgps-widget-meta .clients-name span { font-size: 16px; font-weight: 600; }
.product-sidebar .fgps-widget-meta .file-size { font-size: 14px; color: rgba(255,255,255,.7); }

/* ── Lightbox ── */
#lightbox {
    display: none; position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.9); justify-content: center; align-items: center;
    padding: 40px;
}
#lightbox.active { display: flex; }
#lightbox #lightImg { max-width: 90%; max-height: 85vh; object-fit: contain; border-radius: var(--radius); }
#lightbox .lb-prev, #lightbox .lb-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.15); border: none; width: 50px; height: 50px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .3s; z-index: 10;
}
#lightbox .lb-prev:hover, #lightbox .lb-next:hover { background: var(--steel-gold); }
#lightbox .lb-prev { left: 20px; }
#lightbox .lb-next { right: 20px; }
#lightbox .lb-close {
    position: absolute; top: 20px; right: 30px; font-size: 36px;
    color: #fff; cursor: pointer; transition: .3s; z-index: 10;
    line-height: 1; background: none; border: none;
}
#lightbox .lb-close:hover { color: var(--steel-gold); transform: rotate(90deg); }
#lightbox .lb-caption {
    position: absolute; bottom: 24px; left: 0; right: 0; text-align: center;
    color: #fff; font-size: 15px; padding: 8px 18px; margin: 0 auto; max-width: 80%;
    background: rgba(0,0,0,.55); border-radius: 6px; font-family: var(--font-heading);
}
#lightbox .lb-video { width: 90%; max-width: 900px; aspect-ratio: 16 / 9; }
#lightbox .lb-video iframe { width: 100%; height: 100%; border: none; border-radius: 8px; }

/* ── Product Tabs ── */
.product-tabs .tab-buttons {
    display: flex; gap: 0; border-bottom: 2px solid var(--steel-border);
    margin-bottom: 30px;
}
.product-tabs .tab-btn {
    padding: 12px 30px; font-family: var(--font-heading); font-weight: 600;
    font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
    background: none; border: none; cursor: pointer; color: var(--steel-gray);
    position: relative; transition: all .3s;
}
.product-tabs .tab-btn::after {
    content: ''; position: absolute; bottom: -2px; left: 0; width: 100%;
    height: 2px; background: var(--steel-accent); transform: scaleX(0);
    transition: transform .3s;
}
.product-tabs .tab-btn.active { color: var(--steel-dark); }
.product-tabs .tab-btn.active::after { transform: scaleX(1); }
.product-tabs .tab-btn:hover { color: var(--steel-dark); }
.product-tabs .tab-content { display: none; font-size: 15px; line-height: 1.8; color: var(--steel-gray); }
.product-tabs .tab-content.active { display: block; }
.product-tabs .tab-content ul, .product-tabs .tab-content ol { padding-left: 20px; margin-bottom: 15px; }
.product-tabs .tab-content li { margin-bottom: 6px; }

/* ── Video Grid ── */
.video-grid { display: flex; flex-direction: column; gap: 20px; }
.video-grid iframe, .video-grid video { width: 100%; max-width: 800px; border-radius: var(--radius); }

/* ── Responsive ── */
@media (max-width: 991px) {
    .product-layout { flex-direction: column; }
    .product-sidebar { width: 100%; position: static; margin-top: 20px; }
}
@media (max-width: 767px) {
    .product-gallery .thumbs img { width: 60px; height: 45px; }
    #lightbox { padding: 20px; }
    #lightbox .lb-prev, #lightbox .lb-next { width: 40px; height: 40px; }
}

/* ── Product / Service Categories Cards ── */
.product-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    border: 1px solid rgba(0,0,0,.06);
    position: relative;
}
.product-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--steel-gold), var(--steel-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    border-color: transparent;
}
.product-card:hover::after { transform: scaleX(1); }
.product-card .product-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.product-card .product-img::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 100%; height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,.2), transparent);
}
.product-card .product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.165,.84,.44,1); }
.product-card:hover .product-img img { transform: scale(1.08); }
.product-card .product-body { padding: 22px 24px 26px; }
.product-card .product-body h3 { font-size: 18px; font-weight: 700; color: var(--steel-dark); margin-bottom: 8px; }
.product-card .product-body p { font-size: 14px; color: var(--steel-gray); line-height: 1.7; margin-bottom: 14px; }

/* ── Card Badges ── */
.card-badge {
    position: absolute;
    top: 15px; left: 15px;
    background: linear-gradient(135deg, var(--steel-accent), #c73a4f);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 3px 10px rgba(233,69,96,.3);
}
.card-badge-gold {
    position: absolute;
    top: 15px; left: 15px;
    background: linear-gradient(135deg, var(--steel-gold), #d4a843);
    color: var(--steel-dark);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 3px 10px rgba(212,168,67,.3);
}
.card-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--steel-light);
    color: var(--steel-gray);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 15px;
    margin-top: 8px;
}
.card-count-badge i { color: var(--steel-accent); font-size: 11px; }

/* ── Alert ── */
.alert { border-radius: var(--radius); }

/* ── Search Page ── */
.search-hero {
    background: linear-gradient(135deg, var(--steel-dark) 0%, #2a1a3e 50%, var(--steel-blue) 100%);
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.search-hero::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(233,69,96,.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(212,168,67,.06) 0%, transparent 50%);
    animation: searchPulse 8s ease-in-out infinite alternate;
}
@keyframes searchPulse {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1.1) rotate(3deg); }
}
.search-hero-inner { position: relative; z-index: 2; }
.search-hero h1 { color: #fff; font-size: 38px; font-weight: 800; margin-bottom: 10px; }
.search-hero h1 i { color: var(--steel-gold); }
.search-hero p { color: rgba(255,255,255,.7); font-size: 16px; margin-bottom: 30px; }
.search-box {
    max-width: 600px; margin: 0 auto; display: flex;
    background: rgba(255,255,255,.1); backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,.15); border-radius: 50px;
    overflow: hidden; transition: all .3s;
}
.search-box:focus-within { border-color: var(--steel-gold); box-shadow: 0 0 30px rgba(212,168,67,.2); }
.search-input { flex: 1; background: transparent; border: none; color: #fff; padding: 16px 24px; font-size: 16px; outline: none; }
.search-input::placeholder { color: rgba(255,255,255,.45); }
.search-btn {
    background: linear-gradient(135deg, var(--steel-gold), #d4a843); color: var(--steel-dark);
    border: none; padding: 16px 28px; font-size: 18px; cursor: pointer; transition: all .3s;
}
.search-btn:hover { background: linear-gradient(135deg, #f0c868, var(--steel-gold)); transform: scale(1.05); }
.search-tags { display: flex; justify-content: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.search-tag {
    background: rgba(255,255,255,.1); color: rgba(255,255,255,.8);
    padding: 5px 14px; border-radius: 20px; font-size: 13px;
    backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,.1);
}
.search-tag strong { color: var(--steel-gold); }

/* Search Toolbar */
.search-toolbar {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid rgba(0,0,0,.06);
    flex-wrap: wrap; gap: 12px;
}
.search-meta { font-size: 15px; color: var(--steel-gray); }
.search-view-toggle { display: flex; gap: 4px; background: var(--steel-light); border-radius: 8px; padding: 3px; }
.svt-btn {
    width: 36px; height: 32px; display: flex; align-items: center; justify-content: center;
    border: none; background: transparent; border-radius: 6px; cursor: pointer;
    color: var(--steel-gray); font-size: 14px; transition: all .2s;
}
.svt-btn.active { background: #fff; color: var(--steel-dark); box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.svt-btn:hover:not(.active) { color: var(--steel-dark); }

/* Empty state */
.search-empty { text-align: center; padding: 60px 20px; }
.search-empty-icon {
    width: 80px; height: 80px;
    background: linear-gradient(135deg, var(--steel-light), #f0f0f0);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 32px; color: var(--steel-gray);
}
.search-empty h3 { font-weight: 700; color: var(--steel-dark); margin-bottom: 8px; }
.search-empty p { color: var(--steel-gray); font-size: 15px; }

/* View containers */
.search-results { display: none; }
.search-results.active { display: block; }

/* ── Grid View Cards ── */
.search-card {
    background: #fff; border-radius: var(--radius); overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.06);
    transition: all .4s cubic-bezier(.165,.84,.44,1); height: 100%; position: relative;
}
.search-card::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--steel-accent), var(--steel-gold));
    transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.search-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,.1); border-color: transparent; }
.search-card:hover::after { transform: scaleX(1); }
.search-card-img { height: 180px; overflow: hidden; position: relative; }
.search-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.165,.84,.44,1); }
.search-card:hover .search-card-img img { transform: scale(1.08); }
.search-card-img .search-card-type { position: absolute; top: 12px; left: 12px; }
.search-card-body { padding: 20px; }
.search-card-type {
    display: inline-flex; align-items: center; gap: 5px;
    color: #fff; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .5px;
    padding: 4px 10px; border-radius: 15px; margin-bottom: 10px;
}
.search-card-body h5 { font-weight: 700; color: var(--steel-dark); font-size: 16px; margin-bottom: 8px; line-height: 1.4; }
.search-card-body p { font-size: 13px; color: var(--steel-gray); line-height: 1.6; margin-bottom: 12px; }
.search-card-link {
    color: var(--steel-accent); font-weight: 600; font-size: 12px;
    text-transform: uppercase; letter-spacing: .5px;
    display: inline-flex; align-items: center; gap: 5px; transition: all .3s;
}
.search-card:hover .search-card-link { gap: 8px; }

/* ── List View ── */
.search-list-item {
    display: flex; align-items: center; gap: 20px;
    background: #fff; border: 1px solid rgba(0,0,0,.06);
    border-radius: var(--radius); padding: 16px 20px;
    margin-bottom: 12px;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.search-list-item:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    border-color: rgba(233,69,96,.15);
}
.search-list-img {
    flex: 0 0 100px; height: 80px; border-radius: 8px; overflow: hidden;
}
.search-list-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.search-list-item:hover .search-list-img img { transform: scale(1.06); }
.search-list-icon {
    flex: 0 0 100px; height: 80px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.search-list-body { flex: 1; min-width: 0; }
.search-list-top { margin-bottom: 6px; }
.search-list-body h5 { font-weight: 700; color: var(--steel-dark); font-size: 16px; margin-bottom: 4px; line-height: 1.3; }
.search-list-body p { font-size: 13px; color: var(--steel-gray); line-height: 1.5; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ── Pagination ── */
.search-pagination {
    display: flex; justify-content: center; gap: 6px;
    margin-top: 40px; padding-top: 25px; border-top: 1px solid rgba(0,0,0,.06);
}
.search-page {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px; font-size: 14px; font-weight: 600;
    color: var(--steel-gray); background: var(--steel-light);
    text-decoration: none; transition: all .2s;
}
.search-page:hover { background: var(--steel-dark); color: #fff; }
.search-page.active {
    background: linear-gradient(135deg, var(--steel-accent), #c73a4f);
    color: #fff; box-shadow: 0 4px 12px rgba(233,69,96,.3);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .steel-hero .carousel-inner { min-height: auto; }
    .steel-hero .steel-hero-slide { min-height: auto; padding: 30px 0 20px; text-align: center; }
    .steel-hero .hero-title { font-size: 36px; }
    .steel-hero .hero-desc { margin: 0 auto 20px; }
    .steel-hero .carousel-control-prev, .steel-hero .carousel-control-next { display: none; }
    .steel-hero .carousel-indicators { margin-bottom: 8px; }
    .steel-hero .hero-buttons { display: flex; justify-content: center; gap: 12px; margin-top: 10px; }
    .steel-hero .hero-image { margin-top: 20px; }
    .steel-hero .hero-image img { max-height: 380px; }
    .steel-header .nav-link { padding: 12px 14px !important; }
    .steel-about .about-image { margin-bottom: 40px; }
    .steel-about .about-stats { justify-content: center; }
}
@media (max-width: 767px) {
    .steel-hero .steel-hero-slide { padding: 20px 0 15px; }
    .steel-hero .hero-title { font-size: 24px; margin-bottom: 12px; }
    .steel-hero .hero-subtitle { font-size: 11px; letter-spacing: 2px; margin-bottom: 10px; }
    .steel-hero .hero-desc { font-size: 13px; margin-bottom: 15px; }
    .steel-hero .hero-image img { max-height: 260px; }
    .steel-top-bar { display: none; }
    .section-title h2 { font-size: 28px; }
    .page-header h1 { font-size: 30px; }
    .steel-stats .stat-item { margin-bottom: 30px; }
    .search-hero h1 { font-size: 26px; }
    .search-hero p { font-size: 14px; }
    .search-box { flex-direction: column; border-radius: 16px; }
    .search-input { text-align: center; padding: 14px 20px; }
    .search-btn { padding: 14px; border-radius: 0 0 14px 14px; }
    .search-toolbar { flex-direction: column; align-items: flex-start; }
    .search-list-item { flex-direction: column; align-items: flex-start; gap: 12px; }
    .search-list-img, .search-list-icon { flex: 0 0 auto; width: 100%; height: 160px; }
}

/* ===== CORPORATE HEADER (CMS uyumlu) ===== */
.corp-top-bar {
    background: #050505;
    color: #94a3b8;
    font-size: 13px;
    position: relative;
    z-index: 1000;
    padding: 6px 0;
}
.corp-top-bar .corp-address {
    font-size: 13px;
}
.corp-top-bar .corp-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    margin-left: 6px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    transition: all .25s cubic-bezier(.4,0,.2,1);
}
.corp-top-bar .corp-social a.corp-social-fb { background: linear-gradient(135deg,#1877f2,#0d5ab5); }
.corp-top-bar .corp-social a.corp-social-ig { background: linear-gradient(135deg,#f58529,#dd2a7b,#8134af); }
.corp-top-bar .corp-social a.corp-social-tw { background: #000; }
.corp-top-bar .corp-social a.corp-social-li { background: linear-gradient(135deg,#0a66c2,#004182); }
.corp-top-bar .corp-social a.corp-social-yt { background: linear-gradient(135deg,#ff0000,#cc0000); }
.corp-top-bar .corp-social a:hover {
    transform: translateY(-3px) scale(1.1);
    filter: brightness(1.2);
    box-shadow: 0 6px 20px rgba(0,0,0,.35);
}
.corp-top-bar .corp-lang a {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    transition: .3s;
    margin-left: 4px;
}
.corp-top-bar .corp-lang a:hover {
    transform: scale(1.1);
    box-shadow: 0 0 8px #ede6e3;
}
.corp-top-bar .corp-lang img {
    height: 22px;
    display: block;
    margin-left: 8px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

/* ===== HEADER WRAPPER ===== */
#siteHeader,
.corp-header-sticky {
    width: 100%;
    background: #1a1a2e;
}
/* ===== STICKY NAVBAR ===== */
.corp-navbar {
    z-index: 9999;
}
.corp-navbar.nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.fw-semibold {
    color: #007979;
    font-weight: bold;
}
/* ===== HEADER LOGO ROW ===== */
.corp-header-row {
    display: flex;
    align-items: center;
	height:200px;
    color: #e2e8f0;
}
.corp-header-row .corp-logo img {
    max-height: 95px;
}
.corp-header-row .corp-contact-info {
    font-size: 13px;
}
.corp-header-row .corp-contact-info .fw-bold {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

/* ===== NAVBAR ===== */
.corp-navbar {
    background: rgba(10, 10, 15, 0.82);
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.04);
    font-family: 'Inter', sans-serif;
    transition: background .25s ease, box-shadow .25s ease;
}
.corp-navbar.nav-sticky {
    background: rgba(10, 10, 15, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,182,0,.35);
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.corp-navbar .container {
    display: flex;
    align-items: center;
}
.corp-navbar .corp-nav-brand {
    display: none;
    align-items: center;
    padding: 0.55rem 1rem 0.55rem 0;
    margin-right: 0.75rem;
    border-right: 1px solid rgba(255,255,255,.14);
    flex-shrink: 0;
}
@media (max-width: 991.98px) {
    .corp-navbar .corp-nav-brand { display: none !important; width: 0 !important; padding: 0 !important; margin: 0 !important; border: none !important; overflow: hidden; }
    .corp-navbar .navbar-brand { flex-shrink: 0; }
    .corp-navbar .container { gap: 0; }
}
@media (min-width: 992px) {
    .corp-navbar .corp-nav-brand {
        display: none !important;
    }
}
.corp-navbar .corp-nav-brand img {
    height: 36px;
    width: auto;
}
.corp-navbar .corp-nav-brand span {
    font-weight: 800;
    font-size: .95rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.corp-navbar .container {
    display: flex;
    align-items: center;
}
.corp-navbar .navbar-brand {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: #f1f5f9;
    padding: 0.7rem 0;
}
.corp-navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
    font-size: 0.86rem;
    font-weight: 500;
    padding: 0.85rem 1.1rem;
    transition: color .2s ease, background .2s ease, border-radius .2s ease;
    position: relative;
    letter-spacing: 0.02em;
    white-space: nowrap;
    border-radius: 8px;
    margin: 4px 2px;
}
.corp-navbar .navbar-nav .nav-link:hover,
.corp-navbar .navbar-nav .nav-link.active {
    color: #fff;
    background: rgba(255,255,255,.07);
}
.corp-navbar .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: 4px;
    height: 2.5px;
    background: #ffb600;
    border-radius: 2px 2px 0 0;
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.4,0,.2,1);
}
.corp-navbar .navbar-nav .nav-link:hover::before,
.corp-navbar .navbar-nav .nav-link.active::before {
    transform: scaleX(1);
}
/* Dropdown caret */
.corp-navbar .nav-item.dropdown > .nav-link {
    padding-right: 1.8rem;
}
.corp-navbar .nav-link.dropdown-toggle::after {
    border: none !important;
    content: "\f282" !important;
    font-family: "bootstrap-icons" !important;
    font-size: 0.55rem !important;
    position: absolute !important;
    right: 0.7rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    transition: transform .2s ease !important;
    vertical-align: baseline !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
    background: none !important;
    line-height: 1 !important;
    left: auto !important;
    bottom: auto !important;
}
.corp-navbar .nav-item.dropdown:hover > .nav-link.dropdown-toggle::after,
.corp-navbar .nav-link.dropdown-toggle[aria-expanded="true"]::after,
.corp-navbar .dropdown-item.dropdown-toggle[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg) !important;
}
/* Dropdown hover - desktop */
@media (min-width: 992px) {
    .corp-navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        animation: navFadeIn .25s ease forwards;
    }
    .corp-navbar .nav-item.dropdown {
        position: relative;
    }
}
.corp-navbar .dropdown-menu {
    background: #111118;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 6px;
    min-width: 210px;
    margin-top: 4px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
@keyframes navFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.corp-navbar .dropdown-item {
    padding: 8px 14px 8px 18px;
    color: rgba(255,255,255,.7);
    font-size: 0.85rem;
    border-radius: 8px;
    transition: all .25s ease;
    position: relative;
    background: linear-gradient(to right, rgba(255,182,0,.08) 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.corp-navbar .dropdown-item:hover {
    color: #fff;
    background-position: left bottom;
}
.corp-navbar .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background: #ffb600;
    border-radius: 0 2px 2px 0;
    transform: scaleY(0);
    transition: transform .2s ease;
}
.corp-navbar .dropdown-item:hover::before {
    transform: scaleY(1);
}
.corp-navbar .dropdown-submenu {
    position: relative;
}
.corp-navbar .dropdown-submenu > .dropdown-menu {
    top: -6px;
    left: 100%;
    margin-left: 4px;
    margin-top: 0;
}
.corp-navbar .dropdown-submenu > .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    border: none;
    float: right;
    margin-top: 3px;
    vertical-align: 0;
}
@media (min-width: 992px) {
    .corp-navbar .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}
/* Hamburger */
.corp-navbar .navbar-toggler {
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: transparent;
    cursor: pointer;
}
.corp-navbar .navbar-toggler:focus {
    box-shadow: none;
}
.corp-navbar .navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(255,255,255,.7);
    border-radius: 2px;
    transition: all .3s ease;
}
.corp-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.corp-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.corp-navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
/* User avatar */
.corp-navbar .user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ffb600,#f59e0b);
    color: #0a0a0f;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* Mobile search icon */
.corp-navbar .mobile-search {
    color: rgba(255,255,255,.65);
    font-size: 1.1rem;
    padding: 0.5rem;
}
.corp-navbar .mobile-search:hover {
    color: #fff;
}
/* Search toggle */
.corp-navbar .search-toggle {
    font-size: 1rem;
    padding: 0.85rem 0.6rem 0.85rem 1rem;
}
.corp-navbar .navbar-nav .nav-link .bi-house-fill {
    font-size: 1.15rem;
    vertical-align: -2px;
}
/* Mobile - slide-in drawer from right */
@media (max-width: 991.98px) {
    .hidden-mxw { display: none !important; }
    .corp-navbar .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 300px !important;
        background: #0a0a0f;
        z-index: 999;
        padding: 1rem;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(.4,0,.2,1);
        border-left: 1px solid rgba(255,255,255,.08);
    }
    .corp-navbar .navbar-collapse.collapse:not(.show) {
        display: block !important;
        height: 100vh !important;
    }
    .corp-navbar .navbar-collapse.show {
        transform: translateX(0);
        height: 100vh !important;
    }
    .corp-navbar .navbar-collapse.collapsing {
        height: 100vh !important;
        transition: transform 0.35s cubic-bezier(.4,0,.2,1), height 0s !important;
    }
    .nav-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.5);
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }
    .corp-navbar .navbar-collapse.show ~ .nav-backdrop {
        opacity: 1;
        visibility: visible;
    }
    .corp-navbar .navbar-nav {
        flex-direction: column;
        width: 100%;
        padding-top: 3rem;
    }
    .corp-navbar .navbar-nav .nav-link {
        padding: 0.6rem 0;
        border-bottom: 1px solid rgba(255,255,255,.04);
    }
    .corp-navbar .navbar-nav .nav-link::after { display: none; }
    .corp-navbar .navbar-nav .nav-link:hover {
        color: #ffb600;
    }
    .corp-navbar .mobile-search {
        font-size: 1.1rem;
        padding: 0.5rem;
    }
    .corp-navbar .navbar-toggler {
        border: none;
        padding: 0.4rem;
    }
    .corp-navbar .dropdown-menu {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0 0 0 0.75rem;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
        display: block;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(20px);
        transition: max-height 0.4s ease, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    }
    .corp-navbar .dropdown-menu.show {
        max-height: 800px;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    .corp-navbar .dropdown-item {
        color: rgba(255,255,255,.5);
        padding: 6px 12px;
        border-radius: 0;
    }
    .corp-navbar .dropdown-item:hover {
        color: #fff;
        background: transparent;
    }
    .corp-navbar .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 0;
        padding-left: 0.75rem;
        overflow: hidden;
        max-height: 0;
        transform: translateX(20px);
        transition: max-height 0.4s ease, opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
    }
    .corp-navbar .dropdown-submenu > .dropdown-toggle::after {
        display: none;
    }
    .corp-navbar .dropdown-submenu > .dropdown-menu.show {
        max-height: 800px;
        overflow: visible;
        transform: translateX(0);
    }
    .corp-navbar .user-dropdown .dropdown-menu {
        padding: 6px;
    }
    .corp-navbar .user-dropdown .dropdown-item {
        border-radius: 8px;
        padding: 8px 12px;
    }
    .corp-navbar .user-dropdown .dropdown-item:hover {
        background: rgba(255,255,255,.06);
    }
    .mobile-lang-bar {
        background: #050505;
        border-top: 1px solid rgba(255,255,255,.06);
        padding: 6px 0;
    }
    .mobile-lang-bar a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        background: #fff;
        transition: .3s;
        margin: 0 3px;
    }
    .mobile-lang-bar a:hover {
        transform: scale(1.1);
        box-shadow: 0 0 8px #ede6e3;
    }
    .mobile-lang-bar img {
        height: 20px;
        width: auto;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        box-shadow: 0 1px 3px rgba(0,0,0,.15);
    }
}
.corp-navbar .navbar-collapse.show ~ .nav-backdrop {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    .nav-backdrop { display: none; }
    .mobile-lang-bar { display: none !important; }
}
