footer {
  background-color: #27283c;
  color: #fff;
}
footer .newsletter-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  letter-spacing: -0.25px;
}
footer .footer-nav .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
  margin-bottom: 16px;
}
footer .footer-nav .title.partners {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  flex-wrap: wrap;
}
footer .footer-nav .nav-link,
footer .ad-landing-footer a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
}
footer .footer-nav .nav-list li {
  margin-bottom: 16px;
}
footer .footer-nav .nav-list li:last-child {
  margin-bottom: 0;
}
footer .footer-nav .nav-link:hover,
footer .ad-landing-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-nav .nav-link:focus-visible,
footer .ad-landing-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
footer .newsletter input[type="email"]::placeholder {
  color: var(--Greyscale-CY-Shade_50, #93949e);
}
footer .newsletter .input-wrap {
  gap: 8px;
}
footer .newsletter input[type="email"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M17 1H3C1.89543 1 1 1.89543 1 3V13C1 14.1046 1.89543 15 3 15H17C18.1046 15 19 14.1046 19 13V3C19 1.89543 18.1046 1 17 1Z' stroke='%2393949E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 3L10 9L19 3' stroke='%2393949E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
  padding: 12px 16px 12px 56px;
  color: rgb(255 255 255 / 100%);
  border-radius: 4px;
  border: 1px solid var(--greyscale-cy-shade-70-placeholder, #686876);
  background-color: var(--greyscale-cy-shade-90-body, #3d3e50);
  width: 100%;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
}
footer .newsletter input[type="email"]:-webkit-autofill,
footer .newsletter input[type="email"]:-webkit-autofill:hover,
footer .newsletter input[type="email"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}
footer .newsletter input[type="email"]:focus {
  outline: none;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

footer .newsletter button {
  border-radius: 4px;
  border: 1.5px solid var(--Blue-CY-Primary, #1863dc);
  background: #1863dc;
  padding: 10px 20px;
  flex-shrink: 0;
  color: var(--Greyscale-CY-White, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  transition: all 0.3s ease-in-out;
}
footer .newsletter button:hover,
footer .newsletter button:focus {
  background-color: #1863dc;
  border: 1.5px solid var(--Blue-CY-Primary, #1863dc);
  transition: all 0.3s ease-in-out;
}

footer .newsletter input[type="checkbox"]:checked:before {
  color: #fff !important;
  background: #1863dc;
}
footer .newsletter input[type="checkbox"]:before {
  content: "\2713";
  font-size: 12px;
  color: transparent !important;
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: none;
  margin-right: 10px;
  background: var(--greyscale-cy-shade-90-body, #3d3e50);
  border: 1px solid var(--greyscale-cy-shade-70-placeholder, #686876);
  border-radius: 4px;
  text-align: center;
}
footer .newsletter input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
footer .newsletter p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
footer .newsletter label {
  color: var(--greyscale-cy-shade-80-label, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
footer .newsletter a {
  color: #65a0ff;
  font-size: inherit;
  text-decoration: underline;
}
footer .newsletter a:hover {
  text-decoration: none;
}
footer .newsletter button:hover,
footer .newsletter button:focus {
  opacity: 0.8;
}
footer .newsletter button img {
  height: 20px;
  width: 20px;
}
footer .divider-bottom {
  border-bottom: 1px solid #3d3e50;
}
footer .col-12 > .footer-nav {
  margin-bottom: 30px;
}
footer .footer-nav .nav-link:last-child {
  margin-bottom: 0;
}
footer span.highlight.green-bg {
  border-radius: 5px;
  background: #0dd6a4;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 1px 6px;
}
footer .free-tools {
  position: relative;
}
footer .free-tools:after {
  content: "";
  position: absolute;
  top: 0;
  margin-left: 5px;
  width: 15px;
  height: 100%;
  background-image: url(/wp-content/themes/cookieyes-new/assets/images/sparkles.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer-nav a.nav-link.view-more {
  position: relative;
}
footer .footer-nav a.nav-link.view-more:after {
  content: "";
  position: absolute;
  top: 0;
  margin-left: 4px;
  width: 16px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33398 8H12.6673M12.6673 8L8.66732 12M12.6673 8L8.66732 4' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
footer .footer-nav a.nav-link.view-more:hover {
  opacity: 1;
}
footer .review-wrap {
  border-radius: 6px;
  border: 1px solid var(--greyscale-cy-shade-90-body, #3d3e50);
  padding: 8px 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
footer .review-wrap:hover {
  background: #3d3e50;
}
footer .gap-20 {
  gap: 20px;
}
footer .review-wrap p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
}
footer .review-wrap a.invisible-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent; /* Ensures no contrast issue */
  text-indent: -9999px; /* Moves text off-screen for accessibility */
  overflow: hidden;
  white-space: nowrap;
}
footer .copy-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

/* wpml */
footer select {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  padding: 6px 10px;
  width: 100%;
  max-width: 200px;
}
footer a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  position: relative;
  padding: 8px 12px;
}
footer .wpml-ls-item-toggle.show {
  background-color: #fff !important;
}
footer a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover {
  text-decoration: none;
}
footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border: none;
  padding: 15px 20px;
}
footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  text-decoration: none;
  background-color: var(--Blue-CY-Primary_Bg-3, #f1f6fd);
  color: var(--Blue-CY-Primary, #1863dc);
}
footer .wpml-ls-sidebars-cookieyes_translator_widget {
  text-align: left;
}
footer select:focus {
  outline: none;
}
footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  bottom: 100% !important;
  top: auto !important;
}
footer .sib_signup_box_inside_10 {
  display: flex;
  flex-direction: column;
}
footer .sib_signup_box_inside_10 .sib_msg_disp {
  order: 3;
}
footer form#sib_signup_form_10 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer form#sib_signup_form_10 .sib_loader {
  order: 10;
  position: relative;
}
footer form#sib_signup_form_10 .sib_loader img {
  display: none !important;
}
footer form#sib_signup_form_10 .sib_loader:before {
  content: "";
  animation: dots 2s infinite;
  font-size: 12px;
  opacity: 0.7;
}
footer form#sib_signup_form_10 p.sib-alert-message {
  margin-bottom: 0 !important;
  margin-top: 5px;
}
footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M4.94 6.25598L8 9.30931L11.06 6.25598L12 7.19598L8 11.196L4 7.19598L4.94 6.25598Z' fill='white'/%3E%3C/svg%3E");
  transition: all 0.2s ease-in-out;
  border: none;
  height: 100%;
  top: 0;
  width: 18px;
  margin-left: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover:after,
footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle.show:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M7.99708 11.5058L15.0029 18.5L21.9971 11.4942' stroke='%231863DC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
@keyframes dots {
  0% {
    content: "Please wait";
  }
  33% {
    content: "Please wait.";
  }
  66% {
    content: "Please wait..";
  }
  100% {
    content: "Please wait...";
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  footer .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
