  /* ================= GLOBAL ================= */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Poppins', sans-serif;
    color: #1b1b1b;
    overflow-x: hidden;
  }

  /* ================= NAVBAR ================= */
  .custom-navbar {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    padding: 15px 0;
  }

  .navbar-brand {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 0 !important;
    margin-right: 0;
    background: transparent !important;
    line-height: 0;
    border: 0;
    box-shadow: none;
  }

  .navbar-brand span {
    color: #d4af37;
  }

  .site-logo {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
  }

  /* Navbar: cap height so logo aligns with nav links; no solid block behind asset */
  .site-logo-nav {
    /* max-height: 52px; */
    /* width: auto; */
    max-width: 162px;
    object-fit: contain;
    object-position: left center;
  }

  .nav-link {
    color: #fff !important;
    margin: 0 12px;
  }

  .nav-link.active {
    color: #d4af37 !important;
  }

  /* BUTTONS */
  .btn-gold {
    background: #d4af37;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 500;
    transition: all 0.25s ease;
  }

  .btn-gold:hover {
    background: #b8962e;
    color: #fff;
    transform: translateY(-1px);
  }

  .btn-white {
    background: #fff;
    color: #000;
    padding: 10px 22px;
    border-radius: 8px;
  }

  /* ================= HERO ================= */
  .carousel-item,
  .hero {
    height: 100vh;
  }

  .hero {
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }

  .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 650px;
    background: rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 26px 28px;
    backdrop-filter: blur(4px);
  }

  .btn-white,
  .about-btn {
    text-decoration: auto;
  }

  .hero-tag {
    color: #d4af37;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .navbar-brand:focus,
  .navbar-brand:hover {
    color: #fff;
  }

  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
  }

  .hero-inner {
    left: 52px;
  }

  .hero-title span {
    color: #d4af37;
  }

  .hero-desc {
    margin-top: 20px;
    color: #ddd;
  }

  .hero-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
  }

  .carousel-indicators {
    margin-bottom: 30px;
    gap: 8px;
  }

  .carousel-indicators [data-bs-target] {
    width: 28px;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.45);
  }

  .carousel-indicators .active {
    background-color: #d4af37;
  }

  /* ================= ABOUT ================= */
  .about-section {
    padding: 100px 0;
    background: #f5f5f5;
  }

  .about-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
  }

  .about-title span {
    color: #d4af37;
  }

  .about-text {
    color: #666;
    line-height: 1.8;
  }

  .about-btn {
    display: inline-block;
    margin-top: 20px;
    background: #000;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
  }

  .about-btn:hover {
    background: #d4af37;
  }

  .about-images {
    position: relative;
  }

  .main-img img {
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }

  .img-box {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: #fff;
    padding: 10px;
  }

  .top-box {
    top: -30px;
    right: -30px;
  }

  .bottom-box {
    bottom: -30px;
    right: -30px;
  }

  .img-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }

  /* ================= SERVICES ================= */
  .black__bg {
    background: #000;
    padding: 100px 0;
    color: #fff;
  }

  .home-services {
    position: relative;
    background: #060606;
    color: #fff;
    overflow: hidden;
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .home-services .container {
    position: relative;
    max-width: 1220px;
  }

  .home-services::before,
  .home-services::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, 94%);
    height: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.75);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 999px;
    pointer-events: none;
  }

  .home-services::before {
    top: 10px;
  }

  .home-services::after {
    bottom: 8px;
  }

  .home-services .container::before {
    content: "❦";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(212, 175, 55, 0.9);
    font-size: 18px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
  }

  .home-services .container::after {
    content: "❦";
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(212, 175, 55, 0.88);
    font-size: 18px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
  }

  .home-services .container {
    background:
      radial-gradient(circle at 7% 9%, rgba(212, 175, 55, 0.18) 0 2px, transparent 3px),
      radial-gradient(circle at 9% 13%, rgba(212, 175, 55, 0.12) 0 3px, transparent 4px),
      radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.12) 0 4px, transparent 5px),
      radial-gradient(circle at 90% 9%, rgba(212, 175, 55, 0.16) 0 2px, transparent 3px),
      radial-gradient(circle at 93% 13%, rgba(212, 175, 55, 0.12) 0 3px, transparent 4px),
      radial-gradient(circle at 96% 8%, rgba(212, 175, 55, 0.12) 0 4px, transparent 5px);
  }

  .home-services-head {
    margin: 0 auto 30px;
    text-transform: uppercase;
    position: relative;
    max-width: 620px;
    border: unset;
    border-radius: 3px;
    padding: 16px 12px 14px;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.9), rgba(6, 6, 6, 0.8));
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.35);
  }

  .home-services-head::before,
  .home-services-head::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(540px, 78%);
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.85), transparent);
  }

  .home-services-head::before {
    top: 10px;
  }

  .home-services-head::after {
    bottom: 10px;
  }

  .home-services-head h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(44px, 5vw, 56px);
    letter-spacing: 4px;
    color: #d7b25a;
    margin-bottom: 6px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6), 0 0 12px rgba(212, 175, 55, 0.08);
  }

  .home-services-head p {
    margin: 0;
    color: #f1f1f1;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 300;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.05);
  }

  .home-services-head h2::before,
  .home-services-head h2::after {
    content: "✦";
    color: rgba(212, 175, 55, 0.85);
    font-size: 11px;
    vertical-align: middle;
    margin: 0 12px;
  }

  .home-service-card {
    height: 100%;
    background: linear-gradient(180deg, #0e0e0e 0%, #090909 100%);
    border: 1px solid rgba(212, 175, 55, 0.62);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14), 0 14px 30px rgba(0, 0, 0, 0.38);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }

  .home-service-card:hover {
    transform: translateY(-7px);
    border-color: rgba(231, 198, 118, 0.86);
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.24), 0 22px 42px rgba(0, 0, 0, 0.5);
  }

  .home-service-media {
    position: relative;
  }

  .home-service-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.45s ease;
  }

  .home-service-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% 15%, rgba(255, 200, 95, 0.16), rgba(0, 0, 0, 0)),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.52));
  }

  .home-service-body {
    text-align: center;
    padding: 0 34px 34px;
    position: relative;
    margin-top: -38px;
  }

  .home-service-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 2px solid rgba(212, 175, 55, 0.85);
    background: #090909;
    color: #d4af37;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 14px;
  }

  .home-service-body h3 {
    font-family: "Playfair Display", serif;
    font-size: 46px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #d7b25a;
  }

  .home-service-divider {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    color: #d4af37;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 13px;
  }

  .home-service-divider::before,
  .home-service-divider::after {
    content: "";
    width: 58px;
    height: 1px;
    background: rgba(212, 175, 55, 0.8);
    margin: 0 12px;
  }

  .home-services .row {
    margin-bottom: 6px;
  }

  .home-service-body p {
    color: #f0f0f0;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .home-service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #e8c56e;
    font-weight: 500;
    letter-spacing: 1.6px;
    border: 1px solid rgba(212, 175, 55, 0.72);
    border-radius: 999px;
    padding: 10px 26px;
    transition: all 0.25s ease;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.14);
  }

  .home-service-link:hover {
    color: #0e0e0e;
    background: #d4af37;
    border-color: #d4af37;
  }

  .home-service-card:hover .home-service-media img {
    transform: scale(1.06);
  }

  .services-heading {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    color: #d4af37;
  }

  .services__block {
    position: relative;
  }

  .services__block img {
    width: 100%;
    border: 4px solid #fff;
  }

  .services__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
  }

  .services__title h3 {
    font-size: 70px;
    color: rgb(212 175 55);
  }

  .services__title-info {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 10px;
  }

  /* POSITION FIX */
  .services__first .services__title {
    position: absolute;
    top: -34px;
    right: -168px;
  }

  .services__second {
    margin-top: 70px;
  }

  .services__third {
    margin-top: -86px;
  }

  .services__fourth {
    margin-top: -14px;
  }

  .services__fifth {
    top: 44px;
  }

  .services__fifth .services__title {
    position: absolute;
    left: 0;
    top: -84px;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #d4af37 !important;
  }


  /* ================= TESTIMONIAL ================= */
  .testimonial-section {
    background: linear-gradient(to right, #d4af37, #111111, #666562);
    padding: 60px 0;
  }

  h2.text-center.mb-5 {
    margin-bottom: 10px;
    color: #d4af37;
    font-family: 'Playfair Display';
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2.4px;
  }

  .swiper-slide .card p {
    color: #fff;
  }

  .swiper-slide .card h5 {
    color: #d4af37;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    color: #d4af37;
    font-size: 32px;
    font-weight: 700;
  }

  .card {
    background: #111;
    padding: 30px;
    text-align: center;
    transform: scale(0.85);
    opacity: 0.4;
    transition: 0.4s;
    min-height: 180px;
  }

  .swiper-slide-active .card {
    transform: scale(1);
    opacity: 1;
  }

  .swiper-slide-prev .card,
  .swiper-slide-next .card {
    opacity: 0.7;
    transform: scale(0.9);
  }


  /* ================= CONTACT ================= */
  .contact-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/common/our-service-event.png') center/cover no-repeat;
    color: #fff;
  }

  .contact-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
  }

  .contact-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
  }

  .info-block h5 {
    color: #d4af37;
  }

  .contact-info h2 {
    font-size: 48px;
  }

  .contact-info span {
    color: #d4af37;
  }

  .contact-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .contact-form button {
    background: #d4af37;
    padding: 12px 25px;
    border: none;
    color: #fff;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .contact-wrapper {
      grid-template-columns: 1fr;
    }



  }

  /* ================= CTA SECTION ================= */
  .cta-section {
    position: relative;
    padding: 50px 0;
    background: #000;
    color: #fff;
    overflow: hidden;
  }

  /* OVERLAY */
  .cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.6));
  }

  /* WRAPPER */
  .cta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  /* TEXT */
  .cta-content h2 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .cta-content h2 span {
    color: #d4af37;
    font-style: italic;
  }

  .cta-content p {
    color: #ddd;
    font-size: 16px;
    max-width: 500px;
  }

  /* BUTTON */
  .cta-btn {
    background: #d4af37;
    color: #fff;
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    white-space: nowrap;
  }

  .cta-btn:hover {
    background: #b8962e;
    transform: translateY(-2px);
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .cta-wrapper {
      flex-direction: column;
      text-align: center;
    }

    .cta-content p {
      margin: 0 auto;
    }
  }

  @media (max-width: 768px) {
    .cta-content h2 {
      font-size: 30px;
    }
  }

  /* ================= FOOTER ================= */
  .footer-section {
    background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
    color: #ccc;
    padding: 50px 0 0px;
  }

  /* WRAPPER */
  .footer-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 26px;
  }

  /* LOGO */
  .footer-col h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #fff;
  }

  .footer-brand-logo {
    margin: 0;
    line-height: 0;
    background: transparent;
  }

  .site-logo-footer {
    max-width: 220px;
    width: auto;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .footer-col h3 span {
    color: #d4af37;
  }

  /* TEXT */
  .footer-col p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
  }

  /* HEADINGS */
  .footer-col h5 {
    color: #d4af37;
    margin-bottom: 15px;
    font-weight: 600;
  }

  /* LINKS */
  .footer-col ul {
    list-style: none;
    padding: 0;
  }

  .footer-col ul li {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s;
  }

  .footer-col ul li a:hover {
    color: #d4af37;
  }

  /* SOCIAL */
  .footer-social {
    margin-top: 20px;
  }

  .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
  }

  .footer-social a:hover {
    background: #d4af37;
    transform: translateY(-3px);
  }

  /* BOTTOM */
  .footer-bottom {
    border-top: 1px solid rgb(212 175 55);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Poppins';
  }

  .footer-bottom span {
    font-style: italic;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .footer-wrapper {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .footer-bottom {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }
  }

  /* ================= STATS SECTION ================= */
  .stats-section {
    position: relative;
    padding: 80px 0;
    background: url('../images/common/our-service-event.png') center / cover no-repeat;
    color: #fff;
  }

  /* HEADER */
  .stats-header h2 {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 50px;
  }

  .stats-header h2 {
    color: #ffffff;
    text-shadow: 0 0 black;
    backdrop-filter: blur(2px);
  }

  .stats-header span {
    color: #d4af37;
  }

  /* WRAPPER */
  .stats-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* CARD */
  .stat-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
  }

  /* HOVER */
  .stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  /* ICON */
  .stat-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(212, 175, 55, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stat-card .icon i {
    font-size: 24px;
    color: #d4af37;
  }

  /* NUMBER */
  .stat-card h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .stat-card h3 span {
    color: #d4af37;
  }

  /* TEXT */
  .stat-card p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
  }

  .stat-card h3 {
    color: #000;
  }

  /* ================= RESPONSIVE ================= */
  @media (max-width: 992px) {
    .stats-wrapper {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 768px) {
    .stats-wrapper {
      grid-template-columns: 1fr;
    }

    .stats-header h2 {
      font-size: 30px;
    }
  }


  .services__title-info a {
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    border-radius: 10px;
    padding: 4px 8px;
  }


  @media (min-width: 320px) and (max-width: 766px) {

    .carousel-item,
    .hero {
      height: 72vh;
    }

    .hero-inner {
      left: 30px;
      max-width: 85%;
      padding: 20px;
    }

    .btn-white {
      padding: 10px 18px;
      font-size: 12px;
    }

    .hero-title {
      font-size: 20px;
    }

    .carousel-indicators {
      margin-bottom: 16px;
    }

    .carousel-control-next,
    .carousel-control-prev {
      width: 10%;
      padding: 0;
    }

    ul.navbar-nav.ms-auto.align-items-center {
      display: block;
    }

    li.nav-item.ms-3 {
      margin-top: 12px;
      margin-left: 1px !important;
    }

    .about-btn {
      margin-top: 5px;
      margin-bottom: 40px;
    }

    .about-section {
      padding: 60px 0;
    }

    .custom-navbar {
      width: 100%;
      padding-right: 20px;
    }

    .services__first .services__title {
      position: absolute;
      top: 4px;
      right: 0;
      backdrop-filter: blur(2px);
    }

    .services__title-info a {
      text-decoration: none;
      border: unset;
      padding: 4px 15px;
    }

    .services__fourth,
    .services__third,
    .services__block.services__second {
      margin-top: 20px !important;
    }

    .services__fifth .services__title,
    .services__fourth .services__title.w-100,
    .services__third.d-flex .services__title,
    .services__second .services__title {
      position: absolute;
      bottom: 2px;
      backdrop-filter: blur(2px);
      padding: 5px;
      left: 7px;
    }

    .services__fourth .services__title.w-100,
    .services__third .services__title.w-100 {
      width: fit-content !important;
    }

    .services__fifth .services__title {
      top: unset;
    }

    .black__bg {
      padding: 28px 0 100px 0;
    }

    .testimonial-section .swiper-slide .card p {
      font-size: 14px;
      padding: 10px;
    }

    .testimonial-section {
      padding: 40px 0 40px 0;
    }

    .contact-form {
      padding: 40px 16px;
    }

    .contact-section {
      padding: 60px 0;
    }

    .footer-col p,
    .footer-col ul li,
    .footer-col h5 {
      text-align: justify;
    }

    .footer-wrapper {
      gap: 28px;
      margin-bottom: 26px;
    }

    .footer-bottom p {
      margin-bottom: 0px;
    }

    .footer-bottom span {
      margin-bottom: 20px;
      font-style: normal;
    }

  }

  @media (min-width: 1024px) and (max-width: 1366px) {

    .carousel-item,
    .hero {
      height: 42vh;
    }

    .carousel-control-next,
    .carousel-control-prev {
      width: 10%;
    }

    .about-section {
      padding: 80px 55px;
    }

    .contact-form {
      margin-right: 20px;
    }

    .card {
      padding: 20px;
    }

  }

  @media (min-width: 767px) and (max-width: 1023px) {
    .custom-navbar .container {
      margin: 0;
      padding: 0px 24px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      max-width: 100%;
    }

    .carousel-item,
    .hero {
      height: 50vh;
    }

    .about-section {
      padding: 60px 0 100px 0;
    }

    .hero-inner {
      padding: 22px;
    }

    .about-btn {
      margin-bottom: 20px;
    }

    .footer-col p,
    .footer-col ul li,
    .footer-col h5 {
      text-align: justify;
    }

    .footer-bottom {
      flex-direction: row;
      gap: 8px;
      text-align: center;
      padding-top: 16px;
    }

    .footer-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
      text-align: center;
      gap: 30px;
    }

    .services__fourth,
    .services__third,
    .services__block.services__second {
      margin-top: 20px !important;
    }

    .services__fifth .services__title,
    .services__fourth .services__title.w-100,
    .services__third.d-flex .services__title,
    .services__second .services__title {
      position: absolute;
      bottom: 10px;
      backdrop-filter: blur(6px);
      padding: 5px;
      left: 7px;
    }

    .services__fourth .services__title.w-100,
    .services__third .services__title.w-100 {
      width: fit-content !important;
    }

    .services__fifth .services__title {
      top: unset;
    }

    .services__first .services__title {
      position: absolute;
      top: 6px;
      right: unset;
      left: 6px;
      backdrop-filter: blur(10px);
    }

    .black__bg {
      padding: 60px 0 100px 0;
    }

    .carousel-control-next,
    .carousel-control-prev {
      width: 10%;
    }

    ul.navbar-nav.ms-auto.align-items-center {
      display: block;
    }

    li.nav-item.ms-3 {
      margin-left: 0px !important;
      margin-top: 12px;
      margin-bottom: 12px;
    }

  }

  /* ================= INNER PAGE SHARED ================= */
  .section-pad {
    padding: 60px 0;
  }

  section.service-fit.section-pad.reveal-up a.btn-gold-outline {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 8px 10px;
  }

  .inner-hero {
    height: 68vh;
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0;
    padding-top: 36px;
  }

  .inner-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.45));
  }

  .inner-hero-content {
    position: relative;
    z-index: 1;
    max-width: 780px;
    color: #fff;
  }

  .hero-kicker {
    color: #d4af37;
    letter-spacing: 1.7px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .inner-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .inner-hero-content p {
    color: #efefef;
    font-size: 17px;
    line-height: 1.75;
  }

  .section-label {
    color: #d4af37;
    letter-spacing: 1.7px;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .section-head h2 {
    font-family: "Playfair Display", serif;
    font-size: 44px;
    margin-bottom: 14px;
    line-height: 1.2;
  }

  .section-head p,
  .section-pad p {
    font-size: 16px;
    line-height: 1.8;
  }

  .inner-breadcrumb {
    background: #0f0f0f;
    padding: 12px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .inner-hero .inner-breadcrumb {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 26px;
  }

  .inner-hero-content .inner-breadcrumb .container {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .inner-breadcrumb .container {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .inner-breadcrumb a,
  .inner-breadcrumb p,
  .inner-breadcrumb span {
    margin: 0;
    color: #d8d8d8;
    text-decoration: none;
    font-size: 14px;
  }

  .inner-breadcrumb p {
    color: #d4af37;
  }

  .reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }

  .reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
  }


  .menu-page {
    background: #0b0b0b;
    padding: 80px 0 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

  .menu-page .menu-header p {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .menu-card {
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
  }

  .menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
  }

  .menu-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .menu-content {
    padding: 25px;
    text-align: center;
  }

  .menu-content h3 {
    color: #d4af37;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .menu-content .price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .menu-content p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .menu-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #d4af37;
    color: #000;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
  }

  .menu-btn:hover {
    background: #b8962e;
  }

  /* ✅ RESPONSIVE */

  @media (max-width: 992px) {
    .menu-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .menu-grid {
      grid-template-columns: 1fr;
    }

    .menu-page {
      padding: 50px 15px;
    }

    .menu-content h3 {
      font-size: 18px;
    }
  }

  .menu-sides {
    margin-top: 60px;
    padding: 40px;
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
  }

  .sides-title {
    text-align: center;
    color: #d4af37;
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }

  .sides-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sides-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 15px;
    color: #ddd;
  }

  .sides-list li span {
    max-width: 80%;
  }

  .sides-list li strong {
    color: #d4af37;
    font-weight: 600;
  }

  .sides-list li:last-child {
    border-bottom: none;
  }

  /* ✅ HOVER EFFECT */
  .sides-list li:hover {
    background: rgba(212, 175, 55, 0.05);
  }

  /* ✅ RESPONSIVE */

  @media (max-width: 768px) {
    .menu-sides {
      padding: 25px;
    }

    .sides-title {
      font-size: 22px;
    }

    .sides-list li {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }

    .sides-list li strong {
      align-self: flex-end;
    }
  }

  @media (max-width: 480px) {
    .menu-sides {
      margin-top: 40px;
      padding: 20px;
    }

    .sides-list li {
      font-size: 14px;
    }
  }

  .menu-intro {
    padding: 10px 0 40px;
    background: linear-gradient(180deg, #0b0b0b, #111);
    color: #fff;
  }

  .intro-box {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 40px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
  }


  .intro-text {
    color: #ccc;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .intro-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
  }

  .intro-list li {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
  }


  .intro-tagline {
    font-style: italic;
    color: #d4af37;
    margin-bottom: 25px;
  }

  .intro-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .btn-primary {
    background: #d4af37;
    color: #000;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
  }

  .btn-outline {
    border: 1px solid #d4af37;
    color: #d4af37;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
  }

  .btn-primary:hover {
    background: #b8962e;
  }

  .btn-outline:hover {
    background: #d4af37;
    color: #000;
  }

  /* ✅ RESPONSIVE */

  @media (max-width: 768px) {
    .intro-box {
      padding: 25px;
    }

    .intro-box h2 {
      font-size: 24px;
    }

    .intro-text {
      font-size: 14px;
    }

    .intro-btns {
      flex-direction: column;
    }

    .btn-primary,
    .btn-outline {
      width: 100%;
    }
  }

  @media (max-width: 480px) {
    .menu-intro {
      padding: 50px 15px 20px;
    }
  }
  
  
  
.mens-slide {
  background: url("../images/menus/Menu-banner.png") center/cover no-repeat !important;
}




/* =========================
   MAIN WRAPPER
========================= */

.hof-info-wrapper{
    padding:20px;
    font-family:'Poppins',sans-serif;
}

/* =========================
   COMMON BOX
========================= */

.hof-box{
    border:1px solid #8b6b1f;
    border-radius:18px;
    padding:22px 28px;
    margin-bottom:18px;
}

/* =========================
   TOP GRID
========================= */

.hof-top-grid{
    display:grid;
    grid-template-columns:42% 58%;
    gap:30px;
    margin-bottom:18px;
}

/* LEFT */

.hof-left-content h5{
    font-family:'Cinzel',serif;
    color:#ffffff;
    font-size:22px;
    margin-bottom:4px;
}

.hof-left-content h2{
    font-family:'Cinzel',serif;
    color:#d4af37;
    font-size:32px;
    line-height:1.15;
    margin-bottom:12px;
    font-weight:700;
}

.hof-divider{
    width:160px;
    height:1px;
    background:#d4af37;
    margin-bottom:18px;
    position:relative;
}

.hof-divider:after{
    content:'';
    width:12px;
    height:12px;
    border:1px solid #d4af37;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) rotate(45deg);
}

.hof-left-content p{
    color:#f0f0f0;
    line-height:2;
    font-size:15px;
}

/* RIGHT */

.hof-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    color:#d4af37;
    font-family:'Cinzel',serif;
    font-size:28px;
    margin-bottom:25px;
    font-weight:700;
}

.hof-heading span{
    width:90px;
    height:1px;
    background:#8b6b1f;
}

/* STEP GRID */

.hof-steps-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

/* STEP */

.hof-step-box{
    text-align:center;
    padding:0 16px;
    position:relative;
}

.hof-step-box:not(:last-child):after{
    content:'';
    width:1px;
    height:110px;
    background:#6f5518;
    position:absolute;
    right:0;
    top:62px;
}

/* NUMBER */

.hof-step-no{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#d4af37;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 14px;
    font-weight:700;
}

/* ICON */

.hof-step-icon{
    width:74px;
    height:74px;
    border-radius:50%;
    border:2px solid #d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 16px;
    color:#d4af37;
    font-size:30px;
}

/* STEP TEXT */

.hof-step-box h4{
    color:#d4af37;
    font-size:16px;
    line-height:1.5;
    margin-bottom:8px;
}

.hof-step-box p{
    color:#f0f0f0;
    line-height:1.8;
    font-size:14px;
}

/* =========================
   BOTTOM GRID
========================= */

.hof-bottom-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1.2fr;
    gap:14px;
}

/* SMALL BOX */

.hof-small-box{
    border:1px solid #7b5f1e;
    border-radius:12px;
    padding:18px;
    display:flex;
    gap:14px;
    align-items:center;
    min-height:100px;
}

/* ICON */

.hof-small-icon{
    color:#d4af37;
    font-size:42px;
    flex-shrink:0;
}

/* TEXT */

.hof-small-text h5{
    color:#d4af37;
    font-size:16px;
    margin-bottom:6px;
}

.hof-small-text p{
    color:#f0f0f0;
    line-height:1.8;
    font-size:13px;
}

/* WHATSAPP */

.hof-whatsapp-box{
    background:#d4af37;
    border-radius:12px;
    min-height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
}

.hof-whatsapp-box i{
    color:#000;
    font-size:48px;
}

.hof-whatsapp-text h4{
    color:#000;
    font-size:17px;
    margin-bottom:5px;
}

.hof-whatsapp-text span{
    color:#000;
    font-size:20px;
    font-weight:700;
}

/* =========================
   COMMON TITLE
========================= */

.hof-title-center{
    text-align:center;
    margin-bottom:10px;
}

.hof-title-center h5{
    font-family:'Cinzel',serif;
    color:#ffffff;
    font-size:24px;
}

.weekly-meal-package__heading h2, .hof-title-center h2{
    font-family:'Cinzel',serif;
    color:#d4af37;
    font-size:42px;
    line-height:1.2;
    margin-bottom: 22px;
}
.hof-note p {
    color: #fff;
}
.hof-subtitle{
    text-align:center;
    color:#f0f0f0;
    margin-bottom:26px;
}

/* =========================
   STORAGE GRID
========================= */

.hof-storage-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

/* STORAGE CARD */

.hof-storage-card{
    border:1px solid #7b5f1e;
    border-radius:12px;
    padding:22px;
}

/* HEAD */

.hof-storage-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
}

/* ICON */

.hof-storage-icon{
    width:64px;
    height:64px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.hof-storage-icon.blue{
    border:2px solid #24cfff;
    color:#24cfff;
}

.hof-storage-icon.orange{
    border:2px solid #ff9800;
    color:#ff9800;
}

/* TITLE */

.hof-storage-head h4{
    color:#24cfff;
    font-size:22px;
}

.orange-text{
    color:#ff9800 !important;
}

/* TEXT */

.hof-storage-card p{
    color:#f0f0f0;
    line-height:1.8;
    font-size:14px;
    margin-bottom:15px;
}

.hof-storage-card ul{
    list-style:none;
    padding-left: 0;
}

.hof-storage-card ul li{
    display:flex;
    gap:10px;
    line-height:1.8;
    color:#ffffff;
    margin-bottom:12px;
    font-size:14px;
}

.hof-storage-card ul li i{
    color:#24cfff;
    margin-top:5px;
}

.orange-check{
    color:#ff9800 !important;
}

/* =========================
   COMMITMENT
========================= */

.hof-commitment-box{
    border:1px solid #7b5f1e;
    border-radius:12px;
    margin-top:18px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

/* LEFT */

.hof-commitment-left{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

/* ICON */

.hof-commitment-icon{
    width:90px;
    height:58px;
    border-radius:50%;
    border:2px solid #d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4af37;
    font-size:30px;
}

/* TEXT */

.hof-commitment-text h4{
    color:#d4af37;
    font-size:24px;
    margin-bottom:8px;
}

.hof-commitment-text p{
    color:#f0f0f0;
    line-height:1.8;
    font-size:14px;
}

/* BADGE */

.hof-badge{
    width:120px;
    height:120px;
    border-radius:50%;
    border:4px solid #d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#d4af37;
    font-weight:700;
    font-size:18px;
    flex-shrink:0;
}

/* NOTE */

.hof-note{
    text-align:center;
    color:#d4af37;
    margin-top:16px;
    font-size:16px;
}

/* =========================
   TERMS GRID
========================= */

.hof-terms-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

/* CARD */

.hof-terms-card{
    border:1px solid #7b5f1e;
    border-radius:12px;
    padding:22px;
}

/* HEAD */

.hof-terms-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
}

/* ICON */

.hof-terms-icon{
    width:64px;
    height:64px;
    border-radius:50%;
    border:2px solid #d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4af37;
    font-size:28px;
    flex-shrink:0;
}

/* TITLE */

.hof-terms-head h4{
    color:#d4af37;
    font-size:22px;
    line-height:1.4;
}

/* LIST */

.hof-terms-card ul{
    padding-left:18px;
}

.hof-terms-card ul li{
    color:#f0f0f0;
    line-height:1.9;
    margin-bottom:12px;
    font-size:14px;
}

/* CENTER */

.hof-center-card{
    border:1px solid #7b5f1e;
    border-radius:12px;
    padding:20px;
    max-width:720px;
    margin:16px auto 0;
}

.hof-center-card p{
    color:#f0f0f0;
    line-height:1.9;
    font-size:14px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .hof-top-grid{
        grid-template-columns:1fr;
    }

    .hof-storage-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .hof-info-wrapper{
        padding:10px;
    }

    .hof-box{
        padding:18px;
    }

    .hof-left-content h2{
        font-size:34px;
    }

    .hof-title-center h2{
        font-size:34px;
    }

    .hof-heading{
        font-size:22px;
    }

    .hof-heading span{
        width:40px;
    }

    .hof-steps-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .hof-step-box:not(:last-child):after{
        display:none;
    }

    .hof-bottom-grid{
        grid-template-columns:1fr;
    }

    .hof-whatsapp-box{
        flex-direction:column;
        padding:20px;
        text-align:center;
    }

    .hof-terms-grid{
        grid-template-columns:1fr;
    }

    .hof-commitment-box{
        flex-direction:column;
    }

    .hof-commitment-left{
        flex-direction:column;
    }

}





/* =========================
   SECTION
========================= */

.meal-packages-sec{
    background:#050505;
    padding:60px 20px;
    font-family:'Poppins',sans-serif;
}

/* CONTAINER */

.meal-packages-container{
    max-width:1400px;
    margin:auto;
}

/* =========================
   TITLE
========================= */

.meal-packages-title{
    text-align:center;
    margin-bottom:45px;
}

.meal-packages-title h2{
    font-family:'Cinzel',serif;
    color:#d4af37;
    font-size:42px;
    line-height:1.2;
    margin-bottom:12px;
    font-weight:700;
}

.meal-packages-title p{
    color:#d8d8d8;
    font-size:17px;
    line-height:1.8;
}

/* =========================
   GRID
========================= */

.meal-packages-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

/* =========================
   CARD
========================= */

.meal-package-card{
    background:#080808;
    border:1px solid rgba(212,175,55,0.45);
    border-radius:22px;
    padding:35px 28px;
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
}

.meal-package-card:hover{
    transform:translateY(-8px);
    border-color:#d4af37;
    box-shadow:0 15px 40px rgba(0,0,0,0.5);
}

/* ACTIVE */

.active-card{
    border:2px solid #d4af37;
    transform:scale(1.02);
}

/* BADGE */

.meal-package-badge{
    position:absolute;
    top:18px;
    right:-35px;
    background:#d4af37;
    color:#000;
    font-size:12px;
    font-weight:700;
    padding:8px 40px;
    transform:rotate(45deg);
}

/* =========================
   ICON
========================= */

.meal-package-icon{
    width:88px;
    height:88px;
    border-radius:50%;
    border:2px solid #d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4af37;
    font-size:34px;
    margin-bottom:28px;
}

/* =========================
   TITLE
========================= */

.meal-package-card h3{
    color:#ffffff;
    font-size:32px;
    line-height:1.3;
    margin-bottom:16px;
    font-family:'Cinzel',serif;
    font-weight:700;
}

/* SUBTITLE */

.meal-package-subtitle{
    color:#d9d9d9;
    line-height:1.9;
    font-size:15px;
    margin-bottom:28px;
    min-height:90px;
}

/* =========================
   PRICE BOX
========================= */

.meal-package-price-box{
    background:#101010;
    border:1px solid rgba(212,175,55,0.35);
    border-radius:14px;
    padding:18px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:16px;
}

/* LEFT */

.meal-package-price-box h4{
    color:#d4af37;
    font-size:15px;
    margin-bottom:5px;
    font-weight:700;
}

.meal-package-price-box span{
    color:#ffffff;
    line-height:1.7;
    font-size:14px;
}

/* PRICE */

.meal-package-price-box strong{
    background:#d4af37;
    color:#000;
    min-width:78px;
    height:52px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

/* =========================
   NOTE
========================= */

.meal-package-note{
    margin-top:22px;
    display:flex;
    align-items:center;
    gap:10px;
    color:#d8d8d8;
    line-height:1.8;
    font-size:14px;
}

.meal-package-note i{
    color:#d4af37;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .meal-packages-grid{
        grid-template-columns:1fr;
    }

    .meal-package-subtitle{
        min-height:auto;
    }

}

@media(max-width:768px){

    .meal-packages-sec{
        padding:40px 15px;
    }

    .meal-packages-title h2{
        font-size:38px;
    }

    .meal-package-card{
        padding:28px 20px;
    }

    .meal-package-card h3{
        font-size:26px;
    }

    .meal-package-price-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .meal-package-price-box strong{
        width:100%;
    }

}


.weekly-meal-package{
    background:#000;
    padding:35px 15px;
    font-family:'Montserrat',sans-serif;
}

.weekly-meal-package *{
    box-sizing:border-box;
}

.weekly-meal-package__wrapper{
    margin:auto;
    border:1px solid #8f6717;
    border-radius:18px;
    background:#050505;
    padding:30px 28px 18px;
    position:relative;
    overflow:hidden;
}

/* BACKGROUND GLOW */

.weekly-meal-package__wrapper:before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,rgba(201,151,37,.08),transparent 35%),
    radial-gradient(circle at bottom right,rgba(201,151,37,.06),transparent 35%);
    pointer-events:none;
}

/* HEADER */

.weekly-meal-package__heading{
    text-align:center;
    margin-bottom:58px;
    position:relative;
    z-index:2;
}

.weekly-meal-package__header-icon{
    width:60px;
    height:60px;
    margin:0 auto 10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.weekly-meal-package__header-icon img{
    width:38px;
    object-fit:contain;
}

.weekly-meal-package__heading h4{
    margin:12px 0 0;
    color:#fff;
    font-size:18px;
    letter-spacing:2px;
    font-weight:500;
}

.weekly-meal-package__heading p{
    margin-top:16px;
    color:#d3a137;
    font-size:16px;
}

/* GRID */

.weekly-meal-package__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    position:relative;
    z-index:2;
}

/* CARD */

.weekly-meal-package__card{
    border:1px solid #8f6717;
    border-radius:14px;
    padding:70px 24px 24px;
    background:#050505;
    position:relative;
    transition:.3s ease;
}

.weekly-meal-package__card:hover{
    transform:translateY(-4px);
    box-shadow:0 0 25px rgba(211,161,55,.12);
}

/* ICON */

.weekly-meal-package__icon{
    width:92px;
    height:92px;
    border:1px solid #a97816;
    border-radius:50%;
    background:#050505;
    position:absolute;
    top:-46px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
}

.weekly-meal-package__icon img{
    width:40px;
    height:auto;
    object-fit:contain;
}

/* CONNECTOR LINES */

.weekly-meal-package__icon::before{
    content:"";
    position:absolute;
    width:120px;
    height:1px;
    background:#7d5c18;
    top:50%;
    left:-120px;
}

.weekly-meal-package__icon::after{
    content:"";
    position:absolute;
    width:120px;
    height:1px;
    background:#7d5c18;
    top:50%;
    right:-120px;
}

/* TITLE */

.weekly-meal-package__card h3 {
    margin: 0 0 12px;
    color: #d3a137;
    text-align: center;
    font-size: 20px;
    line-height: 1.05;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
}

.weekly-meal-package__subtext {
    display: block;
    text-align: center;
    color: #dddddd;
    font-size: 16px;
    margin-bottom: 22px;
}

/* LIST */

.weekly-meal-package__card ul{
    list-style:none;
    padding:0;
    margin:0 0 24px;
}

.weekly-meal-package__card ul li{
    position:relative;
    padding-left:22px;
    color:#fff;
    font-size:17px;
    margin-bottom:12px;
}

.weekly-meal-package__card ul li:before{
    content:"●";
    position:absolute;
    left:0;
    top:0;
    color:#d3a137;
    font-size:10px;
}

/* PRICING */

.weekly-meal-package__pricing{
    border:1px solid #775716;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:20px;
}

.weekly-meal-package__price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 15px;
    border-bottom:1px solid #33250a;
}

.weekly-meal-package__price-row:last-child{
    border-bottom:none;
}

.weekly-meal-package__price-row span{
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    font-weight:600;
}

.weekly-meal-package__price-row strong{
    color:#d3a137;
    font-size:24px;
    line-height:1;
}

/* BUTTON */

.weekly-meal-package__card a{
    width:100%;
    display:block;
    text-align:center;
    text-decoration:none;
    background:linear-gradient(to bottom,#e2be60,#c8942a);
    color:#000;
    padding:14px;
    border-radius:8px;
    font-size:15px;
    font-weight:700;
    transition:.3s ease;
}

.weekly-meal-package__card a:hover{
    background:linear-gradient(to bottom,#f2cf72,#d9a439);
}

/* FAMILY BOX */

.weekly-meal-package__family-box{
    margin-top:18px;
    border:1px solid #8f6717;
    border-radius:14px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:20px;
    position:relative;
    z-index:2;
}

.weekly-meal-package__family-icon,
.weekly-meal-package__family-whatsapp{
    width:92px;
    height:92px;
    min-width:92px;
    border:1px solid #a97816;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.weekly-meal-package__family-icon img,
.weekly-meal-package__family-whatsapp img{
    width:42px;
    object-fit:contain;
}

.weekly-meal-package__family-content{
    flex:1;
}

.weekly-meal-package__family-content h3{
    margin:0 0 10px;
    color:#d3a137;
    font-size:42px;
    line-height:1;
    font-family:'Cormorant Garamond',serif;
    font-weight:700;
}

.weekly-meal-package__family-content p{
    color:#fff;
    font-size:16px;
    line-height:1.8;
    margin-bottom:8px;
}

.weekly-meal-package__family-content strong{
    color:#d3a137;
}

/* FOOTER */

.weekly-meal-package__footer{
    margin-top:12px;
    display:flex;
    justify-content:center;
    gap:40px;
    color:#d8d8d8;
    font-size:13px;
    position:relative;
    z-index:2;
}

/* RESPONSIVE */

@media(max-width:991px){

    .weekly-meal-package__grid{
        grid-template-columns:1fr;
        gap:60px;
    }

    .weekly-meal-package__icon::before,
    .weekly-meal-package__icon::after{
        display:none;
    }

    .weekly-meal-package__family-box{
        flex-direction:column;
        text-align:center;
    }

    .weekly-meal-package__family-whatsapp{
        display:none;
    }

}

@media(max-width:576px){

    .weekly-meal-package{
        padding:20px 0px;
    }

    .weekly-meal-package__wrapper{
        padding:22px 15px 15px;
    }

    .weekly-meal-package__heading h2{
        font-size:34px;
    }

    .weekly-meal-package__heading h4{
        font-size:12px;
        line-height:1.5;
    }

    .weekly-meal-package__heading p{
        font-size:14px;
    }

    .weekly-meal-package__card{
        padding:65px 18px 18px;
    }

    .weekly-meal-package__icon{
        width:82px;
        height:82px;
        top:-41px;
    }

    .weekly-meal-package__icon img{
        width:34px;
    }

    .weekly-meal-package__card h3{
        font-size:20px;
    }

    .weekly-meal-package__card ul li{
        font-size:15px;
    }

    .weekly-meal-package__family-content h3{
        font-size:30px;
    }

    .weekly-meal-package__family-content p{
        font-size:14px;
    }

    .weekly-meal-package__footer{
        flex-direction:column;
        gap:8px;
        text-align:center;
        font-size:12px;
    }

}

/* ICON STYLING */

.weekly-meal-package__header-icon i{
    font-size:34px;
    color:#d3a137;
}

.weekly-meal-package__icon i{
    font-size:38px;
    color:#d3a137;
}

.weekly-meal-package__family-icon i,
.weekly-meal-package__family-whatsapp i{
    font-size:42px;
    color:#d3a137;
}