/* ===================================
    Clases Especificas
====================================== */
/* ===================================
    Clases Especificas
====================================== */
html {
  width: 100% !important;
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
body{
	overflow: hidden;
}

header {
  min-height: 80px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

header .nav-link {
  color: #333 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 338.462% */
  padding: 0;
}

header .nav-link:hover {
  color: #2d9cdb !important;
}

.nav-link[aria-current="page"] {
  font-weight: bold;
  color: #2d9cdb !important;
}

.navbar {
  min-height: 80px;
}

.navbar-toggler {
  border: 0;
  z-index: 999;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.burguer-menu path {
  stroke: #d71b19;
}

header .navbar-collapse {
  width: 100%;
  padding: 20px;
}

.nav-link .tag {
  display: none;
}

.only-mobile {
  display: none;
}

.redes a {
  margin-right: 10px;
}

.modal-dialog.video {
  min-width: 900px;
}

.modal-dialog.video iframe {
  min-height: 500px;
}

#imagen2,
#imagen1 {
}

.img-zona {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the alpha value to control transparency */
  display: none;
  z-index: 99;
  /* Make sure the backdrop appears above other elements */
  transition: all 3.5s;
}

.backdrop.open {
  display: block;
  transition: all 0.5s ease;
}

.hero.index {
  position: relative;
  height: 760px;
  margin-top: 84px;
}

.mega-card {
  min-height: 450px;
  border-radius: 20px;
  background: #2d9cdb;
  padding: 40px 20px;
}

.m-h-custom.fixed {
  min-height: 400px;
}

.mega-card.no-bg {
  background: none;
}

.img-section {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.img-section img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
  max-height: 364px;
  border-radius: 20px;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0px 84px;
  height: 760px;
  max-width: 100%;
  position: relative;
}

.arrow-absolute {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}

/*.img-uno {
	background-image: url("../assets/desktop-colum.png");
}

.img-colum {
	background-image: url("../assets/colum-land.jpg");
}

.img-grass {
	background-image: url("../assets/grass.jpg");
}

.img-grass2 {
	background-image: url("../assets/grass2.jpg");
}

.img-cow {
	background-image: url("../assets/certificacion.jpg");
}

.img-products {
	background-image: url("../assets/productos.jpg");
}

.img-zone {
	background-image: url("../assets/zona.png");
}
*/

.padding-sides {
  padding: 0 70px;
}

.parallax .text-content {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.parallax .text-content.header {
  height: 160px;
  z-index: 100;
}
.parallax.img-cow {
  background-position: 80% 84px !important;
}

.parallax .text-content p {
  color: #fff;
  text-align: center;
  font-family: var(--alklaline);
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.parallax .text-content h1 {
  color: #fff;
  text-align: center;
  font-family: var(--gotham-med);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.5px;
}

.info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.text-container.bg-blue {
  background: #2d9cdb;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-container .inner-content {
  padding: 15px 30px 0 20px;
}

.main-text {
  color: #fff;
  font-family: var(--gotham-med);
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.main-text.blue {
  color: #2d9cdb;
}

.text-container .inner-content .hashtag {
  color: #abe1ff;
  font-family: var(--alklaline);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.light-text {
  color: var(--gray-1, #333);
  text-align: center;
  font-family: var(--gotham-light);
  font-size: 31px;
  font-style: normal;
  line-height: 42px;
}

.text-light-blue {
  color: #abe1ff;
}

.text-dark-blue {
  color: #2d9cdb !important;
  font-family: var(--gotham-med);
}

.btn-primary-colum {
  width: 100%;
  bottom: 40px;
  padding: 3px 10px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  color: #2d9cdb;
  font-family: var(--gotham-med);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

a.btn-primary-colum {
  max-width: 330px;
}

.btn-primary-colum:hover {
  background-color: #abe1ff;
}

.blue-btn {
  width: 300px;
  border: 1px solid transparent;
  border-radius: 40px;
  color: var(--blanco-colun, #fff);
  font-family: var(--gotham-bold);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  background: #2d9cdb;
  height: 54px;
  text-decoration: none;
  text-align: center;
}

.img-btn-center {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-btn-center.cows {
  background-image: url("../assets/cows.jpg");
}

.img-btn-center.products {
  background-image: url("../assets/productos.jpg");
}

.img-btn-center button {
  width: 330px;
}

.img-btn-center a {
  width: 330px;
}

.info-text {
  color: #fff;
  text-align: center;
  font-family: var(--gotham-med);
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 135.484% */
  letter-spacing: -0.31px;
}

.only-mobile .info-text {
  color: #2d9cdb;
}

.fs-15 {
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 23px !important;
}

.text-absolute {
  position: absolute;
  top: 90px;
}

.mask {
  top: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.3);
}

.bg-light-blue {
  background: #e7f5eb;
}

.m-h-custom {
  min-height: 450px;
}
.m-h-custom-cert {
  min-height: 550px;
}

.m-h-auto {
  min-height: auto;
}

/* Colum */

.hero.custom {
  position: relative;
  height: 570px;
  margin-top: 84px;
}

.hero.custom .parallax {
  height: 100%;
  min-height: 570px;
}

.hero.custom .parallax .text-content h1 {
  font-size: 70px;
}

.gotham-light {
  font-family: var(--gotham-light);
}

.gotham-bold {
  font-family: var(--gotham-bold);
}

a.gotham-bold {
  text-align: center;
  text-decoration: none;
}

.item-text {
  color: var(--gray-1, #333);
  font-family: var(--gotham-med);
  font-size: 15px;
  font-style: normal;
  font-weight: 350;
  line-height: 22px;
}

.arrow-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 999;
  padding: 0px 10px;
}

.zone-container {
  width: 100%;
  height: 55px;
  top: 50%;
}

.prev-btn {
  cursor: pointer;
}

.next-btn {
  cursor: pointer;
}

.btn1 {
  cursor: pointer;
}

.btn2 {
  cursor: pointer;
}

.prev-btn:focus,
.next-btn:focus,
.btn1:focus,
.btn2:focus {
  outline: none;
}

.carusel-info {
  color: black;
  text-align: center;
  font-family: var(--gotham-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.col-item img {
  min-height: 364px;
  height: 446px;
  object-fit: cover;
  object-position: top;
}

.col-item.coop img {
  object-position: top;
}

/* Map */
.map-container {
  display: flex;
  justify-content: center;
}

.map-container .map-img {
  /*overflow-x: scroll;*/
}

.map-container .map {
  width: 100%;
  height: 100%;
  object-position: 20%;
  /* object-position: 0 10px; */
}

.map-container .pin-absolute_1 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 275px;
  left: 208px;
  transition: all 0.5s ease;
}

.map-container .pin-absolute_2 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 250px;
  left: 385px;
  transition: all 0.5s ease;
}

.map-container .pin {
  cursor: pointer;
}

.map-container .pin:hover {
  transition: all 0.5s ease;
  transform: scale(1.5);
}

footer {
  width: 100%;
  min-height: 251px;
  background: #2d9cdb;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .title {
  color: var(--blanco-colun, #fff);
  font-family: var(--gotham-med);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 20px;
}

footer .text {
  color: var(--blanco-colun, #fff);
  text-align: center;
  font-family: var(--gotham-med);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
}

footer .icon-social {
  padding: 0 8px;
}

.benefit-title {
  color: var(--gray-1, #333);
  text-align: center;
  font-family: var(--gotham-med);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 93.75% */
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #d0e8d6;
  padding: 25px;
}

.benefit-item .title {
  color: var(--gray-1, #333);
  text-align: center;
  /* H2-bold */
  font-family: var(--gotham-med);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.benefit-item .text {
  color: var(--gray-1, #333);
  text-align: center;
  /* H2 Mobile */
  font-family: var(--gotham-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.product-item img {
  width: 100%;
  border-radius: 10px;
}

.product-item .title {
  color: var(--gray-1, #333);
  text-align: center;
  font-family: var(--gotham-bold);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.18px;
  padding: 10px 0;
}

.product-item .text {
  color: var(--gray-1, #333);
  text-align: center;
  font-family: var(--gotham-light);
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  /* 145.455% */
}

.zone-text {
  color: var(--gray-1, #333);
  text-align: center;
  font-family: var(--gotham-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 325;
  line-height: 36px;
  /* 150% */
}

.alkaline {
  color: #abe1ff;
  text-align: center;
  font-family: var(--alklaline);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.gotham-med {
  color: #fff;
  text-align: center;
  font-family: var(--gotham-med);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.64px;
}
.gotham-bold-custom {
	color: #FFF;
	text-align: center;
	font-family: var(--gotham-med);
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.64px;
}

.title-card {
  color: var(--celeste-colun, #2d9cdb);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 135.484% */
}

.svg-custom {
  position: relative;
  right: 80px;
  width: 220px;
  height: 220px;
}

.my-slider img,
.my-slider2 img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.adapt-link {
  width: 170px;
}

.hero.index video {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
  height: 100%;
  object-fit: cover;
}

.line-height-20 {
  line-height: 20px !important;
}

.parallax.video-hero {
  background: transparent;
  height: auto;
  width: 100%;
  position: relative;
  min-height: 760px;
}

#tns1 {
  transition-duration: 0.8s !important;
}

#tns2 {
  transition-duration: 0.8s !important;
}

.new-release {
  background: #e81413;
  border-radius: 4px;
  color: white;
}
.new-release:hover {
  background: #e81413;
  border-radius: 4px;
  color: white;
}

.new-release a {
  color: #ffffff !important;
}
.new-release a:hover {
  color: #ffffff !important;
}
.nav-item {
  max-width: fit-content;
  display: flex;
  align-items: center;
}

/* Dropdown */
.nav-item--dropdown {
  position: relative;
}

.nav-item--dropdown:hover .dropdown-grid {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.dropdown-grid {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  max-width: 600px;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 20;
}

.dropdown-grid__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 500px;
}

.dropdown-grid__item {
  width: 100%;
  background-color: rgba(236, 240, 250, 1);
  border-radius: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100px;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dropdown-grid__item:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  background-color: rgba(236, 240, 250, 0.95);
}

.dropdown-grid__image {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.dropdown-grid__title {
  font-family: var(--gotham-medium);
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.dropdown-grid__btn {
  font-weight: 700;
  font-size: 12px;
  color: #e81413;
  text-decoration: none;
  border: 2px solid #e81413;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-grid__btn:hover {
  background-color: #e81413;
  color: #fff;
}
/* End-Dropdown */

@media (max-width: 1600px) {
  .bg-contain {
    background-size: contain !important;
  }
}

@media (min-width: 1441px) {
  .hero.custom {
    height: 700px;
  }
  .parallax {
    background-size: cover;
  }
}

@media (max-width: 1440px) {
  .alkaline {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  .padding-sides {
    padding: 0 20px;
  }

  .alkaline {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  .my-slider img,
  .my-slider2 img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  header .nav-link {
    font-size: 11px;
    max-width: 120px;
    text-align: center;
  }

  .modal-dialog.video {
    min-width: 100%;
  }

  .img-section img {
    max-height: 100%;
  }

  .adapt-link {
    width: 126px;
  }
}

@media (max-width: 768px) {
  .parallax.img-cow {
    background-position: 80% 84px !important;
  }
  .m-h-custom {
    min-height: 550px;
  }
  .svg-custom {
    position: static;
    width: 150px;
    height: 15 0px;
  }

  .alkaline {
    font-family: var(--alklaline);
    font-size: 46px;
  }

  body.home header {
    background-color: transparent;
  }

  body.home header .burguer-menu path {
    stroke: white;
  }

  .hero.index {
    margin-top: 0px;
  }

  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }

  .img-uno {
    background-image: url("../assets/img-uno.jpg");
  }

  footer {
    min-height: 351px;
  }

  footer .title.big {
    font-size: 26px;
  }

  .zone-text {
    font-size: 15px;
    line-height: 25px;
  }

  .benefit-item.white {
    background-color: white;
  }

  .benefit-item .title {
    font-size: 18px;
  }

  .benefit-item .text {
    font-size: 15px;
  }

  .video-colun {
    min-height: 600px;
    object-fit: cover;
  }

  .prev-btn,
  .next-btn,
  .btn1,
  .btn2 {
    width: 25px;
  }

  .img-btn-center.products {
    background-image: url("../assets/mini-products.jpg");
  }

  .info-text {
    text-align: start;
  }

  .img-btn-center {
    align-items: center;
  }

  .inner-content.inverse {
    background-color: #2d9cdb;
  }

  .inverse-colors p {
    text-align: start;
    color: #fff !important;
  }

  .inverse-colors p span {
    color: #abe1ff !important;
  }

  .padding-sides.header {
    padding: 0 20px;
  }

  .padding-sides {
    padding: 0;
  }

  .hero.custom .parallax .text-content h1 {
    font-size: 36px;
  }

  .text-light-blue.mobile {
    color: white;
  }

  .img-content.only-mobile {
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    display: flex;
  }

  .img-content.only-mobile button {
    width: 85%;
  }

  /*.img-content.only-mobile a {
		width: 85%;
	} */

  .only-desktop {
    display: none;
  }

  .mega-card {
    border-radius: 0px;
    background: #2d9cdb;
    padding: 0;
  }

  .mega-card .col-md-6 {
    padding: 0;
  }

  .text-container .inner-content {
    padding: 40px 20px;
  }

  .img-section {
    border-radius: 0px;
  }

  .img-section img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .collapse:not(.show) {
    transform: translateX(140%);
    transition: transform 0.3s ease-out;
  }

  header {
    box-shadow: none;
  }

  header .navbar-collapse {
    top: 0;
    right: 0;
    position: absolute;
    background-color: #2d9cdb;
    width: 290px !important;
    width: 100%;
    padding: 20px !important;
    display: block !important;
    height: 100vh;
    transition: transform 0.3s ease;
    transform: translateX(0);
    z-index: 999;
  }

  header .navbar-collapse ul {
    height: 100vh;
  }

  .only-mobile {
    display: block;
  }

  header .nav-link {
    color: var(--blanco-colun, #fff) !important;
    font-family: var(--gotham-med);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    max-width: 100%;
    text-align: left;
  }

  .nav-link .tag {
    display: inline;
    color: #2d9cdb;
    font-family: var(--gotham-med);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background-color: #abe1ff;
    padding: 5px 8px;
    border-radius: 15px;
  }

  .my-slider img,
  .my-slider2 img {
    height: 250px;
  }

  .change-color {
    background-color: white !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  }

  .home .burguer-menu path {
    stroke: white !important;
  }

  .change-color .burguer-menu path {
    stroke: #d71b19 !important;
  }

  .hero.custom {
    margin: 0px;
  }
  .adapt-link {
    width: 100%;
  }

  header .nav-link:hover {
    color: #abe1ff !important;
  }

  .nav-link[aria-current="page"] {
    color: #abe1ff !important;
  }
}

@media (max-width: 576px) {
  .parallax .text-content.header {
    height: 200px;
  }
  .parallax .text-content h1 {
    font-size: 40px;
  }
  .col-item img {
    object-position: right;
    height: auto;
  }

  .modal-dialog {
    margin: 0px;
  }

  .nav-link[aria-current="page"] {
    color: #abe1ff !important;
  }
  .gotham-bold-custom {
    font-size: 40px;
  }
  .nav-item {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .parallax .text-content h1 {
    font-size: 35px;
  }

  .nav-link[aria-current="page"] {
    color: #abe1ff !important;
  }
}

.nav-item.highlighted {
  padding: 0 8px;
}

/* Hover: efecto de resalte suave y sombra */
.nav-link.highlighted:hover {
  background-color: #c71211;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Estado activo: permanece naranja más brillante */
.nav-link.highlighted.active,
.nav-link.highlighted:focus {
  background-color: #ff4e37;
  box-shadow: 0 0 0 3px rgba(255, 78, 55, 0.5);
  outline: none;
}

/* Dropdown */
.nav-item--dropdown {
  position: relative;
}

.nav-item--dropdown:hover .dropdown-grid {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.dropdown-grid {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  max-width: 600px;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 20;
}

.dropdown-grid__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 500px;
}

.dropdown-grid__item {
  width: 100%;
  background-color: rgba(236, 240, 250, 1);
  border-radius: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100px;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dropdown-grid__item:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  background-color: rgba(236, 240, 250, 0.95);
}

.dropdown-grid__image {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.dropdown-grid__title {
  font-family: var(--gotham-medium);
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.dropdown-grid__btn {
  font-weight: 700;
  font-size: 12px;
  color: #e81413;
  text-decoration: none;
  border: 2px solid #e81413;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-grid__btn:hover {
  background-color: #e81413;
  color: #fff;
}

header .nav-link.highlighted {
  color: white !important;
  background-color: rgba(232, 20, 19, 1);
  border-radius: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
/* End-Dropdown */
@media (max-width: 768px) {
  .dropdown-grid {
    display: none !important;
  }

  .dropdown-accordion {
    width: 100%;
  }

  .accordion-toggle {
    width: 100%;
    text-align: left;
    background-color: #e6eef9;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    color: #005fa8;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .accordion-toggle:hover {
    background-color: #d0e3f8;
  }

  .accordion-toggle svg {
    transition: transform 0.3s ease;
  }

  .accordion-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .dropdown-grid__list--mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }

  .dropdown-grid__list--mobile.show {
    max-height: 1000px;
  }

  .dropdown-grid__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    aspect-ratio: unset;
  }

  .dropdown-grid__image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 6px;
  }

  .dropdown-grid__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
  }

  .dropdown-grid__btn {
    font-size: 13px;
    font-weight: 700;
    background-color: #e81413;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  .dropdown-grid__btn:hover {
    background-color: #b91210;
  }
  .arrow-down-mobile {
    width: 18px;
    height: 18px;
    margin-left: auto;
  }
  .arrow-down-mobile g path {
    fill: white !important;
  }
  .dropdown-grid__item {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
    padding: 0px;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
    aspect-ratio: unset;
    min-height: auto;
    color: white;
    text-align: start;
    padding: 0 20px;
  }
  .dropdown-grid__item a {
    color: white;
    text-decoration: none;
    text-transform: unset;
    box-shadow: unset;
  }

  .dropdown-grid__item:hover {
    transform: unset;
    background-color: transparent;
    box-shadow: unset;
  }
  header .navbar-collapse ul {
    height: auto;
  }
  .custom-link {
    color: white !important;
    text-align: start !important;
    padding: 0 20px !important;
  }
  .custom-link a:hover {
    color: #abe1ff !important;
}
}


