@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  border: 0;
  outline: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
.logomain {
  width: 150px;
}
body {
  background-color: #0c0d29;
  margin: 0;
  padding: 0;
}
nav ul li {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.nav-item::after {
  content: "";
  margin: auto;
  display: block;
  width: 0%;
  height: 2px;
  background-color: #3e74d6;
  opacity: 0;
  transition: 0.6s;
}
.nav-item:hover::after {
  width: 100%;
  opacity: 1;
}
#home {
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.1)
  );
  z-index: 1;
}
#home .container {
  height: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#home video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#homebutton {
  padding: 2%;
  margin-top: 1%;
  display: inline-block;
}
#maintitle {
  font-size: 2.6rem;
  font-weight: 700;
}
.title-span-1 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
}
.human {
  font-weight: 800;
}
.custom-spacing {
  margin-top: 40px !important;
}
.button1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background:
      /* top-right highlight (main) */ radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.85) 0%,
      rgba(255, 255, 255, 0.45) 7%,
      rgba(255, 255, 255, 0.18) 14%,
      rgba(255, 255, 255, 0.08) 20%,
      transparent 28%
    ),
    /* bottom-left highlight (slightly stronger now) */
      radial-gradient(
        circle at 0% 100%,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.22) 10%,
        rgba(255, 255, 255, 0.08) 18%,
        transparent 28%
      ),
    #3e74d6;

  padding: 14px 28px;
  color: #ffffff;
  text-decoration: none;

  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  overflow: hidden;

  box-shadow: inset 0 -2px 8px rgba(12, 13, 41, 0.35),
    inset 0 2px 4px rgba(12, 13, 41, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 6px 14px rgba(62, 116, 214, 0.35),
    0 2px 4px rgba(0, 0, 0, 0.15);

  transition: 0.4s;
}

.button1:hover {
  transition: 0.3s;
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
  margin-left: 2%;
  background: rgba(12, 13, 41, 0.2);
}
.button2 {
  background-color: #3e74d6;
  padding: 3%;
  color: #fff;
  text-decoration: none;
  margin-left: 2%;
  background: rgba(255, 255, 255, 0.1);
}
.left-home {
  position: relative;
  z-index: 6;
}
.colabimgs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.missionwrapper {
  background-color: #0c0d29;
  border-radius: 10px;
  margin-bottom: 8%;
  margin-top: 0;
  padding-top: 0;
  box-shadow: 0 0 70px 10px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.missiontitle {
  font-size: 1.7rem;
}
#mission {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: -1px;
}
#mission .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
  transition: background-color 0.3s ease-in-out;
}
header.menu-expanded {
  background-color: #0c0d29 !important;
}
section#home {
  position: relative;
  z-index: 5;
  margin: 0;
}
.missioncontent {
  margin-top: 4%;
  margin-bottom: 7%;
}
.cards-right {
  margin-top: 10%;
}
.prepaid-title {
  font-size: 3.2rem;
  font-weight: 700;
}
.counter {
  font-size: 5rem;
  font-weight: 800;
}
.countertitle {
  font-weight: 800;
}
#breinrockbenefits .row > .col-12 {
  display: flex;
  align-items: stretch;
}
.feature-box,
.half {
  background: #0c0d29;
  border-radius: 15px;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.policies {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.policies a {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.contactwrapper {
  background: #0c0d29;
  border-radius: 10px;
  margin-top: 8%;
  margin-bottom: 8%;
  box-shadow: 0 0 70px 10px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.contactcontent {
  margin-top: 4%;
  margin-bottom: 5%;
}
.contactbutton {
  display: inline-block;
  margin-top: 4%;
  box-shadow: 0 30px 70px 10px rgba(8, 65, 118, 0.9);
}
.contactbutton:hover {
  transition: 0.6s;
  box-shadow: 0 30px 70px 10px rgba(255, 255, 255, 0.1);
}
.contactform-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
  width: 100%;
  background: 0 0;
  padding: 0 5%;
  border-radius: 0 0 10px 10px;
}
.contactform-container.open {
  max-height: 650px;
}
#contactform {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
#contactform input,
#contactform textarea {
  width: 80%;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(8, 65, 118, 0.5);
  font-size: 1rem;
  box-shadow: 0 0 10px rgba(62, 116, 214, 0.2);
}
#contactform textarea {
  height: 100px;
}
.submit-btn {
  padding: 2%;
  background-color: #084176;
  color: #fff;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(8, 65, 118, 0.6);
  transition: background-color 0.3s;
}
.submit-btn:hover {
  background-color: rgba(8, 65, 118, 0.9);
}
.contactbtn {
  transition: opacity 0.5s ease;
}
#aboutmain {
  width: 100%;
}
.nav-item .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.nav-item .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}
.nav-item.dropdown {
  position: relative;
}
.dropdown-menu {
  min-width: 240px;
  padding: 8px;
  margin-top: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.nav-item.dropdown > .dropdown-menu {
  top: 100%;
  left: 0;
}
.dropdown-menu-dark,
.dropdown-menu-dark.bg-black {
  background: linear-gradient(180deg, rgba(12, 13, 41, 0.96) 0%, rgba(9, 18, 45, 0.95) 100%) !important;
  border: none;
}
.dropdown-menu {
  background: linear-gradient(180deg, rgba(12, 13, 41, 0.96) 0%, rgba(9, 18, 45, 0.95) 100%);
}
.dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 300;
  border-radius: 0;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  padding: 10px 14px;
  font-size: 0.82rem;
  line-height: 1.4;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #fff !important;
  background-color: rgba(62, 116, 214, 0.22);
  transform: translateX(2px);
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background-color: rgba(62, 116, 214, 0.32);
  color: #fff;
}
.policy-country-dropdown .dropdown-menu .dropdown-item,
.policy-country-dropdown .dropdown-menu .dropdown-item:hover,
.policy-country-dropdown .dropdown-menu .dropdown-item:focus,
.policy-country-dropdown .dropdown-menu .dropdown-item.active,
.policy-country-dropdown .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}
.item1 {
  transition: 0.6s;
}
.item1:hover {
  background-color: #2596be;
  transition: 0.6s !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-toggle::after {
  transform: rotate(-90deg) translateY(1px);
  margin-left: 0.45rem;
  opacity: 0.75;
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    min-width: 100%;
    margin-top: 6px;
    padding: 6px;
    border-radius: 0;
  }
  .dropdown-submenu .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    position: static;
    display: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(10, 16, 36, 0.94);
  }
  .dropdown-submenu .dropdown-menu.show,
  .dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu .dropdown-toggle::after {
    transform: rotate(0);
    margin-left: 0.5rem;
  }
}
.testimonials {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.shadow-effect {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  background: #0c0d29;
  position: relative;
  z-index: 0;
  min-height: 300px;
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.owl-carousel {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 80px;
  margin: 0 auto 17px;
}
.img-circle {
  width: 50px !important;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0, -50%, 0) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0, -50%, 0) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.shadow-effect p {
  color: #fff;
}
#customers-testimonials .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#customers-testimonials .shadow-effect {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.corporate-awards {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  background: 0 0;
}
#awards-carousel .item {
  text-align: center;
  padding: 40px 20px;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
#awards-carousel .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.award-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  background: 0 0;
  border: none;
  transition: all 0.3s ease;
}
.award-item:hover {
  transform: translateY(-5px);
}
#awards-carousel .owl-item img,
#awards-carousel img,
.award-item img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  max-height: 300px !important;
  object-fit: contain;
  filter: brightness(1.1);
  transition: all 0.3s ease;
  margin: 0 auto !important;
  transform-style: flat !important;
}
.award-item:hover img {
  filter: brightness(1.2);
  transform: scale(1.05);
}
#awards-carousel.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#awards-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#awards-carousel.owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  height: 12px;
  margin: 0 4px;
  width: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#awards-carousel.owl-carousel .owl-dots .owl-dot.active span,
#awards-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3e74d6;
  transform: scale(1.2);
}
@media (max-width: 1400px) {
  #awards-carousel .owl-item img,
  #awards-carousel img,
  .award-item img {
    max-height: 280px !important;
  }
}
@media (max-width: 1200px) {
  #awards-carousel .owl-item img,
  #awards-carousel img,
  .award-item img {
    max-height: 250px !important;
  }
}
@media (max-width: 992px) {
  #awards-carousel .owl-item img,
  #awards-carousel img,
  .award-item img {
    max-height: 220px !important;
  }
}
@media (max-width: 768px) {
  #awards-carousel .owl-item img,
  #awards-carousel img,
  .award-item img {
    max-height: 200px !important;
  }
}
@media (max-width: 576px) {
  #awards-carousel .owl-item img,
  #awards-carousel img,
  .award-item img {
    max-height: 180px !important;
  }
}
.teamtitle {
  color: #fff;
  padding-bottom: 5%;
  font-size: 3.2rem;
  text-align: center;
}
.card-page-hero-img {
  transform: rotate(45deg);
  opacity: 0.4;
}
.card-page-hero-img1 {
  transform: rotate(-45deg);
}
#why-breinrock {
  padding: 3rem 1rem;
  text-align: left;
}
.why-breinrock .container {
  max-width: 800px;
  margin: 0 auto;
}
.why-breinrock h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}
.benefits-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #4caf50;
  font-size: 1.5rem;
}
#our-locations h2,
#our-locations h3 {
  font-size: 2.6rem;
}
#our-locations span {
  cursor: pointer;
}
.image-compare-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.image-compare-container {
  position: relative;
  width: 100%;
  height: 100%;
  user-select: none;
}
.image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.top-image {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0.1s ease;
}
.divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drag-handle {
  background: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 9999px;
  padding: 10px 20px;
  cursor: ew-resize;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 20px;
  white-space: nowrap;
}
.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 1.5rem;
  color: #fff;
  margin-left: auto;
  transform: none !important;
  display: none;
}
.accordion-button:not(.collapsed)::after {
  content: "–";
}
#baas-faq h2 {
  font-size: 3.6rem;
}
.accordion-button {
  font-size: 1.5rem !important;
  line-height: 2 !important;
  box-shadow: none;
  outline: 0;
}
.accordion-button:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
footer input {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 2%;
  color: #fff;
}
#mc_embed_signup #mce-responses,
#mc_embed_signup #mergeRow-gdpr,
#mc_embed_signup .indicates-required,
#mc_embed_signup div[aria-hidden="true"],
#mc_embed_signup h2 {
  display: none !important;
}
#mc_embed_signup {
  background: 0 0 !important;
  clear: both;
  font: inherit;
}
#mc_embed_signup form {
  padding: 0 !important;
  margin: 0 !important;
}
#mc_embed_signup_scroll {
  padding: 0 !important;
}
#mc_embed_signup input.email {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  padding: 2% !important;
  color: #fff !important;
  width: 100% !important;
  font-size: inherit !important;
  border-radius: 0 !important;
  height: auto !important;
  margin: 0 0 15px 0 !important;
}
#mc_embed_signup input.email::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#mc_embed_signup input.email:focus {
  outline: 0 !important;
  border-color: #3e74d6 !important;
}
#mc_embed_signup label[for="mce-EMAIL"] {
  display: none !important;
}
#mc_embed_signup button.button,
#mc_embed_signup input[type="submit"].button {
  background: #3e74d6 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  font-size: inherit !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border-radius: 5px !important;
  display: inline-block !important;
  margin-top: 15px !important;
  width: auto !important;
  height: auto !important;
}
#mc_embed_signup button.button:hover,
#mc_embed_signup input[type="submit"].button:hover {
  background: #3460b8 !important;
  transform: translateY(-2px) !important;
}
#mc_embed_signup .response {
  padding: 10px 0 !important;
  font-size: 14px !important;
  color: #fff !important;
  margin: 10px 0 0 0 !important;
}
#mc_embed_signup .mce_inline_error {
  background-color: transparent !important;
  color: #ff6b6b !important;
  font-weight: 400 !important;
  padding: 5px 0 !important;
  margin: 5px 0 !important;
}
#mc_embed_signup .content__gdprLegal {
  display: none !important;
}
#mc_embed_signup,
#mc_embed_signup label,
#mc_embed_signup p {
  color: #fff !important;
}
#mc_embed_signup .clear {
  clear: both;
}
@media (max-width: 768px) {
  #mc_embed_signup input.email {
    padding: 3% !important;
  }
  #mc_embed_signup input[type="submit"].button {
    width: 100% !important;
    padding: 15px !important;
  }
}
#news-newsletter-section {
  background: linear-gradient(135deg, #0c0d29 0, #121437 100%);
  position: relative;
  overflow: hidden;
}
.news-newsletter-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-newsletter-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#news-newsletter-section #mc_embed_signup input.email {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  text-align: center !important;
}
#news-newsletter-section #mc_embed_signup input.email:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #3e74d6 !important;
  box-shadow: 0 0 0 4px rgba(62, 116, 214, 0.1) !important;
  transform: translateY(-2px) !important;
}
#news-newsletter-section #mc_embed_signup input.email::placeholder {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#news-newsletter-section #mc_embed_signup input[type="submit"].button {
  background: linear-gradient(135deg, #3e74d6 0, #3460b8 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 48px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  cursor: pointer !important;
  transition: all 0.4s ease !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(62, 116, 214, 0.3),
    0 0 0 0 rgba(62, 116, 214, 0.5) !important;
  position: relative !important;
  overflow: hidden !important;
}
#news-newsletter-section #mc_embed_signup input[type="submit"].button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}
#news-newsletter-section
  #mc_embed_signup
  input[type="submit"].button:hover::before {
  width: 300px;
  height: 300px;
}
#news-newsletter-section #mc_embed_signup input[type="submit"].button:hover {
  background: linear-gradient(135deg, #487ee0 0, #3e6ac2 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 40px rgba(62, 116, 214, 0.4),
    0 0 0 8px rgba(62, 116, 214, 0.1) !important;
}
#news-newsletter-section #mc_embed_signup input[type="submit"].button:active {
  transform: translateY(-1px) !important;
}
#news-newsletter-section #mc_embed_signup .response {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  padding: 15px !important;
  margin-top: 20px !important;
  font-weight: 500 !important;
}
#news-newsletter-section #mc_embed_signup #mce-success-response {
  color: #4caf50 !important;
  border: 1px solid rgba(76, 175, 80, 0.3) !important;
}
#news-newsletter-section #mc_embed_signup #mce-error-response {
  color: #ff6b6b !important;
  border: 1px solid rgba(255, 107, 107, 0.3) !important;
}
@media (max-width: 991.98px) {
  .news-newsletter-card {
    padding: 2.5rem 2rem;
  }
  #news-newsletter-section h2 {
    font-size: 2rem !important;
  }
}
@media (max-width: 767.98px) {
  .news-newsletter-card {
    padding: 2rem 1.5rem;
  }
  #news-newsletter-section h2 {
    font-size: 1.75rem !important;
  }
  #news-newsletter-section p {
    font-size: 1rem !important;
  }
  #news-newsletter-section #mc_embed_signup input.email {
    padding: 14px 16px !important;
  }
  #news-newsletter-section #mc_embed_signup input[type="submit"].button {
    width: 100% !important;
    padding: 16px 24px !important;
  }
}
@media (max-width: 575.98px) {
  #news-newsletter-section {
    padding: 2rem 0 !important;
  }
  .news-newsletter-card {
    padding: 1.5rem 1rem;
    border-radius: 15px;
  }
  #news-newsletter-section h2 {
    font-size: 1.5rem !important;
  }
}
.blog-card {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-img-placeholder {
  height: 180px;
  background-color: #e0e0e0;
}
.blog-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.blog-category {
  font-size: 0.8rem;
  color: red;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.blog-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blog-title:hover {
  color: #000;
  text-decoration: none !important;
}
.blog-link {
  font-size: 0.9rem;
  color: #007bff;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.blog-date {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.5rem;
}
.blog-img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-img-link {
  display: block;
}
.blog-title-link {
  text-decoration: none !important;
  color: inherit;
}
.blog-title-link:hover {
  color: #000;
  text-decoration: none !important;
}
.card-gif {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-container {
  width: 100%;
  overflow-x: hidden;
  padding: 0 15px;
  box-sizing: border-box;
}
#new-cards {
  min-height: 100vh;
  padding-top: 5rem;
}
.card-hero-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .card-hero-title {
    font-size: 3.5rem;
  }
}
.accordion-button .icon-toggle {
  transition: transform 0.3s ease;
  font-size: 1.5rem;
  color: #fff;
}
.accordion-button.collapsed .icon-toggle::before {
  content: "+";
}
.accordion-button:not(.collapsed) .icon-toggle::before {
  content: "-";
}
.timeline-container {
  position: relative;
  padding: 2rem 0;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3e74d6, #2596be);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(62, 116, 214, 0.4);
  position: relative;
  z-index: 2;
}
.timeline-item:not(:last-child) .timeline-number::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: linear-gradient(
    180deg,
    rgba(62, 116, 214, 0.5),
    rgba(62, 116, 214, 0.1)
  );
  z-index: 1;
}
.timeline-content {
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(62, 116, 214, 0.3);
}
@media (max-width: 767.98px) {
  .timeline-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .timeline-item:not(:last-child) .timeline-number::after {
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
  }
  .timeline-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}
.accordion-item {
  background-color: rgba(12, 13, 41, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.accordion-button {
  background-color: rgba(12, 13, 41, 0.6);
  color: #fff;
  border: none;
  padding: 1.25rem 1.5rem;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(62, 116, 214, 0.2);
  color: #fff;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(62, 116, 214, 0.5);
}
.accordion-button::after {
  background-image: none !important;
  content: "+" !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #3e74d6 !important;
  flex-shrink: 0 !important;
  width: auto !important;
  height: auto !important;
  margin-left: auto !important;
  display: inline-block !important;
}
.accordion-button:not(.collapsed)::after {
  content: "−" !important;
  transform: none !important;
  color: #3e74d6 !important;
}
.accordion-body {
  background-color: rgba(12, 13, 41, 0.4);
  color: #fff;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-collapse {
  border: none;
}
.contactlanding-bg {
  background-image: url("imgs/landingcontact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 2rem;
  border-radius: 25px;
  overflow: hidden;
}
.contactlanding-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.contactwrapper-landing {
  position: relative;
  z-index: 2;
}
.contactcontent-landing {
  position: relative;
  z-index: 2;
}
.analytics-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.analytics-div {
  position: absolute;
  width: 150px;
  height: 150px;
  opacity: 0;
  transform: scale(0.3);
  animation: analyticsAppear 2s ease-out forwards;
}
.analytics-pie {
  top: 25%;
  left: 3%;
  animation-delay: 0.5s;
}
.analytics-graph {
  top: 25%;
  right: 3%;
  animation-delay: 1s;
}
.glassmorphic-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.glassmorphic-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  animation: shimmer 3s ease-in-out infinite;
}
.pie-chart {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 12px;
  animation: pieRotate 4s ease-in-out infinite;
}
.pie-slice {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip-path: polygon(50% 50%, 50% 0%, 100% 0%);
  transform-origin: 50% 50%;
}
.slice-1 {
  background: linear-gradient(45deg, #4caf50, #66bb6a);
  transform: rotate(0);
  animation: sliceGrow 1.5s ease-out 2s forwards;
}
.slice-2 {
  background: linear-gradient(45deg, #2196f3, #42a5f5);
  transform: rotate(120deg);
  animation: sliceGrow 1.5s ease-out 2.2s forwards;
}
.slice-3 {
  background: linear-gradient(45deg, #ff9800, #ffb74d);
  transform: rotate(240deg);
  animation: sliceGrow 1.5s ease-out 2.4s forwards;
}
.pie-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: centerPulse 2s ease-in-out 2.5s infinite;
}
.percentage {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}
.line-graph {
  width: 100px;
  height: 60px;
  margin-bottom: 12px;
}
.graph-svg {
  width: 100%;
  height: 100%;
}
.graph-line {
  fill: none;
  stroke: #4caf50;
  stroke-width: 2;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: lineDraw 2s ease-out 2s forwards;
}
.data-point {
  fill: #4caf50;
  opacity: 0;
  animation: pointAppear 0.3s ease-out forwards;
}
.data-point:nth-child(2) {
  animation-delay: 2.2s;
}
.data-point:nth-child(3) {
  animation-delay: 2.4s;
}
.data-point:nth-child(4) {
  animation-delay: 2.6s;
}
.data-point:nth-child(5) {
  animation-delay: 2.8s;
}
.data-point:nth-child(6) {
  animation-delay: 3s;
}
.data-point:nth-child(7) {
  animation-delay: 3.2s;
}
.data-point:nth-child(8) {
  animation-delay: 3.4s;
}
.chart-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-align: center;
  animation: labelFade 1s ease-out 3.5s forwards;
  opacity: 0;
}
@keyframes analyticsAppear {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-10deg);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes pieRotate {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sliceGrow {
  0% {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%);
  }
}
@keyframes centerPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes lineDraw {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes pointAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes labelFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@media (max-width: 768px) {
  .analytics-div {
    width: 100px;
    height: 100px;
  }
  .analytics-pie {
    top: 20%;
    left: 2%;
  }
  .analytics-graph {
    top: 20%;
    right: 2%;
  }
  .pie-chart {
    width: 50px;
    height: 50px;
  }
  .pie-center {
    width: 25px;
    height: 25px;
  }
  .percentage {
    font-size: 9px;
  }
  .line-graph {
    width: 70px;
    height: 45px;
  }
  .contactlanding-bg {
    margin: 0 1rem;
  }
  .analytics-container {
    display: none;
  }
}
@media (max-width: 480px) {
  .analytics-div {
    width: 80px;
    height: 80px;
  }
  .analytics-pie {
    top: 15%;
    left: 1%;
  }
  .analytics-graph {
    top: 15%;
    right: 1%;
  }
  .pie-chart {
    width: 40px;
    height: 40px;
  }
  .pie-center {
    width: 20px;
    height: 20px;
  }
  .percentage {
    font-size: 8px;
  }
  .line-graph {
    width: 60px;
    height: 35px;
  }
}
.cta-title {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cta-title {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 575.98px) {
  .cta-title {
    font-size: 1.5rem !important;
  }
}
.digital-assets-hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
}
.digital-assets-hero-text {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 900px;
}
@media (max-width: 991.98px) {
  .digital-assets-hero-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .digital-assets-hero-text {
    font-size: 1rem;
    max-width: 700px;
  }
}
@media (max-width: 767.98px) {
  .digital-assets-hero-title {
    font-size: 1rem !important;
    line-height: 1.3;
  }
  .digital-assets-hero-text {
    font-size: 0.75rem !important;
    max-width: 100%;
    padding: 0 0.5rem;
    line-height: 1.5;
  }
  #aboutmain .container {
    margin-top: 5% !important;
  }
  #aboutmain .mt-4 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  .digital-assets-hero-title {
    font-size: 0.9rem !important;
    line-height: 1.4;
  }
  .digital-assets-hero-text {
    font-size: 0.7rem !important;
    line-height: 1.5;
  }
  #aboutmain .container {
    margin-top: 3% !important;
  }
}
.compare-home {
  margin-top: 10% !important;
}
.comparison-card {
  background: #0c0d29;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.comparison-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
  text-align: center;
}
.comparison-table {
  width: 100%;
  margin-bottom: 0;
  background: #0c0d29;
}
.comparison-table thead th {
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 600;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 1.25rem 1rem;
  font-size: 1rem;
}
.comparison-table thead th.competitor-column {
  text-align: center;
}
.comparison-table tbody {
  background: #0c0d29;
}
.comparison-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.comparison-table tbody tr:last-child {
  border-bottom: none;
}
.comparison-table tbody td {
  border: none;
  vertical-align: middle;
  padding: 1.25rem 1rem;
  background: #0c0d29;
}
.feature-column {
  width: 45%;
  padding: 1.25rem 1rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.competitor-column {
  width: 27.5%;
  padding: 1.25rem 1rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.feature-cell {
  width: 45%;
  padding: 1.25rem 1rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.competitor-cell {
  width: 27.5%;
  padding: 1.25rem 1rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.breinrock-highlight {
  background: 0 0 !important;
  color: #fff !important;
}
.checkmark {
  color: #28a745;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.cross {
  color: #dc3545;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 991.98px) {
  .comparison-card {
    padding: 1.5rem;
  }
  .comparison-table tbody td,
  .comparison-table thead th {
    padding: 1rem 0.75rem;
    font-size: 0.95rem;
  }
  .feature-cell,
  .feature-column {
    width: 45%;
    font-size: 0.9rem;
  }
  .competitor-cell,
  .competitor-column {
    width: 27.5%;
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .comparison-card {
    padding: 1rem 0.75rem;
    margin: 0 -0.75rem;
  }
  .comparison-title {
    font-size: 1.25rem;
  }
  .comparison-table {
    font-size: 0.85rem;
  }
  .comparison-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .comparison-table tbody td {
    padding: 0.875rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .feature-cell,
  .feature-column {
    width: 50%;
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }
  .competitor-cell,
  .competitor-column {
    width: 25%;
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
  }
  .checkmark,
  .cross {
    font-size: 0.9rem;
    margin-right: 0.25rem;
  }
  .competitor-cell .checkmark,
  .competitor-cell .checkmark + span {
    display: inline;
  }
  .competitor-cell {
    word-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 575.98px) {
  .comparison-card {
    padding: 0.75rem 0.5rem;
    margin: 0 -0.5rem;
    border-radius: 10px;
  }
  .comparison-table {
    font-size: 0.75rem;
  }
  .comparison-table thead th {
    padding: 0.625rem 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .comparison-table tbody td {
    padding: 0.75rem 0.375rem;
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .feature-cell,
  .feature-column {
    width: 50%;
    padding: 0.625rem 0.375rem;
    font-size: 0.7rem;
  }
  .competitor-cell,
  .competitor-column {
    width: 25%;
    padding: 0.625rem 0.375rem;
    font-size: 0.65rem;
  }
  .checkmark,
  .cross {
    font-size: 0.8rem;
    margin-right: 0.2rem;
  }
  .feature-cell span {
    line-height: 1.3;
  }
  .competitor-cell.breinrock-highlight {
    word-break: break-word;
  }
  .competitor-cell .checkmark,
  .competitor-cell .cross {
    flex-shrink: 0;
  }
}
footer a[href*="country="] {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
footer a[href*="country="]:hover img {
  filter: drop-shadow(0 0 15px rgba(62, 116, 214, 0.8))
    drop-shadow(0 0 30px rgba(62, 116, 214, 0.5));
  transition: filter 0.3s ease;
}
footer a[href*="country="] img {
  transition: filter 0.3s ease;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  outline: 0;
}
footer .d-flex.align-items-center.mt-4 .ms-3 img,
footer a[href*="country="] img {
  object-fit: contain !important;
  height: auto !important;
  max-width: 85px;
  width: 85px;
}
footer a[href*="country="]::after {
  content: "+";
  position: absolute;
  top: -4px;
  right: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e74d6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10;
  line-height: 1;
}
footer .mt-4.mb-4 {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .social-media-link {
  text-decoration: none;
  border: none;
  outline: 0;
  display: inline-block;
}
footer .social-media-link:active,
footer .social-media-link:focus,
footer .social-media-link:hover {
  text-decoration: none;
  border: none;
  outline: 0;
}
footer .social-media-link img {
  width: 25px;
  height: auto;
  display: block;
  border: none;
  outline: 0;
}
footer img.logo {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Reusable legal/policy page reading layout */
.policy-page {
  padding-top: clamp(88px, 10vw, 140px);
  padding-bottom: 48px;
}

.policy-shell {
  max-width: 980px;
}

.policy-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.policy-title {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
}

.policy-country-dropdown .dropdown-toggle {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(12, 13, 41, 0.7);
  color: #fff !important;
}

.policy-country-dropdown .btn-outline-light.dropdown-toggle:hover,
.policy-country-dropdown .btn-outline-light.dropdown-toggle:focus,
.policy-country-dropdown .btn-outline-light.dropdown-toggle:active,
.policy-country-dropdown .show > .btn-outline-light.dropdown-toggle {
  color: #fff !important;
  background: rgba(12, 13, 41, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.policy-country-dropdown .dropdown-menu {
  min-width: 240px;
  max-height: min(60vh, 420px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgb(12, 13, 41);
}

.policy-card {
  max-width: 760px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.policy-card h2 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 2vw, 1.24rem);
  line-height: 1.35;
}

.policy-card h2:first-of-type {
  margin-top: 0;
}

.policy-card p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.75;
  max-width: 70ch;
  padding: 16px 18px;
  background: rgba(17, 22, 48, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.policy-card h2 + p {
  margin-top: 0;
}

.policy-card ul {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.policy-card li {
  margin-top: 10px;
  line-height: 1.7;
}

.policy-card li > ul {
  margin-top: 8px;
}

/* Landing page demo modal select fields */
#demo-cta .form-select.demo-input {
  background: linear-gradient(135deg, rgba(28, 72, 150, 0.96) 0%, rgba(36, 90, 184, 0.96) 100%) !important;
  background-color: rgba(28, 72, 150, 0.96) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

#demo-cta .demo-form select option {
  background-color: #1c4896 !important;
  color: #fff !important;
}

/* Landing page "Get in touch" popup select fields */
#demoPopup .form-select.demo-input,
.demo-popup-content .form-select.demo-input {
  background: linear-gradient(135deg, rgba(28, 72, 150, 0.96) 0%, rgba(36, 90, 184, 0.96) 100%) !important;
  background-color: rgba(28, 72, 150, 0.96) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
}

#demoPopup .demo-form select option,
.demo-popup-content .demo-form select option {
  background-color: #1c4896 !important;
  color: #fff !important;
}
