:root {
  --figma-frame-width: 1920px;
  --figma-frame-height: 4964px;
  --figma-mobile-width: 414px;
  --color-page: #fbf9f4;
  --color-green: #03550b;
  --color-green-bright: #62c04e;
  --color-green-soft: #759177;
  --color-yellow: #F7EE17;
  --color-gold: #f4b942;
  --color-brown: #896327;
  --color-maroon: #570013;
  --color-text: #505050;
  --color-border: #d5cec8;
  --font-primary: "Be Vietnam Pro", "Be Vietnam", Arial, sans-serif;
  --font-secondary: "Be Vietnam", "Be Vietnam Pro", Arial, sans-serif;
  --font-display: "Anton", Impact, sans-serif;
  --container-figma: 1540px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --shadow-card: 0 10px 20px rgba(58, 36, 24, 0.1);
  --shadow-deep: 0 10px 40px -10px rgba(58, 36, 24, 0.1);

  /* Essential UI custom colors */
  --green: #03550b;
  --green-2: #023807;
  --leaf: #62c04e;
  --color-leaf: #62c04e;
  --line: #e2d9cf;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--color-page);
  color: var(--color-text);
  font-family: var(--font-primary);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page-wrap {
  min-height: 56vh;
  padding: 72px 0 110px;
}

.text-green {
  color: var(--color-green);
}

/* .container-nx { max-width: 1450px; margin: 0 auto; padding: 0 18px; } */
/* .container-sm-nx { max-width: 1130px; margin: 0 auto; padding: 0 18px; } */

.site-header {
  height: 84px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.nav-link {
  color: #00812b;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 28px 18px !important;
}

.nav-link.active,
.nav-link:hover {
  color: var(--color-green);
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 2px;
}

.header-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--color-green);
  border: 0;
  background: transparent;
  font-size: 23px;
  position: relative;
}

.cart-dot {
  position: absolute;
  top: 2px;
  right: 0;
  background: #f5bd16;
  color: var(--color-green);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.stat-item img {
  width: 46px;
  height: 46px;
}

.stat-item strong,
.stat-item span {
  display: block;
}

.stat-item strong {
  color: #ffffff;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 800;
}

.stat-item span {
  color: rgba(253, 246, 232, 0.7);
  font-size: 16px;
  line-height: 16px;
}

.product-card {
  background: #fff;
  border-radius: 17px;
  padding: 16px;
  box-shadow: var(--shadow);
  position: relative;
  height: 100%;
}

.badge-premium {
  position: absolute;
  top: 28px;
  left: 28px;
  background: var(--color-green);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 13px;
}

.product-cat {
  color: var(--color-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-top: 18px;
  text-transform: uppercase;
}

.product-title {
  font-size: 22px;
  line-height: 1.22;
  margin: 8px 0;
  min-height: 54px;
}

.price {
  font-size: 24px;
  font-weight: 900;
  color: #333;
}

.add-cart {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-green-bright);
  color: #fff;
  border: 0;
}

.filter-title {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.filter-box .form-check {
  margin-bottom: 18px;
  font-size: 18px;
}

.form-check-input:checked {
  background-color: var(--green-2);
  border-color: var(--green-2);
}

.sort-row {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 34px;
}

.pagination .page-link {
  color: #222;
  border-radius: 0;
  margin: 0 8px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.pagination .active .page-link {
  background: var(--color-green);
  border-color: var(--green);
  color: #fff;
}

.product-detail-main {
  padding-top: 54px;
}

.product-main-img {
  border-radius: 8px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.thumb-row img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
}

.thumb-row img.active {
  border-color: var(--color-leaf);
}

.product-name {
  font-size: 34px;
  color: var(--color-green);
  font-weight: 900;
}

.stars {
  color: #ffc400;
  font-size: 22px;
  letter-spacing: 1px;
}

.meta-table {
  max-width: 550px;
  border-bottom: 1px solid #d8cdc0;
  padding: 22px 0;
}

.meta-table .row {
  margin-bottom: 16px;
  font-size: 20px;
}

.sale-price, .in-stock {
  color: var(--color-green);
  font-size: 27px;
  font-weight: 900;
}

@media (max-width: 768px) {

  .sale-price,
  .in-stock {
    font-size: 22px;
  }
}

.pill-choice {
  border: 1px solid #8cb18e;
  border-radius: 7px;
  padding: 12px 28px;
  font-weight: 900;
  background: #fff;
}

.pill-choice.active {
  background: var(--color-green);
  color: #fff;
  border-color: var(--color-green);
}

.qty {
  display: inline-flex;
  border: 1px solid #8cb18e;
  border-radius: 7px;
  overflow: hidden;
}

.qty button,
.qty span {
  width: 50px;
  height: 50px;
  border: 0;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 23px;
}

.detail-card {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
}

.info-panel {
  border-radius: 6px;
  padding: 28px;
  color: #fff;
  background: var(--color-green);
}

.info-panel.light {
  background: linear-gradient(135deg, #68c951, #21952f);
}

.modal-backdrop-custom {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  z-index: 2000;
  overflow-y: auto;
}

.modal-backdrop-custom.show {
  display: flex;
  align-items: flex-start;
}

.password-field {
  position: relative;
}

.password-field i {
  position: absolute;
  right: 14px;
  top: 14px;
}

.cart-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(100%, 455px);
  background: #ffffff;
  z-index: 2100;
  padding: 42px 32px 32px;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
}

.cart-drawer.show {
  transform: translateX(0);
}

.filter-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(100%, 320px);
  max-width: 95vw;
  height: 100%;
  background: #ffffff;
  z-index: 2100;
  padding: 30px 24px;
  transform: translateX(-100%);
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.08);
}

.filter-drawer.show {
  transform: translateX(0);
}

#filterScrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2050;
  display: none;
  backdrop-filter: blur(4px);
}

#filterScrim.show {
  display: block;
}

.drawer-filter-content {
  overflow-y: auto;
  flex-grow: 1;
  padding-right: 4px;
}

@media (max-width: 767.98px) {
  .filter-box {
    display: none;
  }
}

.drawer-scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2050;
  display: none;
  backdrop-filter: blur(4px);
}

.drawer-scrim.show {
  display: block;
}

.drawer-item {
  display: grid;
  grid-template-columns: 80px 1fr 28px;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
}

.drawer-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.card-soft {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cart-table img,
.order-product img {
  width: 98px;
  height: 98px;
  border-radius: 8px;
  object-fit: cover;
}

.summary-card {
  padding: 34px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.account-menu {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}

.account-menu a {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  color: #777;
  font-size: 18px;
}

.account-menu a.active {
  background: #d6efc8;
  color: #111;
}

.profile-card {
  min-height: 315px;
  display: grid;
  place-items: center;
  text-align: center;
}

.profile-card img {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
}

.table thead th {
  background: #f3f3f3;
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 28px;
}

.table td {
  padding: 22px 28px;
  vertical-align: middle;
}

.tracking-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 60px 90px 70px;
}

.tracking-line:before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 74px;
  height: 4px;
  background: #d4dae1;
  transform: translateY(-50%);
  z-index: 1;
}

.track-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #b9c2ce;
  font-weight: 800;
  padding-top: 50px;
}

.track-step strong {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.track-dot {
  width: 24px;
  height: 24px;
  background: #cbd2db;
  border-radius: 50%;
  margin: 12px auto 10px;
  position: relative;
  z-index: 2;
}

.track-step span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.track-step.active {
  color: var(--color-green);
}

.track-step.active .track-dot {
  background: var(--color-green-bright);
}

.status-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin: 38px 40px;
  position: relative;
}

.status-progress:before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 22px;
  height: 0;
  border-top: 4px dashed #dee2e6;
  z-index: 0;
}

.status-progress:after {
  content: "";
  position: absolute;
  left: 12.5%;
  top: 22px;
  width: 37.5%;
  height: 4px;
  background: var(--color-green-bright);
  z-index: 1;
}

.status-node {
  position: relative;
  text-align: center;
  z-index: 2;
}

.status-node span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 2px dashed var(--color-green-bright);
  color: var(--color-green-bright);
  background: #fff;
  font-weight: 900;
}

.status-node.done span,
.status-node.active span {
  background: var(--color-green-bright);
  color: #fff;
  border-style: solid;
}

.status-node.done strong {
  color: var(--color-green);
  font-weight: 500;
}

.status-node.active strong {
  color: var(--color-green);
  font-weight: 700;
}

.status-node strong {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #555;
}

.checkout-form .form-control,
.checkout-form .form-select {
  height: 50px;
  border-radius: 5px;
}

.contact-hero {
  height: 460px;
  background: center/cover url("../assets/img/contact-hero.jpg");
  display: grid;
  place-items: start center;
  padding-top: 80px;
}

.contact-hero h1 {
  color: var(--color-green);
  font-weight: 900;
  font-size: 64px;
}

.contact-pill {
  background: #f3f6f3;
  border-radius: 28px;
  padding: 20px 24px;
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 30px;
}

.contact-pill i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-green);
  color: #fff;
  display: grid;
  place-items: center;
}

.booking-card {
  background: #dff3d4;
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, .09);
}

.booking-card .form-control {
  border: 0;
  border-radius: 999px;
  height: 48px;
}

.booking-card textarea.form-control {
  border-radius: 22px;
  height: 110px;
}

.map-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.image-hero {
  min-height: 670px;
  background: center/cover;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  max-height: 819px;
}

.image-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}

.image-hero .inner {
  position: relative;
  max-width: 900px;
}

.image-hero h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
}

.story-card {
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: var(--shadow);
}

.green-card {
  background: linear-gradient(135deg, #6acb51, #1d9631);
  color: #fff;
}

.error-visual {
  max-width: 620px;
  margin: 80px auto 160px;
}

@media (max-width: 991.98px) {
  .top-strip {
    display: none;
  }

  .site-header {
    height: 64px;
    position: relative;
  }

  .site-header .container,
  .site-header .container-nx {
    position: relative;
    height: 100%;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .btn-navbar-toggler,
  .navbar-toggler {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px !important;
  }

  .btn-navbar-toggler:focus,
  .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-collapse {
    position: absolute;
    top: calc(100% + 8px);
    left: 12px;
    right: 12px;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(3, 85, 11, 0.12);
    border: 1px solid rgba(3, 85, 11, 0.08);
    z-index: 1050;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .nav-link {
    padding: 12px 0 !important;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-green);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
  }

  .nav-link.active,
  .nav-link:hover {
    text-decoration: none !important;
    color: var(--color-green-bright) !important;
  }

  .nav-link::after {
    content: "→";
    font-size: 14px;
    opacity: 0.5;
    transition: transform 0.2s ease;
  }

  .nav-link:hover::after {
    transform: translateX(4px);
    opacity: 1;
  }

  .page-wrap {
    padding: 36px 0 70px;
  }

  .home-section {
    padding: 42px 0;
  }

  .product-title {
    font-size: 15px;
    min-height: 40px;
  }

  .price {
    font-size: 18px;
  }

  .product-card {
    padding: 10px;
    border-radius: 10px;
  }

  .badge-premium {
    top: 18px;
    left: 18px;
    font-size: 9px;
  }

  .contact-hero {
    height: 260px;
    padding-top: 55px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .image-hero {
    min-height: 420px;
  }

  .image-hero h1 {
    font-size: 34px;
  }

  .tracking-line,
  .status-progress {
    margin: 30px 0;
  }

  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .timeline:before {
    display: none;
  }

  .cart-drawer {
    padding: 28px 20px;
  }
}

@media (max-width: 575.98px) {

  .container-nx,
  .container-sm-nx {
    padding: 0 14px;
  }

  /* .hero-banner { border-radius:8px; } */
  /* .filter-box {
    display: none;
  } */

  .product-card.featured-mobile {
    background: #09a525;
    color: #fff;
  }

  .product-card.yellow-mobile {
    background: #ffc400;
    color: #fff;
  }

  .benefits .row {
    gap: 18px;
  }

  .footer-main {
    padding: 38px 0 24px;
  }

  .cart-table .desktop-head {
    display: none;
  }

  .thumb-row img {
    width: 72px;
    height: 72px;
  }

  .product-name {
    font-size: 28px;
  }

  .map-img {
    height: 300px;
  }
}

@media (max-width: 1399.98px) {
  .cart-page .cart-table .desktop-head,
  .cart-page .cart-table .row.align-items-center {
    display: grid;
    grid-template-columns: minmax(170px, 2.2fr) minmax(95px, 1fr) minmax(130px, 1.2fr) minmax(110px, 1fr);
    gap: 14px 18px;
    align-items: center;
  }

  .cart-page .cart-table .desktop-head > div,
  .cart-page .cart-table .row.align-items-center > div {
    min-width: 0;
  }

  .cart-page .cart-table img {
    width: 80px;
    height: 80px;
  }

  .cart-page .summary-card {
    padding: 28px;
  }
}

@media (max-width: 1199.98px) {
  .cart-page .cart-table .desktop-head {
    display: none;
  }

  .cart-page .cart-table .row.align-items-center {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }

  .cart-page .cart-table .row.align-items-center > div {
    width: 100%;
  }

  .cart-page .cart-table .row.align-items-center .col-md-5 {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
  }

  .cart-page .cart-table .row.align-items-center .col-md-2,
  .cart-page .cart-table .row.align-items-center .col-md-3,
  .cart-page .cart-table .row.align-items-center .col-md-2.fw-bold {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .cart-page .cart-table .row.align-items-center .fw-bold {
    justify-content: flex-start;
    gap: 12px;
  }
}

@media (max-width: 767.98px) {
  .cart-page .cart-table .row.align-items-center .col-md-5 {
    flex-wrap: wrap;
  }

  .cart-page .cart-table .row.align-items-center .col-md-2,
  .cart-page .cart-table .row.align-items-center .col-md-3,
  .cart-page .cart-table .row.align-items-center .col-md-2.fw-bold {
    justify-content: flex-start;
  }

  .cart-page .cart-table .row.align-items-center .col-md-2.fw-bold button.btn-cancel {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 21%;
  }

  .col-lg-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-lg-3-5 {
    flex: 0 0 auto;
    width: 29.1%;
  }
}

/* Optimize navigation spacing on laptops and landscape tablets (992px to 1200px) to prevent wrapping */
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-link {
    font-size: 14.5px !important;
    padding: 28px 8px !important;
    text-underline-offset: 6px !important;
  }
  .navbar-nav {
    gap: 8px !important;
  }
  .brand-logo {
    width: 52px !important;
    height: 52px !important;
  }
  .header-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 20px !important;
  }
}

/* Order detail premium boxes */
.order-info-box {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.order-info-box .address-header {
  border-bottom: 1px solid #eaeaea;
  padding: 16px 24px;
}

.order-info-box .address-header span,
.order-info-box .address-detail-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8e8e93;
  text-transform: uppercase;
}

.order-info-box .address-body {
  padding: 24px;
}

.order-info-box .address-body h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1e;
  margin-bottom: 8px;
}

.order-info-box .address-body p {
  font-size: 15px;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1.4;
}

.order-info-box .address-detail-value {
  font-size: 15px;
  color: #1c1c1e;
  margin-bottom: 16px;
}

.order-info-box .address-detail-value:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .order-info-box .address-col-left {
    border-bottom: 1px solid #eaeaea;
  }
}

@media (min-width: 768px) {
  .order-info-box .address-col-left {
    border-right: 1px solid #eaeaea;
  }
}

.order-info-box .summary-header {
  border-bottom: 1px solid #eaeaea;
}

.order-info-box .summary-header .border-end {
  border-color: #eaeaea !important;
}

.order-info-box .summary-body {
  padding: 24px;
}

.order-info-box .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.order-info-box .summary-row span {
  font-size: 15px;
  color: #505050;
}

.order-info-box .summary-row strong {
  font-size: 16px;
  color: #1c1c1e;
  font-weight: 700;
}

.order-info-box .summary-row.total span {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1e;
}

.order-info-box .summary-row.total strong {
  font-size: 20px;
  font-weight: 800;
  color: #1c1c1e;
}

/* Mobile responsive adjustments for status progress bar */
@media (max-width: 575.98px) {
  .status-node strong {
    font-size: 11px !important;
  }
  .status-node span {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }
  .status-progress:before {
    top: 18px !important;
  }
  .status-progress:after {
    top: 18px !important;
    height: 4px !important;
  }
}

/* Mobile responsive adjustments for tables */
@media (max-width: 767.98px) {
  .table thead th {
    padding: 12px 16px;
    font-size: 12px;
    white-space: nowrap;
  }

  .table td {
    padding: 16px 16px;
    font-size: 14px;
  }

  .table td img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    flex-shrink: 0;
  }

  .table td.d-flex {
    flex-direction: row;
    align-items: center;
    gap: 12px !important;
    min-width: 220px;
  }
}

@media (min-width: 576px) {
    .container-custom {
        max-width: 600px; /* 540 + 50 */
    }
}

@media (min-width: 768px) {
    .container-custom {
        max-width: 780px; /* 720 + 50 */
    }
}

@media (min-width: 992px) {
    .container-custom {
        max-width: 1020px; /* 960 + 50 */
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1200px; /* 1140 + 50 */
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1400px; /* 1320 + 50 */
    }
}