/* #main {
    --bs-gutter-x: 1.5rem;
} */
.vimeo-fullscreen-container.d-none.d-md-block.no-controls {
  cursor: pointer;
  pointer-events: none;
}
.node__meta {
  display: none;
}
.node--type-promo-pages .contextual-links .entitynodedelete-form {
  display: none;
}
.node--type-promo-pages .node__content,
.node--type-business-page .node__content,
.node--type-digital-services .node__content {
  margin-top: 0;
}

.navbar-light a.nav-link,
.navbar-light span.nav-link,
.region-top-header nav a,
.region-top-header nav span {
  color: var(--primary-color);
  font-family: var(--font-family-regular);
  text-decoration: none;
}

.navbar-light a.nav-link:hover,
.region-top-header nav a:hover {
  opacity: 1;
}

/* Footer Styles */
.site-footer {
  padding: var(--footer-padding);
}
.site-footer span[title="IsImage"] {
  display: none;
}
.site-footer .container-fluid {
  max-width: 1180px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.row.region.region-footer-first {
  flex-wrap: nowrap;
  width: 100%;
}

div#block-bootstrap-subtheme-catalogue {
  width: fit-content;
}

div#block-bootstrap-subtheme-catalogue:hover > h2 {
  color: white;
}

.site-footer__top {
  justify-content: stretch;
}

.site-footer__top ul.nav li.nav-item.menu-item--expanded {
  width: 100%;
  padding: 0px 15px;
}

.site-footer__top ul.nav li.nav-item.menu-item--expanded:hover > span,
.site-footer__top ul.nav li.nav-item.menu-item--expanded:hover > h2 {
  color: white;
}

.site-footer ul {
  padding-inline-start: 0;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.site-footer__top ul.nav {
  padding: 25px 0;
}

.site-footer__top .region {
  width: 100%;
}

.site-footer__top .nav-link,
.site-footer__bottom .nav-link {
  padding-left: 0;
  color: var(--white-color);
  font-family: var(--font-family-light);
}

.site-footer__top .nav-link {
  opacity: 1;
  font-size: var(--bc2-font-size);
  line-height: 1.2;
}

.site-footer__bottom .nav-link {
  opacity: 0.5;
}

.site-footer .nav-link:hover {
  color: var(--secondary-color);
  opacity: 1;
}

.site-footer span.nav-link:hover {
  color: var(--white-color);
}

.site-footer__top ul.nav li.nav-item span,
.site-footer__top h2 {
  font-family: var(--font-family-bold);
  color: #7e909e;
  font-size: 17px;
  padding-top: 18px;
  line-height: 1.1;
  text-transform: capitalize;
  border-top: 1px solid #7e909e;
  border-bottom: 0;
}

.site-footer__top h2 {
  padding: 18px 0 20px;
}

.site-footer__bottom {
  border-color: transparent;
}

.site-footer__bottom ul {
  display: block;
}

.region-footer-second .field {
  display: flex;
  gap: 40px;
  padding-top: 20px;
  float: right;
}

.region-footer-second img {
  max-width: 30px;
  height: auto;
  opacity: 0.5;
}

.site-footer__bottom .content .field {
  gap: 25px;
  display: flex;
  justify-content: flex-end;
}

.region-footer-logo img {
  width: 125px;
}

.site-footer .block {
  margin: 0;
  border: 0;
  padding: 0;
}

.site-footer .content a:hover img {
  opacity: 1;
}

/* Media Queries */
@media (min-width: 992px) {
  .node--type-business-page .navbar-light .nav-link {
    color: #fff;
  }

  .node--type-business-page .navbar-light a.nav-link,
  .node--type-business-page .region-top-header nav a {
    color: #fff;
  }

  .site-footer__top .region {
    width: auto;
    padding: 0px 32px;
  }

  .site-footer__top .region:first-child a {
    padding-left: 0;
  }

  .site-footer__top ul.nav {
    padding: 0;
  }

  .site-footer__bottom ul {
    display: flex;
  }

  /* .site-footer__bottom {
        padding-top: 115px;
    } */

  .site-footer {
    padding: 100px 32px 40px;
  }
}

@media (min-width: 560px) and (max-width: 850px) {
  .site-footer__top .region:nth-child(2n) {
    padding-left: 0;
  }
}

/* Header Styles */
header#header {
  background: var(--secondary-color);
  padding-top: 0;
  padding-bottom: 0;
}

#header .contextual-region {
  position: unset;
}

.header-navbar img {
  max-height: 36px;
}

/* #header .logo .logo-header img {
    width: 50%;
} */

.navbar-dark .nav-link {
  color: var(--primary-color);
  opacity: 0.5;
  text-decoration: none;
}

section.region-top-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}

section.region-top-header li.nav-item.active a,
section.region-top-header a.nav-link.is-active {
  opacity: 1;
}

#search-block-form input {
  background: transparent;
  outline: none;
  border: none;
  padding-left: 23px;
}

form#search-block-form {
  position: relative;
  padding: 0;
}

#header .js-form-item {
  margin-bottom: 0 !important;
}

.container-inline .form-item {
  margin-block: 0;
}

.search-block-form button.form-submit {
  position: absolute;
  left: 0;
  cursor: pointer;
  background: url(/sites/default/files/migration/search-icon.svg) no-repeat;
  background-size: 20px 20px;
  margin: 0;
  padding: 11px;
  height: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border: unset;
}

#search-block-form button[type="submit"] {
  font-size: 0;
  color: transparent;
}

@media (min-width: 992px) {
  li.profile.icon span {
    color: var(--white-color);
    width: 110px;
    height: 48px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    opacity: 1;
  }
}

li.profile.icon:hover span {
  color: var(--white-color);
  cursor: pointer;
}

li.profile {
  position: relative;
}

li.profile ul.menu {
  display: block;
  position: absolute;
  top: 100%;
  padding: 5px;
  min-width: 200px;
  background: var(--white-color);
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 2px rgb(229, 229, 229);
  text-align: left;
  z-index: 999;
  list-style: none;
}

li.profile ul.menu li:hover {
  background: #f3fcff;
  cursor: pointer;
}

li.profile ul.menu {
  visibility: hidden;
}

li.profile:hover ul.menu {
  visibility: visible;
}

/* Submenu columns */
.menu .menu {
  display: flex;
  flex-direction: column;
}

.menu .menu .menu {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.menu .menu .menu li:hover {
  background: rgb(243, 252, 255);
  cursor: pointer;
  color: var(--primary-color);
  opacity: 1;
}

.menu .menu .menu li.see-all:hover {
  background: unset;
  cursor: pointer;
}

.menu .menu .menu li:hover a {
  color: var(--primary-color);
  opacity: 1;
}

ul.clearfix.nav {
  display: flex;
  flex-wrap: nowrap;
}

/* submenu krufo  */
.main-menu .menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white-color);
  box-shadow: 0px 8px 12px -1px rgba(158, 153, 158, 1);
  padding: 20px 100px;
  z-index: 100;
  transition: all 5s ease-in-out;
  list-style: none;
}

.main-menu .menu .menu {
  display: block;
  position: unset;
  top: 0;
  left: unset;
  width: unset;
  padding: 20px 100px;
  z-index: 100;
}

/* hover menu item - emfanisi submenu  */
.main-menu li.nav-item:hover .menu {
  display: flex;
  flex-direction: row;
  align-items: start;
  background: var(--white-color);
  list-style: none;
}

/* 3o level se lista  */
.main-menu li.nav-item:hover .menu .menu {
  flex-direction: column;
  padding: 0;
  box-shadow: unset;
  margin-left: 0;
}

.main-menu ul.menu .nav-item {
  flex: 1 1 auto;
  min-width: 150px;
  max-width: 300px;
  box-sizing: border-box;
  width: 100%;
  margin-right: 20px;
}

.node--type-business-page .main-menu ul.menu .nav-item {
  min-width: unset;
  max-width: unset;
}

.node--type-business-page .main-menu li.nav-item:hover .menu {
  display: block;
}

.node--type-business-page .main-menu .menu li > a.nav-link,
.node--type-business-page .main-menu .menu li > span.nav-link {
  border-bottom: unset;
}

#header .main-menu .menu li > a,
#header .main-menu .menu li > span {
  opacity: 1;
  line-height: 1.2;
}

.main-menu .menu .menu li > a.nav-link,
.main-menu .menu .menu li > span.nav-link {
  border-bottom: unset;
  padding-left: 0;
}

.main-menu li.see-all {
  text-decoration: underline;
}

.main-menu li.nav-item {
  line-height: 70px;
}

.region-top-header li.nav-item {
  line-height: 1;
}

span.nav-link.is-active {
  display: none;
}

.region-top-header nav,
.region-top-header .block-language {
  width: auto;
  padding-left: 0;
}

#header #block-bootstrap-subtheme-languageswitcher {
  background: transparent;
  border-bottom: 0;
  font-size: 12px;
}

.region-top-header .block-language span {
  padding-left: 0;
}

.region-top-header li a {
  font-size: var(--bc4-font-size);
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 10px;
}

.main-menu .search-block-form {
  display: none;
}

.links {
  gap: 50px;
}

.links svg:hover,
.account-icon:hover {
  cursor: pointer;
}

/* temp */

#block-bootstrap-subtheme-cart h2 {
  font-size: 1rem;
  margin-bottom: 0;
}
/* end of temp */

/*Business menu*/
.account-icon a,
.account-icon a:hover {
  color: white;
}
.node--type-business-page .account-icon a,
.node--type-business-page .account-icon a:hover {
  color: var(--primary-color);
}
.account-icon span.d-none.d-lg-inline-block {
  color: #fff;
}

.node--type-business-page header#header {
  background: var(--primary-color);
}

.node--type-business-page .search-icon svg path,
.node--type-business-page .cart-icon svg path {
  fill: white !important;
}

.node--type-business-page .burger-menu .line {
  background: white;
}

.node--type-business-page .account-icon svg path {
  fill: white !important;
}

/* mobile header */
@media (max-width: 1400px) {
  .account-icon {
    font-size: 14px;
  }
  .links {
    gap: 20px;
  }
}
@media (max-width: 991.99px) {
  section.region-top-header {
    flex-wrap: wrap;
  }

  #header #block-bootstrap-subtheme-languageswitcher {
    padding-left: 5px;
  }

  section.region-top-header {
    align-items: end;
  }

  .region-top-header .block-language span {
    padding-bottom: 0;
  }

  .region-top-header ul.clearfix.nav {
    flex-wrap: wrap;
  }

  .region-top-header .nav-item {
    flex: 1 1 50%;
    width: fit-content;
  }

  .region-top-header .nav-item:nth-child(1) {
    order: 3;
  }

  .region-top-header .nav-item:nth-child(2) {
    order: 4;
  }

  .region-top-header .nav-item:nth-child(3) {
    order: 1;
    padding-bottom: 22px;
  }

  .region-top-header .nav-item:nth-child(4) {
    order: 2;
  }

  .site-footer__bottom {
    padding-left: 12px;
  }

  .site-footer ul.clearfix.nav,
  section.row.region.region-footer-first {
    flex-wrap: wrap;
  }

  .site-footer__bottom ul.clearfix.nav {
    display: block;
  }

  .site-footer__top ul.nav li.nav-item.menu-item--expanded {
    padding: 0;
  }
  div#block-bootstrap-subtheme-catalogue {
    width: 100%;
  }

  header#header,
  .node--type-business-page header#header {
    background: unset;
    margin: unset;
  }

  #header .row > div:nth-child(1) {
    background: var(--secondary-color);
    border-bottom: 1px solid #f5f5f5;
    /* border-bottom-left-radius: 30px; */
  }

  #header .row > div:nth-child(2) {
    background: var(--secondary-color);
    border-bottom: 1px solid #f5f5f5;
  }

  #header .row > div:nth-child(3) {
    background: var(--secondary-color);
    border-bottom: 1px solid #f5f5f5;
    /* border-bottom-right-radius: 30px; */
  }

  img.menu-icon {
    display: none;
  }

  .node--type-business-page #header .row > div:nth-child(1),
  .node--type-business-page #header .row > div:nth-child(2),
  .node--type-business-page #header .row > div:nth-child(3) {
    background: var(--primary-color);
  }

  #header .logo .logo-header img {
    width: 50%;
  }

  li.nav-item {
    line-height: 1;
  }

  .main-menu ul.clearfix.nav {
    display: block;
  }

  .region-top-header li a {
    padding: 0 5px;
  }

  .main-menu .menu {
    position: relative;
    box-shadow: unset;
    padding: 0;
    background: unset;
    transition: none;
  }

  .main-menu .menu .menu {
    padding: 0;
    margin-left: 0;
  }

  .main-menu .menu {
    display: none;
    background: var(--white-color);
  }

  .arrow.rotate {
    transform: rotate(90deg);
  }

  .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 5px;
  }

  .main-menu li.nav-item a,
  .main-menu li.nav-item span {
    font-size: 28px;
    border-bottom: 1px solid #e6e6e6;
    opacity: 1;
  }

  .main-menu li.nav-item span.arrow {
    border-bottom: 0;
  }

  .main-menu .menu li.nav-item a {
    font-size: var(--bc1-font-size);
    padding: 8px 0;
    border-bottom: unset;
  }

  .main-menu .menu li.menu-item--expanded > a,
  .main-menu .menu li.menu-item--expanded > span {
    background: #e9f6ff;
    max-width: 100%;
    font-size: var(--bc2-font-size);
    font-family: var(--font-family-bold);
  }

  #header .show {
    background: var(--white-color);
  }

  .main-menu .search-block-form {
    display: block;
  }

  .links .search-block-form {
    display: none;
  }

  section.region-top-header {
    justify-content: start;
    --bs-gutter-x: 0;
    width: 100%;
    padding-left: 15px;
  }

  .main-menu .search-block-form .content.container-inline {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }

  .main-menu .search-block-form .js-form-item {
    width: 100%;
  }

  .main-menu .search-block-form .form-control {
    border: 1px solid var(--primary-color);
  }

  .region-top-header nav a {
    opacity: 1;
  }

  .nav-link {
    opacity: 1;
  }

  .main-menu ul.menu .nav-item {
    min-width: unset;
    max-width: unset;
  }

  #header .main-menu .menu li > a,
  #header .main-menu .menu li > span {
    padding-left: 22px;
  }

  button.navbar-toggler {
    border: 0;
  }

  .burger-menu {
    position: relative;
    width: 24px;
    transform: rotate(0deg);
    transition: 0.5sease-in-out;
    float: right;
    z-index: 9999999;
  }

  .burger-menu .line {
    width: 100%;
    background: #000000;
    border-radius: 2px;
    height: 2px;
    display: block;
    margin-bottom: 3px;
    display: block;
    position: absolute;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  button.burger-menu {
    height: 16px;
  }

  .burger-menu.navbar-toggler:focus {
    box-shadow: unset;
  }

  button.burger-menu .line:nth-child(1) {
    top: 0;
  }

  button.burger-menu .line:nth-child(2),
  button.burger-menu .line:nth-child(3) {
    top: 7px;
  }

  button.burger-menu .line:nth-child(4) {
    top: 14px;
  }

  .burger-menu.opened .line:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
  }

  .burger-menu.opened .line:nth-child(2) {
    transform: rotate(45deg);
  }

  .burger-menu.opened .line:nth-child(3) {
    transform: rotate(-45deg);
  }

  .burger-menu.opened .line:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
  }

  .links {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .region-footer-second .field {
    gap: 10px;
  }
  #header .logo .logo-header img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .node--type-business-page .main-menu ul.menu .nav-item a,
  .node--type-business-page .main-menu ul.menu .nav-item span {
    color: black;
    font-size: 12px;
  }

  .node--type-business-page .main-menu .menu {
    left: unset;
    width: unset;
    padding: 10px 0;
  }

  .node--type-business-page .main-menu .menu li.nav-item {
    padding-left: 20px;
  }

  .node--type-business-page .main-menu .menu li.nav-item:hover {
    background: #f3fcff;
  }

  .main-menu .menu li > a.nav-link,
  .main-menu .menu li > span.nav-link {
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 0px;
    width: 100%;
    border-bottom: 1px solid #9e9e9e;
  }

  .account-icon {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 24px;
    gap: 10px;
    display: flex;
  }
  .account-icon #profile-icon {
    padding: 13px 26px;
  }
  .login-link {
    padding: 13px 26px;
  }

  .account-icon svg path {
    fill: white !important;
  }

  .account-icon svg {
    width: 15px;
  }

  .node--type-business-page .account-icon {
    color: var(--primary-color);
    background: var(--secondary-color);
  }

  .node--type-business-page .account-icon svg path {
    fill: var(--primary-color) !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .account-icon {
    padding: 8px 11px;
  }
}

/* General Prefooter Styles */
.prefooter {
  display: grid;
  grid-template-columns: 35% 40%;
  align-items: center;
  justify-content: center;
  background-color: #b4ff00;
  padding: 48px 16px 0 16px;
}

.prefooter .left-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
}

/* Title Styling */
.prefooter-title {
  font-size: 40px;
  line-height: 48px;
  color: #002340;
  font-family: "yettelbold";
}

/* Subtitle Styling */
.prefooter-subtitle {
  font-size: 28px;
  margin-bottom: 10px;
  color: #002340;
  font-family: "yettellight";
}

/* Description Styling */
.prefooter-description {
  font-size: 16px;
  margin-bottom: 20px;
  color: #002340;
  font-family: "yettellight";
}

/* Button Styling */
.prefooter-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  border: 2px solid #000;
  border-radius: 30px;
  text-decoration: none;
  color: #002340;
  font-family: "yettellight";
  width: fit-content;
  transition: background-color 0.3s ease-in-out;
}

.prefooter-button:hover {
  background-color: rgb(0 35 64);
  border-color: rgb(0 35 64);
  color: white;
}

.prefooter-image.images-left {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 8px;
  margin-top: -30px;
}
.prefooter-image.images-left img {
  display: block;
  width: 100%;
  max-width: 140px;
}

/* Right Image */
.prefooter-image.images-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prefooter-image.images-right img {
  max-width: 100%;
  display: block;
  max-height: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .prefooter {
    padding: 16px 12px 0 12px;
    flex-direction: column;
    background-size: contain;
    gap: 48px;
  }
  .prefooter .left-side {
    width: 100%;
  }
  .prefooter-image.images-right {
    max-height: auto;
  }
  .prefooter {
    grid-template-columns: none;
  }
  .prefooter-subtitle {
    font-size: 18px;
  }
}

/* move to component.css */
/* .paragraph-component-description ul {
    padding-left: 0;
} */
.component-width {
  width: 50%;
  margin: 0 auto;
}

.narrow-width .component-width {
  width: 100%;
}

@media (max-width: 480px) {
  .component-width {
    width: 100%;
  }
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq-section .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.custom-table-cell ul p {
  padding-left: 5px;
}
.cell-text li {
  padding-left: 10px;
}
.text-message p,
.text-message h6 {
  margin-bottom: 0;
}
.text-only-images .text-only-image img {
  width: auto;
  height: 5rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .text-only-images .text-only-image img {
    width: 100%;
  }
}

.carousel-container .carousel-prev,
.carousel-container .carousel-next {
  top: 50%;
  position: absolute;
  background-color: #002340;
  color: white;
  padding: 10px 17px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  border-color: transparent;
}

.carousel-container .carousel-prev {
  left: 10px;
}

.carousel-container .carousel-next {
  right: 10px;
}

/* Dots Container */
.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

/* Individual Dot */
.dot {
  width: 12px;
  height: 12px;
  background-color: #e5e9ec;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.3s;
}

/* Active Dot */
.dot.active {
  background-color: #002340;
  transform: scale(1.3);
}

.carousel-container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.carousel-banners-wrapper {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

.banner {
  flex: 0 0 100%;
  text-align: center;
}

.carousel-banners-wrapper img {
  width: 100%;
  height: 100%;
  /* object-fit: contain;  */
}

/* SIT changes */
.logo-header a.navbar-brand {
  padding: 0;
}

.node--type-business-page img.menu-icon {
  display: none;
}

main#content {
  overflow: hidden;
}

/* override container UAT */
@media (min-width: 1200px) and (max-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px !important;
  }
}

.node--type-business-page .field__label {
  display: none;
}

/* ===== News ===== */
div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .view-content.row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1rem;
  align-items: stretch;
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row {
  display: flex;
  flex-direction: column;
  height: 100%;
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row
  img {
  flex: 1 1 auto;
  width: 100%;
  object-fit: cover;
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.latest-news {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 15px 0;
}
@media (max-width: 576px) {
  .latest-news {
    padding: 45px 15px 0;
  }
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news {
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 15px 0;
}

div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row:nth-child(2)
  img,
div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
  .featured-news.views-row:nth-child(3)
  img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.latest-news .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 1rem;
}

.latest-news .views-infinite-scroll-content-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.featured-news-row time.datetime {
  font-family: "YettelLight";
  font-size: 14px;
}

.featured-news-row .views-field.views-field-title a {
  font-family: "YettelRegular";
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: unset;
  font-size: 14px;
}

.featured-news-row .views-field.views-field-title {
  max-width: 570px;
}

.latest-news h2 {
  font-family: "YettelBold";
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 576px) {
  .latest-news h2 {
    font-size: 23px;
  }
}

.featured-news.views-row time.datetime,
.views-field.views-field-created time.datetime {
  font-family: "YettelRegular";
  font-size: 14px;
  text-decoration: underline;
  color: #002340;
}

.latest-news.views-row time.datetime {
  font-family: "YettelRegular";
  font-size: 14px;
  text-decoration: underline;
  color: #002340;
}

.latest-news-row.views-row .views-field.views-field-title a {
  font-family: "YettelBold";
  color: #002340;
  font-size: 15px;
}

/* .featured-news.views-row .views-field.views-field-title a {
    font-family: 'YettelBold';
    color: #000;
    font-size: 15px;
} */

.featured-news-row .views-row:nth-child(2) img, .featured-news-row .views-row:nth-child(3) img, .featured-news-row .views-row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.latest-news a.button {
  font-size: 14px;
  color: navy;
  font-family: "YettelBold";
  text-decoration: unset;
  border: 2px solid navy;
  border-radius: 30px;
  padding: 8px 60px 8px 60px;
}

.latest-news ul.js-pager__items.pager {
  display: flex;
  justify-content: center;
  padding: 60px 0 30px;
}
@media (max-width: 576px) {
  .latest-news ul.js-pager__items.pager {
    padding: 40px 0 0px;
  }
}

li.pager__item::marker {
  content: none !important;
}

.featured-news-row
  .featured-news.views-row:first-child
  .views-field.views-field-title
  a {
  font-size: 21px;
}

.latest-news.category1 .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 1rem;
}

.latest-news.category2 .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
    .view-content.row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
    .featured-news.views-row:nth-child(1) {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
    .featured-news.views-row:nth-child(2),
  div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
    .featured-news.views-row:nth-child(3) {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  div#block-bootstrap-subtheme-views-block-news-landing-page-featured-news
    .featured-news.views-row
    img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .latest-news.latestwrap .featured-news.views-row {
    display: grid;
    grid-template-columns: 150px 1fr; /* image fixed width + flexible text */
    grid-template-rows: auto auto; /* two rows for date and title */
    grid-template-areas:
      "image date"
      "image title";
    gap: 0.5rem 1rem; /* vertical and horizontal gaps */
    align-items: start;
  }

  /* Place image in left column, spanning two rows */
  .latest-news.latestwrap
    .featured-news.views-row
    .views-field-field-image-content {
    grid-area: image;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* Date in top right */
  .latest-news.latestwrap .featured-news.views-row .views-field-created {
    grid-area: date;
  }

  /* Title in bottom right */
  .latest-news.latestwrap .featured-news.views-row .views-field-title {
    grid-area: title;
  }

  /* .latest-news.category1 .view-content.row {
  display: grid ;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
} */
  .latest-news.category1 .views-infinite-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }

  .latest-news.category2 .views-infinite-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }
}

/* Banner header background & overall grid */
.banner-header {
  background-color: #002340;
  color: #fff;
  display: flex; /* Bootstrap .row is already flex, but just in case */
  align-items: center;
  margin: 0 -15px; /* compensate Bootstrap gutter if needed */
}

/* Image column */
article.team-member-profile .col-md-4.image-part {
  padding-left: 0px;
}

.banner-header .image-part img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 !important;
}

/* Text column */
.banner-header .text-part {
  padding: 0 15px;
}
.banner-header .text-part .team-member-profile__name {
  font-size: 2em;
  margin: 0.67em 0;
  color: white;
}
.banner-header .text-part .team-member-profile__position {
  font-family: "YettelRegular";
  font-weight: 100;
  font-size: 25px;
  color: white;
  padding: 5px 0 5px 0px;
}

/* LinkedIn icon */
.banner-header .linkedin-icon img {
  width: 1.75rem;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-header {
    flex-direction: column;
    text-align: center;
  }
  .banner-header .text-part {
    margin-top: 1.5rem;
  }
}

article.team-member-profile {
  max-width: 1320px;
  margin: 5vh auto 0;
}

section.team-member-profile__bio.mt-5 p {
  font-weight: 100;
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}

/* --------------------------------------------------
   Team Member Actions (download + contact)
   -------------------------------------------------- */
.team-member-profile__actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.team-member-profile__actions .btn--action {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #002340; /* your dark blue */
  font-weight: 500;
}

.team-member-profile__actions .btn--action .icon {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-right: 0.75rem;
}

.team-member-footer {
  margin: 0 auto;
  max-width: 1320px;
  background: #c4dfe9;
  padding: 3rem;
  margin-top: 5%;
}

.team-member-list .views-row {
  margin-bottom: 2rem;
  text-align: left;
}

.team-member-list .views-field-field-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 950/633;
  border-radius: 4px;
  display: block;
}

.team-member-list .views-field-title {
  margin-top: 0.5rem;
}
.team-member-list .views-field-title a {
  font-weight: bold;
  color: #002340;
  text-decoration: underline;
}

.team-member-list .views-field-field-position {
  font-size: 0.9rem;
  color: #002340;
  margin-top: 0.25rem;
}

.team-member-list .views-field.views-field-title {
  padding-left: 0px;
}

.team-member-list .views-field-field-position {
  padding-left: 0px;
}

.team-member-list .views-col {
  padding: 0 10px;
}

.team-member-list .views-field.views-field-field-position a {
  font-weight: 100;
  font-size: 14px;
  line-height: normal;
  margin-top: 6px;
  color: #002340;
}

.team-member-footer.region.region--team-member-footer.my-5 {
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  .team-member-list .views-row {
    margin-bottom: 0;
  }
  article.team-member-profile {
    max-width: 83%;
    margin: 3vh auto 0;
  }
  article.team-member-profile .col-md-4.image-part {
    padding-right: 0px;
  }
  h1.team-member-profile__name,
  h2.team-member-profile__position {
    text-align: left;
  }
  h2.team-member-profile__position {
    font-size: 20px !important;
  }

  a.linkedin-icon.d-inline-block.mt-2 {
    padding-bottom: 20px;
    float: left;
  }

  h2.team-member-list__heading.text-center.mb-4 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 2rem;
  }

  .team-member-list .views-col {
    width: 100% !important;
  }

  .team-member-list .views-row.clearfix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.leader-row .views-field-title a span {
  font-size: 27px;
  line-height: normal;
  font-weight: normal;
  color: #1a1a1a;
}

/* Container: same max‑width, centering & padding */
.view-leadership-team .view-content.row {
  max-width: 1320px;
  margin: 60px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Turn the Views grid into a flex wrapper */
.views-view-grid.horizontal.cols-3 > .leader-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; /* gutter compensation */
}

/* Each column: gutter, box‑sizing, and force width */
.views-view-grid.horizontal.cols-3 .leader-col {
  padding: 0 15px;
  box-sizing: border-box;
  width: 33.3333% !important; /* override inline style */
  margin-bottom: 60px;
}

/* Make headshots fluid and cropped by your image‑style */
.views-field-field-photo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Title & position spacing */
.views-field-title .field-content {
  display: block;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 600;
}
.views-field-field-position a span {
  line-height: normal;
  font-weight: 100;
  font-size: 14px;
  color: #002340;
}

.views-field.views-field-title {
  padding-left: 3rem;
}

.views-field.views-field-field-position {
  padding-left: 3rem;
}

/* Responsive: 2 columns @ tablet */
@media (max-width: 1024px) {
  .views-view-grid.horizontal.cols-3 .leader-col {
    width: 50% !important;
  }
}

/* Responsive: 1 column @ mobile */
@media (max-width: 600px) {
  .views-view-grid.horizontal.cols-3 .leader-col {
    width: 100% !important;
  }
}

.view-leadership-team a {
  color: #002340 !important;
}

.view-leadership-team img:hover {
  transform: scale(1.05);
  opacity: 0.5;
}

.field--name-field-leadership-page-block img {
  max-width: 1320px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.field.field--name-field-leadership-page-block.field--type-image.field--label-above
  .field__label {
  display: none;
}

/* Privacy menu Footer */
.site-footer__bottom {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 9998;
  font-size: 12px;
}
.site-footer__bottom .nav {
  background-color: #f7f2ed;
}
.site-footer__bottom .region {
  padding: 0;
}
.site-footer__bottom .menu--footer-privacy-links .nav-link {
  color: #1a1a1a;
  padding: 5px;
  line-height: 16px;
  font-weight: 600;
}
.menu--footer-privacy-links .nav-item {
  padding: 0 10px;
}
.site-footer__bottom .menu--footer-privacy-links .nav-item {
  border-right: 1px solid #1a1a1a;
  padding: 0;
}
.site-footer__bottom .menu--footer-privacy-links .nav-link:hover {
  color: #296d94;
}

@media (max-width: 768px) {
  .site-footer__bottom {
    width: 100%;
    right: 0;
  }
  .site-footer__bottom .menu--footer-privacy-links ul.clearfix.nav {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: nowrap;
  }
  .site-footer__bottom .menu--footer-privacy-links .nav-item {
    height: 100%;
  }
  .site-footer__bottom .menu--footer-privacy-links .nav-item:last-child {
    border: 0;
  }
}
.account-icon {
  position: relative;
}

#profile-icon {
  cursor: pointer; /* Indicate hoverable */
}

.menu--account {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 4px;
  padding: 10px;
  z-index: 1000;
}

.menu--account ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
  background-color: #fff;
  min-width: 258px;
  padding: 12px;
  border-radius: 12px;
}

.menu--account li {
  display: block;
  padding: 15px 0px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  border-top: 1px solid #f2f4f5;
  padding-top: 9px;
  padding-bottom: 9px;
}

.menu--account li a {
  text-decoration: none;
  color: #002340;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.menu--account li a:hover {
  color: #0056b3;
  background-color: #f0f0f0; /* Optional hover effect */
}

.account-icon {
  position: relative;
}
.menu--account {
  display: none;
  position: absolute;
  top: 100%; /* sits under the icon */
  right: 0;
  z-index: 1000;
}

/* keep open while hovering the whole wrapper OR when focused (keyboard) */
.account-icon:hover .menu--account,
.account-icon:focus-within .menu--account {
  display: block;
}

/* Tasos */
#profile-icon {
  gap: 10px;
  /* padding: 13px 26px; */
}
.menu--account ul {
  width: 100%;
}
.menu--account .nav-link {
  opacity: 1;
}
.menu--account .nav-link:hover {
  opacity: 1;
  color: #002340;
}
.menu--account .navbar-light a.nav-link {
  color: #002340;
}

.menu--account ul a {
  display: flex;
  align-items: center;
}
.menu--account ul a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}
.menu--account ul a[title="my-profile-icon-class"]::before {
  background: url("/sites/default/files/account-menu-svg/my-profile.svg")
    no-repeat center;
  background-size: contain;
}
.menu--account ul a[title="my-orders-icon-class"]::before {
  background: url("/sites/default/files/account-menu-svg/my-orders.svg")
    no-repeat center;
  background-size: contain;
}
.menu--account ul a[title="my-offers-icon-class"]::before {
  background: url("/sites/default/files/account-menu-svg/my-offers.svg")
    no-repeat center;
  background-size: contain;
}
.menu--account ul a[title="my-consents-icon-class"]::before {
  background: url("/sites/default/files/account-menu-svg/my-consents.svg")
    no-repeat center;
  background-size: contain;
}
.menu--account ul a[title="yettel-portal-icon-class"]::before {
  background: url("/sites/default/files/account-menu-svg/yettel-portal.svg")
    no-repeat center;
  background-size: contain;
}
.menu--account ul li:last-child a::before {
  background: url("/sites/default/files/account-menu-svg/logout.svg") no-repeat
    center;
  background-size: contain;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .account-icon {
    padding: 0;
  }
}
.node--type-business-page .navbar-light .menu--account a.nav-link {
  color: #002340 !important;
}

/* bubbles */
.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon svg {
  display: block;
}

.cart-icon .cart-items-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #002340;
  color: #fff;
  border-radius: 999px;
  width: 18px;
  height: 18px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.login-link {
  color: white; /* Makes text white */
  text-decoration: none; /* Removes underline */
}
.login-link:hover {
  color: white; /* Optional: slightly lighter on hover */
}

/*search*/
.search-icon {
  display: inline-block;
}
header#header {
  position: relative;
}
.search-form {
  position: absolute;
  bottom: -72px;
  z-index: 9998;
  display: none;
  width: 100%;
  left: 0;
  padding: 16px 0;
  background-color: #fff;
}

.cognity-search-form {
  position: relative;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cognity-search-form input,
.cognity-search-form input[type="search"],
.cognity-search-form input[type="text"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  padding: 0 16px 0 44px;
  font-size: 16px;
  line-height: 1;
  outline: none;
}

.cognity-search-form .search-button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.cognity-search-form .search-button svg path {
  fill: #002340;
}
.cognity-search-form .form-control:focus {
  border: 1px solid #7f909f;
  box-shadow: none;
}

.ui-menu.ui-widget.ui-autocomplete {
  z-index: 9999;
  width: 40%;
}
.ui-menu .ui-menu-item-wrapper {
  display: block;
  width: 100%;
}
.ui-menu-item {
  padding-top: 10px;
  display: block;
  width: 100%;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item a {
  color: #002340;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item a:hover {
  color: #fff;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item:hover a {
  background: #002340;
  border-color: #002340;
  color: #fff;
  width: 100%;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a:hover {
  background: #002340;
  color: #fff;
}
@media (max-width: 545px) {
  .cognity-search-form {
    width: 100%;
  }
  .ui-menu.ui-widget.ui-autocomplete {
    width: 100%;
  }
}

/* search dropdown */
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  color: #000000 !important;
  background: transparent !important;
  padding: 8px 12px;
  /* display: block ; */
  text-decoration: none;
  border-radius: 0;
  transition: all 0.1s ease;
}

.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active {
  background: #002340 !important;
  color: #ffffff !important;
  border: none;
}

.ui-autocomplete .ui-menu-item.ui-state-focus a,
.ui-autocomplete .ui-menu-item.ui-state-active a,
.ui-autocomplete .ui-menu-item .ui-state-focus a,
.ui-autocomplete .ui-menu-item .ui-state-active a {
  color: #ffffff;
  background: transparent;
}

.ui-autocomplete .ui-menu-item .ui-state-hover {
  background: transparent;
  color: inherit;
  border: none;
}

.ui-autocomplete .ui-menu-item {
  border: none;
  margin: 0;
  padding: 0;
}

.searchmodal-results .ui-autocomplete .ui-menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border-radius: 12px;
  transition: 0.15s ease;
  margin: 7px 0px;
}
.searchmodal-results .ui-autocomplete .ui-menu-item:hover {
  background: rgba(0, 35, 64, 0.0392156863);
}

.views-exposed-form ul li {
  display: inline-block;
  margin: 0.3rem;
}

.views-exposed-form ul li a,
.views-exposed-form .form-item label {
  padding: 8px 16px;
  border: 2px solid #001f3f;
  border-radius: 25px;
  background-color: white;
  color: #001f3f;
  font-weight: bold;
  text-decoration: none;
}

.views-exposed-form ul li a.is-active,
.views-exposed-form .form-item input:checked + label {
  background-color: #c3ff00;
  color: black;
}
.tv-section-title {
  font-size: 26px;
  font-weight: 700;
  margin: 2rem auto 1rem;
  text-align: center;
}

.tv-pack-buttons,
.tv-subcategory-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.tv-channel-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.tv-channel__logo img {
  max-width: 100%;
  height: auto;
}

.tv-channel__name {
  margin-top: 0.5rem;
  font-weight: 900;
}

.tv-channel__name {
  font-family: "YettelLight" !important;
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  min-height: 2.5em;
}

.tv-channel {
  padding: 0 0%;
  border: 1.5px solid #cdcdcdab;
  text-align: center;
  margin: 3px;
}

.page-view-tv-channel-group
  form#views-exposed-form-tv-channel-group-page-1
  .d-flex.flex-wrap {
  display: block !important;
}

.page-view-tv-channel-group .js-form-item-field-main-category-target-id {
  padding-bottom: 3%;
  border-bottom: 2px solid #eeeeeed9;
  text-align: center;
}

.page-view-tv-channel-group .js-form-item-field-main-category-target-id {
  margin-top: 5%;
}

.page-view-tv-channel-group .views-element-container {
  max-width: 1320px;
  margin: 0 auto;
}

.bef-link.bef-link--selected {
  background: #b4ff00;
  border: 2px solid #b4ff00;
  border-radius: 3rem;
  font-weight: 900;
  color: #002340;
  text-decoration: none !important;
  border: 2px solid #002340;
}
.page-view-tv-channel-group .views-element-container.contextual-region label {
  font-size: 24px;
  font-family: "YettelBold";
  margin-bottom: 20px;
}

.page-view-tv-channel-group .views-element-container.contextual-region ul {
  padding-left: 0px;
}

.page-view-tv-channel-group .views-element-container.contextual-region label {
  text-align: center !important;
  display: flex;
  justify-content: center;
}

/* Container holding the links */
.bef-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* General button style */
.bef-links .bef-link {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 2px solid #001b3f; /* navy border */
  border-radius: 999px;
  background-color: white;
  color: #001b3f;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* On hover */
.bef-links .bef-link:hover {
  background-color: #ccf200; /* highlight green */
  color: #001b3f;
}

/* Selected filter styling */
.bef-links .bef-link--selected {
  background-color: #ccf200; /* same green as selected */
  border-color: #001b3f;
  color: #001b3f;
}

.js-form-item-field-main-category-target-id .bef-links {
  gap: 2.5rem; /* Increase gap here */
}

/* Normal gap for the sub-category buttons */
.js-form-item-field-sub-category-target-id .bef-links {
  gap: 1.2rem;
  margin-bottom: 2rem;
}
div#edit-field-main-category-target-id ul li {
  margin: 1.3rem;
}

/* Sub-category container: full control over layout */
.js-form-item-field-sub-category-target-id .bef-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.5rem;
  padding: 0.5rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* Remove <ul> spacing if needed */
.js-form-item-field-sub-category-target-id .bef-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents; /* inherit flex children from parent */
}

/* Individual button styles */
.js-form-item-field-sub-category-target-id .bef-links a {
  display: inline-block;
  padding: 0.6rem 2rem;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: #001f3f;
  border: 2px solid #001f3f;
  border-radius: 2rem;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  min-width: 130px;
}

/* Selected button */
.js-form-item-field-sub-category-target-id .bef-links a.bef-link--selected {
  background-color: #c6ff00;
  color: #001f3f;
  border-color: #001f3f;
}

.page-view-tv-channel-group h3 {
  text-align: center;
  padding-top: 25px;
}

#search-block-form input {
  background: transparent;
  outline: none;
  border: none;
  padding-left: 23px;
}

form#search-block-form {
  position: relative;
  padding: 0;
}

#header .js-form-item {
  margin-bottom: 0 !important;
}

.container-inline .form-item {
  margin-block: 0;
}

.search-block-form button.form-submit {
  position: absolute;
  left: 0;
  cursor: pointer;
  background: url(/sites/default/files/migration/search-icon.svg) no-repeat;
  background-size: 20px 20px;
  margin: 0;
  padding: 11px;
  height: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border: unset;
}

#search-block-form button[type="submit"] {
  font-size: 0;
  color: transparent;
}

.main-menu .search-block-form {
  display: none;
}
.node--type-business-page .search-icon svg path,
.node--type-business-page .cart-icon svg path {
  fill: white !important;
}
.main-menu .search-block-form {
  display: block;
}

.links .search-block-form {
  display: none;
}

.main-menu .search-block-form .content.container-inline {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.main-menu .search-block-form .js-form-item {
  width: 100%;
}

.main-menu .search-block-form .form-control {
  border: 1px solid var(--primary-color);
}

/*search*/
.search-icon {
  display: inline-block;
}
header#header {
  position: relative;
}
.search-form {
  position: absolute;
  bottom: -72px;
  z-index: 9998;
  display: none;
  width: 100%;
  left: 0;
  padding: 16px 0;
  background-color: #fff;
}

.cognity-search-form {
  position: relative;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cognity-search-form input,
.cognity-search-form input[type="search"],
.cognity-search-form input[type="text"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  padding: 0 16px 0 44px;
  outline: none;

  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #002340;
  border: 1px solid #7f909f;
}

.cognity-search-form .search-button {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.cognity-search-form .search-button svg path {
  fill: #002340;
}

.ui-menu.ui-widget.ui-autocomplete {
  display: block !important;
  z-index: 9999;
  background-color: unset;
  width: 40%;
}
.ui-menu .ui-menu-item-wrapper {
  display: block;
  width: 100%;
}
.ui-menu-item {
  padding-top: 10px;
  display: block;
  width: 100%;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item a {
  color: #002340;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item a:hover {
  color: #fff;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item:hover a {
  background: rgba(0, 35, 64, 0.04);
  color: #fff;
  width: 100%;
}
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a:hover {
  background: rgba(0, 35, 64, 0.04);
  color: #fff;
}
@media (max-width: 545px) {
  .cognity-search-form {
    width: 100%;
  }
  .ui-menu.ui-widget.ui-autocomplete {
    width: 100%;
  }
}

.searchmodal-dialog {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: 24px 16px;
  overflow-y: auto;
  padding-top: 200px;
  background: rgba(0, 35, 64, 0.55);
  z-index: 1000;
}
.searchmodal-card {
  width: 100%;
  max-width: 626px;
  background: #fff;
  border-radius: 16px;
}
.searchmodal-dialog .searchmodal-card .searchmodal-top {
  padding: 11px 17px 8px;
}
.searchmodal-dialog .search-item-arrow {
  float: right;
}

.searchmodal-dialog .search-item {
  display: flex;
  align-items: center;
}
.searchmodal-results
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  display: none;
}

.searchmodal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.searchmodal-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px 0;
}
.searchmodal-row .search-wrapper {
  box-shadow: none;
  padding: 0;
}
/* .searchmodal-row .search-wrapper .search-bar {
    padding: 7px 16px;
} */
.text-input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.search-wrapper .search-bar .text-input-container .input-wrapper {
  border: none;
  padding: 0px;
}

.searchmodal-row .button {
  height: 40px;
  min-width: 142px;
}
.searchmodal-results {
  border-radius: 16px;
  padding: 16px;
  background: #f2f4f5;
}
.suggestions .suggestions-heading {
  font-size: 16px;
  font-weight: 300;
  color: #334f66;
}
.suggestions .suggestions-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 16px 0;
}
.searchmodal-title {
  font-size: 26px;
  line-height: 24px;
  font-family: "YettelBold";
}
.searchmodal-header button {
  border: unset;
  background-color: unset;
}
.icon-img-container {
  display: flex;
}
.button.light.quaternary:not(.disabled):hover {
  color: #8a9aa7;
}
/* wrapper for the input field */
.js-form-item-query {
  margin: 0;
  flex: 1;
}

/* style the search button */
.cognity-search-form .search-button,
.cognity-search-form .button.primary.light.large {
  background-color: #002340;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0 20px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
  font-family: "YettelBold";
}

/* align input + button in one row */
.cognity-search-form {
  display: flex;
  align-items: center;
  width: 100%;
}

/* optional: style the left icon */
.search-bar .icon-img-wrapper {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.search-bar .icon-img-wrapper {
  position: absolute;
  bottom: 8px;
  margin-left: 15px;
}

.searchmodal-results .ui-autocomplete {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  box-shadow: none;
  border: none;
  margin-top: 10px;
}

.search-results-header {
  font-size: 15px;
  font-weight: 300;
  color: #334f66;
  font-family: "YettelLight";
}

.cognity-search-form input,
.cognity-search-form input[type="search"],
.cognity-search-form input[type="text"] {
  background-image: unset;
}

.search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
}

.search-item-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  background: #eef2f5;
  margin-right: 8px;
}

.search-item-title {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  color: #002340;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  text-align: left;
  font-family: "YettelBold";
}

a.ui-menu-item-wrapper.search-item {
  text-decoration: unset !important;
}

@media (max-width: 576px) {
  .searchmodal-title {
    font-size: 22px;
  }
  .searchmodal-row .button {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    height: 40px;
    padding: 0 32px;
  }
  .cognity-search-form .button.primary.light.large {
    margin-left: 5px;
  }

  .ui-autocomplete .ui-menu-item a,
  .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 8px 10px;
  }
  .search-item-title {
    font-size: 12px;
  }
}

/* view tv channel*/
.ajax-progress.ajax-progress-fullscreen {
  display: none;
}

@media (max-width: 1199px) {
  .tv-channel-group .view-content.row .views-col {
    width: 14% !important;
  }
}
@media (max-width: 576px) {
  .tv-channel-group .view-content.row .views-col {
    width: 50% !important;
  }
}

.tv-channel-group .view-footer {
  width: fit-content;
  margin: 40px auto;
  color: #002340;
}
.tv-channel-group .view-footer a {
  color: #002340;
}

.menu-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  object-fit: contain;
  image-rendering: auto;
}

/* news without view page */

.featured-news-row .view-content.row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1rem;
    align-items: stretch;
}

.featured-news-row .views-row:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.featured-news-row .views-row:first-child .views-field.views-field-title a {
    font-size: 21px;
}

.featured-news-row .views-row:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.featured-news-row .views-row {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.featured-news-row .views-row:first-child .views-field.views-field-title a {
    font-size: 21px;
}

.featured-news-row .views-row:nth-child(2) img,.featured-news-row .views-row:nth-child(3) img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.featured-news-row .views-row .views-field.views-field-created {
    padding: 7px 0;
}

.featured-news-row {
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 15px 0;
}

.featured-news-row .views-field.views-field-title {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .featured-news-row .view-content.row {
        display:flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .featured-news-row .views-row:nth-child(1) {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .featured-news-row .views-row:nth-child(2),.featured-news-row .views-row:nth-child(3) {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .featured-news-row .views-row img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.views-field-title .field-content a {
    font-size: 15px;
    color: #002340;
}
.views-field.views-field-title {
    padding-left: 0;
}

.latest-news a.button {
    color: #002340;
    border: 2px solid #002340;
}

.node--type-news-story .latest-news {
    max-width: unset;
    margin: unset;
    padding: unset;
}

.node--type-news-story .latest-news .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
}

.node--type-news-story .latest-news h2 {
    color: black;
}
.node--type-news-story .featured-news.views-row time.datetime, .views-field.views-field-created time.datetime {
    font-family: "YettelLight";
    font-size: 12px;
}

.node--type-news-story .views-field-title .field-content a {
    font-size: 14px;
    font-family: "YettelRegular";
}

.node--type-news-story .sidebar .block .content {
    line-height: 1;
}

.featured-news-row h1 {
    color: #002340;
    margin-bottom: 25px;
}