.elementor-81 .elementor-element.elementor-element-4611c467:not(.elementor-motion-effects-element-type-background), .elementor-81 .elementor-element.elementor-element-4611c467 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f237d2c );}.elementor-81 .elementor-element.elementor-element-4611c467 > .elementor-background-overlay{background-image:url("https://staging.curryq.de/wp-content/uploads/2026/04/22254364-2fde-4907-a962-ca491f46165b.png");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-81 .elementor-element.elementor-element-4611c467 > .elementor-container{max-width:1440px;}.elementor-81 .elementor-element.elementor-element-4611c467{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:144px 98px 80px 98px;}.elementor-81 .elementor-element.elementor-element-5efb73fb .elementor-heading-title{font-family:var( --e-global-typography-4c19db9-font-family ), Sans-serif;font-size:var( --e-global-typography-4c19db9-font-size );font-weight:var( --e-global-typography-4c19db9-font-weight );line-height:var( --e-global-typography-4c19db9-line-height );color:var( --e-global-color-primary );}.elementor-81 .elementor-element.elementor-element-e3bff61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:3%;--margin-bottom:3%;--margin-left:0%;--margin-right:0%;}@media(max-width:1024px){.elementor-81 .elementor-element.elementor-element-5efb73fb .elementor-heading-title{font-size:var( --e-global-typography-4c19db9-font-size );line-height:var( --e-global-typography-4c19db9-line-height );}}@media(max-width:767px){.elementor-81 .elementor-element.elementor-element-4611c467{padding:32px 32px 32px 32px;}.elementor-81 .elementor-element.elementor-element-5efb73fb .elementor-heading-title{font-size:var( --e-global-typography-4c19db9-font-size );line-height:var( --e-global-typography-4c19db9-line-height );}}/* Start custom CSS */<style>
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rajdhani:wght@600;700&display=swap');

    .curryq-menu-section {
      background: #000;
      color: #fff;
      padding: 80px 20px;
      font-family: 'Inter', Arial, Helvetica, sans-serif;
    }

    .curryq-menu-section * {
      box-sizing: border-box;
    }

    .curryq-menu-wrap {
      max-width: 1400px;
      margin: 0 auto;
    }

    .curryq-menu-header {
      text-align: center;
      margin-bottom: 42px;
    }

    .curryq-menu-kicker {
      display: inline-block;
      margin-bottom: 14px;
      padding: 7px 14px;
      border: 1px solid rgba(231, 18, 36, 0.45);
      border-radius: 999px;
      color: #E71224;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .curryq-menu-header h1 {
      margin: 0 0 14px;
      color: #fff;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: clamp(42px, 6vw, 76px);
      line-height: 0.95;
      font-weight: 700;
      letter-spacing: -0.03em;
      text-transform: uppercase;
    }

    .curryq-menu-header p {
      max-width: 720px;
      margin: 0 auto;
      color: rgba(255, 255, 255, 0.72);
      font-size: 17px;
      line-height: 1.6;
    }

    .curryq-menu-nav {
      position: sticky;
      top: 0;
      z-index: 10;
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 14px;
      margin-bottom: 34px;
      background: rgba(0, 0, 0, 0.86);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      scrollbar-width: none;
    }

    .curryq-menu-nav::-webkit-scrollbar {
      display: none;
    }

    .curryq-menu-nav a {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 18px;
      border-radius: 999px;
      background: #111;
      border: 1px solid rgba(255, 255, 255, 0.14);
      color: #fff;
      text-decoration: none;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      transition: 0.2s ease;
      white-space: nowrap;
    }

    .curryq-menu-nav a:hover {
      background: #E71224;
      border-color: #E71224;
      color: #fff;
      transform: translateY(-2px);
    }

    .curryq-menu-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .curryq-menu-card {
      background: linear-gradient(180deg, #171717 0%, #0d0d0d 100%);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 24px;
      overflow: hidden;
      scroll-margin-top: 120px;
    }

    .curryq-menu-card.wide {
      grid-column: 1 / -1;
    }

    .curryq-menu-card-head {
      padding: 26px 28px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      position: relative;
    }

    .curryq-menu-card-head::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: #E71224;
    }

    .curryq-menu-card-head h2 {
      margin: 0;
      color: #fff;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
    }

    .curryq-menu-card-head p {
      margin: 12px 0 0;
      color: rgba(255, 255, 255, 0.68);
      font-size: 16px;
      line-height: 1.6;
    }

    .curryq-menu-card-body {
      padding: 24px 28px 28px;
    }

    .curryq-menu-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .curryq-menu-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255, 255, 255, 0.82);
      font-size: 16px;
      line-height: 1.45;
    }

    .curryq-menu-list li::before {
      content: "";
      flex: 0 0 auto;
      width: 8px;
      height: 8px;
      margin-top: 8px;
      border-radius: 999px;
      background: #E71224;
    }

    .curryq-menu-columns {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }

    .curryq-menu-subbox {
      background: rgba(255, 255, 255, 0.035);
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 18px;
      padding: 20px;
    }

    .curryq-menu-subbox h3 {
      margin: 0 0 14px;
      color: #E71224;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: 26px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
    }

    .curryq-breakfast-copy {
      color: rgba(255, 255, 255, 0.78);
      font-size: 16px;
      line-height: 1.7;
      margin: 0 0 18px;
    }

    .curryq-price-box {
      display: grid;
      gap: 10px;
      margin: 22px 0;
    }

    .curryq-price-row {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding: 14px 16px;
      border-radius: 14px;
      background: rgba(231, 18, 36, 0.11);
      border: 1px solid rgba(231, 18, 36, 0.25);
      color: #fff;
      font-weight: 700;
    }

    .curryq-price-row span:last-child {
      color: #E71224;
      white-space: nowrap;
      font-weight: 900;
    }

    .curryq-note {
      margin-top: 18px;
      padding: 16px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.045);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.72);
      font-size: 15px;
      line-height: 1.6;
    }

    .curryq-cta {
      margin-top: 36px;
      padding: 34px;
      border-radius: 26px;
      background: linear-gradient(135deg, rgba(231, 18, 36, 0.95), rgba(130, 0, 10, 0.95));
      text-align: center;
    }

    .curryq-cta h2 {
      margin: 0 0 10px;
      color: #fff;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1;
      text-transform: uppercase;
    }

    .curryq-cta p {
      margin: 0 auto 20px;
      max-width: 680px;
      color: rgba(255, 255, 255, 0.84);
      font-size: 16px;
      line-height: 1.6;
    }

    .curryq-cta a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 24px;
      border-radius: 999px;
      background: #fff;
      color: #000;
      text-decoration: none;
      font-family: 'Rajdhani', Arial, sans-serif;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      transition: 0.2s ease;
    }

    .curryq-cta a:hover {
      transform: translateY(-2px);
      background: #000;
      color: #fff;
    }

    @media (max-width: 900px) {
      .curryq-menu-grid {
        grid-template-columns: 1fr;
      }

      .curryq-menu-columns {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 700px) {
      .curryq-menu-section {
        padding: 52px 16px;
      }

      .curryq-menu-header {
        text-align: left;
      }

      .curryq-menu-header h1 {
        font-size: 48px;
      }

      .curryq-menu-header p {
        margin-left: 0;
      }

      .curryq-menu-nav {
        border-radius: 16px;
        padding: 10px;
        margin-left: -4px;
        margin-right: -4px;
      }

      .curryq-menu-card-head,
      .curryq-menu-card-body {
        padding-left: 20px;
        padding-right: 20px;
      }

      .curryq-price-row {
        flex-direction: column;
        gap: 4px;
      }

      .curryq-cta {
        padding: 28px 20px;
      }
    }
  </style>/* End custom CSS */