.footer {
    color: var(--White, #FFF);
    font-family: Staatliches;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  background-color: black;
}

.footer-block:empty {
  display: none;
}

.footer-block__heading {
  font-weight: 500;
  color: white;
}

.footer-block__details-content.rte,
.footer-block__details-content > li {
  margin-top: 10px;
}

footer-menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .footer-block--list .footer-block__heading svg {
    display: none;
  }
}

@media (max-width: 959px) {
  footer-menu {
    overflow: hidden;
    position: relative;
    padding-bottom: var(--grid-vertical-space);
  }

  footer-menu .footer-block__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer-menu ul {
    height: 0;
    opacity: 0;
  }

  footer-menu .icon-arrow {
    display: inline-block;
  }

  footer-menu .icon-minus {
    display: none;
  }

  footer-menu::after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-text), 0.1);
  }
  footer-menu[open] ul {
    opacity: 1;
    height: auto;
  }

  footer-menu[open] .icon-arrow {
    display: none;
  }

  footer-menu[open] .icon-minus {
    display: inline-block;
  }
}

.footer-block__details-content .list-menu__item--active,
.footer-block__details-content .list-menu__item--link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: rgba(var(--color-text));
  opacity: 1;
}

.footer-block-image > img {
  height: auto;
  object-fit: cover;
  object-fit: center center;
}

@media (max-width: 959px) {
  .footer-block-image {
    text-align: left !important;
  }
}

.footer__copyright {
  margin-top: 10px;
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  .footer-block--newsletter {
    margin-bottom: auto;
  }

  .footer-block--newsletter .field {
    width: 410px;
  }
}

@media (max-width: 959px) {
  .footer-block--newsletter {
    margin-top: 20px;
  }

  .footer-block--subscribe {
    width: 100%;
  }

  .footer-block--newsletter .field {
    width: 100%;
  }

  .footer__list-social {
    margin-bottom: 20px;
  }
}

.footer-block--subscribe .footer-block__heading {
  margin-bottom: 15px;
}

.footer__list-social {
  display: flex;
  gap: 8px;
}

.footer__list-social a svg {
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__list-social a:hover svg {
  transform: scale(1.1);
}

.footer__content-bottom {
  border-top: 1px solid rgba(var(--color-entry-line));
  padding-top: 40px;
}

@media (min-width: 960px) {
  .footer__content-bottom {
    padding-top: 40px;
  }
}

@media (max-width: 959px) {
  .footer__content-bottom {
    padding-top: 20px;
  }
}

.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 960px) {
  .footer__column--info {
    max-width: 30%;
  }
}

@media (max-width: 959px) {
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

.footer__localization form {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__localization .dropdown-menu__list-wrapper {
  opacity: 1;
  animation: animateLocalization 200ms ease;
  transform: translateY(-10px);
}

.footer__payment {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer__payment > svg {
  height: 22px;
  width: 35px;
}

@media (max-width: 959px) {
  .footer__content-bottom-wrapper {
    flex-direction: column;
  }

  .footer__column--info {
    align-items: center;
  }

  .footer__copyright {
    margin-top: 20px;
  }

  .footer__payment {
    justify-content: center;
  }
  .footer__localization form {
    gap: 6px;
  }
  .footer__localization dropdown-menu:last-child .dropdown-menu__list-wrapper {
    right: 0;
  }
}

@media (max-width: 959px) {
  .footer__list-social {
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer__list-social a svg {
    width: 36px;
    height: 36px;
  }
}

.footer .newsletter-form__button {
  padding: 10px;
  padding-right: 0;
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */


/* Fixed Claim Button Styles */
.fixed-claim-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.claim-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease;
    font-family: 'Staatliches', sans-serif;
}

.claim-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.6);
}

.claim-btn:active {
    transform: translateY(0);
}

/* Full Screen Modal Styles */
.claim-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.claim-modal-content {
    position: relative;
    background: white;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.claim-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.2s ease;
    z-index: 1;
}

.claim-modal-close:hover {
    background: #f5f5f5;
    color: #000;
}

.claim-modal-body {
    padding: 20px;
    text-align: center;
}

.claim-modal-body h2 {
    color: #007bff;
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Staatliches', sans-serif;
}

.claim-modal-body p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

.claim-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field {
    text-align: left;
}

.form-field label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
}

.form-field input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-field input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.claim-submit-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 18px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: 'Staatliches', sans-serif;
}

.claim-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.claim-terms {
    margin-top: 20px;
    color: #999;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* Checkbox Group Styles */
.checkbox-group {
    text-align: left;
}

.checkbox-group-label {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}

.checkbox-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #f8f9fa;
}

.checkbox-option:hover {
    border-color: #007bff;
    background: #f0f8ff;
}

.checkbox-option input[type="checkbox"] {
    margin: 0;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #007bff;
}

.checkbox-label {
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    flex: 1;
}

.checkbox-option input[type="checkbox"]:checked+.checkbox-label {
    color: #007bff;
    font-weight: 600;
}

.checkbox-option:has(input[type="checkbox"]:checked) {
    border-color: #007bff;
    background: linear-gradient(135deg, #f0f8ff, #e6f3ff);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .fixed-claim-button {
        bottom: 20px;
        right: 20px;
    }

    .claim-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .claim-modal-content {
        width: 95%;
        margin: 20px;
    }

    .claim-modal-body {
        padding: 30px 25px;
    }

    .claim-modal-body h2 {
        font-size: 1.5rem;
    }

    .form-field input {
        padding: 12px;
    }

    .claim-submit-btn {
        padding: 15px 25px;
        font-size: 1rem;
    }

    .checkbox-option {
        padding: 10px 14px;
    }

    .checkbox-label {
        font-size: 0.9rem;
    }

    .checkbox-group-label {
        font-size: 0.95rem;
    }
}