* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: black;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.scroll-animation {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.image-animation {
  transform: translateX(-100%);
}

.text-animation {
  transform: translateY(-20px);
  transition-delay: 0.5s;
  /* Delay to allow the image to appear first */
}

.visible {
  opacity: 1;
  transform: translateX(0);
}

.visible-text {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slideInRight {
  animation: slideInRight 1s ease-in-out forwards;
  transition-delay: 1s;
}

.animate-slideInLeft {
  animation: slideInLeft 1s ease-in-out forwards;
  transition-delay: 1s;
}

.hidden1 {
  opacity: 0;
  /* Initially hidden1 */
}

.visible1 {
  opacity: 1;
}

.productGradient {
  border-radius: 670.07px;
  background: linear-gradient(
    180deg,
    rgba(127, 118, 180, 0.3) 0%,
    rgba(28, 50, 138, 0.3) 100%
  );
  filter: blur(50px);
}
#speedCloudtext23 {
  white-space: nowrap; /* Prevents line breaks */
}
#speedCloudtext23::after {
  content: " ®"; /* Adds the symbol */
  font-size: 0.5em; /* Makes it the same size as the parent text */
  vertical-align: top; /* Aligns it properly with text */
  padding-top: 0.5em;
  padding-left: 0.2em;
  display: inline-block;
}
.no-scroll23 {
  overflow: hidden;
}
.gradient2 {
  border-radius: 540px;
  background: radial-gradient(
    94.59% 100.09% at 17.5% 11.3%,
    rgba(178, 48, 0, 0.95) 0%,
    rgba(226, 162, 0, 0.95) 17.39%,
    rgba(186, 72, 2, 0.95) 62.78%,
    rgba(197, 101, 36, 0.95) 93.45%,
    rgba(255, 127, 49, 0.95) 100%
  );
  /* background: rgba(13, 13, 13, 0); */
  backdrop-filter: blur(500px);
  mix-blend-mode: lighten;
  box-shadow: 0px 0px 120px 16px rgba(255, 187, 16, 0.4);
}
/* .gradient2::before {
  content: "";
  display: block;
  position: absolute;

  background: rgba(13, 13, 13, 0);
  filter: blur(100px);
  width: 864px;
  height: 540px;
  flex-shrink: 0;
  border: 2px solid yellow;
} */
/* .gradient11 {
  background: rgba(13, 13, 13, 0);
  backdrop-filter: blur(100px);
  width: 864px;
  height: 540px;
  flex-shrink: 0;
} */
/* .customgrad ::before {
  content: "";

  display: block;
  position: absolute;
  right: 50%;
  background: rgba(13, 13, 13, 0);
  backdrop-filter: blur(10px);
  width: 400px;
  height: 100%;
  flex-shrink: 0;
  border: 2px solid red;
  z-index: -10;
} */
.custfilter {
  display: block;
  background: rgba(13, 13, 13, 0);
  filter: blur(50px);
  width: 50px;
  flex-shrink: 0;
  border: 2px solid red;
  backdrop-filter: blur(0px);
  /* right: 50%; */
  top: 0px;
}
.custfilter1 {
  background: rgba(13, 13, 13, 0);
  filter: blur(100px);
  width: 100%;
  border: 2px solid red;
  backdrop-filter: blur(100px);
  /* right: 50%; */
}
.customvisiafont {
  font-family: "Metropolis", sans-serif;
}
.grdientvisia101 {
  width: 100%;

  background: radial-gradient(
    94.59% 100.09% at 17.5% 11.3%,
    rgba(178, 48, 0, 0.95) 0%,
    rgba(226, 162, 0, 0.95) 17.39%,
    rgba(186, 72, 2, 0.95) 62.78%,
    rgba(197, 101, 36, 0.95) 93.45%,
    rgba(255, 127, 49, 0.95) 100%
  );

  /* Set opacity */
  opacity: 0.1;

  /* Mix blend mode */
  mix-blend-mode: lighten;

  /* Apply blur filter */
  filter: blur(200px);
}
.content101 {
  background-image: url("./assets/visiaban.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 481px;
  background-position: center;
}
 #auroracard:hover {
   background: linear-gradient(270deg, rgba(168, 139, 255, 0.10) 0%, rgba(50, 74, 226, 0.40) 100%);

   backdrop-filter: blur(10px);
   border-top-left-radius: 20px;
 }

 #luminacard:hover {
   background: linear-gradient(270deg, rgba(210, 85, 50, 0.10) 0%, rgba(105, 23, 135, 0.40) 100%);

   backdrop-filter: blur(180px);
 }

 #accuracard:hover {
   background: linear-gradient(270deg, rgba(218, 145, 62, 0.10) 0%, rgba(53, 182, 212, 0.40) 100%);

   border-top-right-radius: 20px;

   backdrop-filter: blur(180px);
 }

 #adacard:hover {

   background: linear-gradient(270deg, rgba(57, 239, 248, 0.10) 0%, rgba(36, 55, 244, 0.40) 100%);

   border-bottom-left-radius: 20px;


   backdrop-filter: blur(180px);
 }

 #visiacard:hover {
   background: linear-gradient(270deg, rgba(255, 180, 0, 0.10) 0%, rgba(232, 89, 0, 0.40) 100%);



   backdrop-filter: blur(180px);
 }

 #juriscard:hover {
   background: linear-gradient(270deg, rgba(243, 243, 243, 0.10) 0%, rgba(7, 85, 208, 0.40) 100%);

   border-bottom-right-radius: 20px;


   backdrop-filter: blur(180px);
 }

 @media (max-width: 640px) {

   /* Adjust breakpoint as needed */
   .bg-scaled {
     background-size: 180%;
     background-position: 50% 80%;

   }

   .bg-scaled2 {
     background-size: 329%;
     background-position: 30% 90%;
   }
 }

 .scrollbar-hide::-webkit-scrollbar {
   display: none;
   /* Hide scrollbar in Webkit-based browsers */
 }

 .scrollbar-hide {
   -ms-overflow-style: none;
   /* IE and Edge */
   scrollbar-width: none;
   /* Firefox */
 }

 .mts-40 {
   margin-top: 100px;
 }

 .mts-100 {
   margin-top: 50px;
 }

 .mt-20 {
   margin-left: 20px;
 }

 .custom-img2 {
   background-size: 400%;
 }

 .custombtn20 {
   border-width: 1px;
   border-style: solid;
   border-image-source: linear-gradient(180deg, #FBAFA2 -26.2%, #DA7CCD 6.61%, #6E44D7 53.31%, #687BE2 90.84%);
   border-image-slice: 1;


   cursor: pointer;


 }

 textarea {
   resize: none;
 }

 @media (min-width: 768px) {

   /* Adjust this breakpoint as needed */
   .backgroundfilter2 {
     /* Styles for larger screens */
     /* Uncomment and customize the background if needed */
     /* background: url('./img/headerImage.png') no-repeat center center / cover; */
     mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
     -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
   }
 }

 .bordercustome {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   /* 50% opacity */
 }
 

/* Cookie consent bar */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem 2rem;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cookie-text {
    flex: 1;
    color: #fff;
}

.cookie-text h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.cookie-text p {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.5;
}

.cookie-text a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.cookie-text a:hover {
    color: #5a67d8;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background: #E92727;
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #cbd5e0;
    border: 2px solid #e2e8f0;
}

.btn-secondary:hover {
    background: #cbd5e0;
    color: #2d3748;
}

.btn-settings {
    background: transparent;
    color: #E92727;
    border: 2px solid #E92727;
}

.btn-settings:hover {
    background: #E92727;
    color: white;
}

/* Cookie icon */
.cookie-icon {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    opacity: 0.7;
}

/* Responsive design */
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        padding: 1rem;
    }

    .cookie-consent {
        padding: 1rem;
    }
}

/* Success message */
.success-message {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: #48bb78;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1001;
}

.success-message.show {
    transform: translateX(0);
}

/* Settings modal overlay */
.settings-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2000;
}

.settings-overlay.show {
    opacity: 1;
    visibility: visible;
}

.settings-modal {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.settings-overlay.show .settings-modal {
    transform: scale(1);
}

.settings-header {
    margin-bottom: 1.5rem;
}

.settings-header h2 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.settings-header p{
  color: #fff;
}

.cookie-category {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-category:last-child {
    border-bottom: none;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #fff;
}

.toggle-switch {
    position: relative;
    width: 48px;
    height: 24px;
    background: #cbd5e0;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.toggle-switch.active {
    background: #E92727;
}

.toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.toggle-switch.active::after {
    transform: translateX(24px);
}

.settings-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}