    body {
      background: #23272b;
      color: #f8f9fa;
      font-family: 'Gordita', 'Axiforma', Arial, sans-serif;
      font-size: 18px;
    }
    .navbar {
      background: #181a1b;
      box-shadow: 0 2px 16px rgba(0,0,0,0.2);
      padding: 0.9rem 0;
    }
    .navbar-brand img {
      height: 47px;
      transform: scale(1.3);
      margin-right: 0;
      transition: transform 0.2s, height 0.2s;
      transform-origin: left center;
    }
    @media (max-width: 991.98px) {
      .navbar-brand img {
        transform: scale(1.2);
      }
    }
    @media (max-width: 575.98px) {
      .navbar-brand img {
        transform: scale(1.2);
        height: 44px;
      }
    }
    .navbar-nav {
      display: flex;
      align-items: flex-start;
    }
    .navbar-nav .nav-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .navbar-nav .nav-link, .navbar-nav .dropdown-toggle {
      display: flex;
      align-items: center;
      font-size: 18px;
      margin: 0 0.53rem;
      letter-spacing: 1px;
      position: relative;
      transition: color 0.2s;
      padding: 0.5rem 0.7rem;
      line-height: 1.2;
      background: none;
    }
    .navbar-nav .nav-link::after, .navbar-nav .dropdown-toggle::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #ea923f;
      transition: width .3s;
      margin-top: 2px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .dropdown-toggle::after {
      border-top: 0px;
      border-right: 0px;
      border-bottom: 0px;
      border-left: 0px;
      margin-left: 0px;
    }
    .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after,
    .navbar-nav .dropdown-toggle:hover::after, .navbar-nav .dropdown-toggle.active::after {
      width: 100%;
    }
    /* Remove ALL custom ::before for dropdown-toggle */
    .navbar-nav .dropdown-toggle::before {
      display: none !important;
    }
    /* Dropdown item gold background only on hover or active, not both */
    .navbar-nav .dropdown-item {
      color: #ea923f;
      font-weight: 600;
      font-size: 17px;
      border-radius: 0.7rem;
      padding: 0.7rem 1.3rem;
      transition: background 0.18s, color 0.18s;
      background: none;
    }
    .navbar-nav .dropdown-item:hover {
      background: linear-gradient(90deg, #ea923f 0%, #d4af37 100%);
      color: #23272b;
    }
    .navbar-nav .dropdown-item.active {
      background: linear-gradient(90deg, #ea923f 0%, #d4af37 100%);
      color: #23272b;
    }
    .navbar-nav .dropdown-item:not(:hover):not(.active) {
      background: none;
      color: #ea923f;
    }
    /* Use only Bootstrap default for dropdown menu position */
    .navbar-nav .dropdown-menu {
      margin-top: 0;
      top: 100% !important;
      left: 0;
      right: auto;
    }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
      color: #ea923f !important;
    }
    .section-title {
      color: #fff;
      margin-bottom: 2.5rem;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 0.3em;
      border-bottom: none;
    }

    h2 {
      font-size: 40px;
      font-weight: 900;
      line-height: 1.1;
    }

    .visually-hidden, .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0,0,0,0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    .section-title::after {
      content: '';
      display: block;
      margin: 0.4em auto 0 auto;
      width: 60%;
      max-width: 320px;
      height: 4px;
      background: linear-gradient(90deg, #ea923f 0%, #d4af37 100%);
      border-radius: 2px;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .hero {
      background: url('../images/hero-slika.webp') center/cover no-repeat;
      min-height: 93vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      width: 100%;
      margin: 0;
      margin-top: 88px;
    }
    .hero::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(24,26,27,0.7);
      z-index: 1;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      color: #fff;
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-left: 0;
      padding-right: 0;
    }
    .hero-content h1, .hero-content p {
      word-break: break-word;
      overflow-wrap: break-word;
      text-align: center;
      max-width: 95vw;
    }
    .hero-content h1 {
      font-weight: 900;
      letter-spacing: 2px;
      text-shadow: 0 4px 32px #000;
    }

    h1 {
      font-size: 80px;
      font-weight: 900;
      letter-spacing: 2px;
      text-shadow: 0 4px 32px #000;
      line-height: 1.1;
    }
    
    .hero-content p {
      font-size: 22px;
      margin-bottom: 2.5rem;
      color: #ea923f;
      font-weight: 500;
    }
    .btn-primary {
      background: linear-gradient(90deg, #ea923f 0%, #b85c00 100%);
      border: none;
      font-size: 19px;
      padding: 0.9rem 2.5rem;
      border-radius: 2rem;
      font-weight: 700;
      letter-spacing: 1px;
      box-shadow: 0 4px 24px rgba(234,146,63,0.18);
      transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    }
    .btn-primary:hover {
      background: linear-gradient(90deg, #b85c00 0%, #ea923f 100%);
      color: #fff;
      box-shadow: 0 8px 32px rgba(184,92,0,0.18);
      transform: translateY(-2px) scale(1.06);
    }
    .about-img {
      border-radius: 2rem;
      box-shadow: 0 8px 32px rgba(0,0,0,0.25);
      background-color: white;
      padding: 20px;
      scale: 0.95;
    }
    .services .card {
      background: #2c3035;
      border: none;
      color: #fff;
      border-radius: 1.5rem;
      box-shadow: 0 4px 24px rgba(0,0,0,0.10);
      transition: transform 0.2s, box-shadow 0.2s;
      padding: 2rem 1.2rem;
      min-height: 340px;
    }
    .services .card:hover {
      transform: translateY(-8px) scale(1.04);
      box-shadow: 0 8px 32px rgba(212,175,55,0.10);
      border: 1.5px solid #d4af37;
    }
    .services .card i {
      color: #ea923f;
      font-size: 45px;
      margin-bottom: 1.2rem;
    }
    .references .card {
      background: #23272b;
      border: 1.5px solid #343a40;
      color: #fff;
      border-radius: 1.5rem;
      box-shadow: 0 4px 24px rgba(0,0,0,0.10);
      overflow: hidden;
      transition: box-shadow 0.2s, border 0.2s;
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .company-info-box {
      background: rgba(34,38,44,0.18);
      border-left: 6px solid #ea923f;
      border-radius: 1.2em;
      padding: 1.5em 1.5em 1.2em 2em;
      margin-bottom: 2rem;
      color: #fff;
      box-shadow: 0 2px 12px rgba(234,146,63,0.08);
    }
    .company-info-box .company-title {
      font-weight: 800;
      color: #ea923f;
      font-size: 1.15em;
      margin-bottom: 0.7em;
      letter-spacing: 1px;
    }
    .company-info-box .company-services {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .company-info-box .company-services li {
      font-size: 1.1em;
      margin-bottom: 0.4em;
      position: relative;
      padding-left: 1.2em;
    }
    .company-info-box .company-services li::before {
      content: '';
      display: inline-block;
      width: 0.6em;
      height: 0.6em;
      background: linear-gradient(90deg, #ea923f 0%, #d4af37 100%);
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0.45em;
    }

    .mibuk-logo-text {
      font-family: 'Gordita', 'Axiforma', Arial, sans-serif;
      font-weight: 900;
      font-size: 2.3rem;
      letter-spacing: 0.04em;
      line-height: 1.05;
      text-transform: uppercase;
    }
    .mibuk-logo-text .mibuk-dark {
      color: #23273b;
    }
    .mibuk-logo-text .mibuk-orange {
      color: #ea923f;
    }
    @media (max-width: 767.98px) {
      .mibuk-logo-text {
        font-size: 1.3rem;
      }
    }
    @media (max-width: 767.98px) {
      .company-info-box {
        font-size: 1.05rem;
        padding: 1em 0.7em 0.8em 1.2em;
      }
    }
    .references .card:hover {
      border-color: #ea923f;
      box-shadow: 0 8px 32px rgba(234,146,63,0.10);
    }
    .references .card-img-top {
      height: 220px;
      object-fit: cover;
      border-radius: 1.5rem 1.5rem 0 0;
    }
    .references .card-body {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 1.5rem;
    }
    .references .card-title {
      color: #ea923f;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 0.7rem;
    }
    .gallery img {
      width: 100%;
      height: 220px;
      max-width: 100%;
      object-fit: cover;
      border-radius: 1.2rem;
      margin-bottom: 1rem;
      transition: transform 0.2s, box-shadow 0.2s;
      cursor: pointer;
      box-shadow: 0 2px 12px rgba(0,0,0,0.10);
      background: #222;
    }
    .gallery img:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 24px rgba(234,146,63,0.10);
    }
    .contact-form input, .contact-form textarea, .contact-form select {
      background: #2c3035;
      color: #fff;
      border: 1.5px solid #343a40;
      border-radius: 1rem;
      font-size: 18px;
    }
    .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
      background: #23272b;
      color: #fff;
      border-color: #ea923f;
    }
    .contact-form ::placeholder {
      color: #fff !important;
      opacity: 1;
    }
    .map-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      border-radius: 1.5rem;
      box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    }
    .map-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      border-radius: 1.5rem;
    }
    .br-desktop {
      display: inline;
    }
    @media (max-width: 575.98px) {
      .br-desktop {
        display: none;
      }
    }
    footer {
      background:#181a1b;
      color:#aaa;
      font-size: 1.1rem;
      letter-spacing: 1px;
      border-top: 1.5px solid #343a40;
    }
    .section-about { background: #23272b; }
    .section-services { background: #181a1b; }
    .section-references { background: #2d2f32; }
    .section-gallery { background: #34373b; }
    .section-contact { background: #23272b; }
    .company-info {
      background: #181a1b;
      color: #ea923f;
      border-radius: 1rem;
      padding: 2rem 1.5rem;
      margin-top: 2rem;
      font-size: 18px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.15);
      text-align: center;
    }
    .company-info strong { color: #fff; font-size: 1.2rem; }
    @media (max-width: 767px) {
      .company-info { font-size: 1rem; padding: 1.2rem 0.5rem; }
    }
    .section-full {
      min-height: 100vh;
      display: flex;
      align-items: center;
    }
    .section-padding {
      padding-top: 75px;
      padding-bottom: 75px;
    }
    @media (max-width: 767px) {
      .section-padding {
        padding-top: 64px;
        padding-bottom: 64px;
      }
    }
    @media (max-width: 575.98px) {
      .top-bar-centered {
        font-size: 10px !important;
        padding-left: 8px;
        padding-right: 8px;
      }
      .hero {
        margin-top: 98px;
      }
      .top-bar-centered a {
        margin: 0 8px;
      }
      .navbar {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
      }
      .navbar-toggler-icon {
        width: 18px;
        height: 18px;
      }
      h1 {
        font-size: 40px;
      }
    }
    html, body {
      padding: 0;
      margin: 0;
      width: 100%;
      overflow-x: hidden;
    }
    section, .container-fluid {
      max-width: 100vw;
      overflow-x: hidden;
    }
    img, .card, .carousel, .carousel-inner, .carousel-item, .gallery img {
      max-width: 100%;
      box-sizing: border-box;
    }
    .row {
      margin-left: 0;
      margin-right: 0;
    }
    .col, [class^="col-"] {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    /* Bootstrap g-4, g-5, g-3 ostaju za razmak */
    .top-bar-centered {
      width: 100vw;
      background: linear-gradient(90deg, #ffdfa3 0%, #ea923f 100%);
      color: #23272b;
      font-size: 17px;
      letter-spacing: 0.5px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      transition: background 0.3s;
      text-align: center;
      padding: 0.5rem 0;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1052;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .top-bar-centered a {
      color: #23272b;
      text-decoration: none;
      transition: color 0.2s;
      margin: 0 1.2rem;
      font-weight: 600;
    }
    .top-bar-centered a:hover {
      color: #b85c00;
      text-decoration: underline;
    }
    .top-bar-centered i {
      font-size: 1.2em;
      vertical-align: middle;
      margin-right: 0.3em;
      color: #23272b;
    }
    .navbar {
      top: 47px;
      z-index: 1051;
    }
    .offcanvas {
      background: #181a1b !important;
      color: #fff;
      padding: 1.5rem 1.2rem 1.2rem 1.2rem;
      max-width: 72vw;
      min-width: 320px;
      box-shadow: 0 8px 48px rgba(0,0,0,0.25);
      right: 0;
      left: auto !important;
      transform: none !important;
      margin: 0;
      text-align: left;
    }
    .offcanvas .nav-link {
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      text-align: left;
      background: none;
      border: none;
      border-radius: 0.5rem;
      transition: background 0.18s, color 0.18s;
      display: block;
      margin-bottom: 10px;
    }
    .offcanvas .nav-link.active, .offcanvas .nav-link:hover {
      color: #ea923f;
    }
    .offcanvas .nav-item {
      margin-bottom: 0.1rem;
    }

    .offcanvas-body {
      padding-top: 80px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
    }
    /* Ograde accordion */
    #ogradeToggleBtn {
      width: 100%;
      text-align: left;
      font-size: 17px;
      font-weight: 700;
      background: none;
      border: none;
      padding: 0.7rem 0.5rem 0.7rem 1.2rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.5em;
      transition: background 0.18s, color 0.18s;
      cursor: pointer;
      outline: none;
    }
    #ogradeToggleBtn:hover, #ogradeToggleBtn:focus {
      background: #222325;
      color: #ea923f;
    }
    #ogradeArrow {
      transition: transform 0.2s;
      font-size: 1.1em;
      margin-left: auto;
      color: #ea923f;
    }
    #ogradeSubMenu {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.25s cubic-bezier(.4,1.6,.6,1), opacity 0.2s;
    }
    #ogradeSubMenu.show {
      max-height: 400px;
      opacity: 1;
      margin-left: 28px;
    }
    #ogradeSubMenu .nav-link {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      padding: 0.35em 0 0.35em 1.1em;
      margin: 0;
      border-radius: 0.3rem;
      background: none;
      border: none;
      transition: background 0.18s, color 0.18s;
      text-align: left;
      display: block;
    }
    #ogradeSubMenu .nav-link:hover {
      color: #ea923f;
      background: #23272b;
    }
    .full-vh-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section-metal {
      background: linear-gradient(120deg, #353a40 0%, #23272b 100%);
      position: relative;
      overflow: hidden;
    }
    .section-kovane {
      background: linear-gradient(120deg, #292c31 0%, #23272b 100%);
      position: relative;
      overflow: hidden;
    }
    .section-inox {
      background: linear-gradient(120deg, #2d3540 0%, #23272b 100%);
      position: relative;
      overflow: hidden;
    }
    .section-limene {
      background: linear-gradient(120deg, #3a3935 0%, #23272b 100%);
      position: relative;
      overflow: hidden;
    }
    .metal-modern-row {
      display: flex;
      flex-wrap: nowrap;
      min-height: 520px;
      height: 100%;
    }
    .metal-modern-img-col {
      flex: 1 1 55%;
      min-width: 0;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: stretch;
      padding: 0;
      height: 100%;
    }
    .metal-modern-img-wrap {
      width: 100%;
      height: 100%;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
      border-radius: 0;
      box-shadow: none;
      padding: 0 2vw;
    }
    .metal-img-gallery {
      display: flex;
      gap: 2vw;
      width: 100%;
      max-width: 1400px;
      justify-content: center;
      align-items: stretch;
    }
    .metal-img-gallery-main {
      flex: 2 1 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .metal-img-gallery-main img {
      width: 100%;
      max-width: 1000px;
      min-width: 0;
      aspect-ratio: 5/4;
      border-radius: 40px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
      object-fit: cover;
      transition: transform 0.2s, box-shadow 0.2s;
      background: #222;
      cursor: pointer;
      height: auto;
    }
    .metal-img-gallery-side {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      gap: 2vw;
      justify-content: center;
    }
    .metal-img-gallery-side img {
      width: 100%;
      max-width: 600px;
      min-width: 0;
      aspect-ratio: 5/4;
      border-radius: 32px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
      object-fit: cover;
      transition: transform 0.2s, box-shadow 0.2s;
      background: #222;
      cursor: pointer;
      height: auto;
    }
    .metal-img-gallery img:hover {
      transform: scale(1.04);
      box-shadow: 0 16px 48px rgba(212,175,55,0.18);
    }
    @media (max-width: 1200px) {
      .metal-img-gallery-main img { max-width: 100%; }
      .metal-img-gallery-side img { max-width: 100%; }
    }
    @media (max-width: 991.98px) {
      .metal-img-gallery { flex-direction: column; gap: 1.2rem; align-items: center; }
      .metal-img-gallery-main, .metal-img-gallery-side { width: 100%; }
      .metal-img-gallery-side { flex-direction: row; gap: 1.2rem; }
      .metal-img-gallery-side img { aspect-ratio: 5/4; }
    }
    @media (max-width: 767.98px) {
      .metal-img-gallery { flex-direction: column; gap: 1.2rem; }
      .metal-img-gallery-main, .metal-img-gallery-side { width: 100%; }
      .metal-img-gallery-side { flex-direction: column; gap: 1.2rem; }
      .metal-img-gallery-main img, .metal-img-gallery-side img { max-width: 100%; }
    }
    .metal-modern-content-col {
      flex: 1 1 45%;
      min-width: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
      padding-left: 2vw;
      padding-right: 2vw;
      height: 100%;
    }
    .metal-glass-box {
      background: rgba(34, 38, 44, 0.82);
      box-shadow: 0 12px 48px 0 rgba(0,0,0,0.25);
      border-radius: 2.5rem;
      backdrop-filter: blur(8px);
      padding: 3.5rem 2.7rem 3rem 2.7rem;
      margin: 3vw 0;
      max-width: 620px;
      min-width: 340px;
      width: 100%;
      border: 1.5px solid rgba(255,255,255,0.08);
      animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
      overflow-wrap: break-word;
      word-break: break-word;
    }
    .metal-glass-box .section-title {
      font-size: 60px;
      color: #fff;
      text-align: left;
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0.2rem;
      display: flex;
      align-items: center;
      gap: 1.1rem;
      line-height: 1.1;
      word-break: break-word;
      flex-wrap: wrap;
    }
    .metal-glass-box .metal-accent {
      display: inline-block;
      width: 48px;
      height: 6px;
      border-radius: 3px;
      background: linear-gradient(90deg, #ea923f 0%, #ffeebb 100%);
      margin-right: 0;
      margin-top: 0;
    }
    .metal-glass-box .vh-section-desc {
      color: #ea923f;
      font-size: 22px;
      text-align: left;
      margin-bottom: 2.5rem;
      max-width: 600px;
    }
    .metal-glass-box .btn {
      font-size: 20px;
      padding: 1rem 2.5rem;
      border-radius: 2rem;
      font-weight: 700;
      letter-spacing: 1px;
      box-shadow: 0 4px 24px rgba(234,146,63,0.15);
      display: inline-flex;
      align-items: center;
      gap: 0.7rem;
      transition: background 0.2s, transform 0.2s;
    }
    .metal-glass-box .btn i {
      font-size: 1.3em;
    }
    @media (max-width: 1200px) {
      .metal-glass-box .section-title { font-size: 35px; }
    }
    @media (max-width: 991.98px) {
      .metal-modern-row { flex-direction: column; }
      .metal-modern-content-col, .metal-modern-img-col {
        padding-left: 0;
        padding-right: 0;
      }
      .metal-modern-img-col {
        padding-left: 16px;
        padding-right: 16px;
      }
      .brutal-slider-wrap {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
    }
    @media (max-width: 767.98px) {
      .metal-modern-row { flex-direction: column; }
      .metal-modern-img-col {
        padding-left: 12px;
        padding-right: 12px;
      }
    }
    @keyframes fadeInUp {
      0% { opacity: 0; transform: translateY(60px); }
      100% { opacity: 1; transform: none; }
    }
    .vh-slider {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
    }
    .vh-slider img {
      border-radius: 1.5rem;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
      height: 340px;
      object-fit: cover;
      width: 100%;
    }
    .vh-section-title {
      color: #fff;
      font-size: 54px;
      font-weight: 900;
      letter-spacing: 2px;
      margin-bottom: 1.2rem;
      text-align: center;
      text-transform: uppercase;
    }
    @media (max-width: 991.98px) {
      .vh-section-title { font-size: 38px; }
      .vh-slider img { height: 220px; }
    }
    @media (max-width: 575.98px) {
      .vh-section-title { font-size: 28px; }
      .vh-slider img { height: 140px; }
      .full-vh-section { padding-top: 24px; padding-bottom: 24px; }
    }
    @media (max-width: 767.98px) {
      h2 {
        font-size: 37px;
      }
      .vh-section-desc { font-size: 19px !important; }
    }
    /* Add a class for split sections */
    .split-section {
      display: flex;
      align-items: center;
    }
    @media (max-width: 767.98px) {
      .split-section {
        display: block;
      }
    }
    .metal-img-carousel {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      border-radius: 40px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
      background: #222;
    }
    .metal-img-carousel .carousel-inner,
    .metal-img-carousel .carousel-item,
    .metal-img-carousel img {
      width: 100%;
      aspect-ratio: 5/4;
      object-fit: cover;
      border-radius: 40px;
    }
    .metal-img-carousel .carousel-control-prev,
    .metal-img-carousel .carousel-control-next {
      filter: drop-shadow(0 2px 8px #0008);
    }
    @media (max-width: 991.98px) {
      .metal-img-carousel { max-width: 100%; border-radius: 24px; }
      .metal-img-carousel .carousel-inner,
      .metal-img-carousel .carousel-item,
      .metal-img-carousel img { border-radius: 24px; }
    }
    .brutal-slider-wrap {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto;
      padding: 0;
      position: relative;
    }
    .brutal-slider {
      width: 100%;
      border-radius: 48px;
      overflow: hidden;
      position: relative;
    }
    .brutal-slider-img-wrap {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: stretch;
      justify-content: stretch;
    }
    .brutal-slider-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 48px;
      transition: transform 0.3s;
      will-change: transform;
    }
    .brutal-slider-img-wrap:hover .brutal-slider-img {
      transform: scale(1.03);
      box-shadow: 0 8px 32px rgba(234,146,63,0.18);
    }
    .brutal-slider-overlay {
      position: absolute;
      left: 0; top: 0; right: 0; bottom: 0;
      background: linear-gradient(90deg, rgba(24,26,27,0.75) 0%, rgba(24,26,27,0.15) 60%, transparent 100%);
      border-radius: 48px;
      z-index: 1;
    }
    .brutal-slider-content {
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 50%;
      min-width: 320px;
      max-width: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 3.5rem 3rem 3.5rem 4rem;
      z-index: 2;
      background: rgba(34,38,44,0.45);
      backdrop-filter: blur(8px);
      border-radius: 48px 0 0 48px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
      animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
    }
    @media (max-width: 991.98px) {
      .brutal-slider-img-wrap, .brutal-slider-img { height: 340px; border-radius: 24px; }
      .brutal-slider-content { padding: 2rem 1.2rem; border-radius: 24px 0 0 24px; }
    }
    @media (max-width: 767.98px) {
      .brutal-slider-img-wrap, .brutal-slider-img { height: 220px; border-radius: 16px; }
      .brutal-slider-content {
        position: static;
        width: 100%;
        max-width: 100%;
        border-radius: 0 0 16px 16px;
        margin-top: -16px;
        background: rgba(34,38,44,0.85);
        padding: 1.2rem 0.7rem;
      }
    }
    /* --- Modern Dropdown Styles --- */
    .navbar-nav .dropdown-menu {
      background: rgba(34,38,44,0.97);
      border-radius: 1.2rem;
      box-shadow: 0 8px 32px rgba(0,0,0,0.18);
      border: none;
      min-width: 220px;
      padding: 0.5rem 0.2rem;
      margin-top: 0;
      backdrop-filter: blur(8px);
    }
    .navbar-nav .dropdown-item {
      color: #ea923f;
      font-weight: 600;
      font-size: 17px;
      border-radius: 0.7rem;
      padding: 0.7rem 1.3rem;
      transition: background 0.18s, color 0.18s;
    }
    .navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item.active {
      background: linear-gradient(90deg, #ea923f 0%, #b85c00 100%);
      color: #fff;
      box-shadow: 0 4px 24px rgba(184,92,0,0.10);
    }
    .navbar-nav .dropdown-toggle::before {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #ea923f;
      transition: width .3s;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin-top: 0;
    }
    .navbar-nav .dropdown-toggle:hover::before, .navbar-nav .dropdown-toggle.active::before {
      width: 100%;
    }
    /* Remove Bootstrap default shadow */
    .dropdown-menu { box-shadow: none !important; }
    /* --- Dropdown on hover (desktop) --- */
    @media (min-width: 992px) {
      .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      .navbar-nav .dropdown-menu {
        display: none;
      }
    }
    .section-panel {
      background: linear-gradient(120deg, #44484e 0%, #23272b 100%);
      position: relative;
      overflow: hidden;
    }
    @media (max-width: 991.98px) {
      .metal-modern-content-col, .metal-modern-img-col {
        padding-left: 0;
        padding-right: 0;
      }
      .metal-modern-img-col {
        padding-left: 16px;
        padding-right: 16px;
      }
      .brutal-slider-wrap {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
    }
    @media (max-width: 767.98px) {
      .metal-modern-row { flex-direction: column; }
      .metal-modern-img-col {
        padding-left: 12px;
        padding-right: 12px;
      }
      .metal-glass-box { min-width: 0; max-width: 95%; }
    }
    @media (max-width: 991.98px) {
      .metal-modern-row {
        flex-direction: column !important;
      }
      /* ... */
    }
    .section-about .col-lg-6 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .section-about p.onama-text {
      font-size: 25px !important;
      text-align: center;
      margin-bottom: 2rem;
    }
    .section-about .btn {
      display: block;
      margin: 0 auto;
      margin-top: 1.2rem;
    }
    @media (max-width: 767.98px) {
      .section-about p.onama-text {
        font-size: 20px !important;
        margin-bottom: 1rem;
      }
    }
    @media (max-width: 767.98px) {
      .navbar {
        top: 34px;
      }
    }
    .btn-onama-ref {
      /* Inherit all from btn-primary, but allow override for mobile */
    }
    @media (max-width: 767.98px) {
      .btn-onama-ref {
        padding: 1rem 1.3rem !important;
      }
    }
    @media (max-width: 767.98px) {
      .metal-glass-box .btn {
        font-size: 18px !important;
        padding: 0.6rem 1.4rem !important;
      }
    }
    @media (max-width: 767.98px) {
      .contact-form input,
      .contact-form textarea,
      .contact-form select {
        font-size: 16px !important;
      }
    }
    .carousel-control-prev, .carousel-control-next {
      width: 48px;
      height: 48px;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(60, 60, 60, 0.85);
      border-radius: 50%;
      border: none;
      box-shadow: 0 2px 8px rgba(0,0,0,0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, box-shadow 0.2s;
      opacity: 0.92;
    }
    .carousel-control-prev:hover, .carousel-control-next:hover {
      background: rgba(80, 80, 80, 1);
      box-shadow: 0 4px 16px rgba(234,146,63,0.18);
      opacity: 1;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
      background-image: none;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ea923f;
    }
    .carousel-control-prev-icon::after {
      content: '\2039';
      font-size: 2.2rem;
      color: #ea923f;
      font-weight: bold;
      display: block;
    }
    .carousel-control-next-icon::after {
      content: '\203A';
      font-size: 2.2rem;
      color: #ea923f;
      font-weight: bold;
      display: block;
    }
    @media (max-width: 767.98px) {
      .carousel-control-prev, .carousel-control-next {
        width: 35px;
        height: 35px;
      }
      .carousel-control-prev-icon::after,
      .carousel-control-next-icon::after {
        font-weight: normal;
      }
    }
    .carousel-control-prev {
      margin-left: 8px;
    }
    .carousel-control-next {
      margin-right: 8px;
    }
    .carousel-arrow-spacing {
      font-size: 16px;
      /* 8px margin on the correct side for each arrow */
    }
    .carousel-control-prev.carousel-arrow-spacing {
      margin-left: 8px;
    }
    .carousel-control-next.carousel-arrow-spacing {
      margin-right: 8px;
    }
    .footer-credit {
      margin-top: 18px;
      font-size: 16px;
      color: #aaa;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
    }
    .footer-credit-icon {
      height: 18px;
      width: 18px;
      margin-right: -3px;
      margin-top: -4px;
      vertical-align: middle;
    }
    .footer-link {
      color: #ea923f;
      text-decoration: underline;
      margin: 0 8px;
      font-size: 16px;
    }
    .footer-copyright {
      font-size: 16px;
    }
    @media (max-width: 767.98px) {
      .btn-primary {
        font-size: 18px;
      }
    }
    .gallery {
      position: relative;
    }
    .gallery a {
      position: relative;
      display: block;
    }
    .gallery-float-icon {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 28px;
      height: 28px;
      background: rgba(34,34,34,0.75);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      color: #ea923f;
      font-size: 0.9rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.18);
      animation: gallery-float 2.2s ease-in-out infinite alternate;
    }
    .gallery a:hover .gallery-float-icon,
    .gallery a:focus .gallery-float-icon {
      opacity: 1;
      pointer-events: auto;
    }
    @media (max-width: 991.98px) {
      .gallery-float-icon {
        opacity: 1;
        pointer-events: auto;
      }
    }
    @keyframes gallery-float {
      0% { transform: translateY(0) scale(1); }
      100% { transform: translateY(-8px) scale(1.08); }
    }
    @media (max-width: 767.98px) {
      .metal-glass-box {
        margin: 0 0 20px 0 !important;
      }
    }
    .hero-float-btn {
      animation: hero-float 2.2s ease-in-out infinite alternate;
    }
    @keyframes hero-float {
      0% { transform: translateY(0) scale(1); }
      100% { transform: translateY(-12px) scale(1.04); }
    }
    .hero-arrow-in-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.7em;
      vertical-align: middle;
      animation: hero-arrow-float 1.6s cubic-bezier(.4,1.6,.6,1) infinite alternate;
      box-shadow: 0 4px 16px rgba(234,146,63,0.18);
      border-radius: 50%;
      background: none;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .hero-arrow-in-btn svg {
      display: block;
    }
    @keyframes hero-arrow-float {
      0% { transform: translateY(0) scale(1); opacity: 0.8; }
      100% { transform: translateY(8px) scale(1.08); opacity: 1; }
    }
    #ogradeSubMenu .nav-link {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      padding: 0.35em 0 0.35em 1.1em;
      margin: 0;
      border-radius: 0.3rem;
      background: none;
      border: none;
      transition: background 0.18s, color 0.18s;
      text-align: left;
      display: block;
    }
    #ogradeSubMenu .nav-link:hover {
      color: #ea923f;
      background: #23272b;
    }
    /* Remove underline effect from nav-link and dropdown-toggle only in offcanvas */
    .offcanvas .nav-link::after, .offcanvas .dropdown-toggle::after {
      content: none !important;
      display: none !important;
    }
    .offcanvas .btn {
      margin-top: 1.5rem;
      border-radius: 2rem;
      font-size: 17px !important;
      padding: 0.5rem 1.5rem;
      background: linear-gradient(90deg, #ea923f 0%, #b85c00 100%);
      color: #fff;
      border: none;
      transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    }