/*Tabs*/

/* Style the <ul> to align the tabs horizontally */
.block-local-tasks-block ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px; /* Space between tabs */
  flex-direction: column;
  position: fixed;
  z-index: 1003;
  top: 587px;
}

/* Style the <li> elements (optional since we're styling <a> tags directly) */
.block-local-tasks-block ul li {
  margin: 10px;
  padding: 10px;
}

/* Style the <a> tags to look like buttons */
.block-local-tasks-block ul li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #56718f; /* Primary blue */
  color: white;
  border-radius: 5px 30px 30px 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  width: 120px;
}

/* Add hover effect */
.block-local-tasks-block ul li a:hover {
  background-color: #445c78; /* Darker blue */
  color: #fff;
}

/* Style the active tab */
.block-local-tasks-block ul li a.is-active, ul li a[aria-current="page"] {
  background-color: #d18121; /* Green for active tab */
  color: white;
  cursor: default;
}

/* Ends Tabs styles */

.container__internal-pages {
  display: flex; 
  flex-direction: column;
  max-width: 550px;
  margin: 10px;
}

.block-system-breadcrumb-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.block-system-breadcrumb-block a {
  color: var(--secondary-color);
  text-decoration: none;
  margin-right: var(--space-xxs);
}

.block-system-breadcrumb-block a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.block-system-breadcrumb-block ol {
  list-style-type: none; 
  display: inline-flex;
}

.block-system-breadcrumb-block li {
  text-indent: var(--space-xxs);
  padding-right: 18px;
  font-size: var(--font-size-small);
}

.block-system-breadcrumb-block li::marker {
  color: var(--secondary-color);
  font-size: var(--font-size-small);
  content: " /  "; 
}

.block-system-breadcrumb-block li:first-child::marker {
  content: " "; 
}

.header__internal-small {
  display: block;
}

.content__internal-container div{
    margin-left: auto;
    margin-right: auto;
}

.header__internal-small img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.header__internal-medium {
  display: none;
}

.header__internal-full {
  display: none;
}

.header__title-page {
  display: block;
  position: absolute;
  top: 31%;
  left: 25%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  width: 275px;
  font-weight: bold;
  line-height: 26px;
}

.region-header #block-bogartcasino-breadcrumbs + .region-content .header__title-page {
    top: 265px;
}


.card__banking{
  height: 640px;
}

.card__banking-img{
  height: 50px;
  width: auto;
}

.card__banking-wd{
  height: 923px;
}

@media (min-width: 780px) {
  .container__internal-pages {
    max-width: 900px;
  }

  .header__internal-small {
    display: none;
  }

  .header__internal-full {
    display: none;
  }

  .header__internal-medium {
    display: block;
  }

  .header__internal-medium img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .header__title-page {
  top: 22%;
  left: 17.4%;
  font-size: 21px;
  width: 435px;
  line-height: 25px;
  }

}

@media (min-width: 900px) {
  .container__internal-pages {
    max-width: 890px;
    position: relative;
    margin: 10px auto 0;
  }

  .block-system-breadcrumb-block li {
  text-indent: var(--space-xxs);
  padding-right: 18px;
  font-size: var(--font-size-medium);
  }

  .header__internal-full {
    display: block;
    position: relative;
    z-index: 1; 
  }
  
  .header__internal-small {
    display: none;
  }

  .header__internal-medium {
    display: none;
  }

  .header__internal-full {
    display: block;
  }

  .header__internal-full img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

@media (min-width: 1200px){

    .container__internal-pages {
    max-width: 1190px;
    position: relative;
    margin: 10px auto 0;
  }
    .header__title-page {
    top: 24px;
    left: 25%;
    font-size: 3.0rem;
    line-height: 3.0rem;
    width: 630px;
    text-align: start;
  }

}

@media (min-width: 1200px){

    .container__internal-pages {
    max-width: 1495px;
    position: relative;
    margin: 10px auto 0;
  }
    .header__title-page {
    top: 24px;
    left: 27%;
    font-size: 3.0rem;
    line-height: 3.9rem;
    width: 630px;
    text-align: start;
    line-height: 47px;
  }

}

