html,
body {
  --bs-blue: #002555;
  --bs-primary: #002555;
  --bs-secondary: #ea001e;
  --bs-dark: #000c21;
  overflow-x: hidden;
}

body {
  background-color: #f3f6fa;
  background-image:
    radial-gradient(ellipse at 10% 8%, rgba(0, 37, 85, 0.105), transparent 34rem),
    radial-gradient(ellipse at 88% 14%, rgba(0, 37, 85, 0.075), transparent 30rem),
    radial-gradient(ellipse at 74% 92%, rgba(234, 0, 30, 0.045), transparent 32rem),
    radial-gradient(ellipse at 24% 72%, rgba(255, 255, 255, 0.86), transparent 24rem),
    linear-gradient(120deg, rgba(0, 37, 85, 0.035) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, #f9fbfd 0%, #edf2f8 46%, #f7f9fc 100%);
  background-attachment: fixed;
  background-size: auto;
  padding-top: 90px;
}

.feature,
.service,
.contact,
.testimonial,
.page-header + .container-fluid:not(.counter):not(.footer) {
  background-color: rgba(243, 246, 250, 0.92) !important;
  background-image:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.76), transparent 23rem),
    radial-gradient(circle at 90% 84%, rgba(0, 37, 85, 0.038), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  background-size: auto;
}

.about,
.categories,
.faq-section {
  background-color: rgba(237, 242, 248, 0.92) !important;
  background-image:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.68), transparent 22rem),
    radial-gradient(circle at 12% 82%, rgba(0, 37, 85, 0.055), transparent 25rem),
    radial-gradient(circle at 78% 78%, rgba(234, 0, 30, 0.026), transparent 20rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  background-size: auto;
}

.feature-item,
.service-item,
.contact-add-item,
.testimonial-item,
.mini-article,
.content-card {
  background-color: #fff;
}

.topbar {
  display: none !important;
}

.text-primary {
  color: #002555 !important;
}

.bg-primary,
.btn-primary,
.btn.btn-primary {
  background-color: #002555 !important;
  border-color: #002555 !important;
}

.btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #ea001e !important;
  border-color: #ea001e !important;
}

.btn-secondary,
.btn.btn-secondary {
  background-color: #ea001e !important;
  border-color: #ea001e !important;
}

.btn-secondary:hover,
.btn.btn-secondary:hover {
  background-color: #002555 !important;
  border-color: #002555 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #002555 !important;
}

.nav-bar.sticky-top,
.sticky-top.nav-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 3000;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 37, 85, 0.08);
  transition: box-shadow 0.25s ease !important;
}

.dropdown .dropdown-menu a:hover {
  background: #002555 !important;
  color: #fff !important;
}

.topbar .text-primary,
.footer .footer-item a:hover {
  color: #002555 !important;
}

.navbar-brand img {
  max-height: 74px;
  max-width: 260px;
  width: auto;
}

@media (min-width: 992px) {
  .nav-bar.sticky-top .navbar-light .navbar-brand img {
    max-height: 62px;
    max-width: 300px;
  }
}

.language-switch {
  position: relative;
}

.language-toggle {
  min-width: 132px;
  height: 46px;
  padding: 0 1rem;
  border: 1px solid rgba(0, 37, 85, 0.15);
  border-radius: 8px;
  background: #eef3fb;
  color: #002555;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  transition: 0.25s ease;
}

.language-toggle:hover,
.language-toggle.show {
  background: #002555;
  color: #fff;
  border-color: #002555;
  box-shadow: 0 10px 24px rgba(0, 37, 85, 0.18);
}

.language-menu {
  min-width: 148px;
  margin-top: 0.5rem;
  padding: 0.45rem;
  border: 1px solid rgba(0, 37, 85, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 37, 85, 0.14);
}

.language-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 0.25rem;
  padding: 0.55rem 0.85rem;
  border-radius: 6px;
  color: #002555;
  font-weight: 800;
  text-align: center;
  line-height: 1.15;
}

.language-menu .dropdown-item:last-child {
  margin-bottom: 0;
}

.language-menu .dropdown-item:hover,
.language-menu .dropdown-item.active {
  background: #002555;
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-left: 1rem;
}

.nav-actions .btn {
  white-space: nowrap;
}

.floating-contact {
  position: fixed;
  left: 0;
  right: auto;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1040;
  display: grid;
  gap: 0.5rem;
}

.float-card {
  width: 84px;
  min-height: 68px;
  display: grid;
  place-items: center;
  gap: 0.1rem;
  padding: 0.55rem 0.45rem;
  border-radius: 0 8px 8px 0;
  background: #fff;
  color: #002555;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 37, 85, 0.1);
  border-left: 0;
  text-align: center;
  line-height: 1.05;
  transition: 0.25s ease;
}

.float-card:hover {
  width: 188px;
  color: #002555;
  transform: translateX(4px);
}

.float-card i {
  color: #002555;
  font-size: 1.18rem;
}

.float-card span {
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.float-card small {
  display: none;
  color: #5f6b7d;
  font-size: 0.72rem;
  line-height: 1.2;
}

.float-card:hover small {
  display: block;
}

.float-card.primary {
  background: #002555;
  color: #fff;
}

.float-card.primary i,
.float-card.primary small {
  color: #fff;
}

.hero-form {
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.feature .feature-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 1.15rem;
  align-items: start;
  min-height: 210px;
}

.feature .feature-item .feature-icon,
.service .service-item .service-icon,
.contact .contact-add-item .contact-icon {
  background: transparent !important;
  color: #002555 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.about .about-item-inner .about-icon {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #002555;
  border-radius: 58% 42% 46% 54% / 52% 38% 62% 48%;
  margin-left: auto;
  margin-right: auto;
}

.about .about-item-inner .about-icon i {
  color: #fff !important;
  font-size: 2rem;
  line-height: 1;
}

.feature .feature-item .feature-icon {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
}

.feature .feature-item .feature-icon i,
.service .service-item .service-icon i,
.contact .contact-add-item .contact-icon i,
.feature .feature-item i,
.service .service-item i,
.contact .contact-add-item i {
  color: #002555 !important;
}

.counter .counter-item,
.counter .counter-item .counter-counting span,
.counter .counter-item h4,
.counter .counter-item .counter-item-icon,
.counter .counter-item .counter-item-icon i,
.counter .counter-item i {
  color: #fff !important;
}

.counter .counter-item .counter-item-icon {
  background: transparent !important;
  box-shadow: none !important;
}

.steps {
  background: #f5f7fa !important;
  border-top: 1px solid #e1e5ea;
  border-bottom: 1px solid #e1e5ea;
}

.steps .text-primary {
  color: #002555 !important;
}

.steps h1 {
  color: #000c21 !important;
}

.steps .steps-item {
  min-height: 170px;
  padding: 1.75rem !important;
  background: #fff !important;
  border: 1px solid #d5dae1;
  border-left: 4px solid #002555;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 37, 85, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.steps .steps-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 37, 85, 0.13);
}

.steps .steps-item h4 {
  padding-right: 58px;
  color: #002555 !important;
}

.steps .steps-item p {
  max-width: 90%;
  color: #5f6978 !important;
}

.steps .steps-item .setps-number {
  top: 18px;
  right: 18px;
  bottom: auto;
  width: 46px;
  height: 46px;
  transform: none;
  color: #fff;
  background: #002555;
  border: 2px solid #c7c9cc;
  border-radius: 50%;
  font-size: 0.8rem;
}

.feature .feature-item .feature-icon i {
  font-size: 2rem;
}

.feature .feature-item h5 {
  margin-bottom: 0.4rem;
}

.feature .feature-item p {
  grid-column: 2;
  margin-bottom: 0;
}

.feature .feature-service-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature .feature-service-link:hover {
  color: inherit;
  transform: translateY(-5px);
  border-color: rgba(0, 37, 85, 0.28);
  box-shadow: 0 18px 38px rgba(0, 37, 85, 0.14);
}

.feature-card-action {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: end;
  margin-top: 1rem;
  color: #002555;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-card-action i {
  font-size: 0.76rem !important;
  transition: transform 0.25s ease;
}

.feature-service-link:hover .feature-card-action i {
  transform: translateX(4px);
}

.payment-page {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.payment-hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(135deg, #002555, #163866);
  color: #fff;
}

.payment-hero::after {
  content: none;
}

.payment-hero .container {
  position: relative;
  z-index: 1;
}

.payment-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-hero h1 {
  max-width: 760px;
  color: #fff;
  font-weight: 900;
}

.payment-hero p {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.payment-help-card {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 12, 33, 0.22);
}

.payment-help-card i,
.payment-help-card h2,
.payment-help-card p {
  color: #fff;
}

.payment-help-card strong {
  display: block;
  color: #fff;
  font-size: 1.1rem;
}

.payment-help-card a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}

.payment-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid rgba(0, 37, 85, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 37, 85, 0.08);
}

.payment-search {
  position: relative;
  flex: 1 1 360px;
}

.payment-search i {
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #002555;
  transform: translateY(-50%);
}

.payment-search input {
  width: 100%;
  height: 52px;
  padding: 0 1rem 0 2.8rem;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  color: #002555;
  font-weight: 700;
}

.payment-search input:focus {
  border-color: #002555;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 37, 85, 0.12);
}

.payment-note {
  margin: 0;
  color: #5f6b7d;
  font-size: 0.92rem;
}

.payment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 330px;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(0, 37, 85, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 46px rgba(0, 37, 85, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.payment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #002555;
}

.payment-card::after {
  content: none;
}

.payment-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 37, 85, 0.24);
  box-shadow: 0 26px 62px rgba(0, 37, 85, 0.17);
}

.payment-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 54px;
  margin-bottom: 1.1rem;
  padding: 0 0.9rem;
  border-radius: 8px;
  background: #eef3fb;
  color: #002555;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.payment-logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 118px;
  margin: 0 0 1.2rem;
  padding: 0.4rem 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.payment-logo-image img {
  display: block;
  width: auto;
  max-width: 86%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  margin: 0 auto;
}

.payment-logo-dark {
  background: transparent;
}

.payment-prefix {
  display: inline-flex;
  align-self: flex-start;
  min-height: auto;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(0, 37, 85, 0.1);
  border-radius: 999px;
  background: #eef3fb;
  color: #4d5b70;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
}

.payment-card h3 {
  margin: 0 0 1.2rem;
  color: #000c21;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.18;
}

.payment-card .payment-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin-top: auto;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: #002555;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(0, 37, 85, 0.22);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.payment-card .payment-action:hover {
  background: #001a3f;
  color: #fff;
  box-shadow: 0 16px 30px rgba(0, 37, 85, 0.28);
}

.payment-card .payment-action i {
  transition: transform 0.25s ease;
}

.payment-card:hover .payment-action i {
  transform: translateX(4px);
}

.payment-disclaimer {
  margin-top: 2rem;
  padding: 1.25rem;
  border-left: 4px solid #002555;
  border-radius: 8px;
  background: #fff;
  color: #5f6b7d;
}

.hero-title {
  max-width: 610px;
}

.hero-title p {
  font-size: 1.15rem;
}

.carousel-caption {
  background: linear-gradient(90deg, rgba(0, 37, 85, 0.88), rgba(0, 37, 85, 0.32));
}

.hero-dairyland-slide .carousel-caption {
  background:
    linear-gradient(90deg, rgba(0, 12, 33, 0.9), rgba(0, 37, 85, 0.74) 48%, rgba(0, 37, 85, 0.28)),
    radial-gradient(circle at 78% 36%, rgba(255, 255, 255, 0.24), transparent 28%);
}

.hero-dairyland-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2.5rem;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 2.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 37, 85, 0.9), rgba(0, 12, 33, 0.78));
  box-shadow: 0 34px 100px rgba(0, 12, 33, 0.42);
  text-align: left;
}

.hero-dairyland-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.hero-dairyland-card::after {
  content: "24/7";
  position: absolute;
  right: 3rem;
  bottom: -1.1rem;
  color: rgba(255, 255, 255, 0.06);
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
}

.hero-dairyland-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-dairyland-logo {
  display: block;
  width: 190px;
  max-width: 48vw;
  min-height: 0 !important;
  height: auto !important;
  object-fit: contain !important;
  margin-bottom: 1.25rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hero-dairyland-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-dairyland-kicker:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.hero-dairyland-kicker i {
  color: #fff;
}

.hero-dairyland-card h1 {
  margin-bottom: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.hero-dairyland-card p {
  max-width: 780px;
  margin-bottom: 1.15rem;
  font-size: 1.16rem;
}

.hero-dairyland-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-dairyland-tags span,
.hero-dairyland-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.hero-dairyland-tags a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.hero-dairyland-btn {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 240px;
  background: #ea001e;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 45px rgba(234, 0, 30, 0.38);
  white-space: nowrap;
}

.hero-dairyland-btn:hover {
  background: #fff;
  color: #002555;
  border-color: #fff;
  transform: translateY(-2px);
}

.categories-img {
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f2f2f2;
}

.categories-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categories .categories-item,
.testimonial .testimonial-item {
  border-color: #c7c9cc !important;
}

.categories .categories-item:hover,
.testimonial .testimonial-item:hover {
  border-color: #aeb4bd !important;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 18px 45px rgba(0, 37, 85, 0.12) !important;
}

.service-carousel-section .categories-content {
  min-height: 86px;
  display: flex;
  align-items: center;
}

.service-carousel-section .categories-content h4 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.service-item,
.feature-item,
.contact-add-item,
.categories-item-inner {
  height: 100%;
}

.categories-link {
  display: block;
  color: inherit;
}

.categories-link:hover {
  color: inherit;
}

.dairyland-cta {
  position: relative;
  overflow: hidden;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  background: linear-gradient(112deg, #001c43 0%, #00458d 62%, #bd0022 100%);
  border-top: 5px solid #ea001e;
  border-bottom: 5px solid #002555;
}

.dairyland-cta::before {
  content: "";
  position: absolute;
  inset: -40% 55% -40% -10%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.dairyland-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 220px;
  padding: 2rem 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(0, 19, 49, 0.22);
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 15, 38, 0.3);
  backdrop-filter: blur(4px);
}

.dairyland-card h2,
.dairyland-card p {
  color: #fff;
}

.dairyland-card h2 {
  font-size: clamp(2.1rem, 4vw, 3.65rem);
  font-weight: 900;
  line-height: 1.05;
}

.dairyland-card p {
  font-size: 1.12rem;
  max-width: 720px;
}

.dairyland-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dairyland-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
}

.dairyland-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.dairyland-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
  font-size: 0.86rem;
}

.dairyland-card .btn {
  min-width: 270px;
  min-height: 64px;
  background: #ea001e !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-weight: 900;
  font-size: 1.05rem;
  box-shadow: 0 18px 38px rgba(83, 0, 14, 0.34);
}

.dairyland-card .btn:hover {
  background: #fff !important;
  color: #002555 !important;
  transform: translateY(-3px);
}

.office-map-preview {
  position: relative;
  height: 138px;
  margin: 1rem 0;
  overflow: hidden;
  border: 1px solid #cfd6df;
  border-radius: 6px;
  background: #eaf0f6;
}

.office-map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.office-map-preview > a {
  position: absolute !important;
  z-index: 3;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 0.55rem !important;
  width: max-content;
  max-width: calc(100% - 1rem);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.75rem !important;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  background: #002555;
  color: #fff !important;
  box-shadow: 0 5px 16px rgba(0, 37, 85, 0.28);
  text-decoration: none !important;
}

.office-map-preview > a span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff !important;
  box-shadow: none;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.contact .contact-add-item .office-map-preview > a i {
  color: #fff !important;
}

.contact .contact-add-item .office-local-page {
  display: block;
  width: fit-content;
  margin: 0.75rem auto 0;
  color: #002555 !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-logo {
  max-width: 310px;
  height: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.footer a {
  word-break: break-word;
}

.footer {
  margin-top: 0;
}

.footer a,
.footer p,
.copyright,
.copyright a {
  color: #fff !important;
}

.footer .btn-secondary,
.footer .btn.btn-secondary {
  color: #002555 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.footer .btn-secondary i,
.footer .btn.btn-secondary i {
  color: #002555 !important;
}

.banner {
  padding-top: 4rem;
  padding-bottom: 4rem !important;
  margin-bottom: 3rem;
}

.banner .banner-item {
  min-height: 380px;
}

.banner .banner-content .text-primary {
  color: #fff !important;
}

.banner .banner-item img {
  min-height: 380px;
  object-fit: cover;
}

.banner .banner-item .banner-content {
  padding: 2rem;
}

.banner .banner-item .banner-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.8rem) !important;
  margin-bottom: 0.75rem !important;
}

.banner .banner-item .banner-content h1 {
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  line-height: 1.05;
  margin-bottom: 0.75rem !important;
}

.banner .banner-item .banner-content p {
  font-size: clamp(1rem, 2vw, 1.45rem) !important;
  margin-bottom: 1.25rem !important;
}

.banner .banner-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (max-width: 991.98px) {
  .nav-actions {
    width: 100%;
    margin: 0.8rem 0 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .carousel .carousel-item,
  .carousel .carousel-item img {
    min-height: 820px;
  }

  .carousel-caption {
    align-items: flex-start;
    padding-top: 2rem;
  }

  .hero-form {
    padding: 2rem !important;
  }

  .hero-dairyland-card {
    align-items: flex-start;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .hero-dairyland-btn {
    width: 100%;
    text-align: center;
  }

  .feature .feature-item {
    grid-template-columns: 52px 1fr;
  }

  .banner .banner-item,
  .banner .banner-item img {
    min-height: 460px;
  }

  .dairyland-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .dairyland-card .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-top: 78px;
  }

  .carousel .carousel-item,
  .carousel .carousel-item img {
    min-height: 900px;
  }

  .hero-dairyland-slide.carousel-item,
  .hero-dairyland-slide.carousel-item img {
    min-height: 720px;
  }

  .hero-dairyland-card {
    padding: 1.35rem;
    gap: 1.25rem;
  }

  .hero-dairyland-card::before,
  .hero-dairyland-card::after {
    display: none;
  }

  .hero-dairyland-logo {
    width: 140px;
    margin-bottom: 0.9rem;
  }

  .hero-dairyland-kicker {
    font-size: 0.68rem;
  }

  .hero-dairyland-card h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .hero-dairyland-card p {
    font-size: 1rem;
  }

  .hero-dairyland-tags span,
  .hero-dairyland-tags a {
    font-size: 0.72rem;
  }

  .display-5 {
    font-size: 2rem;
  }

  .topbar {
    display: none !important;
  }

  .floating-contact {
    display: none !important;
  }

  .float-card,
  .float-card:hover {
    width: 64px;
    min-width: 64px;
    min-height: 58px;
    padding: 0.45rem 0.25rem;
    border: 1px solid rgba(0, 37, 85, 0.1);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 6px 18px rgba(0, 37, 85, 0.14);
  }

  .float-card i {
    font-size: 1.05rem;
  }

  .float-card span {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.54rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .float-card small,
  .float-card:hover small {
    display: none;
  }

  .back-to-top {
    display: none !important;
  }

  .navbar-brand img {
    max-width: 210px;
    max-height: 58px;
  }

  .feature .feature-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature .feature-item .feature-icon {
    margin: 0 auto 0.75rem !important;
  }

  .feature .feature-item p {
    grid-column: 1;
  }

  .feature-card-action {
    grid-column: 1;
    justify-content: center;
  }

  .banner .banner-item,
  .banner .banner-item img {
    min-height: 520px;
  }

  .banner .banner-btn .btn {
    width: 100%;
    margin: 0 !important;
  }

  .nav-actions .language-toggle {
    min-width: 124px;
    height: 44px;
    padding: 0 0.8rem;
    font-size: 0.82rem;
  }

  .dairyland-cta {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .dairyland-card {
    min-height: 0;
    padding: 1.5rem;
  }

  .dairyland-card h2 {
    font-size: 2.15rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .floating-contact {
    display: none !important;
  }
}

#header-carousel .hero-dairyland-tags > a.hero-chip,
.hero-dairyland-slide .hero-dairyland-tags > a.hero-chip {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.55rem 0.95rem !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.11) !important;
  color: #ffffff !important;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: 0.2s ease;
}

#header-carousel .hero-dairyland-tags > a.hero-chip:hover,
.hero-dairyland-slide .hero-dairyland-tags > a.hero-chip:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}
