/** Shopify CDN: Minification failed

Line 338:0 Unexpected "}"

**/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Albert Sans", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading-family) !important;
}
.page-width--narrow {
  max-width: 1200px !important;
}
div#shopify-section-template--17627105984608__multirow_8TR7Hi h2,
div#shopify-section-template--17627029307488__multirow_8TR7Hi h2,
div#shopify-section-template--17564831809632__multirow_8TR7Hi h2,
div#shopify-section-template--17627049787488__multirow_8TR7Hi h2,
div#shopify-section-template--17627079639136__multirow_8TR7Hi h2 {
  background: linear-gradient(135deg, #002d62, #ce1126);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
aside#main-collection-filters {
  overflow: unset !important;
}
section#shopify-section-template--17564831776864__main {
  padding-top: 10px;
}
.hero-content h5 {
  color: white;
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 0;
}
.product.product--small.product--left.product--thumbnail.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
  padding-top: 70px !important;
}
button.prev:hover,
button.next:hover,
.about-prev:hover,
.about-next:hover {
  background: #022146;
}

.full-unstyled-link {
  color: black !important;
  font-family: "Albert Sans" !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
}
/* ===========================
   HEADER SECTION
=========================== */
header.site-header {
  background: #fff;
  z-index: 10;
  left: 0;
  right: 0;
  top: 20px;
  width: 96vw;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: fixed;
}

.site-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}

.site-logo img {
  height: 63px;
  width: 131px;
  object-fit: contain;
  position: relative;
  top: 5px;
}

/* Navigation Menu */
.header-site-nav nav.header-nav .mai-Nnwd {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-site-nav nav.header-nav ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.header-site-nav nav.header-nav ul li a:hover {
  color: #d62828;
}

.header-act-btns {
  display: flex;
  gap: 17px;
  align-items: center;
  height: 50px;
}

.header-act-btns a.icon-link {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-act-btns svg {
  color: #000;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.header-act-btns svg:hover {
  transform: scale(1.15);
}

/* ===========================
   HERO BANNER SECTION
=========================== */

.hero-banners {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner1 {
  background: url("/cdn/shop/files/banner-slide1.png?v=1761130642")
    no-repeat center center/cover;
}
#banner2 {
  background: url("/cdn/shop/files/2.png?v=1762144397")
    no-repeat center center/cover;
}
#banner3 {
  background: url("/cdn/shop/files/Hero_cbbbdb7f-8ce7-41b4-8a76-71c2c22bc94f.png?v=1762144534")
    no-repeat center center/cover;
}
.hero-banners {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  padding: 10% 0 80px;
  padding-top: 20%;
}

.hero-banners::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.7)
  );
}
button.ban-slider-btn.next.disabled {
  background: none !important;
}

/* Text container */
.page-width {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 700px;
  animation: fadeInUp 1s ease-in-out;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
  color: #e3e3e3;
}

.banner-hero-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #fff;
}

.banner-hero-heading {
  font-size: 52px;
  font-weight: 800;
  margin: 10px 0 20px;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 22px !important;
  letter-spacing: 5px;
}

.banner-hero-description {
  font-size: 16px;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Buttons */
.button-group {
  display: flex;
  gap: 1rem;
}

.btn {
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #d62828;
  color: #fff;
}

.btn-primary:hover {
  background-color: #b71c1c;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
}

.footer-info {
  margin-top: 10px;
  font-size: 14px;
  color: #ccc;
}

.separator {
  margin: 0 10px;
  color: #ccc;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .site-header-content {
    /* flex-direction: column; */
    height: auto;
  }

  .header-site-nav nav.header-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

 .banner-hero-heading {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
  }
banner-hero-heading {
  font-size: 2.5rem;
}

.banner-pre-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.banner-subtitle {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
  .button-group {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 80%;
    text-align: center;
  }
}
.page-width {
  padding: 0 !important;
}

.ccpage-width {
  padding-left: 110px;
  z-index: 1;
}
.heading h3 {
  font-family: "Albert Sans", sans-serif !important;
  font-size: 26px;
  line-height: 40px;
  color: #121212;
  letter-spacing: -2.5px;
  margin: 0 !important;
  font-weight: 500;
}

.heading h2 {
  font-family: "Gloock", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 53px;
  color: #121212;
  letter-spacing: 2.5px;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #002d62 0%, #ce1126 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 !important;
}

.heading p {
  font-family: "Albert Sans", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  padding-top: 15px;
  padding-left: 0 !important;
  margin: 0;
  padding: 0;
}

.heading ul {
  margin-left: 15px;
  margin-top: 20px;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}

.amer-st-c {
  margin-top: 80px;
  display: flex;
  gap: 28px;
  margin-bottom: 60px;
}

.about-left,
.about-right {
  border-radius: 14px;
  overflow: hidden;
}

.about-left {
  flex: 1.05;
}

.about-left .thumb {
  width: 100%;
  height: 320px;
  background-image: url("images/about-left.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}

.about-right {
  flex: 0.95;
  background: #fbfbfb;
  padding: 34px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-story {
  margin-top: 80px !important;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 48px;
}

.brand-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.brand-left,
.brand-right {
  width: 45%;
}

.brand-left .photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  /* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); */
}

.edger-fl-cont {
  display: flex;
  gap: 28px;
  height: 730px;
  align-items: inherit;
}

.brand-right p {
  font-size: 15px;
  line-height: 19px;
  padding-top: 9px;
  margin: 0;
}

.brand-inner h2 {
  margin: 0;
  padding-top: 25px;
}
.brand-right p {
  font-size: 15px;
  line-height: 19px;
  padding-top: 9px;
  margin: 0;
}

.brand-inner h2 {
  margin: 0;
  padding-top: 25px;
}

section.patriot-pups {
  text-align: center;
  background-image: url("/cdn/shop/files/pets_bf.jpg?v=1761744917");
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
}

section.patriot-pups .content h3,
section.patriot-pups .content h2 {
  color: white !important;
  font-size: 38px;
  padding-top: 14px;
}

section.patriot-pups .content h3 {
  font-size: 40px;
  margin: 0 !important;
}

section.patriot-pups a {
  background: rgb(213, 43, 30);
  color: white;
  font-family: "Glook";
  font-size: 18px;
}

.community {
  margin-top: 80px !important;
  margin-bottom: 36px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 50px 0px;
}

.community .heading h2 {
  text-align: center;
  margin-bottom: 30px;
}

.comm-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.comm-card {
  width: 42%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.comm-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-card .caption {
  bottom: 69px;
  position: absolute;
  /* top: 36px; */
  left: 7%;
  right: 7%;
}

.comm-card .caption h2 {
  font-weight: 400;
  font-size: 27px;
  color: white;
  margin: 0;
}

.caption p {
  /* background: #fff; */
  font-weight: 400;
  font-size: 15px;
  color: white;
  padding-top: 10px;
  margin: 0;
}

.testimonials {
  margin-top: 80px !important;
  margin-bottom: 40px;
}

.testimonials .heading {
  text-align: center;
  margin-bottom: 30px;
}

.test-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.test-card {
  width: 520px;
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.06);
}

.quote {
  font-style: italic;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-family: "Instrument Sans", sans-serif;
}

.author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.avatar {
  width: 41%;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.newsletter {
  margin-top: 80px;
  margin-bottom: 28px;
  position: relative;
  border-radius: 10px;
  padding: 100px 40px;
  background-image: url("/cdn/shop/files/LP.jpg?v=1761746401");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.newsletter .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
}

.newsletter .inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

/* .newsletter h3 {
      font-family: Georgia, serif;
      font-size: 32px;
      margin-bottom: 12px;
  } */

.newsletter .heading p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-family: "Albert Sans", sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

.newsletter .heading h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 50px;
}

.newsletter .heading h3 {
  color: rgba(255, 255, 255, 0.9);
}

.news-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.news-form input[type="email"] {
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 360px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.news-form button {
  background: #d52b1e;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}

footer.site-footer {
  margin-top: 30px;
  padding: 40px 0 60px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 0px;
}

.footer-top {
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
}

footer ul li {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Albert Sans", sans-serif;
}

.footer-col {
  width: 260px;
}

.footer-logo {
  font-weight: 900;
  font-size: 22px;
  color: #0d3b63;
}

.footer-links ul {
  list-style: none;
  margin-top: 8px;
  padding: 0;
}

.footer-links li {
  margin: 8px 0;
  color: #444;
  font-weight: 600;
}

.made-usa {
  margin-top: 36px;
  height: 140px;
  background-image: url("images/made-in-usa-banner.jpg");
  background-size: cover;
  background-position: center;
}

.spacer-40 {
  height: 40px;
}
section.patriot-pups .content h2 {
  margin-bottom: 21px !important;
  margin-top: 0 !important;
}

div#collection-template--17564831711328__featured_collection_QpbJ83 h2 {
  background: linear-gradient(135deg, #002d62 0%, #ce1126 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider .slider-wrapper {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.hero-slider .hero-banners {
  min-width: 100%;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slider .hero-banners.active {
  opacity: 1;
}

.hero-slider .slider-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.hero-slider .slider-btn.prev {
  left: 10px;
}
.hero-slider .slider-btn.next {
  right: 10px;
}

.hero-slider .slider-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slider .slider-dots button {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  border: none;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.hero-slider .slider-dots button.active {
  background: #333;
}

.section-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-width {
  position: relative;
  overflow: hidden;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

.slide1 {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
}

.sl-bt-n {
  display: flex;
  justify-content: center;
  position: relative;
  top: -25px;
  gap: 12px;
}

.sl-bt-n button {
  background: #d62828;
  color: white;
  /* font-size: 20px; */
  border: none;
  height: 33px;
  width: 41px;
  padding: 0px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl-bt-n button.disabled {
  color: black;
  background: none;
}

.amer-st-c ul {
  padding: 0;
}

.ban-sli-db {
  display: flex;
  justify-content: end;
  position: relative;
  top: -7rem;
  left: -4rem;
  display: flex;
  gap: 12px;
}

.ban-sli-db button {
  background: #d62828;
  color: white;
  /* font-size: 20px; */
  border: none;
  height: 33px;
  width: 41px;
  padding: 0px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
}

.slider_brand .brand-slide {
  flex: 0 0 100%;
  width: 100%;
}

.insln h2 {
  font-size: 20px;
  color: #001f3e;
}
.soc-liji ul li {
  display: flex;
  gap: 14px;
}

.soc-liji ul li span {
  font-weight: 700;
}

.soc-liji {
  width: 350px;
}

.fot_bt_cop {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.icn_dss ul {
  padding: 0;
  display: flex;
  gap: 22px;
  list-style: none;
}
.fot_bt_cop {
  text-transform: uppercase;
}
.made-usa img {
  height: 100%;
}

.made-usa {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.community .heading h2 {
  transition: all 0.8s ease;
}

.community.visible .heading h2 {
  opacity: 1;
  transform: translateY(0);
}

.comm-card {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.9s ease;
}

.comm-card:nth-child(1) {
  transition-delay: 0.2s;
}
.comm-card:nth-child(2) {
  transition-delay: 0.4s;
}

.community.visible .comm-card {
  opacity: 1;
  transform: translateY(0);
}

.comm-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.comm-card:hover img {
  transform: scale(1.05);
}

.caption {
  padding: 14px;
}

.caption h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* Keyframes */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section#shopify-section-template--17564831776864__main {
  position: relative;
}

section#shopify-section-template--17564831776864__main::before {
  content: '"';
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("/cdn/shop/files/cont_bg.jpg?v=1762372611");
  background-size: cover;
  height: 600px;
}
.vendo-brtd a {
  background: #d62828;
  color: white;
  padding: 11px 50px;
  /* position: relative;
    top: 37px; */
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}
.vendo-brtd {
  display: inline-flex;
  margin-top: 10px;
}
.page-width.page-width--narrow.section-template--17564831776864__main-padding {
  padding-top: 70px !important;
}

.page-width.page-width--narrow.section-template--17564831776864__main-padding
  h1 {
  color: white;
}

.am-mt-cc {
  display: flex;
  gap: 50px;
}

.amo-cmnvc h3 {
  font-size: 35px;
  margin: 0;
  background: linear-gradient(135deg, #002d62 0%, #ce1126 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.amo-cmnvc a {
  background: #d52b1e;
  color: white;
  padding: 12px 22px;
  position: relative;
  top: 26px;
  text-decoration: none;
}

.amo-cmnvc p {
  font-size: 17px;
  padding-top: 24px;
  color: black;
  line-height: 24px;
  margin: 0;
  margin-bottom: -3px;
}

section.why-america-mt {
  padding-bottom: 70px;
  padding-top: 50px;
}

.lim_ed_ceeff {
  text-align: center;
  padding-bottom: 23px;
}

.lim_ed_ceeff h2 {
  font-size: 40px;
  margin-bottom: 13px;
  background: linear-gradient(135deg, #002d62 0%, #ce1126 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.lim_ed_ceeff p {
  font-size: 20px;
}

.tabbed-collections .tabs {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}
.tabbed-collections .tab {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-right: 5px;
  transition: 0.3s;
}
.tabbed-collections .tab:hover {
  background: #022146;
  color: white;
}
.tabbed-collections .tab.active {
  background: #d62828;
  color: #fff;
}
.tabbed-collections .tab-pane {
  display: none;
}
.tabbed-collections .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-card {
  width: 23%;
  text-align: center;
}
.product-card img {
  width: 100%;
  height: auto;
}

.tabbed-collections .tabs li {
  border: none;
  padding: 9px;
  border-radius: 40px;
  color: black;
  font-family: "Gloock";
  font-weight: 700;
  font-size: 17px;
}

.tabbed-collections .tabs li.active {
  padding: 9px 38px;
}

.product-card img {
  height: 350px;
  object-fit: cover;
  border-radius: 7px;
}

.pr_ctt_d p {
  margin: 0;
  color: black;
  text-align: justify;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Albert Sans";
}

.product-card a {
  text-decoration: none;
}
section.lim_edISe {
  box-shadow: 7px -1px 18px 2px #cccc;
  background: white;
}

/* responsive css  */
@media only screen and (max-width: 992px) {
  body {
    overflow-x: hidden !important;
  }

  .ccpage-width {
    padding: 140px 40px !important;
  }
  .tabbed-collections .tabs {
    display: block !important;
  }
  .page-width {
    padding: 0 20px !important;
  }
}

.hero-content a,
.vendo-brtd a,
.amo-cmnvc a,
section.patriot-pups a {
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-content a:hover,
.vendo-brtd a:hover,
.amo-cmnvc a:hover,
section.patriot-pups a:hover {
  background-color: #022146;
  color: #fff;
}

div#shopify-section-template--17627029307488__multirow_8TR7Hi img {
  border-radius: 20px;
}

#shopify-section-template--17627029307488__custom_liquid_wzFGgW
  a.edg-gl-Pf:hover {
  background: #022146;
}

div#shopify-section-template--17627105984608__multirow_8TR7Hi img {
  border-radius: 15px;
}

.form-fields .submit-btn:hover {
  background: #022146 !important;
  border: none;
}

.form-fields .submit-btn {
  background: #b31919 !important;
  border: none !important;
}

a.am0b-e {
  border-radius: 5px;
}

.icn_dss ul li img {
  height: 35px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* hidden by default */
.reveal {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

/* SLIDE UP */
.slide-up {
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* SLIDE LEFT */
.slide-left {
  animation: slideLeft 0.6s ease-out forwards;
}

@keyframes slideLeft {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.about-right,
.brand-right {
  transition: background 0.3s ease;
}

.about-right h2,
.about-right h3,
.about-right p,
.brand-right h2,
.brand-right h3,
.brand-right p {
  transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease;
}

.about-right:hover,
.brand-right:hover,
.amo-cmnvc:hover {
  background: #d62828;
}

.about-right:hover h2,
.brand-right:hover h2,
.amo-cmnvc:hover h3 {
  color: white !important;
  -webkit-text-fill-color: unset !important;
}

.about-right:hover h3,
.about-right:hover p,
.brand-right:hover h3,
.brand-right:hover p,
.amo-cmnvc:hover p {
  color: white;
}
.about-right:hover a,
.brand-right:hover a,
.amo-cmnvc:hover a{
  background-color: #022146;
    color: #fff;
}
.about-right:hover ul li
/* .brand-right:hover ul li, */ {
  color: white !important;
}

.brand-right {
  padding: 31px 19px;
  border-radius: 9px;
}

.brand-right:hover .vendo-brtd {
  /* display: none; */
}

.amo-cmnvc {
  padding: 39px 20px;
  border-radius: 9px;
  width: 60%;
}
.am-m-im {
  width: 40%;
}

.caption a {
  color: white;
  font-size: 17px;
  position: relative;
  top: 13px;
  text-decoration: none;
}

.comm-card .caption h2 {
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-item.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 1000;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease;
}

.dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #444;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s;
  white-space: nowrap;
}

.dropdown-menu .dropdown-item {
  font-size: 12px !important;
  padding: 5px 10px;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
}

.dropdown-divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 8px 0;
}

@media (max-width: 1024px) {
  nav.header-nav {
    height: 240px;
    overflow-y: auto;
  }
  .header-site-nav nav.header-nav .mai-Nnwd {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header-site-nav nav.header-nav ul li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
  }
  .nav-link {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
  .header-site-nav nav.header-nav ul li:last-child {
    border-bottom: 0px solid #f1f1f1;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    width: 100%;
  }
  .header-site-nav nav.header-nav .dropdown-menu li {
    border-bottom: 0px solid #f1f1f1;
  }
  .dropdown-menu .dropdown-item {
    font-size: 12px !important;
    padding: 5px 10px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-links li a {
  color: inherit;
  text-decoration: none;
}
.footer-links li a:hover {
  color: #d62828;
}
.icn_dss .svg-wrapper {
  width: 30px;
  height: 30px;
}
.icn_dss .footer__list-social a {
  color: #000;
}
.am-m-im img {
  width: 100%;
}
svg.bi.bi-arrow-right-short,
svg.bi.bi-arrow-left-short {
    width: 30px !important; 
    height: auto;
}
/* =====================
   MEGA MENU DESKTOP
===================== */
.nav-item.mega-menu {
  position: static;
}

.mega-menu__panel {
  position: absolute;
  left: 0;
  top: 65%;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 99;
}

.nav-item.mega-menu:hover .mega-menu__panel {
  opacity: 1;
  visibility: visible;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.mega-menu__column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dropdown-menu .dropdown-item.mega-title {
  font-weight: 700 !important;
  font-size: 12px !important;
  margin-bottom: 0px;
  color: #000;
}

.mega-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-submenu a {
  font-size: 14px;
  opacity: 0.8;
  text-wrap-mode: wrap;
}

/* =====================
   Tab + Mobile
===================== */
@media (max-width: 1024px) {
  .mega-menu__panel {
    position: static;
    padding: 5px 15px;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .nav-item.open .mega-menu__panel {
    display: block;
  }

  .mega-menu__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* .dropdown-toggle::after {
    content: "▾";
    float: right;
  } */
}

@media (max-width: 767px) {
  .footer-top {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .news-form {
    flex-direction: column;
  }
  .news-form input[type="email"] {
    min-width: 250px;
  }
  .test-cards {
    flex-direction: column;
  }
  .test-card {
    width: auto;
    padding: 20px;
  }
  .newsletter,
  .community {
    margin-top: 40px !important;
  }
  .comm-cards {
    flex-direction: column;
  }
  .comm-card {
    width: 100%;
  }
  .am-mt-cc {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .amo-cmnvc,
  .am-m-im {
    width: 100%;
  }
  .edger-fl-cont {
    gap: 20px;
    height: auto;
    flex-direction: column;
  }
  .sl-bt-n {
    top: 0px;
    margin-top: 10px;
  }
  .brand-left,
  .brand-right {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .amer-st-c{
    margin-top: 40px;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-direction: column;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .slide1 {
    display: block;
    width:100%;
  }
}
/* === HERO V2: KILL GRADIENT (force ivory text) === */
.hero-banners .banner-hero-heading,
.hero-banners h1,
.hero-banners h2,
.hero-banners h3,
.hero-banners .banner-pre-title,
.hero-banners .banner-subtitle {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #f5f1e8 !important; /* ivory */
  color: #f5f1e8 !important;
}
