    /* ── FOOTER ── */
    .footer {
      background: #06261d;
      padding: 56px 0 0;
      margin-top: 10px;
      color: var(--white);
    }

    .footer-in {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.3fr 1.05fr 1.15fr 1.25fr 1fr;
      gap: 36px;
      padding: 0 36px 44px;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .f-brand {}

    .f-logo {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }

    .f-logo-icon {
      width: 78px;
      height: 78px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex-shrink: 0;
    }

    .f-logo-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .fl-txt {
      display: flex;
      flex-direction: column;
    }

    .fl-top {
      font-size: .55rem;
      letter-spacing: 2px;
      color: rgba(255, 255, 255, .55);
      text-transform: uppercase;
    }

    .fl-main {
      font-family: var(--f-head);
      font-size: 1.08rem;
      color: var(--white);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: .5px;
    }

    .fl-sub {
      font-size: .55rem;
      letter-spacing: 2.5px;
      color: #e8c96a;
      text-transform: uppercase;
      margin-top: 2px;
    }

    .f-tag {
      color: rgba(255, 255, 255, .65);
      font-size: .84rem;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .f-social {
      display: flex;
      gap: 10px;
    }

    .f-soc-a {
      width: 34px;
      height: 34px;
      border-radius: 8px;
      background: rgba(255, 255, 255, .05);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, .7);
      transition: all .25s;
      border: 1px solid rgba(255, 255, 255, .08);
      text-decoration: none;
    }

    .f-soc-a:hover {
      background: #e8c96a;
      color: #063126;
      border-color: #e8c96a;
      transform: translateY(-2px);
    }

    .f-col-title {
      color: #e8c96a;
      font-weight: 700;
      font-size: .94rem;
      margin-bottom: 18px;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      letter-spacing: .3px;
    }

    .f-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 14px;
      list-style: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .f-links li {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none !important;
    }

    .f-links a {
      color: rgba(255, 255, 255, .68);
      font-size: .82rem;
      text-decoration: none;
      transition: color .2s;
    }

    .f-links a:hover {
      color: #e8c96a;
    }

    .f-contact-item {
      display: flex;
      gap: 10px;
      margin-bottom: 13px;
      font-size: .82rem;
      color: rgba(255, 255, 255, .7);
      line-height: 1.5;
    }

    .f-contact-item svg {
      color: #e8c96a;
      flex-shrink: 0;
      margin-top: 3px;
    }

    .nl-text {
      color: rgba(255, 255, 255, .68);
      font-size: .82rem;
      line-height: 1.55;
      margin-bottom: 16px;
    }

    .nl-form {
      display: flex;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .15);
      background: rgba(255, 255, 255, .05);
    }

    .nl-input {
      flex: 1;
      background: transparent;
      border: none;
      padding: 11px 14px;
      color: var(--white);
      font-size: .82rem;
      font-family: var(--f-body);
      outline: none;
    }

    .nl-input::placeholder {
      color: rgba(255, 255, 255, .4);
    }

    .nl-btn {
      background: #e8c96a;
      border: none;
      padding: 11px 16px;
      color: #063126;
      cursor: pointer;
      transition: background .2s;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .nl-btn:hover {
      background: #f5d77f;
    }

    .footer-bot {
      max-width: 1560px;
      width: 100%;
      margin: 0 auto;
      padding: 18px 36px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .f-copy {
      color: rgba(255, 255, 255, .5);
      font-size: .78rem;
    }

    .f-bot-links {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .f-bot-links a,
    .f-bot-links span {
      color: rgba(255, 255, 255, .45);
      font-size: .78rem;
      transition: color .2s;
      text-decoration: none;
    }

    .f-bot-links a:hover {
      color: #e8c96a;
    }
@media(max-width: 1024px) {
      /* ── MOBILE FOOTER ROYAL ISLAMIC CREST & GLASS COLUMNS UPGRADE ── */
      .footer {
        padding: 42px 0 0 !important;
      }

      .footer-in {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 0 20px 36px !important;
      }

      .f-brand {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 10px 14px 28px !important;
        border-bottom: 1px dashed rgba(232, 201, 106, 0.25) !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }

      .f-logo {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        margin-bottom: 14px !important;
      }

      .f-logo-icon {
        width: 82px !important;
        height: 82px !important;
        background: transparent !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
      }

      .fl-txt {
        align-items: center !important;
        text-align: center !important;
      }

      .fl-main {
        font-size: 1.18rem !important;
        line-height: 1.32 !important;
        color: #ffffff !important;
        letter-spacing: 0.6px !important;
      }

      .f-tag {
        font-size: 0.9rem !important;
        color: #e8c96a !important;
        font-weight: 600 !important;
        margin-bottom: 20px !important;
        letter-spacing: 0.4px !important;
      }

      .f-social {
        display: flex !important;
        justify-content: center !important;
        gap: 14px !important;
        width: 100% !important;
      }

      .f-soc-a {
        width: 44px !important;
        height: 44px !important;
        border-radius: 12px !important;
        background: rgba(232, 201, 106, 0.12) !important;
        border: 1px solid rgba(232, 201, 106, 0.32) !important;
        color: #e8c96a !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
      }

      .f-soc-a svg {
        width: 18px !important;
        height: 18px !important;
      }

      .footer-in > div:not(.f-brand) {
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.07) !important;
        border-radius: 18px !important;
        padding: 24px 20px !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
      }

      .f-col-title {
        color: #e8c96a !important;
        font-size: 1.08rem !important;
        font-weight: 800 !important;
        margin-bottom: 16px !important;
        padding-bottom: 10px !important;
        border-bottom: 1.5px dashed rgba(232, 201, 106, 0.25) !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
      }

      .f-links {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px 14px !important;
      }

      .f-links li a {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 0.87rem !important;
        font-weight: 500 !important;
        padding: 6px 4px !important;
      }

      .f-contact-item {
        display: flex !important;
        align-items: flex-start !important;
        gap: 12px !important;
        margin-bottom: 16px !important;
        font-size: 0.87rem !important;
        color: rgba(255, 255, 255, 0.84) !important;
        line-height: 1.5 !important;
      }

      .f-contact-item svg {
        color: #e8c96a !important;
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px !important;
        flex-shrink: 0 !important;
      }

      .nl-text {
        font-size: 0.87rem !important;
        color: rgba(255, 255, 255, 0.8) !important;
        margin-bottom: 16px !important;
      }

      .nl-form {
        background: rgba(0, 0, 0, 0.35) !important;
        border: 1.5px solid rgba(232, 201, 106, 0.42) !important;
        border-radius: 12px !important;
        padding: 4px !important;
      }

      .nl-input {
        font-size: 0.87rem !important;
        padding: 10px 14px !important;
        color: #ffffff !important;
      }

      .nl-btn {
        background: #e8c96a !important;
        color: #063126 !important;
        border-radius: 9px !important;
        padding: 0 16px !important;
      }

      .footer-bot {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
        padding: 24px 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        background: rgba(0, 0, 0, 0.25) !important;
        margin-top: 20px !important;
      }
}
@media(max-width: 600px) {
      .footer-in {
        grid-template-columns: 1fr !important;
        padding: 0 20px 36px !important;
      }
    }
}
